code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>weak-up-to: 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 / weak-up-to - 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> weak-up-to <small> 8.10.0 <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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;http://perso.ens-lyon.fr/damien.pous/upto/&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/WeakUpTo&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: weak bisimilarity&quot; &quot;keyword: weak bisimulation&quot; &quot;keyword: up-to techniques&quot; &quot;keyword: termination&quot; &quot;keyword: commutation&quot; &quot;keyword: Newman&#39;s lemma&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date: 2005-02-22&quot; ] authors: [ &quot;Damien Pous &lt;damien.pous at ens-lyon.fr&gt; [http://perso.ens-lyon.fr/damien.pous/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/weak-up-to/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/weak-up-to.git&quot; synopsis: &quot;New Up-to Techniques for Weak Bisimulation&quot; description: &quot;&quot;&quot; This contribution is the formalisation of a paper that appeared in Proc. of ICALP 2005: &quot;Up-to Techniques for Weak Bisimulation&quot;. First we define a framework for defining up-to techniques for weak bisimulation in a modular way. Then we prove the correctness of some new up-to techniques, based on termination guarantees. Notably, a generalisation of Newman&#39;s Lemma to commutation results is established.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/weak-up-to/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=9e335639ad54f2dad223e4441f9ecd4c&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-weak-up-to.8.10.0 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-weak-up-to -&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-weak-up-to.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.1-2.0.6/released/8.11.1/weak-up-to/8.10.0.html
HTML
mit
7,330
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sum-of-two-square: 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 / sum-of-two-square - 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> sum-of-two-square <small> 8.6.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 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.1+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.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/sum-of-two-square&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/SumOfTwoSquare&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: number theory&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2004-12-13&quot; ] authors: [ &quot;Laurent Thery&quot; ] bug-reports: &quot;https://github.com/coq-contribs/sum-of-two-square/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/sum-of-two-square.git&quot; synopsis: &quot;Numbers equal to the sum of two square numbers&quot; description: &quot;&quot;&quot; A proof that a number n can be written as the sum of two square numbers if and only if each prime factor p of n that is equal to 3 modulo 4 has its exponent in the decomposition of n that is even.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/sum-of-two-square/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=2f23a824697ab8c4d635f22f1cb42733&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-sum-of-two-square.8.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-sum-of-two-square -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.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-sum-of-two-square.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/sum-of-two-square/8.6.0.html
HTML
mit
7,215
<!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; 2d4f12b2-00fa-43fe-9fdf-1c8971492351 </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="#SpecsFor">SpecsFor</a></strong></td> <td class="text-center">98.03 %</td> <td class="text-center">97.38 %</td> <td class="text-center">100.00 %</td> <td class="text-center">97.38 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="SpecsFor"><h3>SpecsFor</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.ApplicationException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</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 other exception types.</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.Attribute</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">GetCustomAttribute(System.Reflection.MemberInfo,System.Type)</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.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">GetTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</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="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_IsAbstract</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsAbstract</td> </tr> <tr> <td style="padding-left:2em">GetProperty(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">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>
kuhlenh/port-to-core
Reports/sp/specsfor.4.3.1/SpecsFor-net40.html
HTML
mit
16,773
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.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"> Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.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>WhichBrowser<br /><small>v2.0.18</small><br /><small>vendor/whichbrowser/parser/tests/data/desktop/browser-firefox.yaml</small></td><td>Firefox 7.0</td><td>Gecko 7.0</td><td>Windows 7</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</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-027cff01-4a76-491b-ace3-9289fcbc172f">Detail</a> <!-- Modal Structure --> <div id="modal-027cff01-4a76-491b-ace3-9289fcbc172f" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [headers] => User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.0 [result] => Array ( [browser] => Array ( [name] => Firefox [version] => 7.0 [type] => browser ) [engine] => Array ( [name] => Gecko [version] => 7.0 ) [os] => Array ( [name] => Windows [version] => Array ( [value] => 6.1 [alias] => 7 ) ) [device] => Array ( [type] => desktop ) ) [readable] => Firefox 7.0 on Windows 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Firefox 7.0</td><td>Gecko 7.0</td><td>Win7 6.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.015</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.1.*\) gecko.* firefox\/7\.0.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 6.1*) gecko* firefox/7.0* [parent] => Firefox 7.0 [comment] => Firefox 7.0 [browser] => Firefox [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Mozilla Foundation [browser_modus] => unknown [version] => 7.0 [majorver] => 7 [minorver] => 0 [platform] => Win7 [platform_version] => 6.1 [platform_description] => Windows 7 [platform_bits] => 32 [platform_maker] => Microsoft Corporation [alpha] => [beta] => [win16] => [win32] => 1 [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => Windows Desktop [device_maker] => Various [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => Windows Desktop [device_brand_name] => unknown [renderingengine_name] => Gecko [renderingengine_version] => 7.0 [renderingengine_description] => For Firefox, Camino, K-Meleon, SeaMonkey, Netscape, and other Gecko-based browsers. [renderingengine_maker] => Mozilla Foundation ) </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>Firefox </td><td><i class="material-icons">close</i></td><td>Win7 </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.009</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.1.*\).*gecko.*firefox\/.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 6.1*)*gecko*firefox/* [parent] => Firefox Generic [comment] => Firefox Generic [browser] => Firefox [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Win7 [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>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Win7 </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.013</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.1.*\) gecko.* firefox\/7\.0.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 6.1*) gecko* firefox/7.0* [parent] => Firefox 7.0 [comment] => Firefox 7.0 [browser] => Firefox [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Mozilla Foundation [browser_modus] => unknown [version] => 7.0 [majorver] => 7 [minorver] => 0 [platform] => Win7 [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>Firefox 7.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><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] => Windows [browser] => Firefox [version] => 7.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>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Windows 6.1</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></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] => Firefox [browserVersion] => 7.0 [osName] => Windows [osVersion] => 6.1 [deviceModel] => [isMobile] => [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>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Windows 6.1</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></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.20301</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] => [type] => desktop-browser [mobile_brand] => [mobile_model] => [version] => 7.0 [is_android] => [browser_name] => Firefox [operating_system_family] => Windows [operating_system_version] => 6.1 [is_ios] => [producer] => Mozilla Foundation [operating_system] => Windows 7 [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>Firefox 7.0</td><td>Gecko </td><td>Windows 7</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.003</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] => Firefox [short_name] => FF [version] => 7.0 [engine] => Gecko ) [operatingSystem] => Array ( [name] => Windows [short_name] => WIN [version] => 7 [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => 0 [deviceName] => desktop ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => 1 [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.1</small><br /></td><td>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Windows 7</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</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.0 ) [name:Sinergi\BrowserDetector\Browser:private] => Firefox [version:Sinergi\BrowserDetector\Browser:private] => 7.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] => 7 [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.0 ) ) [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 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.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>UAParser<br /><small>v3.4.5</small><br /></td><td>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Windows 7 </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"></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] => 0 [patch] => [family] => Firefox ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows 7 ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.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>Firefox 7.0</td><td>Gecko 7.0</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>Desktop</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.16801</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] => Windows 7 [platform_version] => Windows NT 6.1 [platform_type] => Desktop [browser_name] => Firefox [browser_version] => 7.0 [engine_name] => Gecko [engine_version] => 7.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>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Windows 7 </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.06</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] => Firefox [agent_version] => 7.0 [os_type] => Windows [os_name] => Windows 7 [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>Firefox 7.0</td><td>Gecko 20110814</td><td>Windows Windows NT 6.1</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.24101</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] => Firefox 7 on Windows 7 [browser_version] => 7 [extra_info] => stdClass Object ( [20] => Array ( [0] => Possibly running on Windows Server 2008 R2 ) ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => Gecko [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => firefox [operating_system_version] => 7 [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 20110814 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Windows 7 [operating_system_version_full] => Windows NT 6.1 [operating_platform_code] => [browser_name] => Firefox [operating_system_name_code] => windows [user_agent] => Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20110814 Firefox/7.0 [browser_version_full] => 7.0 [browser] => Firefox 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>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Firefox 7.0</td><td>Gecko 7.0</td><td>Windows 7</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Firefox [version] => 7.0 [type] => browser ) [engine] => Array ( [name] => Gecko [version] => 7.0 ) [os] => Array ( [name] => Windows [version] => Array ( [value] => 6.1 [alias] => 7 ) ) [device] => Array ( [type] => desktop ) ) </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>Firefox 7.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>pc</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] => Firefox [vendor] => Mozilla [version] => 7.0 [category] => pc [os] => Windows 7 [os_version] => NT 6.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>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Windows 7</td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></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.022</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] => true [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Windows [advertised_device_os_version] => 7 [advertised_browser] => Firefox [advertised_browser_version] => 7.0 [complete_device_name] => Mozilla Firefox [device_name] => Mozilla Firefox [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Mozilla [model_name] => Firefox [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Desktop [mobile_browser] => Firefox Desktop [mobile_browser_version] => 7.0 [device_os_version] => [pointing_method] => mouse [release_date] => 2011_september [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [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] => none [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] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [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] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [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] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => false [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 800 [resolution_height] => 600 [columns] => 120 [max_image_width] => 800 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [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] => true [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] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [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] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => 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] => false [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] => true [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => mozilla [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => -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] => html4 [viewport_supported] => false [viewport_width] => width_equals_max_image_width [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => true [jqm_grade] => A [is_sencha_touch_ok] => true ) ) </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>Firefox 7.0</td><td><i class="material-icons">close</i></td><td>Windows 7</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://www.mozilla.org/ [title] => Firefox 7.0 [name] => Firefox [version] => 7.0 [code] => firefox [image] => img/16/browser/firefox.png ) [os] => Array ( [link] => http://www.microsoft.com/windows/ [name] => Windows [version] => 7 [code] => win-4 [x64] => [title] => Windows 7 [type] => os [dir] => os [image] => img/16/os/win-4.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] => 7 [code] => win-4 [x64] => [title] => Windows 7 [type] => os [dir] => os [image] => img/16/os/win-4.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 08:01:49</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/86/99/8699c0e3-629f-4ec3-8293-9534631c343d.html
HTML
mit
55,687
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fsets: 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 / fsets - 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> fsets <small> 8.10.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-18 17:02:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 17:02: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 conf-gmp 3 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.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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/fsets&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/FSets&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: finite sets&quot; &quot;keyword: sorted lists&quot; &quot;keyword: balanced trees&quot; &quot;keyword: red-black trees&quot; &quot;keyword: AVL&quot; &quot;keyword: functors&quot; &quot;keyword: data structures&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; ] authors: [ &quot;Pierre Letouzey&quot; &quot;Jean-Christophe Filliรขtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/fsets/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/fsets.git&quot; synopsis: &quot;Finite Sets overs Ordered Types&quot; description: &quot;&quot;&quot; This contribution contains several implementations of finite sets over arbitrary ordered types using functors. Currently, there are 3 implementations: sorted lists, red-black trees and AVLs.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/fsets/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=72e843923dca1a2b32efbb1e856b41df&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-fsets.8.10.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-fsets -&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-fsets.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.2/fsets/8.10.0.html
HTML
mit
7,380
<!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.7.0 / functions-in-zfc - 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> functions-in-zfc <small> 8.10.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 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.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;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.10&quot; &amp; &lt; &quot;8.11~&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.10.0.tar.gz&quot; checksum: &quot;md5=edb51c470e38728b3a376df99e2e058e&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.10.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-functions-in-zfc -&gt; coq &gt;= 8.10 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-functions-in-zfc.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.0/functions-in-zfc/8.10.0.html
HTML
mit
7,305
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>reglang: 1 m 23 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.13.1 / reglang - 1.1.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> reglang <small> 1.1.2 <span class="label label-success">1 m 23 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-02 06:18:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 06:18:51 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.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;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/reglang&quot; dev-repo: &quot;git+https://github.com/coq-community/reglang.git&quot; bug-reports: &quot;https://github.com/coq-community/reglang/issues&quot; doc: &quot;https://coq-community.github.io/reglang/&quot; license: &quot;CECILL-B&quot; synopsis: &quot;Representations of regular languages (i.e., regexps, various types of automata, and WS1S) with equivalence proofs, in Coq and MathComp&quot; description: &quot;&quot;&quot; This library provides definitions and verified translations between different representations of regular languages: various forms of automata (deterministic, nondeterministic, one-way, two-way), regular expressions, and the logic WS1S. It also contains various decidability results and closure properties of regular languages.&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.16~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.9&quot; &amp; &lt; &quot;1.15~&quot;} ] tags: [ &quot;category:Computer Science/Formal Languages Theory and Automata&quot; &quot;keyword:regular languages&quot; &quot;keyword:regular expressions&quot; &quot;keyword:finite automata&quot; &quot;keyword:two-way automata&quot; &quot;keyword:monadic second-order logic&quot; &quot;logpath:RegLang&quot; &quot;date:2020-12-14&quot; ] authors: [ &quot;Christian Doczkal&quot; &quot;Jan-Oliver Kaiser&quot; &quot;Gert Smolka&quot; ] url { src: &quot;https://github.com/coq-community/reglang/archive/v1.1.2.tar.gz&quot; checksum: &quot;sha512=13395112478648b7c0fa6ea7d54a535b53749c000b45b02ebb62a8ce503a0fd1ee637d1a04062740adccccb0b6f0832416b67b1c9e4ce32133eb5be568a669d3&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-reglang.1.1.2 coq.8.13.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-reglang.1.1.2 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 32 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-reglang.1.1.2 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 23 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>349 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/wmso.vo</code></li> <li>237 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/wmso.glob</code></li> <li>209 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/shepherdson.vo</code></li> <li>196 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/regexp.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/nfa.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/shepherdson.glob</code></li> <li>138 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/dfa.vo</code></li> <li>116 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/regexp.glob</code></li> <li>99 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/minimization.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/two_way.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/dfa.glob</code></li> <li>95 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/vardi.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/misc.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/nfa.glob</code></li> <li>63 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/vardi.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/myhill_nerode.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/two_way.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/minimization.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/misc.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/languages.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/wmso.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/setoid_leq.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/languages.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/myhill_nerode.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/regexp.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/dfa.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/shepherdson.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/nfa.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/minimization.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/misc.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/setoid_leq.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/two_way.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/myhill_nerode.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/vardi.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/languages.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/RegLang/setoid_leq.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-reglang.1.1.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.1/reglang/1.1.2.html
HTML
mit
11,457
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gappa: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / gappa - 1.4.2+8.11</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.2+8.11 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-05-11 17:35:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-05-11 17:35:57 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.0 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;guillaume.melquiond@inria.fr&quot; homepage: &quot;http://gappa.gforge.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-2.1-only&quot; build: [ [&quot;./autogen.sh&quot;] [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;camlp5&quot; &quot;coq&quot; {= &quot;8.11.0&quot;} &quot;coq-flocq&quot; {= &quot;3.2.0+8.11&quot;} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) &quot;conf-autoconf&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; ] authors: [ &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;(patched for Coq 8.11 compatibility by MSoegtropIMC) A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover&quot; url { src: &quot;https://github.com/MSoegtropIMC/gappa-coq/archive/d6f5177181c35f07ff50bd5c173ee13528e06576.tar.gz&quot; checksum: &quot;sha512=857eca02eff8900579fb370bc3c7b46d36ee82e4fba315c64f423b8e02a3f820d2424a518cc124f916db27717456c786987b49df10fefdfb2e7dd835305f218b&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.2+8.11 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-gappa -&gt; coq = 8.11.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-gappa.1.4.2+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/gappa/1.4.2+8.11.html
HTML
mit
7,218
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sudoku: 1 m 32 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 / sudoku - 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> sudoku <small> 8.7.0 <span class="label label-success">1 m 32 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-04 08:05:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 08:05:14 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.0 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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/sudoku&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/Sudoku&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: sudoku&quot; &quot;keyword: puzzles&quot; &quot;keyword: Davis-Putnam&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; &quot;date: 2006-02&quot; ] authors: [ &quot;Laurent Thรฉry &lt;thery@sophia.inria.fr&gt; [http://www-sop.inria.fr/lemme/personnel/Laurent.Thery/me.html]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/sudoku/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/sudoku.git&quot; synopsis: &quot;A certified Sudoku solver&quot; description: &quot;&quot;&quot; ftp://ftp-sop.inria.fr/lemme/Laurent.Thery/Sudoku.zip A formalisation of Sudoku in Coq. It implements a naive Davis-Putnam procedure to solve sudokus.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/sudoku/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=14389b29dca1269f4818a7d3e57f96f0&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-sudoku.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-sudoku.8.7.0 coq.8.7.0</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-sudoku.8.7.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 32 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>397 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Sudoku.vo</code></li> <li>388 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Sudoku.glob</code></li> <li>172 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Permutation.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/OrderedList.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Sudoku.v</code></li> <li>93 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/ListAux.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/UList.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/OrderedList.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/ListOp.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Permutation.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Test.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Div.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/ListAux.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/UList.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Div.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Test.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/OrderedList.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/ListOp.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Permutation.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/ListAux.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/UList.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/ListOp.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Tactic.vo</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Div.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Test.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Tactic.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Sudoku/Tactic.glob</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-sudoku.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.0/sudoku/8.7.0.html
HTML
mit
9,786
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>libvalidsdp: 1 m 32 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.0 / libvalidsdp - 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> libvalidsdp <small> 0.6.0 <span class="label label-success">1 m 32 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-28 15:52:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-28 15:52:49 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.8.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: [ &quot;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; &quot;ร‰rik Martin-Dorel &lt;erik.martin-dorel@irit.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-coquelicot&quot; {&gt;= &quot;3.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;ocamlfind&quot; {build} &quot;conf-autoconf&quot; {build &amp; dev} ] synopsis: &quot;LibValidSDP&quot; description: &quot;&quot;&quot; LibValidSDP is a library for the Coq formal proof assistant. It provides results mostly about rounding errors in the Cholesky decomposition algorithm used in the ValidSDP library which itself implements Coq tactics to prove multivariate inequalities using SDP solvers. Once installed, the following modules can be imported : From libValidSDP Require Import Rstruct.v misc.v real_matrix.v bounded.v float_spec.v fsum.v fcmsum.v binary64.v cholesky.v float_infnan_spec.v binary64_infnan.v cholesky_infnan.v flx64.v zulp.v coqinterval_infnan.v. &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:libValidSDP&quot; ] authors: [ &quot;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; &quot;ร‰rik Martin-Dorel &lt;erik.martin-dorel@irit.fr&gt;&quot; ] url { src: &quot;https://github.com/validsdp/validsdp/releases/download/v0.6.0/libvalidsdp-0.6.0.tar.gz&quot; checksum: &quot;sha256=2cb2401c5fdf53adae3a93c020f358aca72bed0a7d1b3d0cda94bf50123b0e34&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-libvalidsdp.0.6.0 coq.8.8.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-libvalidsdp.0.6.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>47 m 24 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-libvalidsdp.0.6.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 32 s</dd> </dl> <h2>Installation size</h2> <p>Total: 4 M</p> <ul> <li>357 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/cholesky.glob</code></li> <li>332 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/cholesky.vo</code></li> <li>261 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/coqinterval_infnan.vo</code></li> <li>218 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/real_matrix.vo</code></li> <li>201 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/real_matrix.glob</code></li> <li>162 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/coqinterval_infnan.glob</code></li> <li>146 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fsum.vo</code></li> <li>132 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/float_infnan_spec.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/float_spec.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/binary64_infnan.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/cholesky_infnan.vo</code></li> <li>111 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fsum_l2r.vo</code></li> <li>109 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/misc.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fcmsum.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fsum.glob</code></li> <li>95 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/bounded.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/zulp.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/binary64.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/Rstruct.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/flx64.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fcmsum.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/float_spec.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/cholesky_infnan.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/misc.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/binary64_infnan.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fsum_l2r.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/zulp.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/float_infnan_spec.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/cholesky.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/bounded.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/Rstruct.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/coqinterval_infnan.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/real_matrix.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/flx64.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/binary64.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fsum.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/binary64_infnan.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/zulp.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/float_spec.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fcmsum.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/cholesky_infnan.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/misc.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/float_infnan_spec.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/Rstruct.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/bounded.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/fsum_l2r.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/flx64.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/libValidSDP/binary64.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-libvalidsdp.0.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.0/libvalidsdp/0.6.0.html
HTML
mit
13,503
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / hammer - 1.0.8+8.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> hammer <small> 1.0.8+8.7 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-27 19:27:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 19:27:03 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 dev Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.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;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&quot; build: [ make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;} ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; &quot;conf-g++&quot; {build} &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword:automation&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2018-04-09&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; &quot;Cezary Kaliszyk &lt;cezary.kaliszyk@uibk.ac.at&gt;&quot; &quot;Burak Ekici &lt;burak.ekici@uibk.ac.at&gt;&quot; ] synopsis: &quot;Automation for Dependent Type Theory&quot; url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.0.8-coq8.7.tar.gz&quot; checksum: &quot;md5=01267d1ade74dd431ba15cee21c87217&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hammer.1.0.8+8.7 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-hammer -&gt; coq &lt; 8.8~ -&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-hammer.1.0.8+8.7</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/extra-dev/dev/hammer/1.0.8+8.7.html
HTML
mit
7,021
<!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; cf597c6c-b88c-4af2-aa74-e96aebfbe00d </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="#Eto.iOS">Eto.iOS</a></strong></td> <td class="text-center">99.55 %</td> <td class="text-center">99.55 %</td> <td class="text-center">100.00 %</td> <td class="text-center">99.55 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Eto.iOS"><h3>Eto.iOS</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Array</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use foreach statement with custom conversion code to handle conversion.</td> </tr> <tr> <td style="padding-left:2em">ConvertAll``2(``0[],System.Converter{``0,``1})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use foreach statement with custom conversion code to handle conversion.</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.Convert</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">ToString(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.Converter`2</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement conversion code yourself if needed.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement conversion code yourself 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.Reflection.Assembly</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">GetCallingAssembly</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.Security.UnverifiableCodeAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</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.StringComparer</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>CompareInfo.GetStringComparer</td> </tr> <tr> <td style="padding-left:2em">get_InvariantCultureIgnoreCase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>CompareInfo.GetStringComparer</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/et/eto.platform.ios.2.0.7/Eto.iOS-monotouch.html
HTML
mit
18,077
<rolltemplate class="sheet-rolltemplate-ou"> <table> <tr><th colspan="3">{{name}} rolls</th></tr> <tr><td style="text-align: center" colspan="3"> {{#roll_name}}{{roll_name}}{{/roll_name}} {{#skill}}{{skill}}({{Target1}}%){{/skill}} </td> <tr> <td width="20px" class="res">{{result}}</td> {{#rollBetween() result dos1 Target1}}<td style="text-align: center"><span class="resultg">+</span></td>{{/rollBetween() result dos1 Target1}} {{#rollBetween() result dos2b dos2a}}<td style="text-align: center"><span class="resultg">++</span></td>{{/rollBetween() result dos2b dos2a}} {{#rollBetween() result dos3b dos3a}}<td style="text-align: center"><span class="resultg">+++</span></td>{{/rollBetween() result dos3b dos3a}} {{#rollBetween() result dos4b dos4a}}<td style="text-align: center"><span class="resultg">++++</span></td>{{/rollBetween() result dos4b dos4a}} {{#rollLess() result dos4b}}<td style="text-align: center"><span class="resultg">+++++</span></td>{{/rollLess() result dos4b}} {{#rollBetween() result Target2 dof1}}<td style="text-align: center"><span class="resultr">-</span></td>{{/rollBetween() result Target2 dof1}} {{#rollBetween() result dof2a dof2b}}<td style="text-align: center"><span class="resultr">--</span></td>{{/rollBetween() result dof2a dof2b}} {{#rollBetween() result dof3a dof3b}}<td style="text-align: center"><span class="resultr">---</span></td>{{/rollBetween() result dof3a dof3b}} {{#rollBetween() result dof4a dof4b}}<td style="text-align: center"><span class="resultr">----</span></td>{{/rollBetween() result dof4a dof4b}} {{#rollGreater() result dof4b}}<td style="text-align: center"><span class="resultr">-----</span></td>{{/rollGreater() result dof4b}} <td width="30px"></td> </tr> <!-- testing DoS/DoF --> <!--<tr><td>{{dos1}}</td><td>{{Target1}}</td></tr> <tr><td>{{dos2b}}</td><td>{{dos2a}}</td></tr> <tr><td>{{dos3b}}</td><td>{{dos3a}}</td></tr> <tr><td>{{dos4b}}</td><td>{{dos4a}}</td></tr> <tr><td>{{Target2}}</td><td>{{dof1}}</td></tr> <tr><td>{{dof2a}}</td><td>{{dof2b}}</td></tr> <tr><td>{{dof3a}}</td><td>{{dof3b}}</td></tr> <tr><td>{{dof4a}}</td><td>{{dof4b}}</td></tr>--> {{#rollGreater() Spd1 0}} <tr> {{#rollTotal() DieSpd 6}} <td class="speed" colspan="3">Speed:{{Spd1}}</td> {{/rollTotal() DieSpd 6}} {{#rollTotal() DieSpd 5}} <td class="speed speed-five" colspan="3">Speed:{{Spd1}}</td> {{/rollTotal() DieSpd 5}} </tr> {{/rollGreater() Spd1 0}} {{#rollGreater() Dmg 0}} <tr> {{#rollTotal() DieDmg 6}} <td class="damage" colspan="3">Damage:{{Dmg}}</td> {{/rollTotal() DieDmg 6}} {{#rollTotal() DieDmg 5}} <td class="damage damage-five" colspan="3">Damage:{{Dmg}}</td> {{/rollTotal() DieDmg 5}} </tr> {{/rollGreater() Dmg 0}} {{#rollGreater() Deplet 0}} <tr> {{#rollTotal() DieDep 6}} <td class="deplete" style="word-spacing: -3px;" colspan="3"><span style="font-size: 1em;">Depletion:</span>{{Deplet}}</td> {{/rollTotal() DieDep 6}} {{#rollTotal() DieDep 5}} <td class="deplete deplete-five" style="word-spacing: -3px;" colspan="3"><span style="font-size: 1em;">Depletion:</span>{{Deplet}}</td> {{/rollTotal() DieDep 5}} </tr> {{/rollGreater() Deplet 0}} <tr><td colspan="3" style="word-spacing: -3px;font-size: .9em;"><b>Roll dice for all:</b> <img src="https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg" alt="Speed Die" width="16" height="16"> <img src="https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg" alt="Damage Die" width="16" height="16"> <img src="https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg" alt="Depletion Die" width="16" height="16"> </td> </table> </rolltemplate> <rolltemplate class="sheet-rolltemplate-ou-small"> <table style="vertical-align:bottom"> <tr></tr> {{#rollGreater() Diff 0}} <tr> <td class="diff">Difficulty:{{Diff}}</td> </tr> {{/rollGreater() Diff 0}} {{#rollGreater() Spd1 0}} <tr> {{#rollTotal() DieSpd 6}} <td class="speed"> Speed:{{Spd1}}</td> {{/rollTotal() DieSpd 6}} {{#rollTotal() DieSpd 5}} <td class="speed speed-five"> Speed:{{Spd1}}</td> {{/rollTotal() DieSpd 5}} </tr> {{/rollGreater() Spd1 0}} {{#rollGreater() Dmg 0}} <tr> {{#rollTotal() DieDmg 6}} <td class="damage"> Damage:{{Dmg}}</td> {{/rollTotal() DieDmg 6}} {{#rollTotal() DieDmg 5}} <td class="damage damage-five"> Damage:{{Dmg}}</td> {{/rollTotal() DieDmg 5}} </tr> {{/rollGreater() Dmg 0}} {{#rollGreater() Deplet 0}} <tr> {{#rollTotal() DieDep 6}} <td class="deplete" style="word-spacing: -3px;"><span style="font-size: 1em;">Depletion:</span>{{Deplet}}</td> {{/rollTotal() DieDep 6}} {{#rollTotal() DieDep 5}} <td class="deplete deplete-five" style="word-spacing: -3px;"><span style="font-size: 1em;">Depletion:</span>{{Deplet}}</td> {{/rollTotal() DieDep 5}} </tr> {{/rollGreater() Deplet 0}} <tr><td style="word-spacing: -3px;font-size: .9em;"><b>Reroll:</b> <img src="https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg" alt="Speed Die" width="16" height="16"> <img src="https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg" alt="Damage Die" width="16" height="16"> <img src="https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg" alt="Depletion Die" width="16" height="16"></td> </tr> </table> </rolltemplate>
CoalPoweredPuppet/roll20-character-sheets
Outbreak/src/pug/rolltemplate.html
HTML
mit
6,472
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: 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 / compcert - 3.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> compcert <small> 3.0.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;Matej Koลกรญk &lt;matej.kosik@inria.fr&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; build: [ [ &quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-macosx&quot; {os = &quot;macos&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} &quot;-bindir&quot; &quot;%{bin}%&quot; &quot;-libdir&quot; &quot;%{lib}%/compcert&quot; &quot;-clightgen&quot; ] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [ [&quot;rm&quot; &quot;%{bin}%/ccomp&quot;] [&quot;rm&quot; &quot;%{bin}%/clightgen&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/compcert&quot;] [&quot;rm&quot; &quot;%{share}%/compcert.ini&quot;] [&quot;rm&quot; &quot;%{share}%/man/man1/ccomp.1&quot;] [&quot;sh&quot; &quot;-c&quot; &quot;rmdir -p %{share}%/man/man1 || true&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.2&quot; &amp; &lt; &quot;8.6~&quot;} &quot;menhir&quot; {&gt;= &quot;20160303&quot; &amp; &lt; &quot;20180530&quot;} ] synopsis: &quot;The CompCert C compiler&quot; authors: &quot;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.0.tar.gz&quot; checksum: &quot;md5=8590239f6219f8bbc48c4e91f5d16921&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-compcert.3.0.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-compcert -&gt; coq &lt; 8.6~ -&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-compcert.3.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.1/compcert/3.0.0.html
HTML
mit
7,505
<!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> Monaco Boiani De Marco - 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=1492304537464&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=31043&V_SEARCH.docsStart=31042&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=31041&amp;V_DOCUMENT.docRank=31042&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492304562613&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456241695&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=31043&amp;V_DOCUMENT.docRank=31044&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492304562613&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567124756&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> Monaco Boiani De Marco </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Monaco Boiani De Marco</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.anthonydemarco.ca" target="_blank" title="Website URL">http://www.anthonydemarco.ca</a></p> <p><a href="mailto:mbdlawyers@aol.com" title="mbdlawyers@aol.com">mbdlawyers@aol.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"> 103-1205 St Clair Ave W<br/> TORONTO, Ontario<br/> M6E 1B5 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 103-1205 St Clair Ave W<br/> TORONTO, Ontario<br/> M6E 1B5 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (416) 651-2299 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (416) 651-1954</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Provide expert legal advice and representation in defence of all major criminal charges, as well as a full array of legal services in the areas of divorce, separation and family law.<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> Antonio De Marco </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 651-2299 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 11 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (416) 651-1954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mbdlawyers@aol.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Daniel Boiani </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 651-2299 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 12 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (416) 651-1954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mbdlawyers@aol.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Leo Monaco </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 651-2299 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 16 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (416) 651-1954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mbdlawyers@aol.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"> 541110 - Offices of Lawyers </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> </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"> Legal Advice/Representation<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Legal advice and representation in the areas of criminal and family law.<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> Antonio De Marco </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 651-2299 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 11 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (416) 651-1954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mbdlawyers@aol.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Daniel Boiani </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 651-2299 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 12 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (416) 651-1954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mbdlawyers@aol.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Leo Monaco </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (416) 651-2299 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 16 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (416) 651-1954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mbdlawyers@aol.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"> 541110 - Offices of Lawyers </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> </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"> Legal Advice/Representation<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Legal advice and representation in the areas of criminal and family law.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-09-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 -->
GoC-Spending/data-corporations
html/234567134086.html
HTML
mit
46,851
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gaia-hydras: 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.2 / gaia-hydras - 0.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> gaia-hydras <small> 0.5 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-27 14:06:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 14:06:13 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.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; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/hydra-battles&quot; dev-repo: &quot;git+https://github.com/coq-community/hydra-battles.git&quot; bug-reports: &quot;https://github.com/coq-community/hydra-battles/issues&quot; license: &quot;MIT&quot; synopsis: &quot;Comparison between ordinals in Gaia and Hydra battles&quot; description: &quot;&quot;&quot; The Gaia and Hydra battles projects develop different notions of ordinals. This development bridges the different notions.&quot;&quot;&quot; build: [&quot;dune&quot; &quot;build&quot; &quot;-p&quot; name &quot;-j&quot; jobs] depends: [ &quot;dune&quot; {&gt;= &quot;2.5&quot;} &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.15~&quot;} &quot;coq-hydra-battles&quot; {&gt;= &quot;0.4&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;} &quot;coq-mathcomp-zify&quot; &quot;coq-gaia&quot; {&gt;= &quot;1.12&quot; &amp; &lt; &quot;1.13~&quot;} ] tags: [ &quot;category:Mathematics/Logic/Foundations&quot; &quot;keyword:ordinals&quot; &quot;logpath:gaia_hydras&quot; &quot;date:2021-10-15&quot; ] authors: [ &quot;Pierre Castรฉran&quot; ] url { src: &quot;https://github.com/coq-community/hydra-battles/archive/v0.5.tar.gz&quot; checksum: &quot;sha512=7edd74fa408b996ebe7c4748046fda522f24a4b532c58b5ad55edeaa4bbd137ba9f21b0b6c1f824d4e7c50f04fb6afe488dfbcd24702e8fe44eb75b780610458&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-gaia-hydras.0.5 coq.8.12.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.12.2). The following dependencies couldn&#39;t be met: - coq-gaia-hydras -&gt; coq &gt;= 8.13 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-gaia-hydras.0.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.2/gaia-hydras/0.5.html
HTML
mit
7,074
<!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.3.1"/> <title>libWRP-SQLite3: Main Page</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">libWRP-SQLite3 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">libWRP-SQLite3 Documentation</div> </div> </div><!--header--> <div class="contents"> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon May 20 2013 23:16:51 for libWRP-SQLite3 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
usagi/libWRP-SQLite3
documents/html/index.html
HTML
mit
3,668
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>monae: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / monae - 0.0.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> monae <small> 0.0.3 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-17 11:46:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-17 11:46:38 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.2 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.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;reynald.affeldt@aist.go.jp&quot; homepage: &quot;https://github.com/affeldt-aist/monae&quot; bug-reports: &quot;https://github.com/affeldt-aist/monae/issues&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/monae.git&quot; license: &quot;GPL-3.0-or-later&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;David Nowak&quot; &quot;Takafumi Saikawa&quot; &quot;Jacques Garrigue&quot; &quot;Celestine Sauvage&quot; ] build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; { &gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot; } &quot;coq-infotheo&quot; { &gt;= &quot;0.0.5&quot; &amp; &lt; &quot;0.0.7&quot; } ] synopsis: &quot;Monae&quot; description: &quot;&quot;&quot; This repository contains a formalization of monads including several models, examples of monadic equational reasoning, and an application to program semantics. &quot;&quot;&quot; tags: [ &quot;category:Computer Science/Semantics&quot; &quot;keyword: monad&quot; &quot;keyword: effect&quot; &quot;keyword: probability&quot; &quot;logpath:monae&quot; &quot;date:2019-11-09&quot; ] url { http: &quot;https://github.com/affeldt-aist/monae/archive/0.0.3.tar.gz&quot; checksum: &quot;sha512=8f8e97b32100b8393b20dbfbaa715b933416fbdfbe42e1c6acc0b6b37920f39f58c59c9c3c2e65549849080c3ce511bf7f5260f785ecd549b6dea1193a178f53&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-monae.0.0.3 coq.8.11.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-monae -&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-monae.0.0.3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.0-2.0.6/released/8.11.2/monae/0.0.3.html
HTML
mit
7,011
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</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 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 </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>GT-S6812i</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 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [family] => Samsung GT-S6812i [brand] => Samsung [model] => GT-S6812i ) </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>Android 4.0</td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.045</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] => /^mozilla\/5\.0 \(.*linux.*android.4\.1.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.1* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 4.1 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.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><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-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] => Android [browser] => Android Browser [version] => 4.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>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S6812i</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.264</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] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Samsung [mobile_model] => GT-S6812i [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 4.1.2 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.1.x Jelly Bean [mobile_screen_width] => 320 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S6812i</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</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] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.1 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GT-S6812i [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>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-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 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.1.2 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) ) ) </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>Android 4.1.2</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S6812i</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] => 4 [minor] => 1 [patch] => 2 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 1 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => GT-S6812i [family] => Samsung GT-S6812i ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) </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>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.1.2</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.107</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] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.1.2 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => UAE Arabic [agent_languageTag] => ar-ae ) </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>Android Browser 4.0</td><td>WebKit 534.30</td><td>Android 4.1.2</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.421</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] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (Jelly Bean) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => JZO54K ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => Jelly Bean [simple_operating_platform_string] => Samsung GT-S6812I [is_abusive] => [layout_engine_version] => 534.30 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.1.2 [operating_platform_code] => GT-S6812I [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 4.1.2; ar-ae; GT-S6812i Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </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>Android Browser </td><td>Webkit 534.30</td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Fame</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.029</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] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 534.30 ) [os] => Array ( [name] => Android [version] => 4.1.2 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Galaxy Fame ) ) </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 4.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-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] => 4.0 [category] => smartphone [os] => Android [os_version] => 4.1.2 ) </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>Android Webkit 4.1</td><td><i class="material-icons">close</i></td><td>Android 4.1</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S6812i</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.066</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] => true [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] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.1 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.1 [complete_device_name] => Samsung GT-S6812i (Galaxy Fame Duos) [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => GT-S6812i [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://wap.samsungmobile.com/uaprof/GT-S6810P.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.1 [pointing_method] => touchscreen [release_date] => 2013_april [marketing_name] => Galaxy Fame Duos [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 320 [resolution_height] => 480 [columns] => 25 [max_image_width] => 320 [max_image_height] => 480 [rows] => 21 [physical_screen_width] => 50 [physical_screen_height] => 74 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 30 [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] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [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] => 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] => true [sender] => true [mms_max_size] => 307200 [mms_max_height] => 480 [mms_max_width] => 640 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [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] => false [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] => true [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => true [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] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [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:39:25</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>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/c7/77/c777e188-126f-46b3-a578-881e966e98f2.html
HTML
mit
46,619
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>functional-algebra: 28 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.0 / functional-algebra - 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> functional-algebra <small> 1.0.2 <span class="label label-success">28 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-30 23:51:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 23:51:15 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.8.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.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;llee454@gmail.com&quot; homepage: &quot;https://github.com/llee454/functional-algebra&quot; dev-repo: &quot;git+https://github.com/llee454/functional-algebra.git&quot; bug-reports: &quot;https://github.com/llee454/functional-algebra/issues&quot; authors: [&quot;Larry D. Lee Jr.&quot;] license: &quot;LGPLv3&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/functional_algebra&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4&quot; &amp; &lt; &quot;8.13~&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:abstract algebra&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2018-08-11&quot; &quot;logpath:functional-algebra&quot; ] synopsis: &quot;This package provides a Coq formalization of abstract algebra using&quot; description: &quot;&quot;&quot; a functional programming style. The modules contained within the package span monoids, groups, rings, and fields and provides both axiom definitions for these structures and proofs of foundational results. The current package contains over 800 definitions and proofs. This module is unique in that it eschews the tactic-oriented style of traditional Coq developments. As pointed out by others, programs written in that style are brittle, hard to read, and generally inefficient. While tactic driven development is useful for sketching out proofs, these disadvantages should dissuade us from publising proofs in this form. In this library, I provide a worked example of using Gallina directly and demonstrate both the feasibility of this approach and its advantages in terms of clarity, maintainability, and compile-time efficiency. In addition, this module includes two expression simplifiers. The first, defined in monoid_expr.v simplifies monoid expressions. The second, defined in group_expr.v simplifies group expressions. These functions allow us to automate many of the steps involved in proving algebraic theorems directly in Gallina, and represent an alternative to relying on tactics such as auto, omega, etc. For more information about this package, please read its Readme file, which can be found here: https://github.com/llee454/functional-algebra.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/llee454/functional-algebra/archive/1.0.2.tar.gz&quot; checksum: &quot;md5=669f85d5dd1aa2fa235e5518432896a1&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-functional-algebra.1.0.2 coq.8.8.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-functional-algebra.1.0.2 coq.8.8.0</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-functional-algebra.1.0.2 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>28 s</dd> </dl> <h2>Installation size</h2> <p>Total: 1 M</p> <ul> <li>103 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/field.glob</code></li> <li>100 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/field.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/ring.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid_expr.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid_group.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/commutative_ring.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid.glob</code></li> <li>66 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/ring.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid_expr.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/commutative_ring.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/group.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/abelian_group.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/field.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid_group.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/group_expr.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/abelian_group.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/group.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/ring.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/commutative_ring.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid_expr.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/monoid_group.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/group_expr.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/abelian_group.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/group.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/function.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/base.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/group_expr.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/function.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/base.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/function.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/functional_algebra/base.glob</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-functional-algebra.1.0.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.0/functional-algebra/1.0.2.html
HTML
mit
12,358
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>error-handlers: 8 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 / error-handlers - 1.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> error-handlers <small> 1.2.0 <span class="label label-success">8 s</span> </small> </h1> <p><em><script>document.write(moment("2020-07-31 07:04:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-31 07:04:33 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.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;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-error-handlers&quot; dev-repo: &quot;git+https://github.com/clarus/coq-error-handlers.git&quot; bug-reports: &quot;https://github.com/clarus/coq-error-handlers/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/ErrorHandlers&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} ] synopsis: &quot;Simple and robust error handling functions&quot; flags: light-uninstall url { src: &quot;https://github.com/clarus/coq-error-handlers/archive/1.2.0.tar.gz&quot; checksum: &quot;md5=e485360ba31980d55cf053cf59b255e2&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-error-handlers.1.2.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 2h opam install -y --deps-only coq-error-handlers.1.2.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 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-error-handlers.1.2.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 s</dd> </dl> <h2>Installation size</h2> <p>Total: 10 K</p> <ul> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ErrorHandlers/All.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ErrorHandlers/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ErrorHandlers/All.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-error-handlers.1.2.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.0/error-handlers/1.2.0.html
HTML
mit
6,807
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>opam-website: 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 / opam-website - 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> opam-website <small> 1.0.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-10 19:42:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-10 19:42:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-opam-website&quot; dev-repo: &quot;git+https://github.com/clarus/coq-opam-website.git&quot; bug-reports: &quot;https://github.com/clarus/coq-opam-website/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] [&quot;sh&quot; &quot;-c&quot; &quot;cd extraction &amp;&amp; make&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} &quot;coq-io&quot; {&gt;= &quot;3.0.0&quot;} &quot;coq-io-exception&quot; {&gt;= &quot;1.0.0&quot;} &quot;coq-io-system&quot; {&gt;= &quot;2.2.0&quot; &amp; &lt; &quot;2.3.0&quot;} &quot;coq-list-string&quot; {&gt;= &quot;2.1.0&quot;} ] synopsis: &quot;Generation of a Coq website for OPAM: http://coq.io/opam/ &quot; url { src: &quot;https://github.com/clarus/coq-opam-website/archive/1.0.0.tar.gz&quot; checksum: &quot;md5=8e5485ebaf730a661cf7cd35976c407c&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-opam-website.1.0.0 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-opam-website -&gt; coq-io-exception -&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-opam-website.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.2/opam-website/1.0.0.html
HTML
mit
6,782
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fourcolor: 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 / fourcolor - 1.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> fourcolor <small> 1.2 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-05 05:36:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 05:36:06 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.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;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; dev-repo: &quot;git+https://github.com/math-comp/fourcolor&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq-mathcomp-algebra&quot; { &gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.9&quot; } ] tags: [ &quot;keyword:Four color theorem&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; ] authors: [ &quot;Georges Gonthier&quot; ] synopsis: &quot;Mechanization of the Four Color Theorem&quot; description: &quot;&quot;&quot; Proof of the Four Color Theorem This library contains a formalized proof of the Four Color Theorem, along with the theories needed to support stating and then proving the Theorem. This includes an axiomatization of the setoid of classical real numbers, basic plane topology definitions, and a theory of combinatorial hypermaps. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/fourcolor/archive/v1.2.tar.gz&quot; checksum: &quot;sha256=93add0655031f2207d8e5b48dcccd76ff6dff7ea0a17ddada07b10a2d0a395b0&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-fourcolor.1.2 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-fourcolor -&gt; coq-mathcomp-algebra &lt; 1.9 -&gt; coq-mathcomp-fingroup &lt; 1.9.0 -&gt; coq-mathcomp-ssreflect &lt; 1.9.0 -&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-fourcolor.1.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/fourcolor/1.2.html
HTML
mit
7,113
<!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.10.1 / tlc - 20161010</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> tlc <small> 20161010 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-07 08:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-07 08:24: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-m4 1 Virtual package relying on m4 coq 8.10.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;francois.pottier@inria.fr&quot; authors: [ &quot;Arthur Charguรฉraud &lt;arthur.chargueraud@inria.fr&gt;&quot; ] homepage: &quot;https://gforge.inria.fr/projects/tlc/&quot; dev-repo: &quot;git+https://scm.gforge.inria.fr/anonscm/git/tlc/tlc.git&quot; bug-reports: &quot;tlc-users@lists.gforge.inria.fr&quot; license: &quot;CeCILL-B&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [ [make &quot;uninstall&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] synopsis: &quot;A general-purpose library&quot; url { src: &quot;http://gallium.inria.fr/~fpottier/tlc/tlc-20161010.tar.gz&quot; checksum: &quot;md5=a94c07777f0760e109784e7223ebd1a4&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.20161010 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-tlc -&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-tlc.20161010</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.1/tlc/20161010.html
HTML
mit
6,391
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - LG-C900B</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"> LG-C900B </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">LG</td><td>C900B</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] => LG-C900B [family] => LG C900B [brand] => LG [model] => C900B ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>LG-C900B </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] => LG-C900B [version] => ) </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.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => [browserVersion] => [osName] => [osVersion] => [deviceModel] => LG [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">LG</td><td>C900B</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.22001</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] => LG [mobile_model] => C900B [version] => [is_android] => [browser_name] => unknown [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => LG [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">LG</td><td>C900B</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => Array ( ) [device] => Array ( [brand] => LG [brandName] => LG [model] => C900B [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">LG</td><td>C900B</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] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => LG [model] => C900B [family] => LG C900B ) [originalUserAgent] => LG-C900B ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </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> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>LGC900B</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.23701</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] => [simple_sub_description_string] => [simple_browser_string] => [browser_version] => [extra_info] => Array ( ) [operating_platform] => LGC900B [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] => [operating_system_version] => [simple_operating_platform_string] => LGC900B [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => LG [operating_system] => [operating_system_version_full] => [operating_platform_code] => LGC900B [browser_name] => [operating_system_name_code] => [user_agent] => LG-C900B [browser_version_full] => [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>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>C900B</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.003</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] => LG [model] => C900B ) ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>C900B</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] => # [title] => Unknown [name] => Unknown [version] => [code] => null [image] => img/16/browser/null.png ) [os] => Array ( [link] => [name] => [version] => [code] => null [x64] => [title] => [type] => os [dir] => os [image] => img/16/os/null.png ) [device] => Array ( [link] => http://www.lgmobile.com [title] => LG C900B [model] => C900B [brand] => LG [code] => lg [dir] => device [type] => device [image] => img/16/device/lg.png ) [platform] => Array ( [link] => http://www.lgmobile.com [title] => LG C900B [model] => C900B [brand] => LG [code] => lg [dir] => device [type] => device [image] => img/16/device/lg.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 08:10:32</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/ec/59/ec59d49d-b2b2-487c-a836-27d205c706d4.html
HTML
mit
18,777
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ieee754: 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 / ieee754 - 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> ieee754 <small> 8.10.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ieee754&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/IEEE754&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: floating-point arithmetic&quot; &quot;keyword: IEEE&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; &quot;date: 1997&quot; ] authors: [ &quot;Patrick Loiseleur&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ieee754/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ieee754.git&quot; synopsis: &quot;A formalisation of the IEEE754 norm on floating-point arithmetic&quot; description: &quot;&quot;&quot; This library contains a non-verified implementation of binary floating-point addition and multiplication operators inspired by the IEEE-754 standard. It is today outdated. See the attached 1997 report rapport-stage-dea.ps.gz for a discussion (in French) of this work. For the state of the art at the time of updating this notice, see e.g. &quot;Flocq: A Unified Library for Proving Floating-point Algorithms in Coq&quot; by S. Boldo and G. Melquiond, 2011.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ieee754/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=dca74fbeedf9b4e624fa425643bcbeb8&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-ieee754.8.10.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-ieee754 -&gt; coq &gt;= 8.10 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-ieee754.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.2/ieee754/8.10.0.html
HTML
mit
7,342
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mutual-exclusion: 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 / mutual-exclusion - 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> mutual-exclusion <small> 8.5.0 <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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/mutual-exclusion&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/MutualExclusion&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:mutual exclusion&quot; &quot;keyword:concurrency&quot; &quot;keyword:Peterson&#39;s algorithm&quot; &quot;keyword:co-inductive types&quot; &quot;keyword:co-induction&quot; &quot;category:Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols&quot; &quot;category:Miscellaneous/Extracted Programs/Automata and protocols&quot; ] authors: [ &quot;Eduardo Gimรฉnez &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/mutual-exclusion/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/mutual-exclusion.git&quot; synopsis: &quot;A certification of Peterson&#39;s algorithm for managing mutual exclusion&quot; description: &quot;&quot;&quot; This is a proof of certification of Peterson&#39;s algorithm for managing mutual exclusion. The case of two processes is treated in the directory called ``binary&#39;&#39; (see the README file in this directory). The case of n processes will be available soon.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/mutual-exclusion/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=a0e3d892c7d7ff166612e7b41312c166&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-mutual-exclusion.8.5.0 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-mutual-exclusion -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.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-mutual-exclusion.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.10.1/mutual-exclusion/8.5.0.html
HTML
mit
7,410
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-fingroup: 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 / mathcomp-fingroup - 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-fingroup <small> 1.6 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-28 11:08:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-28 11:08:17 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.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; name: &quot;coq-mathcomp-fingroup&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/fingroup&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/fingroup&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-ssreflect&quot; {= &quot;1.6&quot;} ] tags: [ &quot;keyword:finite groups&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 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;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-fingroup.1.6 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-mathcomp-fingroup -&gt; coq-mathcomp-ssreflect &lt; 1.6.1 -&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-mathcomp-fingroup.1.6</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.1/mathcomp-fingroup/1.6.html
HTML
mit
7,710
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Tue Aug 19 08:33:49 CEST 2014 --> <title>ec.multiobjective.spea2</title> <meta name="date" content="2014-08-19"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../ec/multiobjective/spea2/package-summary.html" target="classFrame">ec.multiobjective.spea2</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="SPEA2Breeder.html" title="class in ec.multiobjective.spea2" target="classFrame">SPEA2Breeder</a></li> <li><a href="SPEA2Evaluator.html" title="class in ec.multiobjective.spea2" target="classFrame">SPEA2Evaluator</a></li> <li><a href="SPEA2MultiObjectiveFitness.html" title="class in ec.multiobjective.spea2" target="classFrame">SPEA2MultiObjectiveFitness</a></li> <li><a href="SPEA2TournamentSelection.html" title="class in ec.multiobjective.spea2" target="classFrame">SPEA2TournamentSelection</a></li> </ul> </div> </body> </html>
ashkanent/Disease_Gene_Association
bin/docs/classdocs/ec/multiobjective/spea2/package-frame.html
HTML
mit
1,166
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ergo: 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 / ergo - 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> ergo <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-14 05:24:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-14 05:24:55 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.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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ergo&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/Ergo&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} &quot;coq-containers&quot; {= &quot;8.5.0&quot;} &quot;coq-counting&quot; {= &quot;8.5.0&quot;} &quot;coq-nfix&quot; {= &quot;8.5.0&quot;} ] tags: [ &quot;keyword:reflexive tactic&quot; &quot;keyword:decision procedure&quot; &quot;keyword:satisfiability modulo theories&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; ] authors: [ &quot;Stรฉphane Lescuyer &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ergo/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ergo.git&quot; synopsis: &quot;Ergo: a Coq plugin for reification of term with arbitrary signature&quot; description: &quot;This library provides a tactic that performs SMT solving (SAT + congruence closure + arithmetic).&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ergo/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=f9ba7d7c9c1aa8ff439b2b0636e80df8&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-ergo.8.5.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-ergo -&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-ergo.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.11.2/ergo/8.5.0.html
HTML
mit
6,894
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: 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.13.1 / paramcoq - 1.1.2+coq8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> paramcoq <small> 1.1.2+coq8.13 <span class="label label-success">33 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-02 06:18:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 06:18:51 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.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;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; homepage: &quot;https://github.com/coq-community/paramcoq&quot; dev-repo: &quot;git+https://github.com/coq-community/paramcoq.git&quot; bug-reports: &quot;https://github.com/coq-community/paramcoq/issues&quot; license: &quot;MIT&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} ] tags: [ &quot;keyword:paramcoq&quot; &quot;keyword:parametricity&quot; &quot;keyword:OCaml modules&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Param&quot; &quot;date:2020-12-27&quot; ] authors: [ &quot;Chantal Keller (Inria, ร‰cole polytechnique)&quot; &quot;Marc Lasson (ร‰NS de Lyon)&quot; &quot;Abhishek Anand&quot; &quot;Pierre Roux&quot; &quot;Emilio Jesรบs Gallego Arias&quot; &quot;Cyril Cohen&quot; &quot;Matthieu Sozeau&quot; ] synopsis: &quot;Plugin for generating parametricity statements to perform refinement proofs&quot; description: &quot;&quot;&quot; The plugin is still in an experimental state. It is not very user friendly (lack of good error messages) and still contains bugs. But is useable enough to &quot;translate&quot; a large chunk of standard library.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-community/paramcoq/archive/v1.1.2+coq8.13.tar.gz&quot; checksum: &quot;sha256=0a2b85ca26a3ddc0660bc2ffce9258d9168b3fb6826b7bb3db973a502532e21d&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-paramcoq.1.1.2+coq8.13 coq.8.13.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-paramcoq.1.1.2+coq8.13 coq.8.13.1</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-paramcoq.1.1.2+coq8.13 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>33 s</dd> </dl> <h2>Installation size</h2> <p>Total: 521 K</p> <ul> <li>445 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Param/paramcoq.cmxs</code></li> <li>44 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Param/paramcoq.cmi</code></li> <li>24 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Param/paramcoq.cmx</code></li> <li>8 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Param/paramcoq.cmxa</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-paramcoq.1.1.2+coq8.13</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.1/paramcoq/1.1.2+coq8.13.html
HTML
mit
7,600
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ieee754: 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 / ieee754 - 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> ieee754 <small> 8.5.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-14 11:53:07 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 11:53:07 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ieee754&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/IEEE754&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;date:1997&quot; &quot;keyword:floating-point arithmetic&quot; &quot;keyword:IEEE&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; ] authors: [ &quot;Patrick Loiseleur &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ieee754/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ieee754.git&quot; synopsis: &quot;A formalisation of the IEEE754 norm on floating-point arithmetic&quot; description: &quot;&quot;&quot; The IEEE754 norm was born in 1985 and is now used in all microprocessors. Here is a full formalisation in Coq of this norm, including denormalized numbers, infinite values and NaNs.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ieee754/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=cfefac3c1818703c363405a41a73fea3&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-ieee754.8.5.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-ieee754 -&gt; coq &lt; 8.6~ -&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-ieee754.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6/ieee754/8.5.0.html
HTML
mit
7,311
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lambda: 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 / lambda - 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> lambda <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-02-28 21:06:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-28 21:06:31 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.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/lambda&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/Lambda&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: pure lambda-calculus&quot; &quot;keyword: confluence&quot; &quot;keyword: parallel-moves lemma&quot; &quot;keyword: Lรฉvy&#39;s Cube Lemma&quot; &quot;keyword: Church-Rosser&quot; &quot;keyword: residual&quot; &quot;keyword: Prism theorem&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Gรฉrard Huet&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lambda/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lambda.git&quot; synopsis: &quot;Residual Theory in Lambda-Calculus&quot; description: &quot;&quot;&quot; We present the complete development in Gallina of the residual theory of beta-reduction in pure lambda-calculus. The main result is the Prism Theorem, and its corollary Lรฉvy&#39;s Cube Lemma, a strong form of the parallel-moves lemma, itself a key step towards the confluence theorem and its usual corollaries (Church-Rosser, uniqueness of normal forms).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lambda/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=b2e9ca03915a8d17335e88a81210a302&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-lambda.8.6.0 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-lambda -&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-lambda.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.2/lambda/8.6.0.html
HTML
mit
7,216
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CSS - 4th lection</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <header id="someID"> <div class="header-wrap"> <img src="pacman.png" alt="Logo" class="logo"> <h1>MaximumStart</h1> </div> </header> <main> <div class="someClass"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est cupiditate possimus natus, facilis blanditiis optio sapiente error perspiciatis quo reprehenderit illum alias minus ipsam. Illo porro dolore repudiandae temporibus pariatur!</p> </div> </main> </body> </html>
Knyazevich/frontend-course
04-css-first-lesson/code/index.html
HTML
mit
629
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_91) on Thu Sep 29 15:48:02 PDT 2016 --> <title>Uses of Interface io.parallec.core.taskbuilder.targethosts.ITargetHostsBuilder</title> <meta name="date" content="2016-09-29"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface io.parallec.core.taskbuilder.targethosts.ITargetHostsBuilder"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?io/parallec/core/taskbuilder/targethosts/class-use/ITargetHostsBuilder.html" target="_top">Frames</a></li> <li><a href="ITargetHostsBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface io.parallec.core.taskbuilder.targethosts.ITargetHostsBuilder" class="title">Uses of Interface<br>io.parallec.core.taskbuilder.targethosts.ITargetHostsBuilder</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#io.parallec.core">io.parallec.core</a></td> <td class="colLast"> <div class="block">Main package, including most user-facing classes such as the ParallelClient, ParallelTask etc.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#io.parallec.core.taskbuilder.targethosts">io.parallec.core.taskbuilder.targethosts</a></td> <td class="colLast"> <div class="block">Target host builder.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="io.parallec.core"> <!-- --> </a> <h3>Uses of <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a> in <a href="../../../../../../io/parallec/core/package-summary.html">io.parallec.core</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../io/parallec/core/package-summary.html">io.parallec.core</a> declared as <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a></code></td> <td class="colLast"><span class="typeNameLabel">ParallelTaskBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../io/parallec/core/ParallelTaskBuilder.html#targetHostBuilder">targetHostBuilder</a></span></code> <div class="block">The targetHostBuilder.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../io/parallec/core/package-summary.html">io.parallec.core</a> that return <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a></code></td> <td class="colLast"><span class="typeNameLabel">ParallelTaskBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../io/parallec/core/ParallelTaskBuilder.html#getTargetHostBuilder--">getTargetHostBuilder</a></span>()</code> <div class="block">Gets the TargetHostsBuilder.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../io/parallec/core/package-summary.html">io.parallec.core</a> with parameters of type <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">ParallelTaskBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../io/parallec/core/ParallelTaskBuilder.html#setTargetHostBuilder-io.parallec.core.taskbuilder.targethosts.ITargetHostsBuilder-">setTargetHostBuilder</a></span>(<a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a>&nbsp;thb)</code> <div class="block">Sets the TargetHostsBuilder.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="io.parallec.core.taskbuilder.targethosts"> <!-- --> </a> <h3>Uses of <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a> in <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/package-summary.html">io.parallec.core.taskbuilder.targethosts</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/package-summary.html">io.parallec.core.taskbuilder.targethosts</a> that implement <a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">ITargetHostsBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../io/parallec/core/taskbuilder/targethosts/TargetHostsBuilder.html" title="class in io.parallec.core.taskbuilder.targethosts">TargetHostsBuilder</a></span></code> <div class="block">The Class TargetHostsBuilder.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../io/parallec/core/taskbuilder/targethosts/ITargetHostsBuilder.html" title="interface in io.parallec.core.taskbuilder.targethosts">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?io/parallec/core/taskbuilder/targethosts/class-use/ITargetHostsBuilder.html" target="_top">Frames</a></li> <li><a href="ITargetHostsBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
parallec/parallec.github.io
javadoc/io/parallec/core/taskbuilder/targethosts/class-use/ITargetHostsBuilder.html
HTML
mit
11,282
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>int-map: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / int-map - 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> int-map <small> 8.8.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2019-11-29 00:21:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2019-11-29 00:21:18 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 conf-m4 1 Virtual package relying on m4 coq 8.11.dev 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/int-map&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/IntMap&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: finite sets&quot; &quot;keyword: maps&quot; &quot;keyword: binary integers&quot; &quot;keyword: efficient data structures&quot; &quot;keyword: data structures&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;date: around 1999 (integrated within Coq 7.0)&quot; ] authors: [ &quot;Jean Goubault &lt;goubault [@] lsv.ens-cachan.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/int-map/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/int-map.git&quot; synopsis: &quot;Maps indexed by binary integers : IntMap&quot; description: &quot;&quot;&quot; This library contains a data structure for finite sets implemented by an efficient structure of map (trees indexed by binary integers). It was initially developed by Jean Goubault. This user contribution used to be part of Coq Standard Library. It is now considered to be obsolete and subsumed by the new FSets/FMap library. IntMap can be now seen as a particular implementation of FMapInterface, see file FMapIntMap.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/int-map/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=8fe4794955fcd652395c3cc687a584d6&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-int-map.8.8.0 coq.8.11.dev</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.dev). The following dependencies couldn&#39;t be met: - coq-int-map -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 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-int-map.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/extra-dev/8.11.dev/int-map/8.8.0.html
HTML
mit
7,456
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lambek: 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 / lambek - 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> lambek <small> 8.8.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</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; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/lambek&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/Lambek&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Computational linguistic&quot; &quot;keyword: categorial grammar&quot; &quot;keyword: Lambek calculus...&quot; &quot;category: Computer Science/Formal Languages Theory and Automata&quot; &quot;date: March-July 2003&quot; ] authors: [ &quot;Houda Anoun &lt;anoun@labri.fr&gt;&quot; &quot;Pierre Castรฉran &lt;casteran@labri.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lambek/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lambek.git&quot; synopsis: &quot;A Coq Toolkit for Lambek Calculus&quot; description: &quot;&quot;&quot; This library contains some definitions concerning Lambek calculus. Three formalisations of this calculus are proposed, and also some certified functions which translate derivations from one formalism to another. Several derived properties are proved and also some meta-theorems. Users can define their own lexicons and use the defined tactics to prove the derivation of sentences in a particular system (L, NL, LP, NLP ...)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lambek/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=146faacbe12684fc70e5840a963313c3&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-lambek.8.8.0 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-lambek -&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-lambek.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.1/lambek/8.8.0.html
HTML
mit
7,269
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Mon Nov 10 22:10:12 SGT 2014 --> <title>Uses of Class com.epictodo.controller.worker.WorkDistributorTest</title> <meta name="date" content="2014-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.epictodo.controller.worker.WorkDistributorTest"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/epictodo/controller/worker/WorkDistributorTest.html" title="class in com.epictodo.controller.worker">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/epictodo/controller/worker/class-use/WorkDistributorTest.html" target="_top">Frames</a></li> <li><a href="WorkDistributorTest.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.epictodo.controller.worker.WorkDistributorTest" class="title">Uses of Class<br>com.epictodo.controller.worker.WorkDistributorTest</h2> </div> <div class="classUseContainer">No usage of com.epictodo.controller.worker.WorkDistributorTest</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/epictodo/controller/worker/WorkDistributorTest.html" title="class in com.epictodo.controller.worker">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/epictodo/controller/worker/class-use/WorkDistributorTest.html" target="_top">Frames</a></li> <li><a href="WorkDistributorTest.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
cs2103aug2014-f10-2j/main
doc/com/epictodo/controller/worker/class-use/WorkDistributorTest.html
HTML
mit
4,295
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tortoise-hare-algorithm: 7 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 / extra-dev</a></li> <li class="active"><a href="">8.10.0 / tortoise-hare-algorithm - 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> tortoise-hare-algorithm <small> 8.10.0 <span class="label label-success">7 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2020-08-24 06:00:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 06:00: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 conf-m4 1 Virtual package relying on m4 coq 8.10.0 Formal proof management system num 1.3 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.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/tortoise-hare-algorithm&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/TortoiseHareAlgorithm&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: program verification&quot; &quot;keyword: paths&quot; &quot;keyword: cycle detection&quot; &quot;keyword: graphs&quot; &quot;keyword: graph theory&quot; &quot;keyword: finite sets&quot; &quot;keyword: floyd&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2007-02&quot; ] authors: [ &quot;Jean-Christophe Filliรขtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/tortoise-hare-algorithm/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/tortoise-hare-algorithm.git&quot; synopsis: &quot;Tortoise and the hare algorithm&quot; description: &quot;&quot;&quot; Correctness proof of Floyd&#39;s cycle-finding algorithm, also known as the &quot;tortoise and the hare&quot;-algorithm. See http://en.wikipedia.org/wiki/Floyd&#39;s_cycle-finding_algorithm&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/tortoise-hare-algorithm/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=eeec3ce4c4e041f34b9f94f48244e679&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-tortoise-hare-algorithm.8.10.0 coq.8.10.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 2h opam install -y --deps-only coq-tortoise-hare-algorithm.8.10.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 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-tortoise-hare-algorithm.8.10.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>7 s</dd> </dl> <h2>Installation size</h2> <p>Total: 106 K</p> <ul> <li>76 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/TortoiseHareAlgorithm/TortoiseHareAlgorithm.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/TortoiseHareAlgorithm/TortoiseHareAlgorithm.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/TortoiseHareAlgorithm/TortoiseHareAlgorithm.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-tortoise-hare-algorithm.8.10.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.10.0/tortoise-hare-algorithm/8.10.0.html
HTML
mit
7,533
<div class="commune_descr limited"> <p> Nonville est un village situรฉ dans le dรฉpartement des Vosges en Lorraine. Elle totalisait 143 habitants en 2008.</p> <p>ร€ proximitรฉ de Nonville sont positionnรฉes gรฉographiquement les villes de <a href="{{VLROOT}}/immobilier/provencheres-les-darney_88360/">Provenchรจres-lรจs-Darney</a> situรฉe ร  5&nbsp;km, 157 habitants, <a href="{{VLROOT}}/immobilier/monthureux-sur-saone_88310/">Monthureux-sur-Saรดne</a> localisรฉe ร  5&nbsp;km, 948 habitants, <a href="{{VLROOT}}/immobilier/belmont-les-darney_88049/">Belmont-lรจs-Darney</a> situรฉe ร  1&nbsp;km, 120 habitants, <a href="{{VLROOT}}/immobilier/bonvillet_88065/">Bonvillet</a> situรฉe ร  5&nbsp;km, 343 habitants, <a href="{{VLROOT}}/immobilier/gigneville_88199/">Gignรฉville</a> ร  6&nbsp;km, 64 habitants, <a href="{{VLROOT}}/immobilier/attigny_88016/">Attigny</a> ร  3&nbsp;km, 258 habitants, entre autres. De plus, Nonville est situรฉe ร  seulement 26&nbsp;km de <a href="{{VLROOT}}/immobilier/mirecourt_88304/">Mirecourt</a>.</p> <p>Le nombre de logements, ร  Nonville, se dรฉcomposait en 2011 en 16 appartements et 91 maisons soit un marchรฉ relativement รฉquilibrรฉ.</p> <p>La commune propose quelques amรฉnagements, elle dispose, entre autres, de un terrain de sport et un รฉquipement de roller/skate.</p> <p>Si vous pensez emmenager ร  Nonville, vous pourrez facilement trouver une maison ร  vendre. </p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/88330.html
HTML
mit
1,440
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en"> <head> <link rel="canonical" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206"> <link rel="alternate" hreflang="x-default" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206"> <link rel="alternate" hreflang="en_AD" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AD"/> <link rel="alternate" hreflang="ar_AE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=AE"/> <link rel="alternate" hreflang="en_AF" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AF"/> <link rel="alternate" hreflang="en_AG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AG"/> <link rel="alternate" hreflang="en_AI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AI"/> <link rel="alternate" hreflang="sq_AL" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=sq&region=AL"/> <link rel="alternate" hreflang="hy_AM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=hy&region=AM"/> <link rel="alternate" hreflang="en_AN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AN"/> <link rel="alternate" hreflang="pt_AO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=AO"/> <link rel="alternate" hreflang="en_AR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AR"/> <link rel="alternate" hreflang="en_AS" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AS"/> <link rel="alternate" hreflang="de_AT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de&region=AT"/> <link rel="alternate" hreflang="en_AU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=AU"/> <link rel="alternate" hreflang="nl_AW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl&region=AW"/> <link rel="alternate" hreflang="az_AZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=az&region=AZ"/> <link rel="alternate" hreflang="bs_BA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=bs&region=BA"/> <link rel="alternate" hreflang="en_BB" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BB"/> <link rel="alternate" hreflang="en_BD" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BD"/> <link rel="alternate" hreflang="fr_BE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=BE"/> <link rel="alternate" hreflang="de_BE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de&region=BE"/> <link rel="alternate" hreflang="nl_BE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl&region=BE"/> <link rel="alternate" hreflang="en_BE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BE"/> <link rel="alternate" hreflang="fr_BF" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=BF"/> <link rel="alternate" hreflang="bg_BG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=bg&region=BG"/> <link rel="alternate" hreflang="ar_BH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=BH"/> <link rel="alternate" hreflang="fr_BI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=BI"/> <link rel="alternate" hreflang="fr_BJ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=BJ"/> <link rel="alternate" hreflang="en_BM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BM"/> <link rel="alternate" hreflang="en_BN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BN"/> <link rel="alternate" hreflang="en_BO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BO"/> <link rel="alternate" hreflang="pt_BR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=BR"/> <link rel="alternate" hreflang="en_BS" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BS"/> <link rel="alternate" hreflang="dz_BT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=dz&region=BT"/> <link rel="alternate" hreflang="no_BV" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=no&region=BV"/> <link rel="alternate" hreflang="tn_BW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=tn&region=BW"/> <link rel="alternate" hreflang="ru_BY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru&region=BY"/> <link rel="alternate" hreflang="en_BZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=BZ"/> <link rel="alternate" hreflang="fr_CA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=CA"/> <link rel="alternate" hreflang="en_CA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CA"/> <link rel="alternate" hreflang="fr_CF" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=CF"/> <link rel="alternate" hreflang="fr_CG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=CG"/> <link rel="alternate" hreflang="fr_CH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=CH"/> <link rel="alternate" hreflang="de_CH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de&region=CH"/> <link rel="alternate" hreflang="fr_CI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=CI"/> <link rel="alternate" hreflang="en_CK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CK"/> <link rel="alternate" hreflang="en_CL" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CL"/> <link rel="alternate" hreflang="fr_CM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=CM"/> <link rel="alternate" hreflang="zh_CN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=zh&region=CN"/> <link rel="alternate" hreflang="en_CO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CO"/> <link rel="alternate" hreflang="en_CR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CR"/> <link rel="alternate" hreflang="en_CU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CU"/> <link rel="alternate" hreflang="pt_CV" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=CV"/> <link rel="alternate" hreflang="en_CX" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CX"/> <link rel="alternate" hreflang="en_CY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=CY"/> <link rel="alternate" hreflang="cs_CZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=cs&region=CZ"/> <link rel="alternate" hreflang="de_DE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de&region=DE"/> <link rel="alternate" hreflang="fr_DJ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=DJ"/> <link rel="alternate" hreflang="ar_DJ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=DJ"/> <link rel="alternate" hreflang="da_DK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=da&region=DK"/> <link rel="alternate" hreflang="en_DM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=DM"/> <link rel="alternate" hreflang="en_DO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=DO"/> <link rel="alternate" hreflang="ar_DZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=DZ"/> <link rel="alternate" hreflang="en_EC" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=EC"/> <link rel="alternate" hreflang="et_EE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=et&region=EE"/> <link rel="alternate" hreflang="ar_EG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=EG"/> <link rel="alternate" hreflang="ar_ER" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=ER"/> <link rel="alternate" hreflang="es_ES" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=es&region=ES"/> <link rel="alternate" hreflang="am_ET" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=am&region=ET"/> <link rel="alternate" hreflang="fi_FI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fi&region=FI"/> <link rel="alternate" hreflang="en_FJ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=FJ"/> <link rel="alternate" hreflang="en_FK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=FK"/> <link rel="alternate" hreflang="en_FM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=FM"/> <link rel="alternate" hreflang="fr_FR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=FR"/> <link rel="alternate" hreflang="fr_GA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=GA"/> <link rel="alternate" hreflang="en_GB" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GB"/> <link rel="alternate" hreflang="en_GD" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GD"/> <link rel="alternate" hreflang="ka_GE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ka&region=GE"/> <link rel="alternate" hreflang="fr_GF" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=GF"/> <link rel="alternate" hreflang="en_GH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GH"/> <link rel="alternate" hreflang="en_GI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GI"/> <link rel="alternate" hreflang="da_GL" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=da&region=GL"/> <link rel="alternate" hreflang="en_GM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GM"/> <link rel="alternate" hreflang="fr_GN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=GN"/> <link rel="alternate" hreflang="fr_GP" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=GP"/> <link rel="alternate" hreflang="en_GQ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GQ"/> <link rel="alternate" hreflang="en_GR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GR"/> <link rel="alternate" hreflang="en_GT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GT"/> <link rel="alternate" hreflang="en_GU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GU"/> <link rel="alternate" hreflang="pt_GW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=GW"/> <link rel="alternate" hreflang="en_GY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=GY"/> <link rel="alternate" hreflang="zh_HK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=zh&region=HK"/> <link rel="alternate" hreflang="en_HM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=HM"/> <link rel="alternate" hreflang="en_HN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=HN"/> <link rel="alternate" hreflang="hr_HR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=hr&region=HR"/> <link rel="alternate" hreflang="fr_HT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=HT"/> <link rel="alternate" hreflang="hu_HU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=hu&region=HU"/> <link rel="alternate" hreflang="id_ID" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=id&region=ID"/> <link rel="alternate" hreflang="en_IE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=IE"/> <link rel="alternate" hreflang="en_IL" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=IL"/> <link rel="alternate" hreflang="en_IN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=IN"/> <link rel="alternate" hreflang="ar_IQ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=IQ"/> <link rel="alternate" hreflang="en_IR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=IR"/> <link rel="alternate" hreflang="is_IS" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=is&region=IS"/> <link rel="alternate" hreflang="it_IT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=it&region=IT"/> <link rel="alternate" hreflang="en_JM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=JM"/> <link rel="alternate" hreflang="ar_JO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=JO"/> <link rel="alternate" hreflang="ja_JP" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ja&region=JP"/> <link rel="alternate" hreflang="en_KE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=KE"/> <link rel="alternate" hreflang="ru_KG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru&region=KG"/> <link rel="alternate" hreflang="km_KH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=km&region=KH"/> <link rel="alternate" hreflang="en_KI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=KI"/> <link rel="alternate" hreflang="fr_KM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=KM"/> <link rel="alternate" hreflang="ar_KM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=KM"/> <link rel="alternate" hreflang="en_KN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=KN"/> <link rel="alternate" hreflang="ko_KP" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ko&region=KP"/> <link rel="alternate" hreflang="ko_KR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ko&region=KR"/> <link rel="alternate" hreflang="ar_KW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=KW"/> <link rel="alternate" hreflang="en_KY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=KY"/> <link rel="alternate" hreflang="ru_KZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru&region=KZ"/> <link rel="alternate" hreflang="en_LA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=LA"/> <link rel="alternate" hreflang="ar_LB" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=LB"/> <link rel="alternate" hreflang="en_LC" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=LC"/> <link rel="alternate" hreflang="de_LI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de&region=LI"/> <link rel="alternate" hreflang="lt_LI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=lt&region=LI"/> <link rel="alternate" hreflang="en_LK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=LK"/> <link rel="alternate" hreflang="en_LR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=LR"/> <link rel="alternate" hreflang="en_LS" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=LS"/> <link rel="alternate" hreflang="en_LT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=LT"/> <link rel="alternate" hreflang="fr_LU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=LU"/> <link rel="alternate" hreflang="de_LU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de&region=LU"/> <link rel="alternate" hreflang="lv_LV" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=lv&region=LV"/> <link rel="alternate" hreflang="ar_LY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=LY"/> <link rel="alternate" hreflang="ar_MA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=MA"/> <link rel="alternate" hreflang="fr_MC" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=MC"/> <link rel="alternate" hreflang="ro_MD" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ro&region=MD"/> <link rel="alternate" hreflang="en_ME" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=ME"/> <link rel="alternate" hreflang="fr_MG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=MG"/> <link rel="alternate" hreflang="en_MH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MH"/> <link rel="alternate" hreflang="mk_MK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=mk&region=MK"/> <link rel="alternate" hreflang="fr_ML" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=ML"/> <link rel="alternate" hreflang="my_MM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=my&region=MM"/> <link rel="alternate" hreflang="mn_MN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=mn&region=MN"/> <link rel="alternate" hreflang="pt_MO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=MO"/> <link rel="alternate" hreflang="en_MP" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MP"/> <link rel="alternate" hreflang="en_MQ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MQ"/> <link rel="alternate" hreflang="ar_MR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=MR"/> <link rel="alternate" hreflang="en_MS" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MS"/> <link rel="alternate" hreflang="en_MT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MT"/> <link rel="alternate" hreflang="en_MU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MU"/> <link rel="alternate" hreflang="en_MV" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MV"/> <link rel="alternate" hreflang="en_MW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MW"/> <link rel="alternate" hreflang="es_MX" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=es&region=MX"/> <link rel="alternate" hreflang="en_MY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=MY"/> <link rel="alternate" hreflang="pt_MZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=MZ"/> <link rel="alternate" hreflang="en_NA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=NA"/> <link rel="alternate" hreflang="fr_NC" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=NC"/> <link rel="alternate" hreflang="fr_NE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=NE"/> <link rel="alternate" hreflang="en_NF" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=NF"/> <link rel="alternate" hreflang="en_NG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=NG"/> <link rel="alternate" hreflang="en_NI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=NI"/> <link rel="alternate" hreflang="nl_NL" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl&region=NL"/> <link rel="alternate" hreflang="no_NO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=no&region=NO"/> <link rel="alternate" hreflang="ne_NP" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ne&region=NP"/> <link rel="alternate" hreflang="en_NR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=NR"/> <link rel="alternate" hreflang="en_NU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=NU"/> <link rel="alternate" hreflang="en_NZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=NZ"/> <link rel="alternate" hreflang="ar_OM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=OM"/> <link rel="alternate" hreflang="en_PA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PA"/> <link rel="alternate" hreflang="en_PE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PE"/> <link rel="alternate" hreflang="fr_PF" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=PF"/> <link rel="alternate" hreflang="en_PG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PG"/> <link rel="alternate" hreflang="en_PH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PH"/> <link rel="alternate" hreflang="en_PK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PK"/> <link rel="alternate" hreflang="pl_PL" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pl&region=PL"/> <link rel="alternate" hreflang="fr_PM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=PM"/> <link rel="alternate" hreflang="en_PN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PN"/> <link rel="alternate" hreflang="pt_PT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=PT"/> <link rel="alternate" hreflang="en_PW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PW"/> <link rel="alternate" hreflang="en_PY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=PY"/> <link rel="alternate" hreflang="ar_QA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=QA"/> <link rel="alternate" hreflang="fr_RE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=RE"/> <link rel="alternate" hreflang="ro_RO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ro&region=RO"/> <link rel="alternate" hreflang="ru_RU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru&region=RU"/> <link rel="alternate" hreflang="fr_RW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=RW"/> <link rel="alternate" hreflang="ar_SA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=SA"/> <link rel="alternate" hreflang="en_SB" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=SB"/> <link rel="alternate" hreflang="fr_SC" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=SC"/> <link rel="alternate" hreflang="ar_SD" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=SD"/> <link rel="alternate" hreflang="sv_SE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=sv&region=SE"/> <link rel="alternate" hreflang="en_SG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=SG"/> <link rel="alternate" hreflang="en_SH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=SH"/> <link rel="alternate" hreflang="it_SI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=it&region=SI"/> <link rel="alternate" hreflang="sk_SK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=sk&region=SK"/> <link rel="alternate" hreflang="en_SL" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=SL"/> <link rel="alternate" hreflang="it_SM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=it&region=SM"/> <link rel="alternate" hreflang="fr_SN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=SN"/> <link rel="alternate" hreflang="ar_SO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=SO"/> <link rel="alternate" hreflang="nl_SR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl&region=SR"/> <link rel="alternate" hreflang="pt_ST" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt&region=ST"/> <link rel="alternate" hreflang="en_SV" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=SV"/> <link rel="alternate" hreflang="nl_SX" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl&region=SX"/> <link rel="alternate" hreflang="ar_SY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=SY"/> <link rel="alternate" hreflang="en_SZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=SZ"/> <link rel="alternate" hreflang="en_TC" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=TC"/> <link rel="alternate" hreflang="fr_TD" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=TD"/> <link rel="alternate" hreflang="ar_TD" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=TD"/> <link rel="alternate" hreflang="fr_TG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=TG"/> <link rel="alternate" hreflang="th_TH" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=th&region=TH"/> <link rel="alternate" hreflang="ru_TJ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru&region=TJ"/> <link rel="alternate" hreflang="en_TK" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=TK"/> <link rel="alternate" hreflang="tk_TM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=tk&region=TM"/> <link rel="alternate" hreflang="ar_TN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=TN"/> <link rel="alternate" hreflang="en_TO" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=TO"/> <link rel="alternate" hreflang="en_TP" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=TP"/> <link rel="alternate" hreflang="tr_TR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=tr&region=TR"/> <link rel="alternate" hreflang="en_TT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=TT"/> <link rel="alternate" hreflang="en_TV" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=TV"/> <link rel="alternate" hreflang="zh_TW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=zh&region=TW"/> <link rel="alternate" hreflang="en_TZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=TZ"/> <link rel="alternate" hreflang="ru_UA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru&region=UA"/> <link rel="alternate" hreflang="en_UG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=UG"/> <link rel="alternate" hreflang="en_US" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=US"/> <link rel="alternate" hreflang="en_UY" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=UY"/> <link rel="alternate" hreflang="uz_UZ" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=uz&region=UZ"/> <link rel="alternate" hreflang="la_VA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=la&region=VA"/> <link rel="alternate" hreflang="en_VC" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=VC"/> <link rel="alternate" hreflang="en_VE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=VE"/> <link rel="alternate" hreflang="en_VG" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=VG"/> <link rel="alternate" hreflang="en_VI" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=VI"/> <link rel="alternate" hreflang="vi_VN" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=vi&region=VN"/> <link rel="alternate" hreflang="fr_VU" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=VU"/> <link rel="alternate" hreflang="fr_WF" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=WF"/> <link rel="alternate" hreflang="en_WS" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=WS"/> <link rel="alternate" hreflang="ar_YE" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar&region=YE"/> <link rel="alternate" hreflang="fr_YT" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr&region=YT"/> <link rel="alternate" hreflang="en_ZA" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=ZA"/> <link rel="alternate" hreflang="en_ZM" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=ZM"/> <link rel="alternate" hreflang="en_ZR" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=ZR"/> <link rel="alternate" hreflang="en_ZW" href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en&region=ZW"/> <title>็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9 98% | Sigma-Aldrich</title> <meta name="keywords" content="Aldrich H36206, ็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9 98%, ๆฐง่‹ฏ้…ฎ, 131-57-7, C14H12O3, HOC6H3(OCH3)COC6H5"/> <meta name="description" content="Sigma-Aldrich offers Aldrich-H36206, ็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9 for your research needs. Find product specific information including CAS, MSDS, protocols and references."/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Language" content=""/> <meta name="google-site-verification" content="s7BiuKicT8BBVfBKnRaMiq8vcaSck6vqovLTLN1i7hU"/> <script src="/etc/designs/sigma-aldrich/headers/endeca-search-and/catalogutilities.js" language="JavaScript"></script> <!-- BEGIN COREMETRICS --> <script language="javascript1.1" src="/etc/designs/sigma-aldrich/js/eluminate.js" type="text/javascript"></script> <script language="javascript1.1" src="/etc/designs/sigma-aldrich/js/cmdatatagutils.js" type="text/javascript"></script> <!-- IE6 "fix" for the close png image --> <!--[if lt IE 7]> <link type='text/css' href='css/sialGallery_ie_6.css' rel='stylesheet' media='screen'/> <![endif]--> <script language="javascript" type="text/javascript"> if (window.location.hostname.match(/www\d*\.sigmaaldrich\.com/)) { cmSetProduction(); } if (window.location.hostname.match(/www\d*\.safcglobal\.com/)) { cmSetProduction(); } cmCreateProductviewTag("H36206", "ALDRICH", "PDPOBZH"); </script> <!-- END COREMETRICS --> <script type="text/javascript"> // Clear Input onfocus function clearDefaultandCSS(el) { if (el.defaultValue == el.value) el.value = "" if (el.style) el.style.cssText = "" } </script> <!-- Header --> <script type="text/javascript" language="javascript"> <!-- function ratingsDisplayed(totalReviewsCount, avgRating, ratingsOnlyReviewCount, recommendPercentage, productID) { var bvReviewLinkOn = document.getElementById("reviewLinkOn"); var bvReviewLinkOff = document.getElementById("reviewLinkOff"); if (totalReviewsCount > 0) { var bvRevCntr = document.getElementById("BVReviewsContainer"); var bvprintrev = document.getElementById("BVSVPLinkContainer"); if (bvRevCntr) { bvRevCntr.style.display = "block"; } if (bvprintrev) { bvprintrev.style.display = "block"; } if (bvReviewLinkOn) { bvReviewLinkOn.style.display = "block"; bvReviewLinkOff.style.display = "none"; } } else if (bvReviewLinkOff) { bvReviewLinkOff.style.display = "block"; } // Other custom items leveraging these values. // TODO: insert Web Analytics tracking here } //--> function eventDateCallback(element, entry) { var urlN4 = getQueryVariable("N4"); var urlN25 = getQueryVariable("N25"); var urlF = getQueryVariable("F"); var returnValue = entry; if (document.getElementById("typeaheadFilter") != null && document.getElementById("typeaheadFilter").value != "") returnValue = returnValue + "&filter=" + document.getElementById("typeaheadFilter").value; if (document.getElementById("typeaheadDim") != null && document.getElementById("typeaheadDim").value != "") returnValue = returnValue + "&dim=" + document.getElementById("typeaheadDim").value; if (document.getElementById("searchWithin") != null) returnValue = returnValue + "&within=" + document.getElementById("searchWithin").checked; if (document.getElementById("locale") != null) returnValue = returnValue + "&locale=" + document.getElementById("locale").value; if (document.getElementById("countryCode") != null) returnValue = returnValue + "&countryCode=" + document.getElementById("countryCode").value; if (document.getElementById("dimValOverride") != null) returnValue = returnValue + "&dimValOverride=" + document.getElementById("dimValOverride").value; if (urlN4 != null) returnValue = returnValue + "&urlN4=" + urlN4; if (urlN25 != null) returnValue = returnValue + "&urlN25=" + urlN25; if (urlF != null) returnValue = returnValue + "&urlF=" + urlF; return returnValue; } function getQueryVariable2(variable) { var query = window.location.search.substring(1); if (query.indexOf(variable) >= 0) { var vars = query.split("&"); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if (pair[0] == variable) { return pair[1]; } } } else return ""; } function lookaheadAfterUpdate(searchBox, selectedElement) { document.getElementById("resultsN4").value = ""; } </script> <script language="JavaScript" src="/content/dam/sigma-aldrich/head/otherapps/TealeafSDKConfig.js" type="text/JavaScript"></script> <script language="JavaScript" src="/content/dam/sigma-aldrich/head/otherapps/TealeafSDK.js" type="text/JavaScript"></script> <!-- Added by nsethiya for google analytics --> <script type="text/javascript" src="/content/dam/sigma-aldrich/head/day/g-analytics-json.js"></script> <script language="JavaScript"> var protocolString = "http"; var isInFrame = false; var frameObj = top.frames; if (frameObj.length >= 1) { protocolString = "https"; isInFrame = true; } </script> </head> <body> <script src="/content/dam/sigma-aldrich/head/day/chinabody.js" type="text/javascript"></script> <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-5CN234" 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 != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-5CN234');</script> <!-- End Google Tag Manager --> <link media="all" type="text/css" href="/content/dam/sigma-aldrich/head/otherapps/search.css" rel="stylesheet"/> <div id="header" class=""> <!-- header day --> <div id="cqheader"> <link media="all" href="/etc/designs/sigma-aldrich/css/styles-all.min.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="/etc/designs/sigma-aldrich/js/scripts-all.min.js"></script> <script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '832461399']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <script type="text/javascript"> selectCountry(); </script> <script type="text/javascript" src="/foresee/foresee-trigger.js"></script> <div id="coremetrics" style="display: none;"></div> <script type="text/javascript"> setCoremetricsEnabled(true); initializeHeader(); </script> <!--[if IE ]> <link type="text/css" href="/etc/designs/sigma-aldrich/headers/newsa/ie.css" rel="stylesheet" media="screen"/> <![endif]--> <!--[if lt IE 7 ]> <link type="text/css" href="/etc/designs/sigma-aldrich/headers/newsa/ie6.css" rel="stylesheet" media="screen"/> <script src="/etc/designs/sigma-aldrich/headers/newsa/DD-belatedPNG-008a-min.js"></script> <script> jQuery(document).ready(function () { DD_belatedPNG.fix('#heroContent .contentStage #tabset li'); DD_belatedPNG.fix('.relatedIcon'); DD_belatedPNG.fix('#countryPopUp #countryLanding div#selectCountryHeader'); DD_belatedPNG.fix('#countryLanding div#selectCountryHeader'); DD_belatedPNG.fix('.readMore'); DD_belatedPNG.fix('#primaryHeader #branding'); DD_belatedPNG.fix('#primaryHeader #headerBottom #secondaryNav'); DD_belatedPNG.fix('#secondaryNav ul.dropdown li.navbtn1:hover a.navlink'); DD_belatedPNG.fix('#secondaryNav ul.dropdown li.navbtn1:hover a.navlink'); DD_belatedPNG.fix('#secondaryNav ul.dropdown li.navbtn1 a.active'); DD_belatedPNG.fix('#secondaryNav ul.dropdown li.navbtn2:hover a.navlink'); DD_belatedPNG.fix('#secondaryNav ul.dropdown li.navbtn2 a.active'); DD_belatedPNG.fix('#secondaryNav ul.dropdown li.navbtn3:hover a.navlink'); DD_belatedPNG.fix('#secondaryNav ul.dropdown li.navbtn3 a.active'); DD_belatedPNG.fix('#primaryNav ul.dropdown li.navbtn4:hover a.navlink'); DD_belatedPNG.fix('#primaryNav ul.dropdown li.navbtn4 a.active'); DD_belatedPNG.fix('#primaryNav ul.dropdown li.navbtn5:hover a.navlink'); DD_belatedPNG.fix('#primaryNav ul.dropdown li.navbtn5 a.active'); DD_belatedPNG.fix('#primaryNav ul.dropdown li.navbtn6:hover a.navlink'); DD_belatedPNG.fix('#primaryNav ul.dropdown li.navbtn6 a.active'); DD_belatedPNG.fix('#resultsLookAheadContent ul.lookaheadResultsContainer li.lookaheadResultsElement'); DD_belatedPNG.fix('li#header-login'); DD_belatedPNG.fix('#primaryHeader #headerBottom #primaryNav'); DD_belatedPNG.fix('#primaryNav li.shpoppingCart div.cartDropdown a.orderCenter'); DD_belatedPNG.fix('#primaryNav li.shpoppingCart div.cartDropdown a.viewCart'); DD_belatedPNG.fix('#primaryNav a.grey-btn'); DD_belatedPNG.fix('#primaryNav a.red-btn'); }); </script> <![endif]--> <!--[if IE 7 ]> <link type="text/css" href="/etc/designs/sigma-aldrich/headers/newsa/ie7.css" rel="stylesheet" media="screen"/> <![endif]--> <!--[if IE 8 ]> <link type="text/css" href="/etc/designs/sigma-aldrich/headers/newsa/ie8.css" rel="stylesheet" media="screen"/> <![endif]--> <!--[if IE 9 ]> <link type="text/css" href="/etc/designs/sigma-aldrich/headers/newsa/ie9.css" rel="stylesheet" media="screen"/> <![endif]--> <a name="main"></a><a name="top"></a><a name="toc"></a> <div class="pagereference headerReference"> <script type="text/javascript"> </script> <div class="globalheader"> <div id="primaryHeader" class="clearfix"> <div id="headerTop" class="clearfix"> <div class="contentStage"> <div id="searchLinks" class="clearfix"> <div class="searchlinks"> <div class="advancedSearch"> <span></span> <ul> <li> <a href="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" name="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" title="้ซ˜็บงๆœ็ดข" onclick="cmCreatePageElementTag('AdvancedSearch', 'SIAL-Header');" target="_self">้ซ˜็บงๆœ็ดข</a> </li> <li> <a href="http://www.sigmaaldrich.com/catalog/search/substructure/SubstructureSearchPage" name="http://www.sigmaaldrich.com/catalog/search/substructure/SubstructureSearchPage" title="็ป“ๆž„ๅผๆœ็ดข" onclick="cmCreatePageElementTag('StructureSearch', 'SIAL-Header');" target="_self">็ป“ๆž„ๅผๆœ็ดข</a> </li> <li> <a href="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" name="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" title="่ดจๆฃ€ๆŠฅๅ‘Š" onclick="cmCreatePageElementTag('CertificateOfAnalysis', 'SIAL-Header');" target="_self">่ดจๆฃ€ๆŠฅๅ‘Š</a> </li> <li> <a href="http://www.sigmaaldrich.com/safety-center.html" name="http://www.sigmaaldrich.com/safety-center.html" title="MSDS" onclick="cmCreatePageElementTag('MSDSsearch', 'SIAL-Header');" target="_self">MSDS</a> </li> </ul> </div> </div> </div> <!-- [if !IE]> #searchLinks <![endif] --> <div id="branding" class="clearfix"> <div class="logo"> <a href="http://www.sigmaaldrich.com/sigma-aldrich/home.html" name="http://www.sigmaaldrich.com/sigma-aldrich/home.html" title="Sigma-Aldrich ยฎ" onclick="cmCreatePageElementTag('Sigma Logo', 'SIAL-Header');" target="_self"> Sigma-Aldrich &#174; </a></div> </div> <!-- [if !IE]> #branding <![endif] --> <div id="primarySearch" class="clearfix"> <div class="searchglobal"> <script type="text/javascript"> function formHandlerTwo() { var currHost = window.location.host; var entry = $("#Query").val(); //document.SearchForm.Query.value; entry = jQuery.trim(entry); if ((entry != '') && (entry != 'Search')) { cmCreatePageElementTag('Search', 'SIAL-Header'); if (top.frames.length > 1 && window.location.host.indexOf("stlwcm") == -1) { window.location.href = 'https://' + currHost + '/catalog/search/SearchResultsPage' + '?Query=#TEXT#&Scope=SearchAll'.replace(/#TEXT#/g, encodeURI(entry)); } else { window.location.href = 'http://' + currHost + '/catalog/search/SearchResultsPage' + '?Query=#TEXT#&Scope=SearchAll'.replace(/#TEXT#/g, encodeURI(entry)); } } else { alert("Please enter a search string."); document.SearchForm.Query.focus(); } } </script> <!-- fix for ie6 header wrapping --> <div style="padding: 0 !important;"> <div id="searchBox"> <form id="searchBarInput" action="javascript:formHandlerTwo()" name="SearchForm" autocomplete="off" method="POST" onfocus="clearDefaultandCSS(this)"> <input id="Query" class="Query" type="text" value="" name="Query" onfocus="clearDefaultandCSS(this)"> <input id="submitSearch" type="submit" value="" name="submitSearch"> </form> </div> <div id="searchDropDown" style="display:none;"> <div class="searchDropDownContainer "> <div id="searchDropDown-top"></div> <div id="resultsLookAheadContent" style="display:none;"> <div id="ajax"></div> <ul> <div id="viewallSearch">ๆŸฅ็œ‹ๆ‰€ๆœ‰ๆœ็ดข็ป“ๆžœ</div> </ul> </div> <div id="recentSearches"> <div id="searchTitle">่ฏท่พ“ๅ…ฅๅ“ๅใ€่ดงๅทๆˆ–CASๅท๏ผŒๆœ็ดขๅผ•ๆ“Žไผš็ป™ๅ‡บๆœ็ดขๅปบ่ฎฎ</div> <ul id="advSearch"> </ul> </div> <div id="searchDropDown-bottom"></div> </div> </div> </div> </div> </div> <!-- [if !IE]> #primarySearch <![endif] --> </div> <!-- [if !IE]> #contentStage <![endif] --> </div> <!-- [if !IE]> #headerTop <![endif] --> <div id="headerBottom" class="clearfix"> <div class="mainnav mainnavigationglobal"> <div class="contentStage"> <div id="secondaryNav" class="clearfix"> <ul class="dropdown clearfix"> <div class="mainnav mainnavigation"> <li class="navbtn1"> <a class="navlink" target="_self" onclick="cmCreatePageElementTag('Products', 'SIAL-Header');" title="Products" name="product-catalog" href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/product-catalog.html">Products</a> <div class="secondaryNavLinks"> <div class="header-top"> <div class="top-left"></div> <div class="top-center"></div> <div class="top-right"></div> </div> <div class="header-mid"> <div class="mid-left"></div> <div class="mid-center"> <div class="navColumn"> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography.html" title="ๅˆ†ๆž/่‰ฒ่ฐฑ &raquo;" onclick="cmCreatePageElementTag('Products-Analytical', 'SIAL-Header');" target="_self" class="navSubHead">ๅˆ†ๆž/่‰ฒ่ฐฑ &raquo;</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/analytical-standards.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/analytical-standards.html" title="ๅˆ†ๆžๆ ‡ๅ‡†ๅ“" onclick="cmCreatePageElementTag('Products-Standards', 'SIAL-Header');" target="_self">ๅˆ†ๆžๆ ‡ๅ‡†ๅ“</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/titration.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/titration.html" title="ๅกๅฐ”่ดนไผ‘ๆฐดไปฝๆต‹ๅฎš่ฏ•ๅ‰‚" onclick="cmCreatePageElementTag('Products-Titration-Karl-Fischer', 'SIAL-Header');" target="_self">ๅกๅฐ”่ดนไผ‘ๆฐดไปฝๆต‹ๅฎš่ฏ•ๅ‰‚</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/sample-preparation.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/sample-preparation.html" title="ๅ›บ็›ธ่ƒๅ–/ๅ›บ็›ธๅพฎ่ƒๅ–" onclick="cmCreatePageElementTag('Products-SamplePrep-Purification', 'SIAL-Header');" target="_self">ๅ›บ็›ธ่ƒๅ–/ๅ›บ็›ธๅพฎ่ƒๅ–</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/gas-chromatography.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/gas-chromatography.html" title="ๆฐ”็›ธ่‰ฒ่ฐฑๆŸฑๅŠ้…ไปถ" onclick="cmCreatePageElementTag('Products-Gas-Chromatography', 'SIAL-Header');" target="_self">ๆฐ”็›ธ่‰ฒ่ฐฑๆŸฑๅŠ้…ไปถ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/hplc.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/hplc.html" title="ๆถฒ็›ธ่‰ฒ่ฐฑๆŸฑๅŠ้…ไปถ" onclick="cmCreatePageElementTag('Products-HPLC-UHPLC', 'SIAL-Header');" target="_self">ๆถฒ็›ธ่‰ฒ่ฐฑๆŸฑๅŠ้…ไปถ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/analytical-reagents.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/analytical-reagents.html" title="ๅˆ†ๆž่ฏ•ๅ‰‚" onclick="cmCreatePageElementTag('Products-Analytical-Reagents', 'SIAL-Header');" target="_self">ๅˆ†ๆž่ฏ•ๅ‰‚</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/microbiology.html" name="http://www.sigmaaldrich.com/china-mainland/analytical-chromatography/microbiology.html" title="ๅพฎ็”Ÿ็‰ฉๆฃ€้ชŒ" onclick="cmCreatePageElementTag('Products-Microbiology', 'SIAL-Header');" target="_self">ๅพฎ็”Ÿ็‰ฉๆฃ€้ชŒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/chemistry-product.html" name="http://www.sigmaaldrich.com/china-mainland/chemistry-product.html" title="ๅŒ–ๅญฆ &raquo;" onclick="cmCreatePageElementTag('Products-Chemistry', 'SIAL-Header');" target="_self" class="navSubHead">ๅŒ–ๅญฆ &raquo;</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=14577449" name="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=14577449" title="้…ธ&็ขฑ" onclick="cmCreatePageElementTag('Products-Acids-Bases', 'SIAL-Header');" target="_self">้…ธ&็ขฑ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=16257685" name="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=16257685" title="ๅ‚ฌๅŒ–ๅ‰‚ๅŠๆ— ๆœบๅŒ–ๅˆ็‰ฉ" onclick="cmCreatePageElementTag('Products-Catalysis-Inorganics', 'SIAL-Header');" target="_self">ๅ‚ฌๅŒ–ๅ‰‚ๅŠๆ— ๆœบๅŒ–ๅˆ็‰ฉ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemical-synthesis/chemical-synthesis-catalog.html" name="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemical-synthesis/chemical-synthesis-catalog.html" title="ๅŒ–ๅญฆๅˆๆˆ" onclick="cmCreatePageElementTag('Products-Chemical-Synthesis', 'SIAL-Header');" target="_self">ๅŒ–ๅญฆๅˆๆˆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=16265992" name="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=16265992" title="ๆ‚็Žฏๅˆๆˆ็ Œๅ—" onclick="cmCreatePageElementTag('Products-HeterocyclicBuildingBlocks', 'SIAL-Header');" target="_self">ๆ‚็Žฏๅˆๆˆ็ Œๅ—</a></li> <li> <a href="http://www.sigmaaldrich.com/etc/controller/controller-page.html?TablePage=16273490" name="http://www.sigmaaldrich.com/etc/controller/controller-page.html?TablePage=16273490" title="ๆœ‰ๆœบๅˆๆˆ็ Œๅ—" onclick="cmCreatePageElementTag('Products-Organic-Building-Blocks', 'SIAL-Header');" target="_self">ๆœ‰ๆœบๅˆๆˆ็ Œๅ—</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=16256035" name="http://www.sigmaaldrich.com/china-mainland/zh/chemistry/chemistry-products.html?TablePage=16256035" title="ๆœ‰ๆœบ้‡‘ๅฑžๅŒ–ๅˆ็‰ฉ" onclick="cmCreatePageElementTag('Products-Organometallics', 'SIAL-Header');" target="_self">ๆœ‰ๆœบ้‡‘ๅฑžๅŒ–ๅˆ็‰ฉ</a></li> <li> <a href="http://www.sigmaaldrich.com/materials-science/material-science-products.html?TablePage=16372708" name="http://www.sigmaaldrich.com/materials-science/material-science-products.html?TablePage=16372708" title="็›" onclick="cmCreatePageElementTag('Products-Salts', 'SIAL-Header');" target="_self">็›</a></li> <li> <a href="http://www.sigmaaldrich.com/chemistry/solvents.html" name="http://www.sigmaaldrich.com/chemistry/solvents.html" title="ๆบถๅ‰‚" onclick="cmCreatePageElementTag('Products-Solvents', 'SIAL-Header');" target="_self">ๆบถๅ‰‚</a></li> <li> <a href="http://www.sigmaaldrich.com/chemistry/stable-isotopes-isotec.html" name="http://www.sigmaaldrich.com/chemistry/stable-isotopes-isotec.html" title="็จณๅฎšๅŒไฝ็ด " onclick="cmCreatePageElementTag('Prodiucts-Stable-Isotopes', 'SIAL-Header');" target="_self">็จณๅฎšๅŒไฝ็ด </a></li> </ul> </div> <div class="navColumn"> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/life-science.html" name="http://www.sigmaaldrich.com/china-mainland/life-science.html" title="็”Ÿๅ‘ฝ็ง‘ๅญฆ &raquo;" onclick="cmCreatePageElementTag('Products-Life-Science', 'SIAL-Header');" target="_self" class="navSubHead">็”Ÿๅ‘ฝ็ง‘ๅญฆ &raquo;</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/cell-biology/antibodies.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/cell-biology/antibodies.html" title="ๆŠ—ไฝ“" onclick="cmCreatePageElementTag('Products-Antibodies', 'SIAL-Header');" target="_self">ๆŠ—ไฝ“</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/biochemicals.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/biochemicals.html" title="็”Ÿ็‰ฉๅŒ–ๅญฆ&่ฏ•ๅ‰‚&็ผ“ๅ†ฒๆถฒ" onclick="cmCreatePageElementTag('Products-Biochemicals-Reagents', 'SIAL-Header');" target="_self">็”Ÿ็‰ฉๅŒ–ๅญฆ&่ฏ•ๅ‰‚&็ผ“ๅ†ฒๆถฒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/proteomics.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/proteomics.html" title="่›‹็™ฝ่ดจ็ป„ๅญฆ" onclick="cmCreatePageElementTag('Products-Proteomics', 'SIAL-Header');" target="_self">่›‹็™ฝ่ดจ็ป„ๅญฆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/cell-biology.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/cell-biology.html" title="็ป†่ƒž็”Ÿ็‰ฉๅญฆ" onclick="cmCreatePageElementTag('Products-Cell=Biology', 'SIAL-Header');" target="_self">็ป†่ƒž็”Ÿ็‰ฉๅญฆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/cell-culture.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/cell-culture.html" title="็ป†่ƒžๅŸนๅ…ป" onclick="cmCreatePageElementTag('Products-Cell-Culture', 'SIAL-Header');" target="_self">็ป†่ƒžๅŸนๅ…ป</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/metabolomics.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/metabolomics.html" title="ไปฃ่ฐข็ป„ๅญฆ" onclick="cmCreatePageElementTag('Products-Metabolomics', 'SIAL-Header');" target="_self">ไปฃ่ฐข็ป„ๅญฆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/stem-cell-biology.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/stem-cell-biology.html" title="ๅนฒ็ป†่ƒž็”Ÿ็‰ฉๅญฆ" onclick="cmCreatePageElementTag('Products-Stem-Cell-Biology', 'SIAL-Header');" target="_self">ๅนฒ็ป†่ƒž็”Ÿ็‰ฉๅญฆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/translational-research-solutions.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/translational-research-solutions.html" title="่ฝฌๅŒ–ๅŒปๅญฆ็ ”็ฉถ" onclick="cmCreatePageElementTag('Products-Transitional-Research', 'SIAL-Header');" target="_self">่ฝฌๅŒ–ๅŒปๅญฆ็ ”็ฉถ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/molecular-biology.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/molecular-biology.html" title="ๅˆ†ๅญ็”Ÿ็‰ฉๅญฆ" onclick="cmCreatePageElementTag('Products-Molecular Biology', 'SIAL-Header');" target="_self">ๅˆ†ๅญ็”Ÿ็‰ฉๅญฆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/epigenetics.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/epigenetics.html" title="่กจ่ง‚้—ไผ ๅญฆ" onclick="cmCreatePageElementTag('Products-Epigenetics', 'SIAL-Header');" target="_self">่กจ่ง‚้—ไผ ๅญฆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai.html" title="ๅŠŸ่ƒฝๅŸบๅ› ็ป„ๅญฆ&RNAi" onclick="cmCreatePageElementTag('Products-Functional-Genomics-RNAi', 'SIAL-Header');" target="_self">ๅŠŸ่ƒฝๅŸบๅ› ็ป„ๅญฆ&RNAi</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/materials-science.html" name="http://www.sigmaaldrich.com/china-mainland/materials-science.html" title="ๆๆ–™็ง‘ๅญฆ &raquo;" onclick="cmCreatePageElementTag('Products-Material-Science', 'SIAL-Header');" target="_self" class="navSubHead">ๆๆ–™็ง‘ๅญฆ &raquo;</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=16368961" name="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=16368961" title="ๆœ‰ๆœบๅ…‰็”ต&ๅฐๅˆท็”ตๅญ" onclick="cmCreatePageElementTag('Products-Organic-Printed-Electronics', 'SIAL-Header');" target="_self">ๆœ‰ๆœบๅ…‰็”ต&ๅฐๅˆท็”ตๅญ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=16368964" name="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=16368964" title="้‡‘ๅฑžไธŽ้™ถ็“ทๆๆ–™" onclick="cmCreatePageElementTag('Products-Metal-Cerami-Science', 'SIAL-Header');" target="_self">้‡‘ๅฑžไธŽ้™ถ็“ทๆๆ–™</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=9539613" name="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=9539613" title="ๅพฎ็บณ็ฑณ็”ตๅญๆŠ€ๆœฏ" onclick="cmCreatePageElementTag('Products-Micro-Nano-Electronics', 'SIAL-Header');" target="_self">ๅพฎ็บณ็ฑณ็”ตๅญๆŠ€ๆœฏ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=16368965" name="http://www.sigmaaldrich.com/china-mainland/zh/materials-science/material-science-products.html?TablePage=16368965" title="่šๅˆ็‰ฉ" onclick="cmCreatePageElementTag('Products-Polymer-Science', 'SIAL-Header');" target="_self">่šๅˆ็‰ฉ</a></li> </ul> </div> <div class="navColumn"> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai.html" title="ๅฎšๅˆถไบงๅ“ &raquo;" onclick="cmCreatePageElementTag('Products-Custom-Products', 'SIAL-Header');" target="_self" class="navSubHead">ๅฎšๅˆถไบงๅ“ &raquo;</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai/sirna.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai/sirna.html" title="siRNA" onclick="cmCreatePageElementTag('Products-siRNA', 'SIAL-Header');" target="_self">siRNA</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai/shrna.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai/shrna.html" title="shRNA" onclick="cmCreatePageElementTag('Products-shrna', 'SIAL-Header');" target="_self">shRNA</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/custom-oligos/custom-peptides.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/custom-oligos/custom-peptides.html" title="่‚ฝ" onclick="cmCreatePageElementTag('Products-Peptides', 'SIAL-Header');" target="_self">่‚ฝ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/custom-oligos/custom-dna.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/custom-oligos/custom-dna.html" title="DNA" onclick="cmCreatePageElementTag('Products-DNA', 'SIAL-Header');" target="_self">DNA</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services.html" title="ๆœๅŠก &raquo;" onclick="cmCreatePageElementTag('Products-Service', 'SIAL-Header');" target="_self" class="navSubHead">ๆœๅŠก &raquo;</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safc.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safc.html" title="SAFC" onclick="cmCreatePageElementTag('Products-SAFC', 'SIAL-Header');" target="_self">SAFC</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safchitech.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safchitech.html" title="SAFC HITECH" onclick="cmCreatePageElementTag('Products-SAFC-HITECH', 'SIAL-Header');" target="_self">SAFC HITECH</a></li> <li> <a href="http://www.sigmaaldrich.com/catalog/search?interface=All&N=0+9568654&mode=partialmax&focus=product" name="http://www.sigmaaldrich.com/catalog/search?interface=All&N=0+9568654&mode=partialmax&focus=product" title="ๅฎž้ชŒๅฎค่€—ๆ &raquo;" onclick="cmCreatePageElementTag('Products-Labware', 'SIAL-Header');" target="_self" class="navSubHead">ๅฎž้ชŒๅฎค่€—ๆ &raquo;</a></li> <li> <a href="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=corning&N=0&mode=match=partialmax&focus=product&lang=zh&region=CN" name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=corning&N=0&mode=match=partialmax&focus=product&lang=zh&region=CN" title="Corning" onclick="cmCreatePageElementTag('Products-Corning', 'SIAL-Header');" target="_self">Corning</a></li> <li> <a href="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=axygen&N=0&mode=match=partialmax&focus=product&lang=zh&region=CN" name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=axygen&N=0&mode=match=partialmax&focus=product&lang=zh&region=CN" title="Axygen" onclick="cmCreatePageElementTag('Products-Axygen', 'SIAL-Header');" target="_self">Axygen</a></li> <li> <a href="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=brand&N=0&mode=match=partialmax&focus=product&lang=zh&region=CN" name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=brand&N=0&mode=match=partialmax&focus=product&lang=zh&region=CN" title="Brand" onclick="cmCreatePageElementTag('Products-Brand', 'SIAL-Header');" target="_self">Brand</a></li> <li> <a href="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=greiner&N=0&focus=product&lang=zh&region=CN" name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=greiner&N=0&focus=product&lang=zh&region=CN" title="Greiner" onclick="cmCreatePageElementTag('Products-Greiner', 'SIAL-Header');" target="_self">Greiner</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/labware/labware-products.html?TablePage=17184184" name="http://www.sigmaaldrich.com/china-mainland/zh/labware/labware-products.html?TablePage=17184184" title="Aldrich" onclick="cmCreatePageElementTag('Products-Aldrich', 'SIAL-Header');" target="_self">Aldrich</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/new-products.html" name="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/new-products.html" title="ๆ–ฐไบงๅ“ &raquo;" onclick="cmCreatePageElementTag('Products-New-Products', 'SIAL-Header');" target="_self" class="navSubHead">ๆ–ฐไบงๅ“ &raquo;</a></li> </ul> </div> </div> <div class="mid-right"></div> </div> <div class="header-bottom"> <div class="bottom-left"></div> <div class="bottom-center"></div> <div class="bottom-right"></div> </div> </div> </li> <li class="navbtn2"> <a class="navlink" target="_self" onclick="cmCreatePageElementTag('Services', 'SIAL-Header');" title="Service" name="Service" href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services.html">Service</a> <div class="secondaryNavLinks"> <div class="header-top"> <div class="top-left"></div> <div class="top-center"></div> <div class="top-right"></div> </div> <div class="header-mid"> <div class="mid-left"></div> <div class="mid-center"> <div class="navColumn"> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services.html" title="ๆไพ›็š„ๆœๅŠก" onclick="cmCreatePageElementTag('Services-Services-Offered', 'SIAL-Header');" target="_self" class="navSubHead">ๆไพ›็š„ๆœๅŠก</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/basic-research.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/basic-research.html" title="ๅŸบ็ก€็ ”็ฉถ" onclick="cmCreatePageElementTag('Services-Basic-Research', 'SIAL-Header');" target="_self">ๅŸบ็ก€็ ”็ฉถ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/product-process-develop.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/product-process-develop.html" title="ไบงๅ“ไธŽๆต็จ‹ๅผ€ๅ‘" onclick="cmCreatePageElementTag('Services-Product-Process-Development', 'SIAL-Header');" target="_self">ไบงๅ“ไธŽๆต็จ‹ๅผ€ๅ‘</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/mfg-production.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/mfg-production.html" title="็”ŸไบงไธŽๅˆถ้€ " onclick="cmCreatePageElementTag('Services-Manufacturing-Production', 'SIAL-Header');" target="_self">็”ŸไบงไธŽๅˆถ้€ </a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/regulatory-compliance.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/regulatory-compliance.html" title="็›‘็ฎก่ง„่Œƒ" onclick="cmCreatePageElementTag('Services-Regulatory-Compliance', 'SIAL-Header');" target="_self">็›‘็ฎก่ง„่Œƒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/facility-operations.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services/facility-operations.html" title="่ฎพๆ–ฝ่ฟ่ฅ" onclick="cmCreatePageElementTag('Services-Facility-Operations', 'SIAL-Header');" target="_self">่ฎพๆ–ฝ่ฟ่ฅ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/services.html" title="ๅฎšๅˆถๆœๅŠก" onclick="cmCreatePageElementTag('Services-Custom-Capabilities', 'SIAL-Header');" target="_self" class="navSubHead">ๅฎšๅˆถๆœๅŠก</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safc/custom-development-and-manufacturing/small-molecule-and-acs-manufacturing.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safc/custom-development-and-manufacturing/small-molecule-and-acs-manufacturing.html" title="ๅฐๅˆ†ๅญๅˆถ้€ " onclick="cmCreatePageElementTag('Services-Small-Molecule-Manufacturing', 'SIAL-Header');" target="_self">ๅฐๅˆ†ๅญๅˆถ้€ </a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safc/custom-development-and-manufacturing/large-molecule-and-biological-manufacturing.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safc/custom-development-and-manufacturing/large-molecule-and-biological-manufacturing.html" title="ๅคงๅˆ†ๅญๅˆถ้€ " onclick="cmCreatePageElementTag('Services-Large-Molecule-Manufacturing', 'SIAL-Header');" target="_self">ๅคงๅˆ†ๅญๅˆถ้€ </a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safc/drug-discovery-and-development.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safc/drug-discovery-and-development.html" title="็”Ÿ็‰ฉๅˆถ่ฏ" onclick="cmCreatePageElementTag('Services-Drug-Process-Development', 'SIAL-Header');" target="_self">็”Ÿ็‰ฉๅˆถ่ฏ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai/shrna/custom-services.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/functional-genomics-and-rnai/shrna/custom-services.html" title="ๅŸบๅ› ็ป„่งฃๅ†ณๆ–นๆกˆ" onclick="cmCreatePageElementTag('Services-Genomic-Solutions', 'SIAL-Header');" target="_self">ๅŸบๅ› ็ป„่งฃๅ†ณๆ–นๆกˆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/life-science/custom-oligos.html" name="http://www.sigmaaldrich.com/china-mainland/zh/life-science/custom-oligos.html" title="่›‹็™ฝ็ป„่งฃๅ†ณๆ–นๆกˆ" onclick="cmCreatePageElementTag('Services-Proteomic-Solutions', 'SIAL-Header');" target="_self">่›‹็™ฝ็ป„่งฃๅ†ณๆ–นๆกˆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/analytical-chromatography/fluka-analytical/customware-oem.html" name="http://www.sigmaaldrich.com/china-mainland/zh/analytical-chromatography/fluka-analytical/customware-oem.html" title="่ฏ•ๅ‰‚ไธŽๆ ‡ๅ‡†ๅ“" onclick="cmCreatePageElementTag('Services-Reagents-Standards', 'SIAL-Header');" target="_self">่ฏ•ๅ‰‚ไธŽๆ ‡ๅ‡†ๅ“</a></li> </ul> </div> </div> <div class="mid-right"></div> </div> <div class="header-bottom"> <div class="bottom-left"></div> <div class="bottom-center"></div> <div class="bottom-right"></div> </div> </div> </li> <li class="navbtn3"> <a class="navlink" target="_self" onclick="cmCreatePageElementTag('Industries', 'SIAL-Header');" title="Industries" name="Industries" href="http://www.sigmaaldrich.com/china-mainland/zh/industries.html">Industries</a> <div class="secondaryNavLinks"> <div class="header-top"> <div class="top-left"></div> <div class="top-center"></div> <div class="top-right"></div> </div> <div class="header-mid"> <div class="mid-left"></div> <div class="mid-center"> <div class="navColumn"> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/academic-research.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/academic-research.html" title="ๅญฆๆœฏ็ ”็ฉถ" onclick="cmCreatePageElementTag('Academic-Research', 'SIAL-Header');" target="_self">ๅญฆๆœฏ็ ”็ฉถ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/agriculture.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/agriculture.html" title="ๅ†œไธš" onclick="cmCreatePageElementTag('Agriculture', 'SIAL-Header');" target="_self">ๅ†œไธš</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/biopharmaceuticals.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/biopharmaceuticals.html" title="็”Ÿ็‰ฉๅˆถ่ฏ" onclick="cmCreatePageElementTag('Biopharmaceuticals', 'SIAL-Header');" target="_self">็”Ÿ็‰ฉๅˆถ่ฏ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/clinical-testing.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/clinical-testing.html" title="ไธดๅบŠๆฃ€้ชŒ" onclick="cmCreatePageElementTag('Clinical-Diagnostics', 'SIAL-Header');" target="_self">ไธดๅบŠๆฃ€้ชŒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/diagnostic-solutions.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/diagnostic-solutions.html" title="่ฏŠๆ–ญๅˆถ้€ ไธš" onclick="cmCreatePageElementTag('Diagnostic-Manufacturing', 'SIAL-Header');" target="_self">่ฏŠๆ–ญๅˆถ้€ ไธš</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safchitech/products-and-services/energy-and-display.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safchitech/products-and-services/energy-and-display.html" title="่ƒฝๆบๅŠๆ˜พ็คบ" onclick="cmCreatePageElementTag('Energy-Display', 'SIAL-Header');" target="_self">่ƒฝๆบๅŠๆ˜พ็คบ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/environmental-and-industrial-hygiene.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/environmental-and-industrial-hygiene.html" title="็ŽฏๅขƒไธŽๅทฅไธšๅซ็”Ÿ" onclick="cmCreatePageElementTag('Environmental-IH', 'SIAL-Header');" target="_self">็ŽฏๅขƒไธŽๅทฅไธšๅซ็”Ÿ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/flavors-and-fragrances.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/flavors-and-fragrances.html" title="้ฆ™็ฒพ้ฆ™ๆ–™" onclick="cmCreatePageElementTag('Flavors-Fragrances', 'SIAL-Header');" target="_self">้ฆ™็ฒพ้ฆ™ๆ–™</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/food-and-beverage.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/food-and-beverage.html" title="้ฃŸๅ“ๅŠ้ฅฎๆ–™" onclick="cmCreatePageElementTag('Food-Beverage', 'SIAL-Header');" target="_self">้ฃŸๅ“ๅŠ้ฅฎๆ–™</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/forensics-testing.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/forensics-testing.html" title="ๆณ•ๅŒปๆฃ€้ชŒ" onclick="cmCreatePageElementTag('Forensics-Testing', 'SIAL-Header');" target="_self">ๆณ•ๅŒปๆฃ€้ชŒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safc/custom-development-and-manufacturing.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safc/custom-development-and-manufacturing.html" title="ๅŒป่ฏๅˆถ้€ " onclick="cmCreatePageElementTag('Pharma-Manufacturing', 'SIAL-Header');" target="_self">ๅŒป่ฏๅˆถ้€ </a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/pharma.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/pharma.html" title="ๅŒป่ฏ็ ”็ฉถ" onclick="cmCreatePageElementTag('Pharma-Research', 'SIAL-Header');" target="_self">ๅŒป่ฏ็ ”็ฉถ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safchitech/products-and-services/semiconductor-materials.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safchitech/products-and-services/semiconductor-materials.html" title="ๅŠๅฏผไฝ“" onclick="cmCreatePageElementTag('Semiconductors', 'SIAL-Header');" target="_self">ๅŠๅฏผไฝ“</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/industries/chemical-manufacturing.html" name="http://www.sigmaaldrich.com/china-mainland/zh/industries/chemical-manufacturing.html" title="ๅŒ–ๅทฅๅˆถ้€ " onclick="cmCreatePageElementTag('Industries-Speciality-Chemicals', 'SIAL-Header');" target="_self">ๅŒ–ๅทฅๅˆถ้€ </a></li> </ul> </div> </div> <div class="mid-right"></div> </div> <div class="header-bottom"> <div class="bottom-left"></div> <div class="bottom-center"></div> <div class="bottom-right"></div> </div> </div> </li> </div> </ul> <!-- [if !IE]> .dropdown <![endif] --> </div> <!-- [if !IE]> #secondaryNav <![endif] --> <div class="clearfix" id="primaryNav"> <ul class="dropdown clearfix"> <div class="mainnav mainnavigation"> <!-- NEW mainnav component globallinksJS --> <li class="navbtn4"> <a class="navlink" target="_self" onclick="" title="" name="" href=""></a> <div class="secondaryNavLinks"> <div class="header-top"> <div class="top-left"></div> <div class="top-center"></div> <div class="top-right"></div> </div> <div class="header-mid"> <div class="mid-left"></div> <div class="mid-center"> <ul> <script src="/content/dam/sigma-aldrich/head/day/globallinks.js" type="text/javascript"></script> </ul> </div> <div class="mid-right"></div> </div> <div class="header-bottom"> <div class="bottom-left"></div> <div class="bottom-center"></div> <div class="bottom-right"></div> </div> </div> </li> <li class="navbtn5"> <!-- NEW mainnav component drop down --> <a class="navlink" target="_self" onclick="cmCreatePageElementTag('Support', 'SIAL-Header');" title="Support" name="Support" href="http://www.sigmaaldrich.com/china-mainland/zh/site-level/service.html"></a> <div class="secondaryNavLinks"> <div class="header-top"> <div class="top-left"></div> <div class="top-center"></div> <div class="top-right"></div> </div> <div class="header-mid"> <div class="mid-left"></div> <div class="mid-center"> <div class="navColumn"> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safety-center.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safety-center.html" title="MSDS" onclick="cmCreatePageElementTag('MSDS', 'SIAL-Header');" target="_self">MSDS</a></li> <li> <a href="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" name="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" title="่ดจๆฃ€ๆŠฅๅ‘Š" onclick="cmCreatePageElementTag('Certificates', 'SIAL-Header');" target="_self">่ดจๆฃ€ๆŠฅๅ‘Š</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/ordering-information.html" name="http://www.sigmaaldrich.com/china-mainland/ordering-information.html" title="่ฎข่ดญๆŒ‡ๅ—" onclick="cmCreatePageElementTag('Customer Support', 'SIAL-Header');" target="_self">่ฎข่ดญๆŒ‡ๅ—</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/customer-technical.html" name="http://www.sigmaaldrich.com/china-mainland/customer-technical.html" title="ๆŠ€ๆœฏๆ”ฏๆŒ" onclick="cmCreatePageElementTag('Technical Service', 'SIAL-Header');" target="_self">ๆŠ€ๆœฏๆ”ฏๆŒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/quality-systems.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/quality-systems.html" title="่ดจ้‡็ฎก็†็ณป็ปŸ" onclick="cmCreatePageElementTag('Quality Management', 'SIAL-Header');" target="_self">่ดจ้‡็ฎก็†็ณป็ปŸ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/web-help-desk.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/web-help-desk.html" title="็ฝ‘็ซ™ๆŠ€ๆœฏๆ”ฏๆŒ" onclick="cmCreatePageElementTag('Web Help', 'SIAL-Header');" target="_self">็ฝ‘็ซ™ๆŠ€ๆœฏๆ”ฏๆŒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/web-tool-box.html" name="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/web-tool-box.html" title="ๅœจ็บฟๅทฅๅ…ท็ฎฑ" onclick="cmCreatePageElementTag('Web Toolbox', 'SIAL-Header');" target="_self">ๅœจ็บฟๅทฅๅ…ท็ฎฑ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/worldwide-offices.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/worldwide-offices.html" title="ๅ…จ็ƒๅŠžไบ‹ๅค„" onclick="cmCreatePageElementTag('Worldwide-Offices', 'SIAL-Header');" target="_self">ๅ…จ็ƒๅŠžไบ‹ๅค„</a></li> <li> <a href="https://www.sigmaaldrich.com/webapp/wcs/stores/servlet/OrderCenterView?storeId=11001" name="https://www.sigmaaldrich.com/webapp/wcs/stores/servlet/OrderCenterView?storeId=11001" title="่ฎข่ดญไธญๅฟƒ" onclick="cmCreatePageElementTag('Order-Center', 'SIAL-Header');" target="_self">่ฎข่ดญไธญๅฟƒ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/literature-request.html" name="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/literature-request.html" title="็ดขๅ–ๆ–‡็Œฎ" onclick="cmCreatePageElementTag('Literature-Request', 'SIAL-Header');" target="_self">็ดขๅ–ๆ–‡็Œฎ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safety-center.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safety-center.html" title="ๅฎ‰ๅ…จไธŽ็›‘็ฎกไฟกๆฏ" onclick="cmCreatePageElementTag('Safety-Center', 'SIAL-Header');" target="_self">ๅฎ‰ๅ…จไธŽ็›‘็ฎกไฟกๆฏ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/site-level/corporate/ordering-support/e-Commerce-Solutions.html" name="http://www.sigmaaldrich.com/china-mainland/zh/site-level/corporate/ordering-support/e-Commerce-Solutions.html" title="็”ตๅญๅ•†ๅŠก่งฃๅ†ณๆ–นๆกˆ" onclick="cmCreatePageElementTag('e-Commerce-Solutions', 'SIAL-Header');" target="_self">็”ตๅญๅ•†ๅŠก่งฃๅ†ณๆ–นๆกˆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/programs/testing-partnership-program.html" name="http://www.sigmaaldrich.com/china-mainland/zh/programs/testing-partnership-program.html" title="ๆ–ฐๅปบๅฎž้ชŒๅฎค่งฃๅ†ณๆ–นๆกˆ" onclick="cmCreatePageElementTag('New-lab-start-up-program', 'SIAL-Header');" target="_self">ๆ–ฐๅปบๅฎž้ชŒๅฎค่งฃๅ†ณๆ–นๆกˆ</a></li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/catalog-conservation.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/catalog-conservation.html" title="่ฎฉไบงๅ“็›ฎๅฝ•ๆ›ด็Žฏไฟ" onclick="cmCreatePageElementTag('Catalog-Conservation', 'SIAL-Header');" target="_self">่ฎฉไบงๅ“็›ฎๅฝ•ๆ›ด็Žฏไฟ</a></li> </ul> </div> </div> <div class="mid-right"></div> </div> <div class="header-bottom"> <div class="bottom-left"></div> <div class="bottom-center"></div> <div class="bottom-right"></div> </div> </div> </li> <li class="navbtn6"> <!-- NEW mainnav component including CartlinksJS --> <a class="navlink" target="_self" onclick="" title="" name="" href=""></a> <div class="secondaryNavLinks"> <div class="header-top"> <div class="top-left"></div> <div class="top-center"></div> <div class="top-right"></div> </div> <div class="header-mid"> <div class="mid-left"></div> <div class="mid-center"> <div id="MyCart"> <script src="/content/dam/sigma-aldrich/head/day/cartlinks.js" type="text/javascript"></script> </div> </div> <div class="mid-right"></div> </div> <div class="header-bottom"> <div class="bottom-left"></div> <div class="bottom-center"></div> <div class="bottom-right"></div> </div> </div> </li> </div> </ul> </div> <!-- [if !IE]> #primaryryNav <![endif] --> </div> <!-- [if !IE]> #contentStage <![endif] --></div> </div> <!-- [if !IE]> #headerBotton <![endif] --> </div> <!-- [if !IE]> #primaryHeader <![endif] --></div> </div> <!-- end cqheader--></div> <div class="sitemessage"> </div> <!-- /header day --> </div> <form name="testLookahead"> <input type="hidden" id="typeaheadDim" name="typeaheadDim" value=""> <input type="hidden" id="typeaheadFilter" name="typeaheadFilter" value="OR(CONTEXT:1,CONTEXT:3)"> </form> <style type="text/css"> </style> <link rel="stylesheet" type="text/css" href="/content/dam/sigma-aldrich/head/search/fancybox2/jquery.fancybox.css" media="screen"/> <link rel="stylesheet" type="text/css" href="/content/dam/sigma-aldrich/head/search/saPubGet.css" media="screen"/> <link rel="stylesheet" type="text/css" href="/content/dam/sigma-aldrich/head/search/chosen/chosen.css" media="screen"/> <script src="/content/dam/sigma-aldrich/head/search/jQuery.XDomainRequest.js" type="text/javascript"></script> <script src="/content/dam/sigma-aldrich/head/search/md5.js" type="text/javascript"></script> <script type="text/javascript" src="/content/dam/sigma-aldrich/head/search/fancybox2/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="/content/dam/sigma-aldrich/head/search/saPubGet.js"></script> <script src="/content/dam/sigma-aldrich/head/search/chosen/chosen.jquery.min.js" type="text/javascript"></script> <div class="clearBoth"></div> <div id="searchSubNav"> <div class="contentStage"> <div class="searchnavContainer"> <div id="searchNavHistory"> <ul> <li><a href="http://www.sigmaaldrich.com">China (Mainland) ไธป้กต</a></li> <li class="grayArrowBullet"> <p class="product-name"> H36206 - 2-Hydroxy-4-methoxybenzophenone </p> </li> </ul> </div> </div> <div id="searchPageToolbarAll" class="noPrint"> <ul class="socialButtons"> <li class="socialButtons"> <a href="#" title="้€‚ๅˆๆ‰“ๅฐ็š„็‰ˆๆœฌ" onclick="window.print();"><img src="/catalog/images/print.gif"></a> </li> <li class="socialButtons"> <a rel="nofollow#" href="#" title="ๅฐ†็ฝ‘้กตEmail็ป™ๅฅฝๅ‹" onclick="showEmailBox(event); return false;"><img src="/catalog/images/email.gif"></a> </li> </ul> </div> </div> </div> <div class="clearfix popupEmailForm" id="emailbox"> <div class="clearfix" id="innerbox"> <form method="post" name="emailfriend" action="/united-states.html"> <h4>ๅฐ†ๆœฌ้กต้ข็”จEMAILๅ‘้€็ป™ๆœ‹ๅ‹</h4> <label for="toemail">ๆ”ถไปถไบบEmail</label> <input type="text" name="emailto" id="toemail"/> <label for="fromemail">ๆ”ถไปถไบบEmail</label> <input type="text" name="emailfrom" id="fromemail"/> <label for="message">็•™่จ€๏ผš</label> <textarea cols="30" rows="4" name="message" id="message"></textarea> <input type="button" onclick="cancelEmailBox();" id="cancle" value="ๅ–ๆถˆ" name="cancel"/> <input type="button" onclick="submitEmail();" id="submit" value="ๆไบค" name="submit"/> <input type="hidden" value="Please have a look at this" name="subject" id="subject"/> <input type="hidden" value="ๆ‚จ็š„้‚ฎไปถๅทฒๅ‘้€ใ€‚" name="emailSubmittedmsg" id="emailSubmittedmsg"/> <input type="hidden" value="่ฐข่ฐขใ€‚" name="emailThankYoumsg" id="emailThankYoumsg"/> <input type="hidden" value="ๆ— ๆ•ˆ ่ฏท่พ“ๅ…ฅไธ€ไธชๆœ‰ๆ•ˆ็š„็”ตๅญ้‚ฎไปถๅœฐๅ€" name="emailInvalidmsg" id="emailInvalidmsg"/> <input type="hidden" value="่ฏท่พ“ๅ…ฅไฟกๆฏ" name="emailEntermsg" id="emailEntermsg"/> </form> </div> </div> <script src="/content/dam/sigma-aldrich/head/search/jquery.smooth-scroll.min.js" language="JavaScript"></script> <script src="/content/dam/sigma-aldrich/head/search/pdpScroll.js" language="JavaScript"></script> <script src="/content/dam/sigma-aldrich/head/otherapps/search-results.js" type="text/javascript" charset="utf-8"></script> <!-- <script src="/catalog/javascript/search-results.js" type="text/javascript" charset="utf-8"></script> --> <!--print preview logo--> <link type="text/css" href="/catalog/productPrint.css" rel="stylesheet" media="print"/> <img id="printLogo" style="display:none;" width="183" height="14" alt="SigmaPrintLogo" src="/content/dam/sigma-aldrich/head/otherapps/sigma-aldrich-logo.jpg"> <input id="priceError" name="priceError" type="hidden" value="ๆ— ไปทๆ ผไธŽๅบ“ๅญ˜ไฟกๆฏ่ฟ”ๅ›ž"> <input id="contextPath" name="contextPath" type="hidden" value="/catalog"> <input id="closeButton" name="closeButton" type="hidden" value="ๅ…ณ้—ญ"> <input id="pricingButton" name="pricingButton" type="hidden" value="ไปทๆ ผ"> <!-- form to add multiple SKUs to cart--> <FORM id='ProductAddToCartForm_all' name='ProductAddToCart' method='post' action='/webapp/wcs/stores/servlet/OrderItemAdd'> <INPUT type='hidden' name='Brand' id='rs_brand'> <input type='hidden' name='Desc'> <input type='hidden' name='storeId' value='11001'> <input type='hidden' name='URL' id='rs_url'> </FORM> <!-- form to add one sku to cart--> <FORM id='ProductAddToCartForm_single' name='ProductAddToCart' method='post' action='/webapp/wcs/stores/servlet/OrderItemAdd'> <INPUT type='hidden' name='Brand'> <input type='hidden' name='ProdNo_0'> <input type='hidden' name='chkAdd0'> <input type='hidden' name='MatNo_0'> <input type='hidden' name='Desc'> <input type='hidden' name='Qty_0'> <input type='hidden' name='storeId' value='11001'> <input type='hidden' name='URL'> </FORM> <!-- form to add favorite --> <FORM id='ProductAddToShelfForm' name='ProductAddToShelf' method='post' action='/webapp/wcs/stores/servlet/AddItemsToFavoriteList'> <INPUT type='hidden' name='Brand'> <input type='hidden' name='ProdNo_0'> <input type='hidden' name='chkAdd0'> <input type='hidden' name='MatNo_0'> <input type='hidden' name='storeId' value='11001'> <input type='hidden' name='langId' value='-1'> <input type='hidden' name='Desc'> <input type='hidden' name='Qty_0'> <input type='hidden' name='URL'> </FORM> <div id="priceErrorMsg" style="display:none"> <div class="product-details-outer"> <div class="product-details-inner"> <div class='priceError clearfix'> <ul> <li class="left"> <p class="results-sprite icon"></p> </li> <li class="left"> <p class="message"> ไปทๆ ผไธŽๅบ“ๅญ˜ไฟกๆฏ็›ฎๅ‰ไธ่ƒฝๆไพ› <br><br>ๆœ‰้—ฎ้ข˜๏ผŸ่”็ณปไบบ <a href='' target='_blank'> ๆŠ€ๆœฏๆ”ฏๆŒ</a> </p> </li> </ul> </div> </div> </div> </div> <div id="contentWrapper" class="clearfix"> <div> <div id="productDetailHero" class="productDetailHero clearfix"> <div class="contentStage" itemtype="http://schema.org/Product" itemscope=""> <div class="productInfo twoThirds"> <strong class="strongH5" itemprop="productID"> ไบงๅ“็ผ–ๅท H36206 |</strong> <strong class="strongH5"> CASๅท <a href="/catalog/search?term=131-57-7&interface=CAS No.&lang=en&region=US&focus=product">131-57-7</a> |</strong> <strong class="strongH5" itemprop="brand"> Aldrich </strong> <H1 itemprop="name"> ็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9 </H1> <H2 class="english_subtitle"> <br> 2- <WBR> Hydroxy- <WBR> 4- <WBR> methoxybenzophenone </H2> <h2 itemprop="description"> 98&#37; </h2> <!--TODO need to add country and region from cookie/profile into this --> <a href="javascript:submitMSDSSearch('CN','');" class="msdsLink msdsBulletPoint">MSDS</a> <p class="synonym"><span>ๅˆซๅ: </span> <strong> ๆฐง่‹ฏ้…ฎ </strong></p> <ul class="clearfix"> <li> <p>็บฟๆ€งๅˆ†ๅญๅผ <span> HOC<SUB>6</SUB>H<SUB>3</SUB>(OCH<SUB>3</SUB>)COC<SUB>6</SUB>H<SUB>5</SUB> </span> </p> </li> <li> <p>ๅˆ†ๅญ้‡ <span> 228.24 </span></p> </li> <li> <p>&nbsp;Beilstein Registry Number <span> 1913145 </span></p> <li> <p>&nbsp;EINECS ็ผ–ๅท <span> <a href="/catalog/search?term=205-031-5&interface=EG/EC No.&N=0&mode=partialmax&lang=zh&region=CN&focus=product">205-031-5</a> </span> </p> <li> <p>&nbsp;MDL number <span> <a href="/catalog/search?term=MFCD00008387&interface=MDL No.&N=0&mode=partialmax&lang=zh&region=CN&focus=product">MFCD00008387</a> </span> </p> <li> <p>&nbsp;PubChem Substance ID <span> <a class="External" onClick="cmCreateManualPageviewTag('pubchem.ncbi.nlm.nih.gov - H36206 ALDRICH', 'EXTERNAL LINKS', 'http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?sid=24895582', window.location);" rel="nofollow" href="javascript:OpenWin('http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?sid=24895582','height=600,width=800,scrollbars=yes,menubar=no,resizable=1,toolbar=no,status=no')">24895582</A><img src="/content/dam/sigma-aldrich/head/search/external-link-icon.gif"> </span></p> <li class="nobdr"> <p><span style="TEXT-TRANSFORM: uppercase; WIDTH: 645px; display:block;"><img src="/content/dam/sigma-aldrich/head/search/documenticon.gif">Popular&nbsp;Documents:&nbsp;&nbsp;<a class="ALL" href="/spectra/fnmr/FNMR010639.PDF" onClick="cmCreateManualPageviewTag(this.href,'PDF',this.href,window.location)">FTNMR (PDF)</A></span> <span> &nbsp; </span></p> </ul> </div> <!--end productInfo --> <div class="productMedia"> <div class="image prodImage"> <a title="" href="#"> <img alt="็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9 98%" src="/content/dam/sigma-aldrich/structure2/054/mfcd00008387.eps/_jcr_content/renditions/mfcd00008387-medium.png" itemprop="image"></a> </div> <a href="#" class="icon"> <img alt="icon image" title="" src="/catalog/images/hero_magnification_icon.png" style="top: 25px; right: 87px;"></a> <BR clear="all"> <div class="thumbnailListBox" style="display:none;"> <ul class="thumbnailList"> <li> <a href="/content/dam/sigma-aldrich/structure2/054/mfcd00008387.eps/_jcr_content/renditions/mfcd00008387-medium.png" class="thumbnail" data-large-img="/content/dam/sigma-aldrich/structure2/054/mfcd00008387.eps/_jcr_content/renditions/mfcd00008387-large.png" data-description=""> <img alt="็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9 98%" title="" src="/content/dam/sigma-aldrich/structure2/054/mfcd00008387.eps/_jcr_content/renditions/mfcd00008387-small.png" itemprop="image"/></a> <span style="display: none"></span> </li> </ul> </div> <div id="basic-modal-content"> </div> </div> </div> <!-- end contentStage --> </div> <!-- end productDetailHero--> <div class="clear"></div> <form name="MSDSSearch" method="post" action="/catalog/DisplayMSDSContent.do" target="_self"><input type="hidden" name="country" value=""> <input type="hidden" name="language" value=""> <input type="hidden" name="productNumber" value="H36206"> <input type="hidden" name="brand" id="brand" value="ALDRICH"> <input type="hidden" name="PageToGoToURL" id="PageToGoToURL" value="javascript:history.go(-2)"> <input type="hidden" name="requestMsds" id="requestMsds" value="true"> <input type="hidden" name="btnGo1.x" id="btnGo1.x" value="1"> </form> <div class="new-pdp"> <div id="sticky-anchor"></div> <div id="productDetailTabContainer" class="clearfix"> <div id="productDetailTabs" class="clearfix noPrint"> <div id="stretchy" class="contentStage"> <ul id="productNavList"> <li id="tab1" class="tab current " onclick="cmCreatePageElementTag('Purchasing Tab', 'Product Detail Page');"> <!--Once translation bundle is plugged in need to wrap this to use key --> <a href="#">ๅŸบๆœฌไฟกๆฏ</a> </li> <li id="tab2" class="tab noHide" onclick="cmCreatePageElementTag('Documents and Safety Tab', 'Product Detail Page');"> <!--Once translation bundle is plugged in need to wrap this to use key --> <a href="#">ๆ–‡ๆกฃไธŽๅฎ‰ๅ…จไฟกๆฏ</a> </li> <li id="tab3" class="tab " onclick="cmCreatePageElementTag('ๅŒ่กŒ่ฏ„่ฎฎๆ–‡็Œฎ Tab', 'Product Detail Page');"> <a href="#">ๅŒ่กŒ่ฏ„่ฎฎๆ–‡็Œฎ</a> </li> <li id="tab4" class="tab " onclick="cmCreatePageElementTag(' Tab', 'Product Detail Page');"> <!--Once translation bundle is plugged in need to wrap this to use key --> <a href="#">ๆŠ€ๆœฏไฟกๆฏ</a> </li> <li id="tab5" class="tab " onclick="cmCreatePageElementTag('Related Products Tab', 'Product Detail Page');"> <!--Once translation bundle is plugged in need to wrap this to use key --> <a href="#">็›ธๅ…ณไบงๅ“</a> </li> </ul> </div> <div id="pdpGradient"></div> </div> <div id="productPurchaseContainer" class="clearfix"> <div id="tab1Wrap" class="tabWrap print selected "> <div class="sectionHeader contentStage"><h2>ๅŸบๆœฌไฟกๆฏ</h2></div> <div class="contentStage clearfix"> <div class="detailLeftColumn "> <!-- Set up variable for hiding x amount of skus --> <!-- This choose can set the width --> <div id="productDetailPricingAvailability" class=""> <div id="pricingAvailability"> <h3>ไปทๆ ผไธŽๅบ“ๅญ˜</h3> <!--This will need to be regionally specific --> <div id="pricingContainer" class="priceAvailContainer"> <div id="pricingContainerMessage"></div> <div class="product-details-outer"> <div class="product-details-inner"> <script language="javascript"> loadPA_RS("H36206", "ALDRICH", "pricingContainerMessage"); </script> </div> </div> </div> </div> <div class="merchBelowPricingContainer"> <div style="width:100%;text-align:left;padding:0px;padding-bottom:0px margin:0px; margin-top:10px;background-color:#F4F3F0;border:none;"> <div><h3 style="margin-top:15px;margin-bottom:0px;padding-top:10px;padding-left:15px;padding-bottom:0px;border:none;"> Suggested Laboratory Gloves</h3></div> <div> <hr width="93%" noshade="" style="margin-bottom:15px;border: 1px solid #999999;"> </div> <div class="normal" style="padding-top:0px;"><a href="/catalog/search?interface=Substance&term=dermatrilnitrilegloves1234598765&amp;cm_sp=Insite-_-Labware-_-LabGlovesGp1"><img width="195" height="110" border="0" style="float:left;margin-left:15px;margin-right: 15px;margin-bottom: 15px;" src="/content/dam/sigma-aldrich/images/online-catalog/lab-gloves-195x110.jpg" title="Laboratory Gloves" alt="Laboratory Gloves"></a>This substance has been tested against several types of hand protection for CE compliance. Click below to find the recommended gloves for handling this product.<br><br> <div style="background-color: #F82C24;border-radius: 3px 3px 3px 3px;float: right;margin-top:0px;margin-right:15px;"> <a style="color: #FFFFFF;font-size: 10px;font-weight: bold;padding: 10px 10px 10px;line-height: 20px;text-decoration: none;text-transform: uppercase;" href="/catalog/search?interface=Substance&term=dermatrilnitrilegloves1234598765&amp;cm_sp=Insite-_-Labware-_-LabGlovesGp1">for splash &#38; immersion protection</a></div> <br><br></div> </div> </div> <div class="merchBelowPricingContainer"> <div><br><a href="/china-mainland/news/chemical-synthesis-reagents.html?cm_sp=Insite-_-Chemistry-_-AldrichNewPriceCH"><img src="/content/dam/sigma-aldrich/images/online-catalog/cn-aldrich-new-price-pdp-banner-479x185.jpg" width="479" height="185" border="0"></a></div> </div> </div> </div> <div class="detailRightColumn colHalf"> <!-- This choose can set the width --> <div id="productDescription" class="half"> <!--Once translation bundle is plugged in need to wrap this to use key --> <h3>ไบงๅ“ๅ็งฐ</h3> <div class="descriptionContent"> <h5 class="first"> ๅŒ…่ฃ… </h5> <p> 100, 500 g in poly bottle </p> <h5> </h5> <p> 5 g in glass bottle </p> <h5> Application </h5> <p> ็”จไบŽ้‡้‡ๆณ•ๆต‹ๅฎšไบŒไปท้“œ็š„ๅˆ†ๆž่ฏ•ๅ‰‚ใ€‚<SUP>2</SUP> </p> <h5> General description </h5> <p> 2-Hydroxy-4-methoxybenzop <WBR> henone (benzophenone-3) is commonly employed as broad-band UV-filter in sunscreen cosmetic products. It protects skin from the deleterious effects of the sun.<SUP>3</SUP> It is one of the sunscreen constituent and its trace determination in water samples by solid-phase microextraction (SPME) and gas chromatography with flame ionization and mass spectrometric detection has been reported.<SUP>4</SUP> </p> </div> </div> <!-- Evaluate if property should be created --> <!-- This choose can set the width --> <div id="productDetailProperties" class="half"> <!--Once translation bundle is plugged in need to wrap this to use key --> <h3>ๆ€ง่ดจ</h3> <table cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="lft">Related Categories</td> <td class="rgt"> <a href="/etc/controller/controller-page.html?TablePage=16265991" onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')">Building Blocks</a>, <a href="/etc/controller/controller-page.html?TablePage=16350760" onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')">C13 to C14</a>, <a href="/etc/controller/controller-page.html?TablePage=16262399" onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')">Carbonyl Compounds</a>, <a href="/etc/controller/controller-page.html?TablePage=16270507" onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')">Chemical Synthesis</a>, <a href="/etc/controller/controller-page.html?TablePage=19355717" onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')">Gravimetric Reagents</a>, <div id="relatedCategory"> <div id="relatedCategoryMore" style="display:none"> <a onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')" href="/etc/controller/controller-page.html?TablePage=16265899"> Ketones</a>, <a onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')" href="/etc/controller/controller-page.html?TablePage=16273490"> Organic Building Blocks</a>, <a onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')" href="/etc/controller/controller-page.html?TablePage=12693646"> ๅˆ†ๆž/่‰ฒ่ฐฑ</a>, <a onclick="cmCreatePageElementTag('Related Category', 'Product Detail Page')" href="/etc/controller/controller-page.html?TablePage=8653199"> ๅˆ†ๆž่ฏ•ๅ‰‚</a> </div> <a id="relatedCategoryLink" style="cursor:pointer">ๆ›ดๅคš...</a> </div> </td> </tr> <tr> <td class="lft"> assay &nbsp; </td> <td class="rgt"> 98% </td> </tr> <tr> <td class="lft"> bp &nbsp; </td> <td class="rgt"> 150-160&#160;&#x00b0;C/5&#160;mmHg(lit.) </td> </tr> <tr> <td class="lft"> mp &nbsp; </td> <td class="rgt"> 62-64&#160;&#x00b0;C(lit.) </td> </tr> <tr> <td class="lft"> solubility &nbsp; </td> <td class="rgt"> 95% ethanol: soluble50&#160;mg/mL, clear, colorless </td> </tr> </tbody> </table> </div> <script> jQuery(document).ready(function () { saPubGetSRP(); }); /*CD9014408--*/ fewerLinkProperties = "ๆŠ˜ๅ "; </script> </div> <div class="clear"></div> <form name="MSDSSearchFromSearchResults" method="post" action="/catalog/DisplayMSDSContent.do" target="_self"> <input type="hidden" name="country" value=""> <input type="hidden" name="language" value=""> <input type="hidden" name="productNumber" value=""> <input type="hidden" name="brand" id="brand" value=""> <input type="hidden" name="requestMsds" id="requestMsds" value="true"> <input type="hidden" name="btnGo1.x" id="btnGo1.x" value="1"> <input type="hidden" name="PageToGoToURL" id="PageToGoToURL" value="javascript:history.go(-2)"> </form> <div id="productDetailComponents" class="default"> <div id=""> <div id=""> </div> </div> </div> </div> <div class="backToTopLink"><a href="#">่ฟ”ๅ›ž้กถ้ƒจ</a></div> </DIV> <div id="tab2Wrap" class="tabWrap print noHide"> <div class="sectionHeader contentStage"><h2>ๆ–‡ๆกฃไธŽๅฎ‰ๅ…จไฟกๆฏ</h2></div> <div class="contentStage clearfix"> <div class="detailLeftColumn colOneThird"> <!-- Evaluate if property should be created --> <!-- This choose can set the width --> <div id="productDetailSafetyRelatedDocs" class="margintop27"> <!--Once translation bundle is plugged in need to wrap this to use key --> <h3>ๆ–‡ๆกฃ</h3> <ul> <li> <a class="bullet" href="/bulkquote">ๅคงๅŒ…่ฃ…่ฏขไปทไธŽ่ฎข่ดญ</a> </li> <li> <a href="javascript:submitMSDSSearch('CN','');" class="bullet">ๅฎ‰ๅ…จ่ฏดๆ˜Žไนฆ๏ผˆMSDS๏ผ‰</a> </li> <li> <a onclick="cmCreateManualPageviewTag(this.href,'HTML',this.href,window.location)" href="/catalog/DataSheetPage.do?brandKey=ALDRICH&symbol=H36206" class="bullet">ๆŠ€ๆœฏ่ง„ๆ ผ่ฏดๆ˜Žไนฆ</a> </li> </ul> <div class="certificateOfAnalysis clearfix"> <p> ่ดจๆฃ€ๆŠฅๅ‘Š </p> <div class="inputContainer"> <form name='CertAnal' action='/catalog/CertOfAnalysisPage.do'> <input type="hidden" name="symbol" value="H36206"> <input class='textBox' name='LotNo' type='text' size='14' onclick='clearDefaultandCSS(this)' value='่ฏท่พ“ๅ…ฅๆ‰นๅท'/> <input class='submit' type='submit' value=""/> <input type='hidden' name='brandTest' id='brandTest' value='ALDRICH'/> </form> </div> </div> <div id="productDetailSafetyRelatedDocs"> <div class="table-row"> <div class="left-tablecell"> <a class="ALL" href="/spectra/rair/RAIR013381.PDF" onClick="cmCreateManualPageviewTag(this.href,'PDF',this.href,window.location)">FT-IR Raman</A> </div> <div class="right-tablecell"> <img class="prodSafetyIcon" src="/content/dam/sigma-aldrich/head/search/ir.gif"/> </div> </div> <div class="table-row"> <div class="left-tablecell"> <a class="ALL" href="/spectra/fnmr/FNMR010639.PDF" onClick="cmCreateManualPageviewTag(this.href,'PDF',this.href,window.location)">FT-NMR</A> </div> <div class="right-tablecell"> <img class="prodSafetyIcon" src="/content/dam/sigma-aldrich/head/search/nmr.gif"/> </div> </div> <div class="table-row"> <div class="left-tablecell"> <a class="ALL" href="/insite_nomograph">Pressure-Temperature Nomograph</A> </div> <div class="right-tablecell"> <img class="prodSafetyIcon" src="/content/dam/sigma-aldrich/head/search/nomograph-icon.jpg"/> </div> </div> <div class="table-row"> <div class="left-tablecell"> <a class="ALL" href="/catalog/search?term=2hydroxy4methoxybenzophenone2282413157711&interface=Substance&N=0&mode=partialmax&lang=zh&region=CN&focus=product">ๅŒ็ฑปไบงๅ“</A> </div> <div class="right-tablecell"> </div> </div> <div class="table-row"> <div class="left-tablecell"> <a class="ALL" href="/insite_substructuresearch">ๅŒ–ๅญฆ็ป“ๆž„ๅผๆœ็ดข</A> </div> <div class="right-tablecell"> <img class="prodSafetyIcon" src="/content/dam/sigma-aldrich/head/search/structure-icon.gif"/> </div> </div> <!-- END additional rows for prototype proof of concept only --> </div> <!-- <ul> <tr style="display: none;"> <li> <a class="ALL" href="/spectra/rair/RAIR013381.PDF" onClick="cmCreateManualPageviewTag(this.href,'PDF',this.href,window.location)">FT-IR Raman</A> <p id="usefulLinksIcon" class="right"> <img src="/content/dam/sigma-aldrich/head/search/ir.gif"/> </p> </li> <tr style="display: none;"> <li> <a class="ALL" href="/spectra/fnmr/FNMR010639.PDF" onClick="cmCreateManualPageviewTag(this.href,'PDF',this.href,window.location)">FT-NMR</A> <p id="usefulLinksIcon" class="right"> <img src="/content/dam/sigma-aldrich/head/search/nmr.gif"/> </p> </li> <tr style="display: none;"> <li> <a class="ALL" href="/insite_nomograph">Pressure-Temperature Nomograph</A> <p id="usefulLinksIcon" class="right"> <img src="/content/dam/sigma-aldrich/head/search/nomograph-icon.jpg"/> </p> </li> <tr style="display: none;"> <li> <a class="ALL" href="/catalog/search?term=2hydroxy4methoxybenzophenone2282413157711&interface=Substance&N=0&mode=partialmax&lang=zh&region=CN&focus=product">ๅŒ็ฑปไบงๅ“</A> <p id="usefulLinksIcon" class="right"> </p> </li> <tr style="display: none;"> <li> <a class="ALL" href="/insite_substructuresearch">ๅŒ–ๅญฆ็ป“ๆž„ๅผๆœ็ดข</A> <p id="usefulLinksIcon" class="right"> <img src="/content/dam/sigma-aldrich/head/search/structure-icon.gif"/> </p> </li> </ul> --> </div> </div> <div class="detailRightColumn colTwoThird"> <!-- Evaluate if property should be created --> <div id="productDetailProtocols" class="clearfix counter:0"></div> <!-- Evaluate if property should be created --> <!-- This choose can set the width --> <div id="productDetailSafety" class="margintop27"> <!--Once translation bundle is plugged in need to wrap this to use key --> <h3>ๅฎ‰ๅ…จไฟกๆฏ</h3> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="background-color: rgb(244, 243, 240);"> <td class="lft"> ็ฌฆๅท&nbsp; </td> <td class="rgt"> <a class="ALL" href="javascript:OpenWin('/ghs-pictogram','height=500,width=780,scrollbars=yes,menubar=no,resizable=1,toolbar=no,status=no')"><img class="safetySymbol" src="/content/dam/sigma-aldrich/head/search/ghs07-exclamation-mark.jpg" alt="GHS07" title="GHS07"/></A>&nbsp;&nbsp;<a class="ALL" href="javascript:OpenWin('/ghs-pictogram','height=500,width=780,scrollbars=yes,menubar=no,resizable=1,toolbar=no,status=no')">GHS07</A> </td> </tr> <tr> <td class="lft"> ไฟกๅท่ฏ&nbsp; </td> <td class="rgt"> <span class="warningLabel">Warning</span> </td> </tr> <tr> <td class="lft"> ๅฑๅฎณๅฃฐๆ˜Ž&nbsp; </td> <td class="rgt"> <a class="ALL" href="javascript:OpenWin('/ghs-hazard','height=500,width=780,scrollbars=yes,menubar=no,resizable=1,toolbar=no,status=no')">H315-H319-H335</A> </td> </tr> <tr> <td class="lft"> ่ญฆ็คบๆ€งๅฃฐๆ˜Ž&nbsp; </td> <td class="rgt"> <a class="ALL" href="javascript:OpenWin('/ghs-precautionary','height=500,width=780,scrollbars=yes,menubar=no,resizable=1,toolbar=no,status=no')">P261-P305 + P351 + P338</A> </td> </tr> <tr> <td class="lft"> ไธชไบบ้˜ฒๆŠค่ฃ…ๅค‡&nbsp; </td> <td class="rgt"> <A class="ALL" href="/catalog/search?interface=Substance&term=3mdisposablerespirator1234598765&focus=product&mode=boolean">dust mask type N95 (US)</A>, <A class="ALL" href="/labware/labware-products.html?TablePage=20009868">Eyeshields</A>, <A class="ALL" href="/labware/labware-products.html?TablePage=9577418">Gloves</A> </td> </tr> <tr> <td class="lft"> ๅฑๅฎณ็  (ๆฌงๆดฒ)&nbsp; </td> <td class="rgt"> <a class="ALL" href="javascript:OpenWin('/safety-pictograms','height=500,width=780,scrollbars=yes,menubar=no,resizable=1,toolbar=no,status=no')">Xi</A> </td> </tr> <tr> <td class="lft"> ้ฃŽ้™ฉๅฃฐๆ˜Ž (ๆฌงๆดฒ)&nbsp; </td> <td class="rgt"> <a class="ALL" href="javascript:OpenWin('/safety-risks','height=500,width=780,scrollbars=yes,menubar=no,resizable=1,toolbar=no,status=no')">36/37/38</A> </td> </tr> <tr> <td class="lft"> ๅฎ‰ๅ…จๅฃฐๆ˜Ž (ๆฌงๆดฒ)&nbsp; </td> <td class="rgt"> 26 </td> </tr> <tr> <td class="lft"> WGKๅพทๅ›ฝ&nbsp; </td> <td class="rgt"> 3 </td> </tr> <tr> <td class="lft"> RTECS&nbsp; </td> <td class="rgt"> DJ1575000 </td> </tr> <tr> <td class="lft"> ้—ช็‚น๏ผˆๅŽๆฐ๏ผ‰&nbsp; </td> <td class="rgt"> 212&#160;&#176;F </td> </tr> <tr> <td class="lft"> ้—ช็‚น๏ผˆๆ‘„ๆฐ๏ผ‰&nbsp; </td> <td class="rgt"> 100&#160;&#176;C </td> </tr> </tbody> </table> </div> </div> </div> <div class="backToTopLink"><a href="#">่ฟ”ๅ›ž้กถ้ƒจ</a></div> </DIV> <div id="tab3Wrap" class="tabWrap print "> <div class="sectionHeader contentStage"><h2>ๅŒ่กŒ่ฏ„่ฎฎๆ–‡็Œฎ</h2></div> <div class="contentStage clearfix"> <!-- Evaluate if property should be created --> <div id='productDetailProtocolsReferences' class='clearfix margintop27 counter:40'> </div> <!--Once translation bundle is plugged in need to wrap this to use key --> <h3> ๅ‚่€ƒๆ–‡็Œฎ </h3> <div id="fullTextAccess"> <a href="#" id="saPubGet-setInstitution">Set your institution</a> to view full text papers. </div> <p> 1. Synthesis, characterization, ion-exchange, and antimicrobial study of poly [(2-hydroxy-4-methoxybenzophenone) propylene] resin and its polychelates with lanthanides (III). Patel MM, et al. <I>J. Appl. Polym. Sci.</I> <B>106(2)</B>, 1307-17, (2007) </p> <p> 2. Purohit, K.; Desai, K.K. <I>E-J. Chem.</I> 7th ed., <B>2</B>, (2005) </p> <p class="pubGetRef"> 3. <a class="ALL" href="/catalog/papers/20625888">Solid-phase extraction liquid chromatography-tandem mass spectrometry analytical method for the determination of 2-hydroxy-4-methoxybenzophenone and its metabolites in both human urine and semen. Leรณ\n Z, et al. <I>Anal. Bioanal. Chem</I> <B>398(2)</B>, 831-43, (2010)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> 4. <a class="ALL" href="/catalog/papers/12685571">Gas chromatographic determination of 2-hydroxy-4-methoxybenzophenone and octyldimethyl-p-aminobenzoic acid sunscreen agents in swimming pool and bathing waters by solid-phase microextraction. Lambropoulou DA, Giokas DL, Sakkas VA, et al. <I>J. Chromatogr. A</I> <B>967(2)</B>, 243-53, (2002)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/20014752">Cheminformatics analysis of assertions mined from literature that describe drug-induced liver injury in different species. Denis Fourches et al <I>Chem. Res. Toxicol.</I> <B>23</B>, 171-83, (2010)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22790701">Direct rapid analysis of multiple PPCPs in municipal wastewater using ultrahigh performance liquid chromatography-tandem mass spectrometry without SPE pre-concentration. Yu K, Li B, and Zhang T <I>Anal. Chim. Acta</I> <B>738</B>, 59-68, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21504434">Clinical and experimental studies of octocrylene's allergenic potency. Karlsson I, Vanden Broecke K, Mรฅrtensson J, et al. <I>Contact Dermatitis</I> <B>64(6)</B>, 343-52, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23892225">Associations between socioeconomic status and environmental toxicant concentrations in adults in the USA: NHANES 2001-2010. Tyrrell J, Melzer D, Henley W, et al. <I>Environ. Int.</I> <B>59</B>, 328-35, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22738849">Retinyl palmitate polymeric nanocapsules as carriers of bioactives. Teixeira Z, Dreiss CA, Lawrence MJ, et al. <I>J. Colloid. Interface Sci.</I> <B>382(1)</B>, 36-47, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/25064457">Effects of benzophenone-3 exposure on endocrine disruption and reproduction of Japanese medaka (Oryzias latipes)--a two generation exposure study. Kim S, Jung D, Kho Y, et al. <I>Aquat. Toxicol.</I> <B>155</B>, 244-52, (2014)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23842944">The effect of Beta-cyclodextrin on percutaneous absorption of commonly used Eusolex&#x00ae; sunscreens. Shokri J, Hasanzadeh D, Ghanbarzadeh S, et al. <I>Drug Res. (Stuttg.)</I> <B>63(11)</B>, 591-6, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23159282">In vivo and in vitro evaluation of the use of a newly developed melatonin loaded emulsion combined with UV filters as a protective agent against skin irradiation. Sierra AF, Ramรญrez ML, Campmany AC, et al. <I>J. Dermatol. Sci.</I> <B>69(3)</B>, 202-14, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23123085">Emerging organic contaminant removal depending on primary treatment and operational strategy in horizontal subsurface flow constructed wetlands: influence of redox. Avila C, Reyes C, Bayona JM, et al. <I>Water Res.</I> <B>47(1)</B>, 315-25, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23035447">Characterization and evaluation of poly(epsilon-caprolactone) nanoparticles containing 2-ethylhexyl-p-methoxycinnamate, octocrylene, and benzophenone-3 in anti-solar preparations. do Nascimento DF, Silva AC, Mansur CR, et al. <I>J. Nanosci. Nanotechnol.</I> <B>12(9)</B>, 7155-66, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22721600">Effects of the UV filter benzophenone-3 (oxybenzone) at low concentrations in zebrafish (Danio rerio). Blรผthgen N, Zucchi S, and Fent K <I>Toxicol. Appl. Pharmacol.</I> <B>263(2)</B>, 184-94, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22542301">Evaluation of fungal- and photo-degradation as potential treatments for the removal of sunscreens BP3 and BP1. Gago-Ferrero P, Badia-Fabregat M, Olivares A, et al. <I>Sci. Total Environ.</I> <B>427-428</B>, 355-63, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22036989">Effect of ultraviolet filters on skin superoxide dismutase activity in hairless mice after a single dose of ultraviolet radiation. Vilela FM, Fonseca YM, Jabor JR, et al. <I>Eur. J. Pharm. Biopharm.</I> <B>80(2)</B>, 387-92, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22704536">Urinary levels of triclosan and parabens are associated with aeroallergen and food sensitization. Savage JH, Matsui EC, Wood RA, et al. <I>J. Allergy Clin. Immunol.</I> <B>130(2)</B>, 453-60.e7, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23168312">Reaction of benzophenone UV filters in the presence of aqueous chlorine: kinetics and chloroform formation. Duirk SE, Bridenstine DR, and Leslie DC <I>Water Res.</I> <B>47(2)</B>, 579-87, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21530995">Occurrence of multiclass UV filters in treated sewage sludge from wastewater treatment plants. Gago-Ferrero P, Dรญaz-Cruz MS, and Barcelรณ D <I>Chemosphere</I> <B>84(8)</B>, 1158-65, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22095591">Biodegradation of the ultraviolet filter benzophenone-3 under different redox conditions. Liu YS, Ying GG, Shareef A, et al. <I>Environ. Toxicol. Chem.</I> <B>31(2)</B>, 289-95, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23186632">Ozonation and peroxone oxidation of benzophenone-3 in water: effect of operational parameters and identification of intermediate products. Gago-Ferrero P, Demeestere K, Silvia Dรญaz-Cruz M, et al. <I>Sci. Total Environ.</I> <B>443</B>, 209-17, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23026054">Evaluation of drug and sunscreen permeation via skin irradiated with UVA and UVB: comparisons of normal skin and chronologically aged skin. Hung CF, Fang CL, Al-Suwayeh SA, et al. <I>J. Dermatol. Sci.</I> <B>68(3)</B>, 135-48, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/18808096">Combining ligand-based pharmacophore modeling, quantitative structure-activity relationship analysis and in silico screening for the discovery of new potent hormone sensitive lipase inhibitors. Mutasem O Taha et al <I>J. Med. Chem.</I> <B>51</B>, 6478-94, (2008)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21768493">Safety of oxybenzone: putting numbers into perspective. Wang SQ, Burnett ME, and Lim HW <I>Arch. Dermatol.</I> <B>147(7)</B>, 865-6, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21273804">Innovative sunscreen formulation based on benzophenone-3-loaded chitosan-coated polymeric nanocapsules. Siqueira NM, Contri RV, Paese K, et al. <I>Skin Pharmacol. Physiol.</I> <B>24(3)</B>, 166-74, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21458567">Use of photoacoustic spectroscopy in the characterization of inclusion complexes of benzophenone-3-hydroxypropyl-ฮฒ-cyclodextrin and ex vivo evaluation of the percutaneous penetration of sunscreen. Berbicz F, Nogueira AC, Medina Neto A, et al. <I>Eur. J. Pharm. Biopharm.</I> <B>79(2)</B>, 449-57, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21807237">Neutral desorption extractive electrospray ionization mass spectrometry for fast screening sunscreen agents in cream cosmetic products. Zhang X, Liu Y, Zhang J, et al. <I>Talanta</I> <B>85(3)</B>, 1665-71, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22989423">Determination of nine environmental phenols in urine by ultra-high-performance liquid chromatography-tandem mass spectrometry. Chen M, Zhu P, Xu B, et al. <I>J. Anal. Toxicol.</I> <B>36(9)</B>, 608-15, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21929467">Acute and chronic toxicity of four frequently used UV filter substances for Desmodesmus subspicatus and Daphnia magna. Sieratowicz A, Kaiser D, Behr M, et al. <I>J. Environ. Sci. Health. A. Tox. Hazard. Subst. Environ. Eng.</I> <B>46(12)</B>, 1311-9, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23481287">Oxidation of benzophenone-3 during water treatment with ferrate(VI). Yang B and Ying GG <I>Water Res.</I> <B>47(7)</B>, 2458-66, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23064701">Metabolic disposition of the insect repellent DEET and the sunscreen oxybenzone following intravenous and skin administration in rats. Fediuk DJ, Wang T, Chen Y, et al. <I>Int. J. Toxicol.</I> <B>31(5)</B>, 467-76, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21812003">Tissue disposition of the insect repellent DEET and the sunscreen oxybenzone following intravenous and topical administration in rats. Fediuk DJ, Wang T, Chen Y, et al. <I>Biopharm. Drug Dispos.</I> <B>32(7)</B>, 369-79, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/23690080">Quantification and in situ localisation of abcb1 and abcc9genes in toxicant-exposed sea urchin embryos. Bo&#x0161;njak I, Pleiฤ‡ IL, Borra M, et al. <I>Environ. Sci. Pollut. Res. Int.</I> <B>20(12)</B>, 8600-11, (2013)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21284656">Preparation and characterization of carnauba wax nanostructured lipid carriers containing benzophenone-3. Lacerda SP, Cerize NN, and Rรฉ MI <I>Int. J. Cosmet. Sci.</I> <B>33(4)</B>, 312-21, (2011)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/21563987">Elastic liposomes containing benzophenone-3 for sun protection factor enhancement. Severino P, Moraes LF, Zanchetta B, et al. <I>Pharm. Dev. Technol.</I> <B>17(6)</B>, 661-5, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="pubGetRef"> <a class="ALL" href="/catalog/papers/22257218">Altered UV absorbance and cytotoxicity of chlorinated sunscreen agents. Sherwood VF, Kennedy S, Zhang H, et al. <I>Cutan. Ocul. Toxicol.</I> <B>31(4)</B>, 273-9, (2012)</A> </p> <div class="pubGetInfo">Loading...</div> <p></p> <hr/> <p class="indexRef"> <I>Merck</I> <B>14</B>,6954 </p> <p class="indexRef"> <I>Beil.</I> <B>8</B>,IV,2442 </p> <p class="indexRef"> <I>Corp MSDS</I> <B>1</B> (1), 1933:A / <I>FT-IR</I> <B>1</B> (2), 66:C / <I>FT-IR</I> <B>2</B> (2), 2463:D / <I>FT-NMR</I> <B>1</B> (2), 897:A / <I>IR-Spectra</I> (3), 889:C / <I>IR-Spectra</I> (2), 778:B / <I>NMR-Reference</I> <B>2</B> (2), 71:D / <I>RegBook</I> <B>1</B> (2), 1673:E / <I>Sax</I> <B>6</B>, 1778 / <I>Sigma FT-IR</I> <B>1</B> (2), 631:D / <I>Structure Index</I> <B>1</B>, 264:D:8 / <I>Vapor Phase</I> <B>3</B>, 1273:D </p> <div></div> </div> <div class="backToTopLink"><a href="#">่ฟ”ๅ›ž้กถ้ƒจ</a></div> </DIV> <div id="tab4Wrap" class="tabWrap print "> <div class="sectionHeader contentStage"><h2>ๆŠ€ๆœฏไฟกๆฏ</h2></div> <div class="contentStage clearfix"> <!-- Start- Added by ndhanoti # ITWEBSIXO-568 Form Pre-Population on Product Detail Page (for Contact Technical Service and Bulk Ordering & Pricing) --> <!-- End- Added by ndhanoti # ITWEBSIXO-568 Form Pre-Population on Product Detail Page (for Contact Technical Service and Bulk Ordering & Pricing) --> <div id="productDetailBlockContainer" class="clearfix noPrint"> <div class="contentStage clearfix"> <div id="productDetailCustomerSupportBlock"> <h4>ๆŠ€ๆœฏๆ”ฏๆŒ:</h4> <p>ๆˆ‘ไปฌ็š„ไธ“ๅฎถๅ›ข้˜Ÿๅœจ็”Ÿๅ‘ฝ็ง‘ๅญฆใ€ๆๆ–™็ง‘ๅญฆใ€ๅŒ–ๅญฆๅˆๆˆใ€่‰ฒ่ฐฑใ€ๅˆ†ๆžไปฅๅŠๅ…ถไป–ๅ„็ง็ ”็ฉถ้ข†ๅŸŸ้ƒฝๆ‹ฅๆœ‰ไธฐๅฏŒ็š„็ป้ชŒใ€‚</p> <div class="email"> <!--<a href="/site-level/service.html">่”็ณปๆŠ€ๆœฏๆ”ฏๆŒ</a>--> <!-- Start- Added by ndhanoti # ITWEBSIXO-568 Form Pre-Population on Product Detail Page (for Contact Technical Service) --> <a href="/insite_email_techservice?ProductNo=h36206&Brand=ALDRICH">่”็ณปๆŠ€ๆœฏๆ”ฏๆŒ</a> <!-- End- Added by ndhanoti # ITWEBSIXO-568 Form Pre-Population on Product Detail Page (for Contact Technical Service) --> </div> </div> <div id="productDetailBulkOrderingBlock"> <h4>ๅคงๅŒ…่ฃ…่ฎข่ดญไธŽ่ฏขไปท:</h4> <p>ๆ‚จ็š„็ ”ๅ‘ใ€็”Ÿไบงๆˆ–็ง‘็ ”้œ€่ฆๅคงๆ‰น้‡่ฎข่ดง๏ผŸ</p> <div class="email"> <!--<a href="/bulkquote">ๅคงๅŒ…่ฃ…่ฎข่ดญไธŽ่ฏขไปท</a> --> <!-- Start- Added by ndhanoti # ITWEBSIXO-568 Form Pre-Population on Product Detail Page (for Bulk Ordering & Pricing) --> <a href="/bulkquote?ProductNo=h36206">ๅคงๅŒ…่ฃ…่ฎข่ดญไธŽ่ฏขไปท</a> <!-- End- Added by ndhanoti # ITWEBSIXO-568 Form Pre-Population on Product Detail Page (for Bulk Ordering & Pricing) --> </div> </div> </div> </div> </div> <div class="backToTopLink"><a href="#">่ฟ”ๅ›ž้กถ้ƒจ</a></div> </DIV> <div id="sticky-anchor-stop"></div> <div id="tab5Wrap" class="tabWrap print "> <div class="sectionHeader contentStage"><h2>็›ธๅ…ณไบงๅ“</h2></div> <div class="contentStage clearfix"> <div id="productRelatedProducts" class="clearfix counter:0"></div> <FORM id='ProductAddToCartForm' name='ProductAddToCart' method='post' action='/webapp/wcs/stores/servlet/OrderItemAdd'><INPUT type='hidden' name='Brand'> <input type='hidden' name='ProdNo_0'> <input type='hidden' name='chkAdd0'> <input type='hidden' name='MatNo_0'> <input type='hidden' name='Desc'> <input type='hidden' name='Qty_0'> <input type='hidden' name='storeId' value='11001'> <input type='hidden' name='URL'> </FORM> <script> // jQuery(document).ready( // function(){ // getRelatedProds(); // } // ); // ajaxAnywhere.formName = "relatedProducts"; function openPAOnSR_RS(productNumber, brandKey, divID, pricingButtonId, page) { var button = document.getElementById(pricingButtonId); var closeButtonText = "close"; try { closeButtonText = document.getElementById("closeButton").value; } catch (ignore) { } if (page != null) { button.innerHTML = "<a class='text' onclick=\"jQuery(this).closest('tr').next('.toggle').toggle('slow');closePAOnSR_RS(\'" + productNumber + "\', \'" + brandKey + "\',\'" + divID + "\',\'" + pricingButtonId + "\',\'" + page + "\');cmTagAndLink('Close Pricing', '" + page + "',null,null,null);\">" + closeButtonText + "</a>"; } else { button.innerHTML = "<a class='text' onclick=\"jQuery(this).closest('tr').next('.toggle').toggle('slow');closePAOnSR_RS(\'" + productNumber + "\', \'" + brandKey + "\',\'" + divID + "\',\'" + pricingButtonId + "\',\'" + page + "\');cmTagAndLink('Close Pricing','Search Result Page Details',null,null,null);\">" + closeButtonText + "</a>"; } //Set Coremetrics global debug variables for Search Results cmBrandKey = brandKey; cmProductNumber = productNumber; loadPAOnSR_RS(productNumber, brandKey, divID); } function closePAOnSR_RS(productNumber, brandKey, divID, pricingButtonId, page) { var button = document.getElementById(pricingButtonId); var pricingButtonText = "pricing"; try { pricingButtonText = document.getElementById("pricingButton").value; } catch (ignore) { } if (page != null) { button.innerHTML = "<a class='text' onclick=\"jQuery(this).closest('tr').next('.toggle').toggle('slow');openPAOnSR_RS(\'" + productNumber + "\', \'" + brandKey + "\',\'" + divID + "\',\'" + pricingButtonId + "\',\'" + page + "\');cmTagAndLink('Open Pricing','" + page + "',null,null,null);\">" + pricingButtonText + "</a>"; } else { button.innerHTML = "<a class='text' onclick=\"jQuery(this).closest('tr').next('.toggle').toggle('slow');openPAOnSR_RS(\'" + productNumber + "\', \'" + brandKey + "\',\'" + divID + "\',\'" + pricingButtonId + "\',\'" + page + "\');cmTagAndLink('Open Pricing','Search Result Page Details',null,null,null);\">" + pricingButtonText + "</a>"; } var priceDiv = document.getElementById(divID); priceDiv.innerHTML = ""; } </script> <!-- This choose can set the width --> <div class="SpotlightFromPropertyItem fluid"> <div class="productContainer clearfix"> <div id="productContainer-inner"><p class="containerTitle noPrint">ๅฎขๆˆท่ฟ˜ๆต่งˆ่ฟ‡</p> <div id="productRecentlyViewedProducts" class="noPrint counter:5"> <div class="clearfix"> <div class="thumb"><a href="/catalog/product/aldrich/323578?lang=zh&region=CN" class="thumbnail"><img src="/content/dam/sigma-aldrich/structure7/099/mfcd00002218.eps/_jcr_content/renditions/mfcd00002218-small.png" alt="2,2'-ไบŒ็พŸๅŸบ-4-็”ฒๆฐงๅŸบไบŒ่‹ฏ็”ฒ้…ฎ "/></a> <div class="info"><span>323578</span><a href="/catalog/product/aldrich/323578?lang=zh&region=CN">2,2'-ไบŒ็พŸๅŸบ-4-็”ฒๆฐงๅŸบไบŒ่‹ฏ็”ฒ้…ฎ</a> </div> <p>98&#37;</p><a class="viewButton" href="/catalog/product/aldrich/323578?lang=zh&region=CN">ๆŸฅ็œ‹</a> </div> <div class="thumb"><a href="/catalog/product/aldrich/126217?lang=zh&region=CN" class="thumbnail"><img src="/content/dam/sigma-aldrich/structure8/121/mfcd00002277.eps/_jcr_content/renditions/mfcd00002277-small.png" alt="2,4-ไบŒ็พŸไบŒ่‹ฏ็”ฒ้…ฎ "/></a> <div class="info"><span>126217</span><a href="/catalog/product/aldrich/126217?lang=zh&region=CN">2,4-ไบŒ็พŸไบŒ่‹ฏ็”ฒ้…ฎ</a> </div> <p>99&#37;</p><a class="viewButton" href="/catalog/product/aldrich/126217?lang=zh&region=CN">ๆŸฅ็œ‹</a> </div> <div class="thumb"><a href="/catalog/product/aldrich/413151?lang=zh&region=CN" class="thumbnail"><img src="/content/dam/sigma-aldrich/structure9/198/mfcd00027327.eps/_jcr_content/renditions/mfcd00027327-small.png" alt="2-็พŸๅŸบ-4-ๆญฃ่พ›ๆฐงๅŸบไบŒ่‹ฏ็”ฒ้…ฎ "/></a> <div class="info"><span>413151</span><a href="/catalog/product/aldrich/413151?lang=zh&region=CN">2-็พŸๅŸบ-4-ๆญฃ่พ›ๆฐงๅŸบไบŒ่‹ฏ็”ฒ้…ฎ</a> </div> <p>98&#37;</p><a class="viewButton" href="/catalog/product/aldrich/413151?lang=zh&region=CN">ๆŸฅ็œ‹</a> </div> <div class="thumb"><a href="/catalog/product/fluka/01479?lang=zh&region=CN" class="thumbnail"><img src="/content/dam/sigma-aldrich/structure2/054/mfcd00008387.eps/_jcr_content/renditions/mfcd00008387-small.png" alt="็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9 "/></a> <div class="info"><span>01479</span><a href="/catalog/product/fluka/01479?lang=zh&region=CN">็ดซๅค–็บฟๅธๆ”ถๅ‰‚ UV-9</a></div> <p>certified reference material, TraceCERT<SUP>&#174;</SUP></p><a class="viewButton" href="/catalog/product/fluka/01479?lang=zh&region=CN">ๆŸฅ็œ‹</a> </div> <div class="thumb last"><a href="/catalog/product/fluka/phr1074?lang=zh&region=CN" class="thumbnail"><img src="/content/dam/sigma-aldrich/structure2/054/mfcd00008387.eps/_jcr_content/renditions/mfcd00008387-small.png" alt="ๆฐง่‹ฏ้…ฎ "/></a> <div class="info"><span>PHR1074</span><a href="/catalog/product/fluka/phr1074?lang=zh&region=CN">ๆฐง่‹ฏ้…ฎ</a> </div> <p>pharmaceutical secondary standard; traceable to USP</p><a class="viewButton" href="/catalog/product/fluka/phr1074?lang=zh&region=CN">ๆŸฅ็œ‹</a> </div> </div> </div> </div> </div> </div> </div> <div class="backToTopLink"><a href="#">่ฟ”ๅ›ž้กถ้ƒจ</a></div> </DIV> </div> </div> </div> <!-- Added by ndhanoti # ITWEBSIXO-678 Add Link to Peer-Reviewed Papers tab - Start--> <script> $(document).ready(function () { $('.saPubGetHeader').prepend('<a href="/prp"><h4 style="padding:0 0 0 40px;">ๆ‚จๆ˜ฏๅฆๅœจๆ‚จ็š„่ฎบๆ–‡ไธญไฝฟ็”จๆญคไบงๅ“๏ผŸ ๅฆ‚ๆžœๆ˜ฏ๏ผŒ่ฏท็‚นๅ‡ป่ฟ™้‡Œใ€‚</h4></a><br>'); }); </script> <!-- Added by ndhanoti # ITWEBSIXO-678 Add Link to Peer-Reviewed Papers tab - End--> </div> </div> <div class="PageFooter"> <!-- Footer --> <!-- Footer Day --> <div id="cqfooter"> <script language="JavaScript"> // hack for Discovery CPR pathName = location.pathname; if (null != pathName.match(/\/cis\//) && (document.body.style.fontSize == "0pt" || document.body.style.fontSize == "0px" )) { document.body.style.fontSize = ""; } </script> <div class="pagereference footerReference"> <script type="text/javascript"> </script> <div class="globalfooter"> <table id="footer" border="0" cellspacing="0" cellpadding="0" width="100%" class="footer"> <tr> <td> <div id="primaryFooter" class="clearfix"> <div class="contentStage"> <div class="clearfix"> <div class="box"> <div class="searchfoot"> <div class="parsys footerbox1par"> <div class="section featurebox"> <a href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/web-tool-box.html" name="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/web-tool-box.html" title="" onclick="cmCreatePageElementTag('WebToolBox', 'SIAL-Footer');" target="_self"> <img title="WebToolbox_China" alt="WebToolbox_China" class="" src="/content/dam/sigma-aldrich/head/otherapps/WebToolbox_China.jpg"> </a></div> <div class="section featurebox"> <a href="http://www.sigmaaldrich.com/catalog/search/substructure/SubstructureSearchPage" name="http://www.sigmaaldrich.com/catalog/search/substructure/SubstructureSearchPage" title="" onclick="cmCreatePageElementTag('SubStructureSearch', 'SIAL-Footer');" target="_self"> <img title="structuresearch_china" alt="structuresearch_china" class="" src="/content/dam/sigma-aldrich/head/otherapps/structuresearch_china.jpg"> </a></div> </div> </div> <!-- [if !IE]> .searchfoot <![endif] --> </div> <!-- [if !IE]> .box <![endif] --> <div class="box"> <div class="help"> <div class="parsys footerbox2par"> <div class="footerlinks section"> <div class="serviceAndSupport"> <span>Sigma-Aldrichไธญๅ›ฝ</span> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/contact-us.html" name="http://www.sigmaaldrich.com/china-mainland/contact-us.html" title="่”็ณปๆˆ‘ไปฌ" onclick="cmCreatePageElementTag('ContactUs', 'SIAL-Footer');" target="_self">่”็ณปๆˆ‘ไปฌ</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/careers.html" name="http://www.sigmaaldrich.com/china-mainland/careers.html" title="่Œไธšๅ‘ๅฑ•" onclick="cmCreatePageElementTag('Careers', 'SIAL-Footer');" target="_self">่Œไธšๅ‘ๅฑ•</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/promotions.html" name="http://www.sigmaaldrich.com/china-mainland/promotions.html" title="ไฟƒ้”€ๆดปๅŠจ" onclick="cmCreatePageElementTag('Promotions', 'SIAL-Footer');" target="_self">ไฟƒ้”€ๆดปๅŠจ</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/new-products.html" name="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/new-products.html" title="ๆ–ฐไบงๅ“" onclick="cmCreatePageElementTag('NewProduct', 'SIAL-Footer');" target="_self">ๆ–ฐไบงๅ“</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/news.html" name="http://www.sigmaaldrich.com/china-mainland/news.html" title="ๆ–ฐ้—ป" onclick="cmCreatePageElementTag('News', 'SIAL-Footer');" target="_self">ๆ–ฐ้—ป</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/events-calendar.html" name="http://www.sigmaaldrich.com/china-mainland/events-calendar.html" title="่ฎฒๅบงไธŽๅฑ•ไผš" onclick="cmCreatePageElementTag('Events', 'SIAL-Footer');" target="_self">่ฎฒๅบงไธŽๅฑ•ไผš</a> </li> </ul> </div> </div> </div> </div> <!-- [if !IE]> .help <![endif] --> </div> <!-- [if !IE]> .box <![endif] --> <div class="box"> <div class="parsys footerbox3par"> <div class="footerlinks section"> <div class="serviceAndSupport"> <span>ๆœๅŠก&ๆ”ฏๆŒ</span> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/customer-technical.html" name="http://www.sigmaaldrich.com/china-mainland/customer-technical.html" title="ๅฎขๆˆทๆœๅŠก" onclick="cmCreatePageElementTag('CustomerSupport', 'SIAL-Footer');" target="_self">ๅฎขๆˆทๆœๅŠก</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/customer-technical.html" name="http://www.sigmaaldrich.com/china-mainland/customer-technical.html" title="ๆŠ€ๆœฏๆ”ฏๆŒ" onclick="cmCreatePageElementTag('TechnicalService', 'SIAL-Footer');" target="_self">ๆŠ€ๆœฏๆ”ฏๆŒ</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/safety-center.html" name="http://www.sigmaaldrich.com/china-mainland/zh/safety-center.html" title="MSDS" onclick="cmCreatePageElementTag('MSDS', 'SIAL-Footer');" target="_self">MSDS</a> </li> <li> <a href="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" name="http://www.sigmaaldrich.com/catalog/AdvancedSearchPage.do" title="่ดจๆฃ€ๆŠฅๅ‘Š" onclick="cmCreatePageElementTag('CofA', 'SIAL-Footer');" target="_self">่ดจๆฃ€ๆŠฅๅ‘Š</a> </li> </ul> </div> </div> <div class="footerlinks section"> <div class="serviceAndSupport"> <span>่ฎข่ดญ</span> <ul> <li> <a href="http://www.sigmaaldrich.com/china-mainland/ordering-information.html" name="http://www.sigmaaldrich.com/china-mainland/ordering-information.html" title="่ฎข่ดญๆŒ‡ๅ—" onclick="cmCreatePageElementTag('OrderingInformation', 'SIAL-Footer');" target="_self">่ฎข่ดญๆŒ‡ๅ—</a> </li> <li> <a href="https://www.sigmaaldrich.com/webapp/wcs/stores/servlet/OrderCenterView?storeId=11001" name="https://www.sigmaaldrich.com/webapp/wcs/stores/servlet/OrderCenterView?storeId=11001" title="่ฎข่ดญไธญๅฟƒ" onclick="cmCreatePageElementTag('OrderCenter', 'SIAL-Footer');" target="_blank">่ฎข่ดญไธญๅฟƒ</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/product-catalog.html" name="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/product-catalog.html" title="ไบงๅ“" onclick="cmCreatePageElementTag('Products', 'SIAL-Footer');" target="_self">ไบงๅ“</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/help-welcome/ordering-product/terms-and-conditions-of-sale/terms-and-conditions-china.html" name="http://www.sigmaaldrich.com/china-mainland/zh/help-welcome/ordering-product/terms-and-conditions-of-sale/terms-and-conditions-china.html" title="้”€ๅ”ฎๆกๆฌพๅŠๆกไปถ" onclick="cmCreatePageElementTag('Terms', 'SIAL-Footer');" target="_self">้”€ๅ”ฎๆกๆฌพๅŠๆกไปถ</a> </li> </ul> </div> </div> </div> </div> <!-- [if !IE]> .box <![endif] --> <div class="box last"> <div class="parsys footerbox4par"> <div class="footerlinks section"> <div class="serviceAndSupport"> <span>ๅ…ฌๅธ</span> <ul> <li> <a href="http://investor.sigmaaldrich.com/" name="http://investor.sigmaaldrich.com/" title="ๆŠ•่ต„่€…ๅ…ณ็ณป" onclick="cmCreatePageElementTag('InvestorRelations', 'SIAL-Footer');" target="_self">ๆŠ•่ต„่€…ๅ…ณ็ณป</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/business-development.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/business-development.html" title="ไธšๅŠกๅ‘ๅฑ•" onclick="cmCreatePageElementTag('BusinessDevelopment', 'SIAL-Footer');" target="_self">ไธšๅŠกๅ‘ๅฑ•</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/worldwide-offices.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/worldwide-offices.html" title="ๅ…จ็ƒๅŠžไบ‹ๅค„" onclick="cmCreatePageElementTag('WorldwideOffices', 'SIAL-Footer');" target="_self">ๅ…จ็ƒๅŠžไบ‹ๅค„</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/about-us.html" name="http://www.sigmaaldrich.com/china-mainland/zh/customer-service/about-us.html" title="ๅ…ณไบŽๆˆ‘ไปฌ" onclick="cmCreatePageElementTag('AboutUs', 'SIAL-Footer');" target="_self">ๅ…ณไบŽๆˆ‘ไปฌ</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/site-level/site-map.html" name="http://www.sigmaaldrich.com/china-mainland/zh/site-level/site-map.html" title="็ซ™็‚นๅœฐๅ›พ" onclick="cmCreatePageElementTag('SiteMap', 'SIAL-Footer');" target="_self">็ซ™็‚นๅœฐๅ›พ</a> </li> <li> <a href="http://shops.directedje.com/SigmaWebLitPortal/index.asp" name="http://shops.directedje.com/SigmaWebLitPortal/index.asp" title="ๅญฆๆœฏๆ–‡็Œฎ" onclick="cmCreatePageElementTag('LiteraturePortal', 'SIAL-Footer');" target="_self">ๅญฆๆœฏๆ–‡็Œฎ</a> </li> <li> <a href="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/web-tool-box.html" name="http://www.sigmaaldrich.com/china-mainland/zh/technical-service-home/web-tool-box.html" title="ๅทฅๅ…ท็ฎฑ" onclick="cmCreatePageElementTag('ToolBox', 'SIAL-Footer');" target="_self">ๅทฅๅ…ท็ฎฑ</a> </li> </ul> </div> </div> </div> </div> <!-- [if !IE]> .box <![endif] --> </div> <!-- [if !IE]> .clearfix <![endif] --> </div> <!-- [if !IE]> #contentStage <![endif] --> </div> <!-- [if !IE]> #primaryFooter <![endif] --> <div id="subFooter" class="clearfix"> <div class="contentStage"> <div class="logo"> <div class="footerlogo"> <a href="http://www.sigmaaldrich.com" name="http://www.sigmaaldrich.com" title="" onclick="cmCreatePageElementTag('SigmaAldrich', 'SIAL-Footer');" target="_self"></a></div> </div> <div id="copyright" style="float: left;"> <div class="copyright"> <p> <b>็‰ˆๆƒๆ‰€ๆœ‰&nbsp;ยฉ 2015 Sigma-Aldrich Co. LLC.&nbsp;ไฟ็•™ๆ‰€ๆœ‰ๆƒๅˆฉใ€‚</b> ไธฅๆ ผ็ฆๆญขๅœจๆœช็ปๅŒๆ„็š„ๆƒ…ๅ†ตไธ‹่ฝฌ่ฝฝๆœฌ็ฝ‘็ซ™ไน‹ๆ‰€ๆœ‰ไฟกๆฏใ€‚Sigma-Aldrichๅ“็‰Œไบงๅ“ๅ‡็”ฑSigma-Aldrich Co. LLC.็‹ฌๅฎถ่ดฉๅ”ฎใ€‚ ๆฒชICPๅค‡14038167ๅท.<br> <a href="javascript:OpenWin('http://www.sigmaaldrich.com/china-mainland/zh/help-welcome/registration/site-use-terms/site-use-terms-china.html', 'resizable=yes, location=no, menubar=no, scrollbars=1, status=no, toolbar=no, width=800, height=500, left=50')" name="http://www.sigmaaldrich.com/china-mainland/zh/help-welcome/registration/site-use-terms/site-use-terms-china.html" title="ไฝฟ็”จๆกๆฌพ" onclick="cmCreatePageElementTag('SiteUseterms', 'SIAL-Footer');" target="_self">ไฝฟ็”จๆกๆฌพ</a> | <a href="javascript:OpenWin('http://www.sigmaaldrich.com/china-mainland/zh/help-welcome/registration/privacy-policy/privacy-policy-china.html', 'resizable=yes, location=no, menubar=no, scrollbars=1, status=no, toolbar=no, width=800, height=500, left=50')" name="http://www.sigmaaldrich.com/china-mainland/zh/help-welcome/registration/privacy-policy/privacy-policy-china.html" title="้š็งๆƒๅŽŸๅˆ™" onclick="cmCreatePageElementTag('Privacy', 'SIAL-Footer');" target="_self">้š็งๆƒๅŽŸๅˆ™</a> </p></div> </div> <div class="socialLinks clearfix"> <div class="sociallinks"> <ul> <li class="myspace"> <a href="http://www.linkedin.com/groups?gid=21076" name="http://www.linkedin.com/groups?gid=21076" title="" onclick="cmCreatePageElementTag('LinkedIN', 'SIAL-Footer');" target="_blank">LinkedIN</a> </li> <li class="weibo"> <a href="http://e.weibo.com/sigmaaldrich" name="http://e.weibo.com/sigmaaldrich" title="" onclick="cmCreatePageElementTag('Weibo', 'SIAL-Footer');" target="_blank">Weibo</a> </li> </ul> </div> </div> </div> <!-- [if !IE]> #contentStage <![endif] --> </div> <!-- [if !IE]> #subFooter <![endif] --> </td> </tr> </table> </div> </div> <script type="text/javascript"> initializeLinks(); </script> <!-- end cqfooter--></div> <!-- /Footer Day --> </div> </div> </body> </html> <div class='product-details-outer'> <div class='product-details-inner'> <table border='0' cellspacing='0' cellpadding='0'> <tr align='left' class='header'> <th class='sku'>่ดงๅทไธŽ่ง„ๆ ผ</th> <th class='shipping'>ๅบ“ๅญ˜</th> <th class='safety'>&nbsp;</th> <th align='center' class='price'>ไปทๆ ผ (RMB)</th> <th class='quantity'>ๆ•ฐ้‡</th> <th align='left' class='plus-one'></th> <th align='left' class='plus-two'></th> </tr> <tr class='backordered' id='row53548-U'> <td class='sku'><INPUT id='Desc53548-U' name='Description' TYPE='hidden' Value="ASCENTIS EXPRESS PEPTIDE ES-C18 5CM X &"><INPUT id='Fees53548-U' name='Fees' TYPE='hidden' Value=""><INPUT id='CAS53548-U' name='CasNumber' TYPE='hidden' Value="0000000000"><INPUT id='Trans53548-U' name='TransportationNumber' TYPE='hidden' Value=""><INPUT id='JFC53548-U' name='JapanFireCode' TYPE='hidden' Value=""><INPUT id='PSC53548-U' name='PoisonSubstanceCode' TYPE='hidden' Value=""><INPUT id='NDC53548-U' name='NDCNumber' TYPE='hidden' Value=""><INPUT id='Drug53548-U' name='DrugType' TYPE='hidden' Value=""><INPUT id='Inquire53548-U' name='Inquire' TYPE='hidden' Value=""><INPUT id='productCategoryForRFC' name='ProductHierarchyGA' TYPE='hidden' Value="LIQ 36 36#@#53548-U#@#SUPELCO#@#ASCENTIS EXPRESS PEPTIDE ES-C18 5CM X &"><INPUT id='Tariff53548-U' name='TariffCode' TYPE='hidden' Value='999999'> <p>53548-U</p></td> <td class='shipping'> <div class='shipping-container'><p class="status available results-sprite"></p> <p class='ships'>้œ€่ฆไปŽๅ›ฝๅค–่ฐƒ่ดง๏ผŒ้ข„่ฎกๅˆฐ่ดงๆ—ถ้—ด 2015.04.17</p></div> </td> <td align='center' class='safety'>&nbsp;</td> <td class='price' align='center'><p>6,486.48</p><INPUT id='currencyAndPriceInPDP53548-U' name='currencyAndPriceInPDP53548-U'' TYPE='hidden' Value="RMB#@#6,486.48"> </td> <td class='quantity'> <div class=''><input type='text' class='quantity-input' maxLength='8' id='53548-U' name='quantity_pricingContainerMessage' Value='0' onclick="javascript:if ('0'==this.value) {this.value='';this.style.color='black';}" onblur="javascript:if(''==this.value) {this.value='0';this.style.color='grey';}" style='color: grey'><input type='hidden' class='sku' Value='53548-U'><input type='hidden' class='brand' Value='SUPELCO'><input type='hidden' class='prod_no' Value='53548-U'><input type='hidden' class='page' Value='product details'> </div> </td> <td class='plus-one' onmouseover='hideElRNAI();'><a title='favorites' class='results-sprite' href="javascript:submitAddToShelfProduct('SUPELCO','53548-U','53548-U')"></a> </td> <td class='plus-two' onmouseover='hideElRNAI();'><a onClick="positionPopupDiv()" href=javascript:openPopUpAddlInfoRS('53548-U') title='additionalInfo' class=additionalInfoRS></a> </td> </tr> </table> <div id='53548-USUPELCO' class='bulk-cart'> <div> <div class='bulk-orders'><p><a href='/bulkquote?ProductNo=53548-U'>ๅคงๅŒ…่ฃ…่ฎขๅ•๏ผŸ</a></p></div> <div class='add-to-cart' onClick="return addAllToCart(this);"><p class='addToCartErrorText'>* ๆ‚จ้œ€่ฆๅ…ˆ่พ“ๅ…ฅๆ•ฐ้‡๏ผŒ็„ถๅŽๅ†ๅฐ†ไบงๅ“ๅŠ ๅ…ฅ่ดญ็‰ฉ่ฝฆใ€‚</p> <ul> <li><img width='29' height='33' src='/content/dam/sigma-aldrich/head/search/addtocartbuttonleft.png' alt='Add'/></li> <li> <div class='add-to-cart-btn'>ๆทปๅŠ ่‡ณ่ดญ็‰ฉ่ฝฆ</div> </li> <li><img width='29' height='33' src='/catalog/images/addToCartButtonRight.png' alt='Add'/></li> </ul> </div> </div> </div> </div> </div> <div class='product-details-outer'> <div class='product-details-inner'> <div class="product-discontinued clearfix" <ul class='clearfix'> <li class='left'><p class='results-sprite icon'></p></li> <li class='left shortMessageContainer'><p class='message' style='width:250px' ;>ไบงๅ“<b></b>ๅทฒ็ป<b><i>ๅœไบง</i></b>ใ€‚ </p></li> <li class='right'><a class='bullet' href='http://www.sigmaaldrich.com/technical-service-home.html' onclick="javascript:cmCreatePageElementTag('Technical Service - A9949', 'Alternate Products - Product Detail Page');">่”็ณปๆŠ€ๆœฏๆ”ฏๆŒ</a> </li> </ul> </div> </div></div> <div class='product-details-outer'> <div class='product-details-inner'> <div class="product-discontinued clearfix" <ul class='clearfix'> <li class='left'><p class='results-sprite icon'></p></li> <li class='left longMessageContainer'><p class='message'>ไบงๅ“<b>452238</b>ๅทฒ็ป<b><i>ๅœไบง</i></b>๏ผ›ไฝ†ๆ˜ฏๅฐšๆœ‰ๅบ“ๅญ˜ใ€‚</br> ่ฏทไปŽไปฅไธ‹ๅฐšๆœ‰ๅบ“ๅญ˜็š„ๅŒ…่ฃ…่ง„ๆ ผไธญ้€‰ๆ‹ฉใ€‚</p></li> </ul> </div> <table border='0' cellspacing='0' cellpadding='0'> <tr align='left' class='header'> <th class='sku'>่ดงๅทไธŽ่ง„ๆ ผ</th> <th class='shipping'>ๅบ“ๅญ˜</th> <th class='safety'>&nbsp;</th> <th align='center' class='price'>ไปทๆ ผ (RMB)</th> <th class='quantity'>ๆ•ฐ้‡</th> <th align='left' class='plus-one'></th> <th align='left' class='plus-two'></th> </tr> <tr class='backordered' id='row452238-25ML'> <td class='sku'><INPUT id='Desc452238-25ML' name='Description' TYPE='hidden' Value="CHLORO(2-(3-CYCLOHEXEN-1-YL)ETHYL)-DIMET"><INPUT id='Fees452238-25ML' name='Fees' TYPE='hidden' Value=""><INPUT id='CAS452238-25ML' name='CasNumber' TYPE='hidden' Value="0005089258"><INPUT id='Trans452238-25ML' name='TransportationNumber' TYPE='hidden' Value="2987"><INPUT id='JFC452238-25ML' name='JapanFireCode' TYPE='hidden' Value=""><INPUT id='PSC452238-25ML' name='PoisonSubstanceCode' TYPE='hidden' Value=""><INPUT id='NDC452238-25ML' name='NDCNumber' TYPE='hidden' Value=""><INPUT id='Drug452238-25ML' name='DrugType' TYPE='hidden' Value=""><INPUT id='Inquire452238-25ML' name='Inquire' TYPE='hidden' Value=""><INPUT id='productCategoryForRFC' name='ProductHierarchyGA' TYPE='hidden' Value="OB 17G#@#452238#@#ALDRICH#@#CHLORO(2-(3-CYCLOHEXEN-1-YL)ETHYL)-DIMET"><INPUT id='Tariff452238-25ML' name='TariffCode' TYPE='hidden' Value='2931000090'> <p>452238-25ML</p></td> <td class='shipping'> <div class='shipping-container'><p class="status available results-sprite"></p> <p class='ships'>้œ€่ฆไปŽๅ›ฝๅค–่ฐƒ่ดง๏ผŒ้ข„่ฎกๅˆฐ่ดงๆ—ถ้—ด 2015.04.17</p></div> </td> <td align='center' class='safety'>&nbsp;</td> <td class='price' align='center'><p>580.32</p><INPUT id='currencyAndPriceInPDP452238-25ML' name='currencyAndPriceInPDP452238-25ML'' TYPE='hidden' Value="RMB#@#580.32"> </td> <td class='quantity'> <div class=''><input type='text' class='quantity-input' maxLength='8' id='452238-25ML' name='quantity_pricingContainerMessage' Value='0' onclick="javascript:if ('0'==this.value) {this.value='';this.style.color='black';}" onblur="javascript:if(''==this.value) {this.value='0';this.style.color='grey';}" style='color: grey'><input type='hidden' class='sku' Value='452238-25ML'><input type='hidden' class='brand' Value='ALDRICH'><input type='hidden' class='prod_no' Value='452238'><input type='hidden' class='page' Value='product details'></div> </td> <td class='plus-one' onmouseover='hideElRNAI();'><a title='favorites' class='results-sprite' href="javascript:submitAddToShelfProduct('ALDRICH','452238','452238-25ML')"></a> </td> <td class='plus-two' onmouseover='hideElRNAI();'><a onClick="positionPopupDiv()" href=javascript:openPopUpAddlInfoRS('452238-25ML') title='additionalInfo' class=additionalInfoRS></a></td> </tr> <tr class='backordered' id='row452238-100ML'> <td class='sku'><INPUT id='Desc452238-100ML' name='Description' TYPE='hidden' Value="CHLORO(2-(3-CYCLOHEXEN-1-YL)ETHYL)-DIMET"><INPUT id='Fees452238-100ML' name='Fees' TYPE='hidden' Value=""><INPUT id='CAS452238-100ML' name='CasNumber' TYPE='hidden' Value="0005089258"><INPUT id='Trans452238-100ML' name='TransportationNumber' TYPE='hidden' Value="2987"><INPUT id='JFC452238-100ML' name='JapanFireCode' TYPE='hidden' Value=""><INPUT id='PSC452238-100ML' name='PoisonSubstanceCode' TYPE='hidden' Value=""><INPUT id='NDC452238-100ML' name='NDCNumber' TYPE='hidden' Value=""><INPUT id='Drug452238-100ML' name='DrugType' TYPE='hidden' Value=""><INPUT id='Inquire452238-100ML' name='Inquire' TYPE='hidden' Value=""><INPUT id='productCategoryForRFC' name='ProductHierarchyGA' TYPE='hidden' Value="OB 17G#@#452238#@#ALDRICH#@#CHLORO(2-(3-CYCLOHEXEN-1-YL)ETHYL)-DIMET"><INPUT id='Tariff452238-100ML' name='TariffCode' TYPE='hidden' Value='2931000090'> <p>452238-100ML</p></td> <td class='shipping'> <div class='shipping-container'><p class="status available results-sprite"></p> <p class='ships'>้œ€่ฆไปŽๅ›ฝๅค–่ฐƒ่ดง๏ผŒ้ข„่ฎกๅˆฐ่ดงๆ—ถ้—ด 2015.04.17</p></div> </td> <td align='center' class='safety'>&nbsp;</td> <td class='price' align='center'><p>1,751.49</p><INPUT id='currencyAndPriceInPDP452238-100ML' name='currencyAndPriceInPDP452238-100ML'' TYPE='hidden' Value="RMB#@#1,751.49"> </td> <td class='quantity'> <div class=''><input type='text' class='quantity-input' maxLength='8' id='452238-100ML' name='quantity_pricingContainerMessage' Value='0' onclick="javascript:if ('0'==this.value) {this.value='';this.style.color='black';}" onblur="javascript:if(''==this.value) {this.value='0';this.style.color='grey';}" style='color: grey'><input type='hidden' class='sku' Value='452238-100ML'><input type='hidden' class='brand' Value='ALDRICH'><input type='hidden' class='prod_no' Value='452238'><input type='hidden' class='page' Value='product details'></div> </td> <td class='plus-one' onmouseover='hideElRNAI();'><a title='favorites' class='results-sprite' href="javascript:submitAddToShelfProduct('ALDRICH','452238','452238-100ML')"></a> </td> <td class='plus-two' onmouseover='hideElRNAI();'><a onClick="positionPopupDiv()" href=javascript:openPopUpAddlInfoRS('452238-100ML') title='additionalInfo' class=additionalInfoRS></a></td> </tr> </table> <div id='452238ALDRICH' class='bulk-cart'> <div> <div class='bulk-orders'><p><a href='/bulkquote?ProductNo=452238'>ๅคงๅŒ…่ฃ…่ฎขๅ•๏ผŸ</a></p></div> <div class='add-to-cart' onClick="return addAllToCart(this);"><p class='addToCartErrorText'>* ๆ‚จ้œ€่ฆๅ…ˆ่พ“ๅ…ฅๆ•ฐ้‡๏ผŒ็„ถๅŽๅ†ๅฐ†ไบงๅ“ๅŠ ๅ…ฅ่ดญ็‰ฉ่ฝฆใ€‚</p> <ul> <li><img width='29' height='33' src='/content/dam/sigma-aldrich/head/search/addtocartbuttonleft.png' alt='Add'/></li> <li> <div class='add-to-cart-btn'>ๆทปๅŠ ่‡ณ่ดญ็‰ฉ่ฝฆ</div> </li> <li><img width='29' height='33' src='/catalog/images/addToCartButtonRight.png' alt='Add'/></li> </ul> </div> </div> </div> </div></div>
mutoulbj/chem_spider
chem_spider/xx.html
HTML
mit
274,235
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>huffman: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / huffman - 8.13.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> huffman <small> 8.13.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-04 11:22:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 11:22:03 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.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;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/huffman&quot; dev-repo: &quot;git+https://github.com/coq-community/huffman.git&quot; bug-reports: &quot;https://github.com/coq-community/huffman/issues&quot; doc: &quot;https://coq-community.github.io/huffman/&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Coq proof of the correctness of the Huffman coding algorithm&quot; description: &quot;&quot;&quot; This projects contains a Coq proof of the correctness of the Huffman coding algorithm, as described in David A. Huffman&#39;s paper A Method for the Construction of Minimum-Redundancy Codes, Proc. IRE, pp. 1098-1101, September 1952.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.15~&quot;} ] tags: [ &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category:Miscellaneous/Extracted Programs/Combinatorics&quot; &quot;keyword:data compression&quot; &quot;keyword:code&quot; &quot;keyword:huffman tree&quot; &quot;logpath:Huffman&quot; &quot;date:2021-07-30&quot; ] authors: [ &quot;Laurent Thรฉry&quot; ] url { src: &quot;https://github.com/coq-community/huffman/archive/v8.13.0.tar.gz&quot; checksum: &quot;sha512=7a38feed6b2757badaf696729287bf5df7a8786e97e3133faf647335ab36ecd7c83caa8c359288d4b8dff89012bdc240a9eb548f3ffe3dc5757244d4ea0f9b78&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-huffman.8.13.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-huffman -&gt; coq &gt;= 8.12 -&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-huffman.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.0/huffman/8.13.0.html
HTML
mit
7,311
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>geometric-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.13.2 / geometric-algebra - 0.8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> geometric-algebra <small> 0.8.11 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-02 00:56:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 00:56:38 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.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;Laurent Thรฉry&quot; homepage: &quot;https://github.com/thery/GeometricAlgebra&quot; bug-reports: &quot;https://github.com/thery/GeometricAlgebra&quot; dev-repo: &quot;git+https://github.com/thery/GeometricAlgebra.git&quot; authors : &quot;Laurent Thรฉry&quot; license: &quot;LGPL&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.11~&quot; &amp; &lt; &quot;8.12&quot;} ] synopsis: &quot;Grassman Cayley and Clifford formalisations&quot; tags: [ &quot;logpath:GeometricAlgebra&quot; ] url { src: &quot;https://github.com/thery/GeometricAlgebra/archive/v8,11.zip&quot; checksum: &quot;md5=8539a242001444b6ef76f2b3507d4779&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-geometric-algebra.0.8.11 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-geometric-algebra -&gt; coq &lt; 8.12 -&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-geometric-algebra.0.8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.2/geometric-algebra/0.8.11.html
HTML
mit
6,694
<!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; dcab64d7-ce95-48b3-ba36-8fc305e743f9 </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="#Exceptionless.DateTimeExtensions">Exceptionless.DateTimeExtensions</a></strong></td> <td class="text-center">98.05 %</td> <td class="text-center">97.67 %</td> <td class="text-center">100.00 %</td> <td class="text-center">97.67 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Exceptionless.DateTimeExtensions"><h3>Exceptionless.DateTimeExtensions</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">GetTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</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="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsAbstract</td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_IsAbstract</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsAbstract</td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsNotPublic</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsNotPublic</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>
kuhlenh/port-to-core
Reports/ex/exceptionless.datetimeextensions.3.0.38/Exceptionless.DateTimeExtensions-portable-net40%2Bwin%2Bwpa81.html
HTML
mit
14,804
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pautomata: 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 / pautomata - 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> pautomata <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-11-05 09:57:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 09:57:39 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.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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/pautomata&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/PAutomata&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: p-automata&quot; &quot;keyword: ABR&quot; &quot;keyword: PGM&quot; &quot;keyword: time&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; ] authors: [ &quot;Emmanuel Freund &amp; Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pautomata/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pautomata.git&quot; synopsis: &quot;Parameterized automata&quot; description: &quot;&quot;&quot; This contribution is a modelisation in Coq of the p-automata designed in the CALIFE project (http://www.loria.fr/calife). It contains an axiomatisation of time, the definition of a p-automaton, the definition of binary and arbitrary synchronisation of a family of p-automaton, the semantics of a p-automaton as a labelled transition system. The description of the ABR algorithm as a p-automaton is also given. This work is reported in : P. Castรฉran, E. Freund, C. Paulin and D. Rouillard ``Bibliothรจques Coq et Isabelle-HOL pour les systรจmes de transitions et les p-automates&#39;&#39;&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pautomata/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=6687c030a99a44c09ea812544100e16c&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-pautomata.8.8.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-pautomata -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-pautomata.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.0-2.0.8/released/8.13.2/pautomata/8.8.0.html
HTML
mit
7,582
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extensible-records: 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.8.1 / extensible-records - 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> extensible-records <small> 1.0.0 <span class="label label-success">18 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-09 22:00:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-09 22:00: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.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;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/gmalecha/coq-extensible-records&quot; dev-repo: &quot;git+https://github.com/gmalecha/coq-extensible-records.git&quot; bug-reports: &quot;https://github.com/gmalecha/coq-extensible-records/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.9&quot;} ] synopsis: &quot;Definitional (canonical) extensible records in Coq with string keys and arbitrary (non-dependent) types&quot; url { src: &quot;https://github.com/gmalecha/coq-extensible-records/archive/v0.5.0.tar.gz&quot; checksum: &quot;md5=43211697cd961dafb8b8e5e1e7a94253&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-extensible-records.1.0.0 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-extensible-records.1.0.0 coq.8.8.1</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-extensible-records.1.0.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>18 s</dd> </dl> <h2>Installation size</h2> <p>Total: 155 K</p> <ul> <li>59 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/CoreRecords.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/CoreRecords.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/Notation.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/Records.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/CoreRecords.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/Notation.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/Notation.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/Records.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Records/Records.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-extensible-records.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"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.1/extensible-records/1.0.0.html
HTML
mit
7,440
<div class="triangulate-list-container"> <triangulate-map id="{{id}}-map"></triangulate-map> <ul class="triangulate-list list-group"> <li class="list-group-item" ng-repeat="page in pages | filter:tag" triangulate-add-point name="{{page.Name}}" url="{{page.Url}}" location="{{page.Location}}" description="{{page.Description}}" lat-long="{{page.LatLong}}" map-id="{{id}}-map"> <a class="pull-left thumbnail" ui-sref="{{page.Url}}" href="/{{page.Url}}" ng-show="page.HasImage"> <img ng-src="page.Thumb"> </a> <h4><a ui-sref="{{page.Url}}" href="/{{page.Url}}">{{page.Name}}</a></h4> <h5 ng-show="page.Location">{{page.Location}}</h5> <p>{{page.Description}}</p> </li> </ul> </div> <p ng-show="(pages | filter:tag).length == 0" class="list-none">{{'No additional pages' | i18next}}</p> <button class="btn btn-default" ng-show="pageResults && current != 0" ng-click="previous()"><i class="fa fa-chevron-left"></i> {{'Previous' | i18next}}</button> <button class="btn btn-default" ng-show="pageResults && ((pages | filter:tag).length != 0)" ng-click="next()">{{'Next' | i18next}} <i class="fa fa-chevron-right"></i> </button>
winiceo/triangulate
site/templates/triangulate/list-map.html
HTML
mit
1,205
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-multinomials: Error with dependencies</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 / mathcomp-multinomials - 1.5.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> mathcomp-multinomials <small> 1.5.2 <span class="label label-warning">Error with dependencies</span> </small> </h1> <p><em><script>document.write(moment("2021-11-06 06:49:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-06 06:49: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 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.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.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;pierre-yves@strub.nu&quot; homepage: &quot;https://github.com/math-comp/multinomials&quot; bug-reports: &quot;https://github.com/math-comp/multinomials/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/multinomials.git&quot; license: &quot;CECILL-B&quot; authors: [&quot;Pierre-Yves Strub&quot;] build: [ [make &quot;INSTMODE=global&quot; &quot;config&quot;] [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;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.11.0&quot; &amp; &lt; &quot;1.12~&quot;)} &quot;coq-mathcomp-algebra&quot; &quot;coq-mathcomp-bigenough&quot; {&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1~&quot;} &quot;coq-mathcomp-finmap&quot; {&gt;= &quot;1.5&quot; &amp; &lt; &quot;1.6~&quot;} ] tags: [ &quot;keyword:multinomials&quot; &quot;keyword:monoid algebra&quot; &quot;category:Math/Algebra/Multinomials&quot; &quot;category:Math/Algebra/Monoid algebra&quot; &quot;date:2020-06-11&quot; &quot;logpath:SsrMultinomials&quot; ] synopsis: &quot;A Multivariate polynomial Library for the Mathematical Components Library&quot; url { src: &quot;https://github.com/math-comp/multinomials/archive/1.5.2.tar.gz&quot; checksum: &quot;sha512=a4b9feba43fc16f3b4379970bd5309431f7e05a4c95e2a2545db776863ea24dfdc6f15c866b11e17fca94d598da21db06964381c826f226a6debb41fbbac1c1e&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-multinomials.1.5.2 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). [ERROR] Package conflict! Sorry, no solution found: there seems to be a problem with your request. 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-multinomials.1.5.2</code></dd> <dt>Return code</dt> <dd>512</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq dev &lt;&gt;&lt;&gt; Processing actions &lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt; While removing coq.dev: these files have been modified since installation: - share/texmf/tex/latex/misc/coqdoc.sty - man/man1/coqwc.1 - man/man1/coqtop.opt.1 - man/man1/coqtop.byte.1 - man/man1/coqtop.1 - man/man1/coqnative.1 - man/man1/coqdoc.1 - man/man1/coqdep.1 - man/man1/coqchk.1 - man/man1/coqc.1 - man/man1/coq_makefile.1 - man/man1/coq-tex.1 - lib/stublibs/dllcoqrun_stubs.so - lib/coqide-server/protocol/xmlprotocol.mli - lib/coqide-server/protocol/xmlprotocol.ml - lib/coqide-server/protocol/xmlprotocol.cmx - lib/coqide-server/protocol/xmlprotocol.cmti - lib/coqide-server/protocol/xmlprotocol.cmt - lib/coqide-server/protocol/xmlprotocol.cmi - lib/coqide-server/protocol/xml_printer.mli - lib/coqide-server/protocol/xml_printer.ml - lib/coqide-server/protocol/xml_printer.cmx - lib/coqide-server/protocol/xml_printer.cmti - lib/coqide-server/protocol/xml_printer.cmt - lib/coqide-server/protocol/xml_printer.cmi - lib/coqide-server/protocol/xml_parser.mli - lib/coqide-server/protocol/xml_parser.ml - lib/coqide-server/protocol/xml_parser.cmx - lib/coqide-server/protocol/xml_parser.cmti - lib/coqide-server/protocol/xml_parser.cmt - lib/coqide-server/protocol/xml_parser.cmi - lib/coqide-server/protocol/xml_lexer.mli - lib/coqide-server/protocol/xml_lexer.ml - lib/coqide-server/protocol/xml_lexer.cmx - lib/coqide-server/protocol/xml_lexer.cmti - lib/coqide-server/protocol/xml_lexer.cmt - lib/coqide-server/protocol/xml_lexer.cmi - lib/coqide-server/protocol/serialize.mli - lib/coqide-server/protocol/serialize.ml - lib/coqide-server/protocol/serialize.cmx - lib/coqide-server/protocol/serialize.cmti - lib/coqide-server/protocol/serialize.cmt - lib/coqide-server/protocol/serialize.cmi - lib/coqide-server/protocol/richpp.mli - lib/coqide-server/protocol/richpp.ml - lib/coqide-server/protocol/richpp.cmx - lib/coqide-server/protocol/richpp.cmti - lib/coqide-server/protocol/richpp.cmt - lib/coqide-server/protocol/richpp.cmi - lib/coqide-server/protocol/protocol.cmxs - lib/coqide-server/protocol/protocol.cmxa - lib/coqide-server/protocol/protocol.cma - lib/coqide-server/protocol/protocol.a - lib/coqide-server/protocol/interface.ml - lib/coqide-server/protocol/interface.cmx - lib/coqide-server/protocol/interface.cmt - lib/coqide-server/protocol/interface.cmi - lib/coqide-server/opam - lib/coqide-server/dune-package - lib/coqide-server/core/document.mli - lib/coqide-server/core/document.ml - lib/coqide-server/core/document.cmx - lib/coqide-server/core/document.cmti - lib/coqide-server/core/document.cmt - lib/coqide-server/core/document.cmi - lib/coqide-server/core/core.cmxs - lib/coqide-server/core/core.cmxa - lib/coqide-server/core/core.cma - lib/coqide-server/core/core.a - lib/coqide-server/META - lib/coq/user-contrib/Ltac2/String.vos - lib/coq/user-contrib/Ltac2/String.vo - lib/coq/user-contrib/Ltac2/String.v - lib/coq/user-contrib/Ltac2/String.glob - lib/coq/user-contrib/Ltac2/Std.vos - lib/coq/user-contrib/Ltac2/Std.vo - lib/coq/user-contrib/Ltac2/Std.v - lib/coq/user-contrib/Ltac2/Std.glob - lib/coq/user-contrib/Ltac2/Printf.vos - lib/coq/user-contrib/Ltac2/Printf.vo - lib/coq/user-contrib/Ltac2/Printf.v - lib/coq/user-contrib/Ltac2/Printf.glob - lib/coq/user-contrib/Ltac2/Pattern.vos - lib/coq/user-contrib/Ltac2/Pattern.vo - lib/coq/user-contrib/Ltac2/Pattern.v - lib/coq/user-contrib/Ltac2/Pattern.glob - lib/coq/user-contrib/Ltac2/Option.vos - lib/coq/user-contrib/Ltac2/Option.vo - lib/coq/user-contrib/Ltac2/Option.v - lib/coq/user-contrib/Ltac2/Option.glob - lib/coq/user-contrib/Ltac2/Notations.vos - lib/coq/user-contrib/Ltac2/Notations.vo - lib/coq/user-contrib/Ltac2/Notations.v - lib/coq/user-contrib/Ltac2/Notations.glob - lib/coq/user-contrib/Ltac2/Message.vos - lib/coq/user-contrib/Ltac2/Message.vo - lib/coq/user-contrib/Ltac2/Message.v - lib/coq/user-contrib/Ltac2/Message.glob - lib/coq/user-contrib/Ltac2/Ltac2.vos - lib/coq/user-contrib/Ltac2/Ltac2.vo - lib/coq/user-contrib/Ltac2/Ltac2.v - lib/coq/user-contrib/Ltac2/Ltac2.glob - lib/coq/user-contrib/Ltac2/Ltac1.vos - lib/coq/user-contrib/Ltac2/Ltac1.vo - lib/coq/user-contrib/Ltac2/Ltac1.v - lib/coq/user-contrib/Ltac2/Ltac1.glob - lib/coq/user-contrib/Ltac2/List.vos - lib/coq/user-contrib/Ltac2/List.vo - lib/coq/user-contrib/Ltac2/List.v - lib/coq/user-contrib/Ltac2/List.glob - lib/coq/user-contrib/Ltac2/Int.vos - lib/coq/user-contrib/Ltac2/Int.vo - lib/coq/user-contrib/Ltac2/Int.v - lib/coq/user-contrib/Ltac2/Int.glob - lib/coq/user-contrib/Ltac2/Init.vos - lib/coq/user-contrib/Ltac2/Init.vo - lib/coq/user-contrib/Ltac2/Init.v - lib/coq/user-contrib/Ltac2/Init.glob - lib/coq/user-contrib/Ltac2/Ind.vos - lib/coq/user-contrib/Ltac2/Ind.vo - lib/coq/user-contrib/Ltac2/Ind.v - lib/coq/user-contrib/Ltac2/Ind.glob - lib/coq/user-contrib/Ltac2/Ident.vos - lib/coq/user-contrib/Ltac2/Ident.vo - lib/coq/user-contrib/Ltac2/Ident.v - lib/coq/user-contrib/Ltac2/Ident.glob - lib/coq/user-contrib/Ltac2/Fresh.vos - lib/coq/user-contrib/Ltac2/Fresh.vo - lib/coq/user-contrib/Ltac2/Fresh.v - lib/coq/user-contrib/Ltac2/Fresh.glob - lib/coq/user-contrib/Ltac2/Env.vos - lib/coq/user-contrib/Ltac2/Env.vo - lib/coq/user-contrib/Ltac2/Env.v - lib/coq/user-contrib/Ltac2/Env.glob - lib/coq/user-contrib/Ltac2/Control.vos - lib/coq/user-contrib/Ltac2/Control.vo - lib/coq/user-contrib/Ltac2/Control.v - lib/coq/user-contrib/Ltac2/Control.glob - lib/coq/user-contrib/Ltac2/Constr.vos - lib/coq/user-contrib/Ltac2/Constr.vo - lib/coq/user-contrib/Ltac2/Constr.v - lib/coq/user-contrib/Ltac2/Constr.glob - lib/coq/user-contrib/Ltac2/Char.vos - lib/coq/user-contrib/Ltac2/Char.vo - lib/coq/user-contrib/Ltac2/Char.v - lib/coq/user-contrib/Ltac2/Char.glob - lib/coq/user-contrib/Ltac2/Bool.vos - lib/coq/user-contrib/Ltac2/Bool.vo - lib/coq/user-contrib/Ltac2/Bool.v - lib/coq/user-contrib/Ltac2/Bool.glob - lib/coq/user-contrib/Ltac2/Array.vos - lib/coq/user-contrib/Ltac2/Array.vo - lib/coq/user-contrib/Ltac2/Array.v - lib/coq/user-contrib/Ltac2/Array.glob - lib/coq/theories/ssrsearch/ssrsearch.vos - lib/coq/theories/ssrsearch/ssrsearch.vo - lib/coq/theories/ssrsearch/ssrsearch.v - lib/coq/theories/ssrsearch/ssrsearch.glob - lib/coq/theories/ssrmatching/ssrmatching.vos - lib/coq/theories/ssrmatching/ssrmatching.vo - lib/coq/theories/ssrmatching/ssrmatching.v - lib/coq/theories/ssrmatching/ssrmatching.glob - lib/coq/theories/ssr/ssrunder.vos - lib/coq/theories/ssr/ssrunder.vo - lib/coq/theories/ssr/ssrunder.v - lib/coq/theories/ssr/ssrunder.glob - lib/coq/theories/ssr/ssrsetoid.vos - lib/coq/theories/ssr/ssrsetoid.vo - lib/coq/theories/ssr/ssrsetoid.v - lib/coq/theories/ssr/ssrsetoid.glob - lib/coq/theories/ssr/ssrfun.vos - lib/coq/theories/ssr/ssrfun.vo - lib/coq/theories/ssr/ssrfun.v - lib/coq/theories/ssr/ssrfun.glob - lib/coq/theories/ssr/ssreflect.vos - lib/coq/theories/ssr/ssreflect.vo - lib/coq/theories/ssr/ssreflect.v - lib/coq/theories/ssr/ssreflect.glob - lib/coq/theories/ssr/ssrclasses.vos - lib/coq/theories/ssr/ssrclasses.vo - lib/coq/theories/ssr/ssrclasses.v - lib/coq/theories/ssr/ssrclasses.glob - lib/coq/theories/ssr/ssrbool.vos - lib/coq/theories/ssr/ssrbool.vo - lib/coq/theories/ssr/ssrbool.v - lib/coq/theories/ssr/ssrbool.glob - lib/coq/theories/setoid_ring/ZArithRing.vos - lib/coq/theories/setoid_ring/ZArithRing.vo - lib/coq/theories/setoid_ring/ZArithRing.v - lib/coq/theories/setoid_ring/ZArithRing.glob - lib/coq/theories/setoid_ring/Rings_Z.vos - lib/coq/theories/setoid_ring/Rings_Z.vo - lib/coq/theories/setoid_ring/Rings_Z.v - lib/coq/theories/setoid_ring/Rings_Z.glob - lib/coq/theories/setoid_ring/Rings_R.vos - lib/coq/theories/setoid_ring/Rings_R.vo - lib/coq/theories/setoid_ring/Rings_R.v - lib/coq/theories/setoid_ring/Rings_R.glob - lib/coq/theories/setoid_ring/Rings_Q.vos - lib/coq/theories/setoid_ring/Rings_Q.vo - lib/coq/theories/setoid_ring/Rings_Q.v - lib/coq/theories/setoid_ring/Rings_Q.glob - lib/coq/theories/setoid_ring/Ring_theory.vos - lib/coq/theories/setoid_ring/Ring_theory.vo - lib/coq/theories/setoid_ring/Ring_theory.v - lib/coq/theories/setoid_ring/Ring_theory.glob - lib/coq/theories/setoid_ring/Ring_tac.vos - lib/coq/theories/setoid_ring/Ring_tac.vo - lib/coq/theories/setoid_ring/Ring_tac.v - lib/coq/theories/setoid_ring/Ring_tac.glob - lib/coq/theories/setoid_ring/Ring_polynom.vos - lib/coq/theories/setoid_ring/Ring_polynom.vo - lib/coq/theories/setoid_ring/Ring_polynom.v - lib/coq/theories/setoid_ring/Ring_polynom.glob - lib/coq/theories/setoid_ring/Ring_base.vos - lib/coq/theories/setoid_ring/Ring_base.vo - lib/coq/theories/setoid_ring/Ring_base.v - lib/coq/theories/setoid_ring/Ring_base.glob - lib/coq/theories/setoid_ring/Ring.vos - lib/coq/theories/setoid_ring/Ring.vo - lib/coq/theories/setoid_ring/Ring.v - lib/coq/theories/setoid_ring/Ring.glob - lib/coq/theories/setoid_ring/RealField.vos - lib/coq/theories/setoid_ring/RealField.vo - lib/coq/theories/setoid_ring/RealField.v - lib/coq/theories/setoid_ring/RealField.glob - lib/coq/theories/setoid_ring/Ncring_tac.vos - lib/coq/theories/setoid_ring/Ncring_tac.vo - lib/coq/theories/setoid_ring/Ncring_tac.v - lib/coq/theories/setoid_ring/Ncring_tac.glob - lib/coq/theories/setoid_ring/Ncring_polynom.vos - lib/coq/theories/setoid_ring/Ncring_polynom.vo - lib/coq/theories/setoid_ring/Ncring_polynom.v - lib/coq/theories/setoid_ring/Ncring_polynom.glob - lib/coq/theories/setoid_ring/Ncring_initial.vos - lib/coq/theor [...] truncated predicate.cmt - lib/coq-core/clib/predicate.cmi - lib/coq-core/clib/orderedType.mli - lib/coq-core/clib/orderedType.ml - lib/coq-core/clib/orderedType.cmx - lib/coq-core/clib/orderedType.cmti - lib/coq-core/clib/orderedType.cmt - lib/coq-core/clib/orderedType.cmi - lib/coq-core/clib/option.mli - lib/coq-core/clib/option.ml - lib/coq-core/clib/option.cmx - lib/coq-core/clib/option.cmti - lib/coq-core/clib/option.cmt - lib/coq-core/clib/option.cmi - lib/coq-core/clib/neList.mli - lib/coq-core/clib/neList.ml - lib/coq-core/clib/neList.cmx - lib/coq-core/clib/neList.cmti - lib/coq-core/clib/neList.cmt - lib/coq-core/clib/neList.cmi - lib/coq-core/clib/monad.mli - lib/coq-core/clib/monad.ml - lib/coq-core/clib/monad.cmx - lib/coq-core/clib/monad.cmti - lib/coq-core/clib/monad.cmt - lib/coq-core/clib/monad.cmi - lib/coq-core/clib/minisys.ml - lib/coq-core/clib/minisys.cmx - lib/coq-core/clib/minisys.cmt - lib/coq-core/clib/minisys.cmi - lib/coq-core/clib/int.mli - lib/coq-core/clib/int.ml - lib/coq-core/clib/int.cmx - lib/coq-core/clib/int.cmti - lib/coq-core/clib/int.cmt - lib/coq-core/clib/int.cmi - lib/coq-core/clib/iStream.mli - lib/coq-core/clib/iStream.ml - lib/coq-core/clib/iStream.cmx - lib/coq-core/clib/iStream.cmti - lib/coq-core/clib/iStream.cmt - lib/coq-core/clib/iStream.cmi - lib/coq-core/clib/heap.mli - lib/coq-core/clib/heap.ml - lib/coq-core/clib/heap.cmx - lib/coq-core/clib/heap.cmti - lib/coq-core/clib/heap.cmt - lib/coq-core/clib/heap.cmi - lib/coq-core/clib/hashset.mli - lib/coq-core/clib/hashset.ml - lib/coq-core/clib/hashset.cmx - lib/coq-core/clib/hashset.cmti - lib/coq-core/clib/hashset.cmt - lib/coq-core/clib/hashset.cmi - lib/coq-core/clib/hashcons.mli - lib/coq-core/clib/hashcons.ml - lib/coq-core/clib/hashcons.cmx - lib/coq-core/clib/hashcons.cmti - lib/coq-core/clib/hashcons.cmt - lib/coq-core/clib/hashcons.cmi - lib/coq-core/clib/hMap.mli - lib/coq-core/clib/hMap.ml - lib/coq-core/clib/hMap.cmx - lib/coq-core/clib/hMap.cmti - lib/coq-core/clib/hMap.cmt - lib/coq-core/clib/hMap.cmi - lib/coq-core/clib/exninfo.mli - lib/coq-core/clib/exninfo.ml - lib/coq-core/clib/exninfo.cmx - lib/coq-core/clib/exninfo.cmti - lib/coq-core/clib/exninfo.cmt - lib/coq-core/clib/exninfo.cmi - lib/coq-core/clib/dyn.mli - lib/coq-core/clib/dyn.ml - lib/coq-core/clib/dyn.cmx - lib/coq-core/clib/dyn.cmti - lib/coq-core/clib/dyn.cmt - lib/coq-core/clib/dyn.cmi - lib/coq-core/clib/diff2.mli - lib/coq-core/clib/diff2.ml - lib/coq-core/clib/diff2.cmx - lib/coq-core/clib/diff2.cmti - lib/coq-core/clib/diff2.cmt - lib/coq-core/clib/diff2.cmi - lib/coq-core/clib/clib.cmxs - lib/coq-core/clib/clib.cmxa - lib/coq-core/clib/clib.cma - lib/coq-core/clib/clib.a - lib/coq-core/clib/cUnix.mli - lib/coq-core/clib/cUnix.ml - lib/coq-core/clib/cUnix.cmx - lib/coq-core/clib/cUnix.cmti - lib/coq-core/clib/cUnix.cmt - lib/coq-core/clib/cUnix.cmi - lib/coq-core/clib/cThread.mli - lib/coq-core/clib/cThread.ml - lib/coq-core/clib/cThread.cmx - lib/coq-core/clib/cThread.cmti - lib/coq-core/clib/cThread.cmt - lib/coq-core/clib/cThread.cmi - lib/coq-core/clib/cString.mli - lib/coq-core/clib/cString.ml - lib/coq-core/clib/cString.cmx - lib/coq-core/clib/cString.cmti - lib/coq-core/clib/cString.cmt - lib/coq-core/clib/cString.cmi - lib/coq-core/clib/cSig.mli - lib/coq-core/clib/cSig.cmti - lib/coq-core/clib/cSig.cmi - lib/coq-core/clib/cSet.mli - lib/coq-core/clib/cSet.ml - lib/coq-core/clib/cSet.cmx - lib/coq-core/clib/cSet.cmti - lib/coq-core/clib/cSet.cmt - lib/coq-core/clib/cSet.cmi - lib/coq-core/clib/cObj.mli - lib/coq-core/clib/cObj.ml - lib/coq-core/clib/cObj.cmx - lib/coq-core/clib/cObj.cmti - lib/coq-core/clib/cObj.cmt - lib/coq-core/clib/cObj.cmi - lib/coq-core/clib/cMap.mli - lib/coq-core/clib/cMap.ml - lib/coq-core/clib/cMap.cmx - lib/coq-core/clib/cMap.cmti - lib/coq-core/clib/cMap.cmt - lib/coq-core/clib/cMap.cmi - lib/coq-core/clib/cList.mli - lib/coq-core/clib/cList.ml - lib/coq-core/clib/cList.cmx - lib/coq-core/clib/cList.cmti - lib/coq-core/clib/cList.cmt - lib/coq-core/clib/cList.cmi - lib/coq-core/clib/cEphemeron.mli - lib/coq-core/clib/cEphemeron.ml - lib/coq-core/clib/cEphemeron.cmx - lib/coq-core/clib/cEphemeron.cmti - lib/coq-core/clib/cEphemeron.cmt - lib/coq-core/clib/cEphemeron.cmi - lib/coq-core/clib/cArray.mli - lib/coq-core/clib/cArray.ml - lib/coq-core/clib/cArray.cmx - lib/coq-core/clib/cArray.cmti - lib/coq-core/clib/cArray.cmt - lib/coq-core/clib/cArray.cmi - lib/coq-core/boot/util.ml - lib/coq-core/boot/path.ml - lib/coq-core/boot/env.mli - lib/coq-core/boot/env.ml - lib/coq-core/boot/boot__Util.cmx - lib/coq-core/boot/boot__Util.cmt - lib/coq-core/boot/boot__Util.cmi - lib/coq-core/boot/boot__Path.cmx - lib/coq-core/boot/boot__Path.cmt - lib/coq-core/boot/boot__Path.cmi - lib/coq-core/boot/boot__Env.cmx - lib/coq-core/boot/boot__Env.cmti - lib/coq-core/boot/boot__Env.cmt - lib/coq-core/boot/boot__Env.cmi - lib/coq-core/boot/boot.ml - lib/coq-core/boot/boot.cmxs - lib/coq-core/boot/boot.cmxa - lib/coq-core/boot/boot.cmx - lib/coq-core/boot/boot.cmt - lib/coq-core/boot/boot.cmi - lib/coq-core/boot/boot.cma - lib/coq-core/boot/boot.a - lib/coq-core/META - doc/coqide-server/README.md - doc/coqide-server/LICENSE - doc/coq-core/README.md - doc/coq-core/LICENSE - bin/votour - bin/ocamllibdep - bin/csdpcert - bin/coqworkmgr - bin/coqwc - bin/coqtop.opt - bin/coqtop.byte - bin/coqtop - bin/coqtacticworker.opt - bin/coqqueryworker.opt - bin/coqproofworker.opt - bin/coqpp - bin/coqnative - bin/coqidetop.opt - bin/coqidetop.byte - bin/coqdoc - bin/coqdep - bin/coqchk - bin/coqc.byte - bin/coqc - bin/coq_makefile - bin/coq-tex Remove them anyway? [y/N] y [NOTE] While removing coq.dev: not removing non-empty directories: - share/texmf/tex/latex/misc - lib/coqide-server/protocol - lib/coqide-server/core - lib/coq/user-contrib/Ltac2 - lib/coq/theories/ssrsearch - lib/coq/theories/ssrmatching - lib/coq/theories/setoid_ring - lib/coq/theories/rtauto - lib/coq/theories/omega - lib/coq/theories/nsatz - lib/coq/theories/micromega - lib/coq/theories/funind - lib/coq/theories/extraction - lib/coq/theories/derive - lib/coq/theories/btauto - lib/coq/theories/ZArith - lib/coq/theories/Wellfounded - lib/coq/theories/Vectors - lib/coq/theories/Unicode - lib/coq/theories/Structures - lib/coq/theories/Strings - lib/coq/theories/Sorting - lib/coq/theories/Sets - lib/coq/theories/Setoids - lib/coq/theories/Relations - lib/coq/theories/Reals/Cauchy - lib/coq/theories/Reals/Abstract - lib/coq/theories/QArith - lib/coq/theories/Program - lib/coq/theories/PArith - lib/coq/theories/Numbers/Natural/Peano - lib/coq/theories/Numbers/Natural/Binary - lib/coq/theories/Numbers/Natural/Abstract - lib/coq/theories/Numbers/NatInt - lib/coq/theories/Numbers/Integer/NatPairs - lib/coq/theories/Numbers/Integer/Binary - lib/coq/theories/Numbers/Integer/Abstract - lib/coq/theories/Numbers/Cyclic/ZModulo - lib/coq/theories/Numbers/Cyclic/Int63 - lib/coq/theories/Numbers/Cyclic/Int31 - lib/coq/theories/Numbers/Cyclic/Abstract - lib/coq/theories/NArith - lib/coq/theories/MSets - lib/coq/theories/Logic - lib/coq/theories/Lists - lib/coq/theories/Init - lib/coq/theories/Floats - lib/coq/theories/FSets - lib/coq/theories/Compat - lib/coq/theories/Classes - lib/coq/theories/Bool - lib/coq/theories/Array - lib/coq/theories/Arith - lib/coq-core/vm - lib/coq-core/vernac - lib/coq-core/toplevel - lib/coq-core/top_printers - lib/coq-core/tools/coqdoc - lib/coq-core/tactics - lib/coq-core/sysinit - lib/coq-core/stm - lib/coq-core/proofs - lib/coq-core/printing - lib/coq-core/pretyping - lib/coq-core/plugins/zify - lib/coq-core/plugins/tutorial/p3 - lib/coq-core/plugins/tutorial/p2 - lib/coq-core/plugins/tutorial/p1 - lib/coq-core/plugins/tutorial/p0 - lib/coq-core/plugins/tauto - lib/coq-core/plugins/ssrsearch - lib/coq-core/plugins/ssrmatching - lib/coq-core/plugins/ssreflect - lib/coq-core/plugins/rtauto - lib/coq-core/plugins/ring - lib/coq-core/plugins/number_string_notation - lib/coq-core/plugins/nsatz - lib/coq-core/plugins/micromega - lib/coq-core/plugins/ltac2 - lib/coq-core/plugins/funind - lib/coq-core/plugins/firstorder - lib/coq-core/plugins/extraction - lib/coq-core/plugins/derive - lib/coq-core/plugins/cc - lib/coq-core/plugins/btauto - lib/coq-core/parsing - lib/coq-core/library - lib/coq-core/kernel - lib/coq-core/interp - lib/coq-core/gramlib - lib/coq-core/engine - lib/coq-core/config - lib/coq-core/clib - lib/coq-core/boot - doc/coqide-server - doc/coq-core -&gt; removed coq.dev Done. # Run eval $(opam env) to update the current shell environment opam: --unlock-base was removed in version 2.1 of the opam CLI, but version 2.1 has been requested. Use --update-invariant instead or set OPAMCLI environment variable to 2.0. The middle of the output is truncated (maximum 20000 characters) </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.1.0/extra-dev/dev/mathcomp-multinomials/1.5.2.html
HTML
mit
27,670
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cours-de-coq: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / cours-de-coq - 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> cours-de-coq <small> 8.10.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-08 15:53:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-08 15:53:49 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.8.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/cours-de-coq&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/CoursDeCoq&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;category: Miscellaneous/Coq Use Examples&quot; ] authors: [ &quot;Frรฉdรฉric Prost&quot; &quot;Gilles Kahn&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cours-de-coq/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cours-de-coq.git&quot; synopsis: &quot;Various examples of Coq proofs&quot; description: &quot;&quot;&quot; Various simple examples of Coq proofs&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cours-de-coq/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=a402843d41dbdc0e980ffda8a38e3206&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-cours-de-coq.8.10.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-cours-de-coq -&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-cours-de-coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.2/cours-de-coq/8.10.0.html
HTML
mit
6,834
<!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"> <title>Data Driven</title> <meta name="description" content="This video absolutely changed my life. My friend and mentor showed it to me in the beginning of 2015. The early experiences of Etsy immediately resonated wit..."> <link rel="stylesheet" href="/assets/css/style.css"> <!-- <link rel="icon" type="image/x-icon" href="https://clintcparker.com/favicon.ico"> --> <link rel="canonical" href="https://clintcparker.com/2017/08/17/data-driven.html"> <link rel="alternate" type="application/rss+xml" title="@clintcparker" href="https://clintcparker.com/feed.xml" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-84920844-2', 'auto'); ga('send', 'pageview'); </script> </head> <body> <header class="site-header"> <div class="wrapper"> <h1><a class="site-title" href="/">@clintcparker</a></h1> <h2 class="site-tagline">Code and such from a whiteboard enthusiast</h2> <nav class="site-nav"> <a href="/">Home</a> <a class="page-link" href="/about/">About</a> <a class="page-link" href="/archive/">Archive</a> <a href="https://github.com/clintcparker" target="_blank" >GitHub</a> <a href="https://www.linkedin.com/in/clintcparker" target="_blank" >Resumรฉ</a> <a href="https://twitter.com/clintcparker" target="_blank" >Tweets</a> </nav> </div> <!-- .wrapper --> </header> <div class="page-content"> <div class="wrapper"> <div class="post"> <header class="post-header"> <h2 class="post-title">Data Driven</h2> <time class="post-date">August 17, 2017</time> </header> <article class="post-content"> <p>This video absolutely changed my life. My friend and mentor showed it to me in the beginning of 2015. The early experiences of Etsy immediately resonated with me. And the concept of geometric growth being outside of the control of the business was something that I had never before considered, but absolutely made sense.</p> <p>Donโ€™t pick projects based on whatโ€™s cool, pick projects that make sense to the company.</p> <iframe width="560" height="315" src="https://www.youtube.com/embed/SZOeV-S-2co" frameborder="0" allowfullscreen=""></iframe> </article> </div> </div> <!-- .wrapper --> </div> <!-- .page-content --> <footer class="site-footer"> <div class="wrapper"> <p class="rss-subscribe">Subscribe <a href="/feed.xml">via RSS</a></p> <p>This site uses the <a href="http://daryl.andrewlee.name">Daryl</a> theme for <a href="http://jekyllrb.com">Jekyll</a>.</p> <p>&copy; 2016 by Clint Parker. All rights reserved.</p> </div> <!-- .wrapper --> </footer> </body> </html>
clintcparker/clintcparker.github.com
2017/08/17/data-driven.html
HTML
mit
3,763
<!-- groothandels --> <table width="600" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth"> <tbody> <tr> <td width="100%"> <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth"> <tbody> <tr> <td> <table width="250" align="left" border="0" cellpadding="0" cellspacing="0" class="devicewidth"> <tbody> <tr> <td width="229" style="padding:10px;" class="colstoreleftinner"> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="colstoreaddress"> <tbody> <tr> <td align="left"> <p style="font:17px/1.4 'Lato', Helvetica, Arial, sans-serif; font-weight:bold; text-align:left;" class="title" st-title="store-title">HANOS Heerenveen</p> </td> </tr> <tr> <td align="left" style="padding:10px 0;" st-title="store-address"> <p style="font:14px/1.4 'Lato', Helvetica, Arial, sans-serif;">Houtdraaier 2 <br/>8447 GG Amsterdam / Duivendrecht <br/>Tel: +31 513 630303</p> </td> </tr> </tbody> </table> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="colstorebutton" st-title="store-button"> <tbody> <!-- Button --> <tr> <td width="100%"> <table height="34" align="left" valign="center" border="0" cellpadding="0" cellspacing="0" class="storebutton"> <tbody> <tr> <td width="auto" align="center" valign="middle" height="34" style="background-color:#59aeff; border-top-left-radius:4px; border-bottom-left-radius:4px;border-top-right-radius:4px; border-bottom-right-radius:4px; background-clip:padding-box; font-size:13px; line-height:1.4; font-family:'Roboto' Helvetica, arial, sans-serif; text-align:center; color:#ffffff; padding:0 20px;"> <span style="color:#fff;"> <a style="color:#fff; text-align:center;text-decoration:none; font-family:'Roboto' Helvetica, arial, sans-serif;" href="#" class="font2">Route & openingstijden <img src="img/arrow.png" height="7" width="8" style="display:inline-block; padding: 0 0 0 10px; border:0" alt=""></a> </span> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table width="350" align="right" border="0" cellpadding="0" cellspacing="0" class="devicewidth tablethide"> <tbody> <tr> <td width="329" style="padding:15px 10px 10px;" class="colstorerightinner"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td valign="middle" align="center" style="border:1px solid #dddddd; display:block; padding:3px;"> <img src="http://ntd42.tripolis.com/public/image_MTkyMjg5MTlcjmwjRKPT6w.jpg" height="122" width="320" style="display:block; border:0" alt="" class="colstoreimg"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table width="600" bgcolor="#cccccc" align="center" cellspacing="0" cellpadding="0" border="0" class="divider"> <tbody> <tr> <td align="center" height="1" style="font-size:1px; line-height:1px;">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>
ronaldkonjer/email
design/Tripolis Pre-Courant mail 2015/groothandelsnieuw.html
HTML
mit
5,744
<!DOCTYPE html> <html class="theme-next mist use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta name="theme-color" content="#222"> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" /> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.4"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=5.1.4"> <link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222"> <meta name="keywords" content="Hexo, NexT" /> <meta name="description" content="About technology and about life."> <meta property="og:type" content="website"> <meta property="og:title" content="Ice summer bug&#39;s notes"> <meta property="og:url" content="https://summerbuger.github.io/categories/etcd/index.html"> <meta property="og:site_name" content="Ice summer bug&#39;s notes"> <meta property="og:description" content="About technology and about life."> <meta property="og:locale" content="zh-Hans"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Ice summer bug&#39;s notes"> <meta name="twitter:description" content="About technology and about life."> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', version: '5.1.4', sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false}, fancybox: true, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, duoshuo: { userId: '0', author: 'ๅšไธป' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="https://summerbuger.github.io/categories/etcd/"/> <title>ๅˆ†็ฑป: etcd | Ice summer bug's notes</title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <div class="container sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">Ice summer bug's notes</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle"></p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br /> ้ฆ–้กต </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags/" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br /> ๆ ‡็ญพ </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories/" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br /> ๅˆ†็ฑป </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives/" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br /> ๅฝ’ๆกฃ </a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block category"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h1>etcd<small>ๅˆ†็ฑป</small> </h1> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2018/05/21/ๆŠ€ๆœฏ/etcd/2018-05-21-etcdๅฎ‰่ฃ…ไฝฟ็”จ/" itemprop="url"> <span itemprop="name">etcd ไฝฟ็”จๅ…ฅ้—จ</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-05-21T21:00:00+08:00" content="2018-05-21" > 05-21 </time> </div> </header> </article> </div> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/headPicture.png" alt="Liam Chen" /> <p class="site-author-name" itemprop="name">Liam Chen</p> <p class="site-description motion-element" itemprop="description">About technology and about life.</p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">55</span> <span class="site-state-item-name">ๆ—ฅๅฟ—</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">21</span> <span class="site-state-item-name">ๅˆ†็ฑป</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">41</span> <span class="site-state-item-name">ๆ ‡็ญพ</span> </a> </div> </nav> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2019</span> <span class="with-love"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">Liam Chen</span> </div> <div class="powered-by">็”ฑ <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a> ๅผบๅŠ›้ฉฑๅŠจ</div> <span class="post-meta-divider">|</span> <div class="theme-info">ไธป้ข˜ &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Mist</a> v5.1.4</div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script> </body> </html>
SummerBuger/summerbuger.github.io
categories/etcd/index.html
HTML
mit
10,230
<!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> Snow City Cycle Marine - 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=1492319637805&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=42698&V_SEARCH.docsStart=42697&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42696&amp;V_DOCUMENT.docRank=42697&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492319676722&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567052448&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42698&amp;V_DOCUMENT.docRank=42699&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492319676722&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567132498&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> 377379 Ontario Limited </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>377379 Ontario Limited</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Snow City Cycle Marine</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.snowcity.com/" target="_blank" title="Website URL">http://www.snowcity.com/</a></p> <p><a href="mailto:info@snowcity.com" title="info@snowcity.com">info@snowcity.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"> 1255 Kennedy Rd<br/> SCARBOROUGH, Ontario<br/> M1P 2L4 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 1255 Kennedy Rd<br/> SCARBOROUGH, Ontario<br/> M1P 2L4 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (416) 752-1560 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (877) 766-9248</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (416) 752-1994</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> </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> George Persichilli </strong></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> 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"> 441220 - Motorcycle, Boat and Other Motor Vehicle Dealers </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &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> Service Name: </strong> </div> <div class="col-md-9"> Personal Watercraft Dealer <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> All Terain, Motorcycle, Snowmobile Dealer <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> George Persichilli </strong></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> 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"> 441220 - Motorcycle, Boat and Other Motor Vehicle Dealers </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &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> Service Name: </strong> </div> <div class="col-md-9"> Personal Watercraft Dealer <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> All Terain, Motorcycle, Snowmobile Dealer <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2014-10-31 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567011062.html
HTML
mit
32,522
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:55:48 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Interface org.apache.solr.highlight.SolrEncoder (Solr 4.8.0 API)</title> <meta name="date" content="2014-04-24"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.solr.highlight.SolrEncoder (Solr 4.8.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/highlight/class-use/SolrEncoder.html" target="_top">Frames</a></li> <li><a href="SolrEncoder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.solr.highlight.SolrEncoder" class="title">Uses of Interface<br>org.apache.solr.highlight.SolrEncoder</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">SolrEncoder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.highlight">org.apache.solr.highlight</a></td> <td class="colLast"> <div class="block"> <a href="../../../../../org/apache/solr/highlight/SolrHighlighter.html" title="class in org.apache.solr.highlight"><code>SolrHighlighter</code></a> API and related implementaions and utilities</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.highlight"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">SolrEncoder</a> in <a href="../../../../../org/apache/solr/highlight/package-summary.html">org.apache.solr.highlight</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/solr/highlight/package-summary.html">org.apache.solr.highlight</a> that implement <a href="../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">SolrEncoder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/highlight/DefaultEncoder.html" title="class in org.apache.solr.highlight">DefaultEncoder</a></strong></code> <div class="block">Use the <a href="http://lucene.apache.org/core/4_8_0/highlighter/org/apache/lucene/search/highlight/DefaultEncoder.html?is-external=true" title="class or interface in org.apache.lucene.search.highlight"><code>DefaultEncoder</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/highlight/HtmlEncoder.html" title="class in org.apache.solr.highlight">HtmlEncoder</a></strong></code> <div class="block">Use the <a href="http://lucene.apache.org/core/4_8_0/highlighter/org/apache/lucene/search/highlight/SimpleHTMLEncoder.html?is-external=true" title="class or interface in org.apache.lucene.search.highlight"><code>SimpleHTMLEncoder</code></a></div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/solr/highlight/package-summary.html">org.apache.solr.highlight</a> with type parameters of type <a href="../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">SolrEncoder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">SolrEncoder</a>&gt;</code></td> <td class="colLast"><span class="strong">DefaultSolrHighlighter.</span><code><strong><a href="../../../../../org/apache/solr/highlight/DefaultSolrHighlighter.html#encoders">encoders</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/highlight/class-use/SolrEncoder.html" target="_top">Frames</a></li> <li><a href="SolrEncoder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
dtelaroli/angular-solr-example
solr-4.8.0/docs/solr-core/org/apache/solr/highlight/class-use/SolrEncoder.html
HTML
mit
8,957
<div class="container"> <h1>Volunteer signup</h1> <form class="volunteer"> <div class="form-group has-danger"> <label for="name">Name</label> <input [(ngModel)]="name" name="name" aria-describedby="" class="form-control" id="" placeholder="Enter first and last name" type="text" required="required"> </div> <div class="form-group has-danger"> <label for="phone">Phone</label> <input [(ngModel)]="phone" aria-describedby="" class="form-control" id="" name="phone" placeholder="123 9854137" type="text" required> </div> <div class="form-group has-danger"> <label for="email">Email</label> <input [(ngModel)]="email" aria-describedby="" class="form-control" id="" name="email" placeholder="Enter your email" type="text"> <small class="form-text text-muted" id="emailHelp">We'll never share your email with anyone else.</small> </div> <div class="form-group has-danger"> <label for="yearsOfExperience">Years of experience</label> <select [(ngModel)]="yearsOfExperience" name="level" class="form-control" id="yearsOfExperience"> <option value="" disabled="true" [selected]="true">Select your option</option> <option> 0-5 years </option> <option> 5-10 years </option> <option> 10 years </option> </select> </div> <div class="form-group has-danger"> <label for="levelExperience">Level of experience</label> <select [(ngModel)]="levelOfExperience" name="level" class="form-control" id="levelExperience"> <option value="" disabled="true" [selected]="true">Select your option</option> <option> Communications student </option> <option> Recent graduate </option> <option> Communications assistant/junior advisor </option> <option> Intermediate advisor </option> <option> Senior advisor </option> <option> Manager or director </option> </select> </div> <label>Areas of expertise</label> <div class="form-check"> <!-- TODO - pull skills list from server to populate this--> <label class="form-check-label"> <input [(ngModel)]="skillsDescription" name="skillsDescription" class="form-check-input" type="checkbox" value=""> Writing/editing</label> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Social media</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Web strategy</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Web usability</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Web editing/writing</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> News media</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Strategy</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Coaching/mentoring/managing people</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Planning</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Campaigns</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Social marketing</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Event management</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Internal communication</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Graphic design</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Visual storytelling</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Branding</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Fundraising</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Sponsorship</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Community development</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Change communications</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Accountability/reporting</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Measurement</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Issues management</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Stakeholder engagement</label> </div> <div class="form-check"> <label class="form-check-label"><input class="form-check-input" type="checkbox" value=""> Other </label> <input class="form-control" id="" placeholder="Please list in comment box" type=""> </div> </div> <div class="form-group has-danger"> <label>Areas you want to volunteer in? </label> <p>It is fine for you to want to volunteer to gain more experience in an area youโ€™re less familiar with.</p> <textarea [(ngModel)]="interestedIn" name="interestedIn" class="form-control" id="interestedIn" rows="3"></textarea> </div> <div class="form-group has-danger"> <label for="frequencyAvailable">Approximately what time do you have available for volunteering?</label> <p>We offer community organisations a boost โ€“ so our assignments are often either a few hours on an ongoing basis (eg mentoring) or more hours for a short period.</p> <select [(ngModel)]="frequencyAvailable" name="frequencyAvailable" class="form-control" id="frequencyAvailable"> <option value="" disabled="true" [selected]="true">Select your option</option> <option>A few hours a week</option> <option>A few hours a fortnight</option> <option>A few hours a month</option> <option>Able to put more hours in for a short period (eg for a project)</option> Able to put more hours in for a short period (eg for a project) <option>Able to commit a significant number of hours on an ongoing basis (eg 10 hours a month or more ongoing)</option> <option>Ask me at the time </option> </select> </div> <div class="form-group has-danger"> <label for="timeOfDayAvailable">What time of day would suit you to volunteer?</label> <select [(ngModel)]="timeOfDayAvailable" name="timeOfDayAvailable" class="form-control" id="timeOfDayAvailable"> <option value="" disabled="true" [selected]="true">Select your option</option> <option> Within working hours </option> <option> Outside of work hours</option> <option> During lunch-breaks</option> <option> Flexible</option> </select> </div> <!-- following questions are optional --> <div class="form-group"> <label for="typesOfOrganisationsInterestedIn">Are there any charity types you want to volunteer in/for?</label> <textarea [(ngModel)]="typesOfOrganisationsInterestedIn" name="typesOfOrganisationsInterestedIn"class="form-control" id="typesOfOrganisationsInterestedIn" rows="3"></textarea> </div> <div class="form-group"> <label for="typesOfOrganisationsNotInterestedIn">Are there any you donโ€™t want to volunteer in/for?</label> <textarea [(ngModel)]="typesOfOrganisationsNotInterestedIn" name="typesOfOrganisationsNotInterestedIn" class="form-control" id="typesOfOrganisationsNotInterestedIn" rows="3"></textarea> </div> <div class="form-group"> <label for="suburb">Given neighbourhood charities sometimes request help, you are welcome to also tell us what suburb you live in</label> <textarea [(ngModel)]="suburb" name="suburb" class="form-control" id="suburb" rows="3"></textarea> </div> <div class=""> <button type="submit" class="btn btn-primary" (click)=doesBindingWork()>Submit</button> </div> </form> </div>
astro8891/CommunityComms
src/app/VolunteerSignUp/volunteer-signup.component.html
HTML
mit
10,438
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82</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"> HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82 </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">HTC</td><td>Touch_3G_T3232</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] => HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82 [family] => HTC Touch_3G_T3232 [brand] => HTC [model] => Touch_3G_T3232 ) </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>UC Browser 7.6</td><td>WebKit </td><td>Android </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.023</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] => /^.*\/uc browser7\.6.*$/ [browser_name_pattern] => */uc browser7.6* [parent] => UC Browser 7.6 [comment] => UC Browser 7.6 [browser] => UC Browser [browser_type] => Browser [browser_bits] => 32 [browser_maker] => UCWeb Inc. [browser_modus] => unknown [version] => 7.6 [majorver] => 7 [minorver] => 6 [platform] => Android [platform_version] => unknown [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td> <td 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>UC Browser 7.6</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.062</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] => /^.*\/uc browser7\.6.*$/ [browser_name_pattern] => */uc browser7.6* [parent] => UC Browser 7.6 [comment] => UC Browser 7.6 [browser] => UC Browser [browser_type] => unknown [browser_bits] => 0 [browser_maker] => UCWeb Inc. [browser_modus] => unknown [version] => 7.6 [majorver] => 7 [minorver] => 6 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>MSIE 4.01</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] => Windows [browser] => MSIE [version] => 4.01 ) </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 4.01</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] => 4.01 [osName] => WindowsMobileOS [osVersion] => [deviceModel] => HTC [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 4.01</td><td><i class="material-icons">close</i></td><td>Windows </td><td style="border-left: 1px solid #555">HTC</td><td>Touch 3G T3232</td><td>desktop-browser</td><td></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.21301</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] => [type] => desktop-browser [mobile_brand] => HTC [mobile_model] => Touch 3G T3232 [version] => 4.01 [is_android] => [browser_name] => IE [operating_system_family] => Windows [operating_system_version] => [is_ios] => [producer] => Microsoft Corporation. [operating_system] => Windows CE [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>UC Browser 7.6</td><td> </td><td>Windows CE </td><td style="border-left: 1px solid #555">HTC</td><td>Touch 3G T3232</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.003</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] => UC Browser [short_name] => UC [version] => 7.6 [engine] => ) [operatingSystem] => Array ( [name] => Windows CE [short_name] => WCE [version] => [platform] => ) [device] => Array ( [brand] => HT [brandName] => HTC [model] => Touch 3G T3232 [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 4.01</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</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] => HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82 ) [name:Sinergi\BrowserDetector\Browser:private] => Internet Explorer [version:Sinergi\BrowserDetector\Browser:private] => 4.01 [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] => HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82 ) ) [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] => HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82 ) ) ) </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>UC Browser 7.6.1</td><td><i class="material-icons">close</i></td><td>Windows CE </td><td style="border-left: 1px solid #555">HTC</td><td>Touch_3G_T3232</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] => 6 [patch] => 1 [family] => UC Browser ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows CE ) [device] => UAParser\Result\Device Object ( [brand] => HTC [model] => Touch_3G_T3232 [family] => HTC Touch_3G_T3232 ) [originalUserAgent] => HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82 ) </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 4.01</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.16801</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] => HTC [platform_version] => 3 [platform_type] => Mobile [browser_name] => Internet Explorer [browser_version] => 4.01 ) </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>Internet Explorer 4.01</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.084</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] => Internet Explorer [agent_version] => 4.01 [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>UC Browser 7.6.1.82</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.23501</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Windows [simple_sub_description_string] => [simple_browser_string] => UC Browser 7.6 on Windows CE [browser_version] => 7.6 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => PowerPC [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => uc-browser [operating_system_version] => CE [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( [0] => Touch capability ) [operating_platform_vendor_name] => [operating_system] => Windows CE [operating_system_version_full] => [operating_platform_code] => [browser_name] => UC Browser [operating_system_name_code] => windows [user_agent] => HTC_Touch_3G_T3232 Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)/UC Browser7.6.1.82 [browser_version_full] => 7.6.1.82 [browser] => UC Browser 7.6 ) </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>UC Browser 7.6</td><td>Gecko </td><td>Windows Mobile </td><td style="border-left: 1px solid #555">HTC</td><td>Touch 3G</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.004</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] => UC Browser [version] => 7.6 [type] => browser ) [engine] => Array ( [name] => Gecko ) [os] => Array ( [name] => Windows Mobile ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => HTC [model] => Touch 3G ) ) </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 4.01</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] => 4.01 [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">HTC</td><td>Touch 3G T3232</td><td>Feature Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.021</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] => true [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] => HTC Touch 3G T3232 [device_name] => HTC Touch 3G T3232 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => HTC [model_name] => Touch 3G T3232 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://www.htcmms.com.tw/gen/HTC_Touch_3G_T3232-1.0.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Windows Mobile OS [mobile_browser] => Opera [mobile_browser_version] => 9.5 [device_os_version] => 6.1 [pointing_method] => touchscreen [release_date] => 2008_december [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] => 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] => msxml2 [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] => 240 [resolution_height] => 320 [columns] => 16 [max_image_width] => 228 [max_image_height] => 280 [rows] => 36 [physical_screen_width] => 27 [physical_screen_height] => 27 [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] => true [wta_voice_call] => false [wta_phonebook] => true [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 3000 [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] => 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] => true [ringtone_mp3] => false [ringtone_spmidi] => false [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] => false [oma_v_1_0_combined_delivery] => false [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] => 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] => lc [streaming_wmv] => 9 [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] => 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] => 614400 [mms_max_height] => 1600 [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] => 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] => true [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] => true [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => false [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [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] => true [progressive_download] => false [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] => lc [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>UC Browser 7.6.1.82</td><td><i class="material-icons">close</i></td><td>Windows CE</td><td style="border-left: 1px solid #555">HTC</td><td>Touch</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.uc.cn/English/index.shtml [title] => UC Browser 7.6.1.82 [code] => ucbrowser [version] => 7.6.1.82 [name] => UC Browser [image] => img/16/browser/ucbrowser.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] => http://en.wikipedia.org/wiki/High_Tech_Computer_Corporation [title] => HTC Touch [model] => Touch [brand] => HTC [code] => htc [dir] => device [type] => device [image] => img/16/device/htc.png ) [platform] => Array ( [link] => http://en.wikipedia.org/wiki/High_Tech_Computer_Corporation [title] => HTC Touch [model] => Touch [brand] => HTC [code] => htc [dir] => device [type] => device [image] => img/16/device/htc.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 08:02:20</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/8c/e8/8ce8c497-a438-4cc5-8b42-2862ab45a93d.html
HTML
mit
53,110
<HTML><HEAD> <TITLE>Review for Palmetto (1998)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120782">Palmetto (1998)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Jon+Popick">Jon Popick</A></H3><HR WIDTH="40%" SIZE="4"> <P>PLANET SICK-BOY: <A HREF="http://www.sick-boy.com">http://www.sick-boy.com</A></P> <P>Talk about false advertising. The trailer for Palmetto tries to sell it as a sexy thriller. Strange, because there wasn't any sex and it wasn't very thrilling.</P> <P>Woody Harrelson stars as Harry Barber (insert dick joke here), a ex-journalist currently serving a four years for exposing some sort of corruption in the sleepy Florida town of Palmetto. Harry is freed two years into his sentence after someone turns state's evidence. Bitter and resentful of his incarceration, Harry plans to head as far away from Palmetto as possible.</P> <P>He sticks to his plan for all of two minutes, when ex-girlfriend Nina (Gina Gershon) meets Harry just after his prison release. The romance is quickly rekindled, but strangely not shown to the viewers. He starts to look for work the next day, but finds nothing suitable until he falls into the insipid plot line. The plot-line with no sex.</P> <P>While sitting in a bar and ordering bourbon that he smells but never drinks, Harry eyes a curvy stranger using the phone. The dame is Rhea Malroux (Elisabeth Shue, The Saint), wife of the richest old guy with terminal lung cancer in town and she offers Harry a mysterious one-time high-paying job. They agree to meet at a bungalow on the outskirts of town to discuss the position further.</P> <P>At the bungalow, Rhea reveals a plan to extort money from her rich husband. Her stepdaughter Odette (Chloe Sevigny, Gummo) will pretend to be the victim of a kidnapping with the $500,000 ransom payable them both. Harry would clear ten percent for simply writing the ransom note and collecting the cash. Using the popular `Are you wearing a wire? Let me frisk you to be good and sure' ploy to cop a feel, Harry seals the deal with some steamy, but again unshown sex.</P> <P>Predictably, once the plan is in place, things fall apart for Harry. He has fallen right into somebody's trap, but has no idea whom. Leaving a laughably unmistakable trail of clues that makes the Brown-Goldman murder scene seem sterile, Harry tries to right each wrong that he finds, but only manages to fall deeper and deeper into the scam. How this guy was smart enough to unmask corruption as a reporter, I will never know.</P> <P>There are some pretty cool twists in the last twenty minutes or so, but I was so bored by that point that it hardly seemed to matter. Director Volker Schlondorff (The Handmaid's Tale) presents the story with all of the emotion of a cold heartless German. As a side note, Volker Schlondorff was going to be my stage name if I ever decided to go into porn.</P> <P>Harrelson plays the slow-witted Harry not unlike each of his previous film characters. The unique casting of Shue as the naughty seductive bombshell and Gershon as the steady vulnerable girlfriend seems reversed from their norm, which is not necessarily a good thing. Sevigny and the oddly subdued Michael Rapaport stand out in supporting roles. Did I mention that there was no sex?</P> <P>I wasn't going to bring this up, but if I had just gotten released from prison and had Gina Gershon as an eager girlfriend, I would not have had time to get wrapped up in a bad mystery like this. I'd be too busy getting what this move promised, but never delivered.</P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/21291.html
HTML
mit
4,538
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <meta name="collection" content="exclude"> <!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:29:46 PDT 2004 --> <TITLE> Uses of Class javax.swing.plaf.BorderUIResource.MatteBorderUIResource (Java 2 Platform SE 5.0) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class javax.swing.plaf.BorderUIResource.MatteBorderUIResource (Java 2 Platform SE 5.0)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </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=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../javax/swing/plaf/BorderUIResource.MatteBorderUIResource.html" title="class in javax.swing.plaf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?javax/swing/plaf//class-useBorderUIResource.MatteBorderUIResource.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BorderUIResource.MatteBorderUIResource.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>javax.swing.plaf.BorderUIResource.MatteBorderUIResource</B></H2> </CENTER> No usage of javax.swing.plaf.BorderUIResource.MatteBorderUIResource <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../javax/swing/plaf/BorderUIResource.MatteBorderUIResource.html" title="class in javax.swing.plaf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?javax/swing/plaf//class-useBorderUIResource.MatteBorderUIResource.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BorderUIResource.MatteBorderUIResource.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="../../../../../relnotes/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Copyright &#169; 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="../../../../../relnotes/license.html">license terms</a>. Also see the <a href="http://java.sun.com/docs/redist.html">documentation redistribution policy</a>.</font> <!-- Start SiteCatalyst code --> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script> <!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** --> <!-- Below code will send the info to Omniture server --> <script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script> <!-- End SiteCatalyst code --> </body> </HTML>
Smolations/more-dash-docsets
docsets/Java 5.docset/Contents/Resources/Documents/javax/swing/plaf/class-use/BorderUIResource.MatteBorderUIResource.html
HTML
mit
7,475
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: 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.1 / paramcoq - 1.1.3+coq8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> paramcoq <small> 1.1.3+coq8.13 <span class="label label-info">Not compatible ๐Ÿ‘ผ</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;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; homepage: &quot;https://github.com/coq-community/paramcoq&quot; dev-repo: &quot;git+https://github.com/coq-community/paramcoq.git&quot; bug-reports: &quot;https://github.com/coq-community/paramcoq/issues&quot; license: &quot;MIT&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} ] tags: [ &quot;keyword:paramcoq&quot; &quot;keyword:parametricity&quot; &quot;keyword:OCaml modules&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Param&quot; &quot;date:2021-09-24&quot; ] authors: [ &quot;Chantal Keller (Inria, ร‰cole polytechnique)&quot; &quot;Marc Lasson (ร‰NS de Lyon)&quot; &quot;Abhishek Anand&quot; &quot;Pierre Roux&quot; &quot;Emilio Jesรบs Gallego Arias&quot; &quot;Cyril Cohen&quot; &quot;Matthieu Sozeau&quot; ] synopsis: &quot;Plugin for generating parametricity statements to perform refinement proofs&quot; description: &quot;&quot;&quot; A Coq plugin providing commands for generating parametricity statements. Typical applications of such statements are in data refinement proofs. Note that the plugin is still in an experimental state - it is not very user friendly (lack of good error messages) and still contains bugs. But it is usable enough to &quot;translate&quot; a large chunk of the standard library.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.13.tar.gz&quot; checksum: &quot;sha512=ead63fc88760a82543cd5b9699810f5b0186d3f05eb0e39f99a69c6706315b4d1b2b246efba3a64d980cd34c6fe7e9ccea7ac281cdb75504e7717fb8298e320d&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-paramcoq.1.1.3+coq8.13 coq.8.8.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.8.1). The following dependencies couldn&#39;t be met: - coq-paramcoq -&gt; coq &gt;= 8.13 -&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-paramcoq.1.1.3+coq8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.1/paramcoq/1.1.3+coq8.13.html
HTML
mit
7,549
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pocklington: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / pocklington - 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> pocklington <small> 8.10.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-07-31 07:04:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-31 07:04:33 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.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;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.10&quot; &amp; &lt; &quot;8.11~&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.10.0.tar.gz&quot; checksum: &quot;md5=76794f01e325a4c51d841870ea413b8b&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.10.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-pocklington -&gt; coq &gt;= 8.10 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-pocklington.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.0/pocklington/8.10.0.html
HTML
mit
7,146
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ja"> <head> <!-- Generated by javadoc (1.8.0_40) on Sun May 31 04:17:10 JST 2015 --> <title>ContentMessage</title> <meta name="date" content="2015-05-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ContentMessage"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>ยƒuยƒย‰ยƒEยƒUย‚รŒJavaScriptย‚ยชย–ยณยŒรธย‚ร‰ย‚รˆย‚รย‚ร„ย‚ยขย‚รœย‚ยทยB</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="ยƒiยƒrยƒQย[ยƒVยƒย‡ยƒย“ยEยƒยŠยƒย“ยƒNย‚รฐยƒXยƒLยƒbยƒv">ยƒiยƒrยƒQย[ยƒVยƒย‡ยƒย“ยEยƒยŠยƒย“ยƒNย‚รฐยƒXยƒLยƒbยƒv</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="ยƒiยƒrยƒQย[ยƒVยƒย‡ยƒย“"> <li><a href="../../../../../../overview-summary.html">ยŠTย—v</a></li> <li><a href="package-summary.html">ยƒpยƒbยƒPย[ยƒW</a></li> <li class="navBarCell1Rev">ยƒNยƒย‰ยƒX</li> <li><a href="package-tree.html">ยŠKย‘wยƒcยƒยŠย[</a></li> <li><a href="../../../../../../deprecated-list.html">ย”รฑยย„ยยง</a></li> <li><a href="../../../../../../index-all.html">ยรตยˆรธ</a></li> <li><a href="../../../../../../help-doc.html">ยƒwยƒย‹ยƒv</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>ย‘Oย‚รŒยƒNยƒย‰ยƒX</li> <li><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentRequest.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX"><span class="typeNameLink">ยŽยŸย‚รŒยƒNยƒย‰ยƒX</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" target="_top">ยƒtยƒยŒย[ยƒย€</a></li> <li><a href="ContentMessage.html" target="_top">ยƒtยƒยŒย[ยƒย€ย‚รˆย‚ยต</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">ย‚ยทย‚ร—ย‚ร„ย‚รŒยƒNยƒย‰ยƒX</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>ยƒTยƒ}ยƒยŠย[:&nbsp;</li> <li>ยƒlยƒXยƒg&nbsp;|&nbsp;</li> <li>ยƒtยƒBย[ยƒย‹ยƒh&nbsp;|&nbsp;</li> <li>ยƒRยƒย“ยƒXยƒgยƒย‰ยƒNยƒ^&nbsp;|&nbsp;</li> <li><a href="#method.summary">ยƒยยƒ\ยƒbยƒh</a></li> </ul> <ul class="subNavList"> <li>ยรšยร—:&nbsp;</li> <li>ยƒtยƒBย[ยƒย‹ยƒh&nbsp;|&nbsp;</li> <li>ยƒRยƒย“ยƒXยƒgยƒย‰ยƒNยƒ^&nbsp;|&nbsp;</li> <li><a href="#method.detail">ยƒยยƒ\ยƒbยƒh</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">il.technion.ewolf.kbr.openkad.msg</div> <h2 title="ยƒNยƒย‰ยƒX ContentMessage" class="title">ยƒNยƒย‰ยƒX ContentMessage</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/KadMessage.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX">il.technion.ewolf.kbr.openkad.msg.KadMessage</a></li> <li> <ul class="inheritance"> <li>il.technion.ewolf.kbr.openkad.msg.ContentMessage</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>ย‚ยทย‚ร—ย‚ร„ย‚รŒยŽร€ย‘ย•ย‚ยณย‚รชย‚ยฝยƒCยƒย“ยƒ^ยƒtยƒFย[ยƒX:</dt> <dd>java.io.Serializable</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">ContentMessage</span> extends <a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/KadMessage.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX">KadMessage</a></pre> <div class="block">A message containing arbitrary data to be used by the KeybasedRouting.sendMessage method</div> <dl> <dt><span class="seeLabel">ยŠร–ย˜Aยย€ย–รš:</span></dt> <dd><a href="../../../../../../serialized-form.html#il.technion.ewolf.kbr.openkad.msg.ContentMessage">ย’ยผย—รฑย‰ยปย‚ยณย‚รชย‚ยฝยŒ`ยŽยฎ</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>ยƒยยƒ\ยƒbยƒhย‚รŒยƒTยƒ}ยƒยŠย[</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="ยƒยยƒ\ยƒbยƒhย‚รŒยƒTยƒ}ยƒยŠย[ย•\ยAยƒยยƒ\ยƒbยƒhย‚รŒยƒยŠยƒXยƒgย‚ยจย‚รฆย‚ร‘ยร ย–ยพ"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">ยCยรผยŽqย‚ร†ยƒ^ยƒCยƒv</th> <th class="colLast" scope="col">ยƒยยƒ\ยƒbยƒhย‚ร†ยร ย–ยพ</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.io.Serializable</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html#getContent--">getContent</a></span>()</code> <div class="block">Any arbitrary data</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html#getTag--">getTag</a></span>()</code> <div class="block">Every content request has a tag associated with it.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX">ContentMessage</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html#setContent-java.io.Serializable-">setContent</a></span>(java.io.Serializable&nbsp;content)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX">ContentMessage</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html#setTag-java.lang.String-">setTag</a></span>(java.lang.String&nbsp;tag)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.il.technion.ewolf.kbr.openkad.msg.KadMessage"> <!-- --> </a> <h3>ยƒNยƒย‰ยƒXย‚ยฉย‚รงยŒpยยณย‚ยณย‚รชย‚ยฝยƒยยƒ\ยƒbยƒh&nbsp;il.technion.ewolf.kbr.openkad.msg.<a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/KadMessage.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX">KadMessage</a></h3> <code><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/KadMessage.html#getId--">getId</a>, <a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/KadMessage.html#getSrc--">getSrc</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>ยƒNยƒย‰ยƒXย‚ยฉย‚รงยŒpยยณย‚ยณย‚รชย‚ยฝยƒยยƒ\ยƒbยƒh&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>ยƒยยƒ\ยƒbยƒhย‚รŒยรšยร—</h3> <a name="getTag--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTag</h4> <pre>public&nbsp;java.lang.String&nbsp;getTag()</pre> <div class="block">Every content request has a tag associated with it. This is the same tag given in the KeybasedRouting.sendMessage or sendRequest methods.</div> <dl> <dt><span class="returnLabel">ย–รŸย‚รจย’l:</span></dt> <dd>the message's tag</dd> </dl> </li> </ul> <a name="getContent--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getContent</h4> <pre>public&nbsp;java.io.Serializable&nbsp;getContent()</pre> <div class="block">Any arbitrary data</div> <dl> <dt><span class="returnLabel">ย–รŸย‚รจย’l:</span></dt> <dd>the data</dd> </dl> </li> </ul> <a name="setContent-java.io.Serializable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setContent</h4> <pre>public&nbsp;<a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX">ContentMessage</a>&nbsp;setContent(java.io.Serializable&nbsp;content)</pre> </li> </ul> <a name="setTag-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>setTag</h4> <pre>public&nbsp;<a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX">ContentMessage</a>&nbsp;setTag(java.lang.String&nbsp;tag)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="ยƒiยƒrยƒQย[ยƒVยƒย‡ยƒย“ยEยƒยŠยƒย“ยƒNย‚รฐยƒXยƒLยƒbยƒv">ยƒiยƒrยƒQย[ยƒVยƒย‡ยƒย“ยEยƒยŠยƒย“ยƒNย‚รฐยƒXยƒLยƒbยƒv</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="ยƒiยƒrยƒQย[ยƒVยƒย‡ยƒย“"> <li><a href="../../../../../../overview-summary.html">ยŠTย—v</a></li> <li><a href="package-summary.html">ยƒpยƒbยƒPย[ยƒW</a></li> <li class="navBarCell1Rev">ยƒNยƒย‰ยƒX</li> <li><a href="package-tree.html">ยŠKย‘wยƒcยƒยŠย[</a></li> <li><a href="../../../../../../deprecated-list.html">ย”รฑยย„ยยง</a></li> <li><a href="../../../../../../index-all.html">ยรตยˆรธ</a></li> <li><a href="../../../../../../help-doc.html">ยƒwยƒย‹ยƒv</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>ย‘Oย‚รŒยƒNยƒย‰ยƒX</li> <li><a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentRequest.html" title="il.technion.ewolf.kbr.openkad.msgย“ร ย‚รŒยƒNยƒย‰ยƒX"><span class="typeNameLink">ยŽยŸย‚รŒยƒNยƒย‰ยƒX</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" target="_top">ยƒtยƒยŒย[ยƒย€</a></li> <li><a href="ContentMessage.html" target="_top">ยƒtยƒยŒย[ยƒย€ย‚รˆย‚ยต</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">ย‚ยทย‚ร—ย‚ร„ย‚รŒยƒNยƒย‰ยƒX</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>ยƒTยƒ}ยƒยŠย[:&nbsp;</li> <li>ยƒlยƒXยƒg&nbsp;|&nbsp;</li> <li>ยƒtยƒBย[ยƒย‹ยƒh&nbsp;|&nbsp;</li> <li>ยƒRยƒย“ยƒXยƒgยƒย‰ยƒNยƒ^&nbsp;|&nbsp;</li> <li><a href="#method.summary">ยƒยยƒ\ยƒbยƒh</a></li> </ul> <ul class="subNavList"> <li>ยรšยร—:&nbsp;</li> <li>ยƒtยƒBย[ยƒย‹ยƒh&nbsp;|&nbsp;</li> <li>ยƒRยƒย“ยƒXยƒgยƒย‰ยƒNยƒ^&nbsp;|&nbsp;</li> <li><a href="#method.detail">ยƒยยƒ\ยƒbยƒh</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
0ED/Toy
p2p_network/kademlia/openkad/src/il/technion/ewolf/kbr/openkad/msg/ContentMessage.html
HTML
mit
11,753
<!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 / extra-dev</a></li> <li class="active"><a href="">8.10.dev / elpi - 1.5.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.5.1 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2020-08-11 14:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-11 14:39:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 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.8.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.12&quot; &amp; &lt; &quot;8.13~&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.5.1.tar.gz&quot; checksum: &quot;sha256=924a4d7f169cbb6cf0e000f5a44f0f9602611d0648bf7e23f804c2b1e47d0c97&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.5.1 coq.8.10.dev</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.dev). The following dependencies couldn&#39;t be met: - coq-elpi -&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-elpi.1.5.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.10.dev/elpi/1.5.1.html
HTML
mit
7,346
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>recursive-definition: 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 / recursive-definition - 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> recursive-definition <small> 8.6.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-22 02:42:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-22 02:42:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+2 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/recursive-definition&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/RecursiveDefinition&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: recursive functions&quot; &quot;keyword: well-foundedness&quot; &quot;category: Miscellaneous/Coq Extensions&quot; &quot;date: 2002&quot; ] authors: [ &quot;Antonia Balaa&quot; &quot;Yves Bertot&quot; ] bug-reports: &quot;https://github.com/coq-contribs/recursive-definition/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/recursive-definition.git&quot; synopsis: &quot;ML-like recursive definitions&quot; description: &quot;&quot;&quot; This module provides a facility to define recursive functions in an ML-like style, giving a fixpoint equation, a variant and a well-founded relation. A pure function is then generated, together with a theorem giving the fixpoint equation. THIS IS MAINLY A TEST CONTRIB, BEFORE INTEGRATION IN COQ.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/recursive-definition/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=d4df2f356bf846f882d8b2dadf38c3a9&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-recursive-definition.8.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-recursive-definition -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.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-recursive-definition.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+2/recursive-definition/8.6.0.html
HTML
mit
7,377
<!DOCTYPE html> <html> <head> <style> body {font-family:sans-serif} p {margin:0; padding:0.5em 0} #parentPan {border:1px solid #000; width:400px; margin:0 auto; height:200px; overflow:hidden} #childPan {width:600px; height:300px} #parentMove {border:1px solid #000; width:400px; margin:0 auto; height:200px} #childMove {width:200px; height:100px; background-color:#06c} </style> </head> <body> <h1>pxDrag</h1> <p>pxDrag (pixelly Dragging) is a small JavaScript for object panning or "drag and drop" within a boundary</p> <hr> <p>Information:</p> <p><pre><code>/* * pixelly dragging (pxDrag) version 2.0 * https://github.com/altbdoor/pxDrag * * Copyright (C) 2014 altbdoor * Released under the MIT license * http://opensource.org/licenses/MIT */</code></pre></p> <hr> <h3>Pan Mode</h3> <div id="parentPan"> <div id="childPan"> <p>The mode is pan, where the element inside is panned around, within the boundaries of its parent element.</p> <p>To prevent the element inside from spilling out, please do remember to set the parent to <code>overflow:hidden</code></p> </div> </div> <hr> <h3>Move Mode</h3> <div id="parentMove"> <div id="childMove"> <p>The mode is move, where the element inside is moved around, within the boundaries of its parent element.</p> </div> </div> <script src="pxDrag.js"></script> <script> function get (id) { return document.getElementById(id); } pxDrag({ child:get('childPan') }); pxDrag({ child:get('childMove') }); </script> </body> </html>
altbdoor/pxDrag
test.html
HTML
mit
1,617
<!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.8.1 / 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("2022-02-10 07:56:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-10 07:56:43 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.8.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 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.8.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.8.1). 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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.1/paco/4.1.1.html
HTML
mit
7,059
<!DOCTYPE html> {% load staticfiles %} <html> <head> <title>Delirium</title> <link rel="stylesheet" href="{% static 'delirium/css/fiblack.css' %}"> <style type="text/css"> @font-face { font-family: Trinigan; src: url({% static 'delirium/fonts/Trinigan.ttf' %}) format("truetype"); font-weight:200; } table{ width: 100%; } </style> </head> <body> <a name="top" id="top"></a> <table class="bodyline"> <tr> <td> <table class="topbkg"> <tr> <td> <a href="http://asylum.su/forum/index.php" style="font-family: Trinigan; font-size: 50pt; color: #7EB876; padding-left:10px; " >Asylum</a> </td> </tr> </table> <table> <tr> <td class="topnav"><a href="http://asylum.pnz.ru/">ะ“ะปะฐะฒะฝะฐั</a>&nbsp; โ€ข&nbsp; <a href="http://asylum.su/forum/">ะคะพั€ัƒะผ</a>&nbsp; โ€ข&nbsp; </td> </tr> </table> <table> <tr> <td> <table> <tr> <td valign="top" class="maintitle"> <div align="center">Delirium ... </div> </td> </tr> </table> <table cellpadding="2" cellspacing="2"> <tr> <td class="nav" nowrap="nowrap">ะะฐ ัั‚ั€ะฐะฝะธั†ัƒ &nbsp; {% include "delirium/pager.html" %}</td> </tr> </table> <table class="forumline" cellpadding="3" cellspacing="1"> <tr> <th height="28" width="150">ะะฒั‚ะพั€</th> <th width="100%">ะกะพะพะฑั‰ะตะฝะธะต</th> </tr> <tr> {% for post in object_list %} {% include "delirium/post.html" with post=post %} {% endfor %} </tr> <tr> <td class="spacerow" colspan="2" height="1"><img src="img/spacer.gif" alt="" height="1" width="1"></td> </tr> </table> <table cellpadding="2" cellspacing="2"> <tr> <td class="nav" nowrap="nowrap">ะะฐ ัั‚ั€ะฐะฝะธั†ัƒ {% include "delirium/pager.html" %}</td> </tr> </table> <div class="gensmall" align="center"><br> </div> <a name="bot" id="bot"></a> </td> </tr> </table> </td> </tr> </table> </body> </html>
uruz/asylum.su
site_asylum/apps/delirium/templates/delirium/index.html
HTML
mit
3,394
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./76fdae82f6115c47f76f4b5f6b0a40f418c460f354632c73651d6a14184770bd.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/3e86c827b5fd49cb64bba8d5ea864bb762baac2e4a66fef613ff32a2d3d2875f.html
HTML
mit
550
<div > <p class="bg-primary">All Projects </p> </div> <div> <input ng-click="Redirect('/projects/add' )" class="btn btn-success" type="button" value="Add Project"> </div> <div class="panel panel-default"> <div ng-repeat="Project in Projects" class="panel-body"> <a ng-href="#/project/{{Project.Id}}">{{Project.Name}}</a> <input ng-click="Redirect('/project/' + Project.Id )" class="btn btn-success" type="button" value="View"> </div> </div>
ivayloilievv/Issue-Tracking-System
app/projects/allProject-view.html
HTML
mit
473
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>{{ META.project_title}} | The Texas Tribune</title> {% block styles %} <link rel="stylesheet" href="styles/main.css"> {% endblock %} </head> <body> {% block content %}{% endblock %} {% block script %} <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="scripts/main.js"></script> {% endblock %} </body> </html>
texastribune/donor-wall-spring15
app/templates/_base.html
HTML
mit
443
<html> <head> <title>Operators and Expressions</title> </head> <body> <script src="javascript/Problem01_OddOrEven.js"></script> <script src="javascript/Problem02_DivisibleBy7and5.js"></script> <script src="javascript/Problem03_RectangleArea.js"></script> <script src="javascript/Problem04_ThirdDigit.js"></script> <script src="javascript/Problem05_ThirdBit.js"></script> <script src="javascript/Problem06_PointInCircle.js"></script> <script src="javascript/Problem07_IsPrime.js"></script> <script src="javascript/Problem08_TrapezoidArea.js"></script> <script src="javascript/Problem09_PointInCircleAndOutsideRectangle.js"></script> </body> </html>
atanas-georgiev/TelerikAcademy
06.JavaScript-Fundamentals/Homeworks/04. Operators and Expressions/index.html
HTML
mit
651
<html> <head> <title>A-Frame geometry-merger Component</title> <meta name="description" content=""></meta> <style> html { background: #497285; color: #DFEBED; font-family: monospace; font-size: 20px; padding: 10px 20px; } h1, h2 { font-weight: 300; } h1 { margin-bottom: 0; } h1 a { color: #DFEBED; } ul { list-style: none; } a { color: #F78536; cursor: pointer; display: inline-block; padding: 5px 0; text-decoration: none; transition: all .1s; } a:hover { color: #2B4450; } #examples { display: flex; list-style: none; flex-wrap: wrap; padding-top: 5px; } #examples li { margin-right: 30px; padding: 5px 0; } #examples a { background-size: cover; display: block; height: 320px; width: 320px; } #examples h3, #examples p { max-width: 320px; } </style> </head> <body> <h1><i>geometry-merger</i> Component for <a href="https://aframe.io">A-Frame</a></h1> <a class="back" href="https://supermedium.com/superframe/">&larr; K-Frame</a> <p>An A-Frame component to merge geometries to reduce draw calls.</p> <h2>Examples</h2> <ul id="examples"> <li> <a href="examples/basic/" style="background-color: #222; background-image: url()"></a> <h3>A-Frame Geometry Merger Component - Basic</h3> <p>Basic example for Geometry Merger component.</p> </li> </ul> <!--githubcorner--> <a href="https://github.com/supermedium/superframe/tree/master/components/geometry-merger/" class="github-corner"> <svg width="80" height="80" viewBox="0 0 250 250" style="fill: #111; color: #EFEFEF; position: absolute; top: 0; border: 0; right: 0"> <path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path> </svg> </a> <style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}} </style> <!--endgithubcorner--> </body> </html>
ngokevin/kframe
components/geometry-merger/index.html
HTML
mit
3,367
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>higman-nw: 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 / higman-nw - 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> higman-nw <small> 8.6.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-20 06:05:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 06:05:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 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.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml 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/higman-nw&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/HigmanNW&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: A-translation&quot; &quot;keyword: Higman&#39;s lemma&quot; &quot;keyword: impredicativity&quot; &quot;keyword: System F&quot; &quot;keyword: extraction&quot; &quot;category: Mathematics/Logic&quot; &quot;category: Mathematics/Combinatorics and Graph Theory&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Hugo Herbelin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/higman-nw/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/higman-nw.git&quot; synopsis: &quot;A program from an A-translated impredicative proof of Higman&#39;s Lemma&quot; description: &quot;&quot;&quot; The file Higman.v formalizes an A-translated version of Nash-Williams impredicative and classical proof of Higman&#39;s lemma for a two-letter alphabet. A constructive and impredicative program can be extracted from the proof.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/higman-nw/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=ec0619a93ffc127bb0c6cdf2423c52b2&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-nw.8.6.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-higman-nw -&gt; coq &lt; 8.7~ -&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-higman-nw.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/extra-dev/dev/higman-nw/8.6.0.html
HTML
mit
7,353
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fairisle: 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 / fairisle - 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> fairisle <small> 8.5.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-12-29 01:31:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 01:31: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 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.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/fairisle&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/Fairisle&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:circuits&quot; &quot;keyword:automata&quot; &quot;keyword:co-induction&quot; &quot;keyword:dependent types&quot; &quot;category:Computer Science/Architecture&quot; &quot;date:2005-12-15&quot; ] authors: [ &quot;Solange Coupet-Grimal &lt;Solange.Coupet@lif.univ-mrs.fr&gt;&quot; &quot;Line Jakubiec-Jamet &lt;Line.Jakubiec@lif.univ-mrs.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/fairisle/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/fairisle.git&quot; synopsis: &quot;Proof of the Fairisle 4x4 Switch Element&quot; description: &quot;&quot;&quot; This library contains the development of general definitions dedicated to the verification of sequential synchronous devices (based on Moore and Mealy automata) and the formal verification of the Fairisle 4x4 Switch Element.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/fairisle/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=af82647c890367387306e0c91b25f456&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-fairisle.8.5.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-fairisle -&gt; coq &lt; 8.6~ -&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-fairisle.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/dev/fairisle/8.5.0.html
HTML
mit
7,509
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>iris: 32 m 6 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 / iris - 3.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> iris <small> 3.0.0 <span class="label label-success">32 m 6 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-25 22:42:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-25 22:42:58 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.5.2 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 # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-iris&quot; version: &quot;3.0.0&quot; maintainer: &quot;Ralf Jung &lt;jung@mpi-sws.org&gt;&quot; authors: &quot;The Iris Team&quot; homepage: &quot;http://iris-project.org/&quot; bug-reports: &quot;https://gitlab.mpi-sws.org/FP/iris-coq/issues&quot; license: &quot;BSD&quot; dev-repo: &quot;git+https://gitlab.mpi-sws.org/FP/iris-coq.git&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/iris&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {((&gt;= &quot;8.5.1&quot; &amp; &lt; &quot;8.7~&quot;) | (= &quot;dev&quot;))} &quot;coq-mathcomp-ssreflect&quot; {((&gt;= &quot;1.6.1&quot; &amp; &lt; &quot;1.7~&quot;) | (= &quot;dev&quot;))} ] synopsis: &quot;Iris is a Higher-Order Concurrent Separation Logic for reasoning about fine-grained concurrent programs, building logical relations, and more. It features an interactive proof mode for carrying out separation logic proofs in Coq&quot; url { src: &quot;https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-3.0.0.tar.gz&quot; checksum: &quot;md5=57b3384834a5347db223220cdcd9eb9e&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.3.0.0 coq.8.5.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-iris.3.0.0 coq.8.5.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 13 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-iris.3.0.0 coq.8.5.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>32 m 6 s</dd> </dl> <h2>Installation size</h2> <p>Total: 19 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/list.vo</code></li> <li>767 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lang.vo</code></li> <li>651 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/fin_maps.vo</code></li> <li>457 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/cmra.vo</code></li> <li>435 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/collections.vo</code></li> <li>356 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/ofe.vo</code></li> <li>310 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/coq_tactics.vo</code></li> <li>290 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/csum.vo</code></li> <li>286 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/base.vo</code></li> <li>271 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/boxes.vo</code></li> <li>265 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/primitive.vo</code></li> <li>261 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/gmap.vo</code></li> <li>255 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lifting.vo</code></li> <li>253 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/sts.vo</code></li> <li>252 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/cmra_big_op.vo</code></li> <li>245 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/derived.vo</code></li> <li>227 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/tactics.vo</code></li> <li>223 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/list.vo</code></li> <li>221 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/ticket_lock.vo</code></li> <li>218 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/tactics.vo</code></li> <li>208 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/barrier/proof.vo</code></li> <li>208 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/big_op.vo</code></li> <li>207 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/class_instances.vo</code></li> <li>207 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/weakestpre.vo</code></li> <li>201 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/adequacy.vo</code></li> <li>194 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/auth.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/coPset.vo</code></li> <li>189 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/gmultiset.vo</code></li> <li>189 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/pmap.vo</code></li> <li>181 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/cofe_solver.vo</code></li> <li>181 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/numbers.vo</code></li> <li>180 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/natmap.vo</code></li> <li>173 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/counter.vo</code></li> <li>170 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/finite.vo</code></li> <li>166 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/counter.vo</code></li> <li>165 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/ownp.vo</code></li> <li>157 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/agree.vo</code></li> <li>156 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/fin_collections.vo</code></li> <li>155 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/wsat.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/iprod.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/option.vo</code></li> <li>146 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/gmap.vo</code></li> <li>140 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/pretty.vo</code></li> <li>138 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/double_negation.vo</code></li> <li>138 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/countable.vo</code></li> <li>134 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/fin_map_dom.vo</code></li> <li>133 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/gset.vo</code></li> <li>133 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/gen_heap.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/intro_patterns.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/joining_existentials.vo</code></li> <li>125 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/dra.vo</code></li> <li>125 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/vector.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/excl.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/strings.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/fancy_updates.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/one_shot.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/hashset.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/environments.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/auth.vo</code></li> <li>116 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/barrier/protocol.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/sts.vo</code></li> <li>111 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/tree_sum.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/spin_lock.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/na_invariants.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/spawn.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/own.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/counter_examples.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/invariants.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/local_updates.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/upred.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/mapset.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/hoare.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/proofmode.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/sorting.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/proofmode.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/tactics.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/lexico.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/fractional.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/barrier_client.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/zmap.vo</code></li> <li>91 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/list_reverse.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/tests/heap_lang.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/spec_patterns.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/updates.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/vector.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/ectx_lifting.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/ectx_language.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/relations.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/coPset.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/nmap.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/ectxi_language.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/tactics.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/lifting.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/cancelable_invariants.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/par.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/viewshifts.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/lock.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/namespaces.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/classes.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/stringmap.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/iprop.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/decidable.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/program_logic/language.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/sel_patterns.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/deprecated.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/saved_prop.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/barrier/specification.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/listset.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/cmra_tactics.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/adequacy.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/set.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/assert.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/strings.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/notation.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/lib/core.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/hlist.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/listset_nodup.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/bset.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/frac.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/orders.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/hlist.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/soundness.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/base_logic.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/proofmode/notation.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/heap_lang/lib/barrier/barrier.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/streams.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/algebra/base.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/prelude.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/base_logic/deprecated.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/functions.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/iris/prelude/proof_irrel.vo</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-iris.3.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.2/iris/3.0.0.html
HTML
mit
22,421
<div class="headlines event entry"> <article> <div class="row"> <div class="large-12 columns"> <h1>10th Annual Girls Night Out!</h1> <h2> Thursday, March 28, 2013 </h2> </div> <div class="large-8 columns"> <p> Women from all over the Cape joined us at the Hyannis store for a night filled with beauty, pampering, and shopping. Fine wine, tasty treats, music, and a fun photo booth complemented the latest Spring Fashions. </p> <p> <img src="<!-- @path puritan-girls-night-1.jpg -->"> </p> <p> <img src="<!-- @path puritan-girls-night-2.jpg -->"> </p> <p> <img src="<!-- @path puritan-girls-night-3.jpg -->"> </p> <p> Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Nulla vitae elit libero, a pharetra augue. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. </p> </div> <div id="post-info" class="large-4 columns"> <h5>Event Information</h5> <h6>Date:</h6> <p>{month} {day}</p> <h6>Time:</h6> <p>{00:00}</p> <h6>Location:</h6> <p>{address}</p> <h6>Contact:</h6> <p>{phone}</p> <p> <a class="button expand" href="#">Optional Register Link</a> </p> </div> </div> </article> </div>
20MileInteractive/puritan
includes/_girls-night-entry.html
HTML
mit
1,550
--- layout: default --- {% for post in site.posts %} <section class="post"> <header class="post-header"> <p class="post-meta"> <span class="post-date"> <!-- {{ post.date | date: "%-d %b %Y" | upcase }} --> {% assign m = post.date | date: "%-m" %} {{ post.date | date: "%Y" }}ๅนด {% case m %} {% when '1' %}1ๆœˆ {% when '2' %}2ๆœˆ {% when '3' %}3ๆœˆ {% when '4' %}4ๆœˆ {% when '5' %}5ๆœˆ {% when '6' %}6ๆœˆ {% when '7' %}7ๆœˆ {% when '8' %}8ๆœˆ {% when '9' %}9ๆœˆ {% when '10' %}10ๆœˆ {% when '11' %}11ๆœˆ {% when '12' %}12ๆœˆ {% endcase %} {{ post.date | date: "%-d" }}ๆ—ฅ </span> {% if post.categories.size > 0 %} โ€ข {% for cat in post.categories %} <a class="post-cat" href="{{ site.url }}/categories/#{{ cat }}">{{ cat }}</a> {% unless forloop.last %} <span>/</span> {% endunless %} {% endfor %} {% endif %} </p> <h4> <a href="{{ site.url }}{{ post.url }}" class="post-title" title="{{ post.title }}">{{ post.title }}</a> {% if post.link %} <a class="post-title-link" href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-external-link"></i></a> {% endif %} </h4> {% if post.author %} {% assign author = site.data.authors[post.author] %} {% else %} {% assign author = site.owner %} {% endif %} </header> {% if post.excerpt %} <div class="post-description"> <p> {{ post.excerpt }} </p> </div> {% endif %} {% if post.image.feature %} <div class="post-image-feature"> <img src= {% if post.image.feature contains 'http' %} "{{ post.image.feature }}" {% else %} "{{ site.url }}/img/{{ post.image.feature }}" {% endif %} alt="{{ post.title }} feature image"> {% if post.image.credit %} <span class="image-credit">Photo Credit: <a href="{{ post.image.creditlink }}">{{ post.image.credit }}</a></span> {% endif %} </div><!-- /.image-wrap --> {% endif %} </section> {% endfor %}
SherlFang/iamsherl
_layouts/post_listing.html
HTML
mit
2,198
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>descente-infinie: 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 / descente-infinie - 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> descente-infinie <small> 8.9.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-23 02:52:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-23 02:52:34 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.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 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/descente-infinie&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/DescenteInfinie&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Induction&quot; &quot;keyword: infinite descent&quot; &quot;category: Miscellaneous/Coq Extensions&quot; &quot;date: 2010-02&quot; ] authors: [ &quot;Razvan Voicu &lt;razvan@comp.nus.edu.sg&gt; [http://www.comp.nus.edu.sg/~razvan/]&quot; &quot;Li Mengran &lt;limengra@comp.nus.edu.sg&gt; [http://www.comp.nus.edu.sg/~limengra]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/descente-infinie/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/descente-infinie.git&quot; synopsis: &quot;The Descente Infinie Tactic&quot; description: &quot;&quot;&quot; This is a tactic plugin for coq. The tactic helps to prove inductive lemmas by fixpoint functions. A manual for the tactic can be found on its homepage listed above.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/descente-infinie/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=6d5aa6e4103687032242179d0bb9b666&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-descente-infinie.8.9.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-descente-infinie -&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-descente-infinie.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/dev/descente-infinie/8.9.0.html
HTML
mit
7,278
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / flocq - 2.5.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> 2.5.2 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-27 08:55:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 08:55:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 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;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;./configure&quot; &quot;--libdir&quot; &quot;%{lib}%/coq/user-contrib/Flocq&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword:floating-point arithmetic&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 floating-point formalization for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-2.5.2.tar.gz&quot; checksum: &quot;md5=aedc2a7a055678a18d2cbe855640c616&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install ๐Ÿœ๏ธ</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq.2.5.2 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-flocq -&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-flocq.2.5.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.1/flocq/2.5.2.html
HTML
mit
6,556
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-fingroup: 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 / mathcomp-fingroup - 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-fingroup <small> 1.6 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-08 15:53:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-08 15:53:49 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.8.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; name: &quot;coq-mathcomp-fingroup&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/fingroup&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/fingroup&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-ssreflect&quot; {= &quot;1.6&quot;} ] tags: [ &quot;keyword:finite groups&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 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;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-fingroup.1.6 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-mathcomp-fingroup -&gt; coq-mathcomp-ssreflect &lt; 1.6.1 -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.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-fingroup.1.6</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.2/mathcomp-fingroup/1.6.html
HTML
mit
7,808
<!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.8.2 / coqoban - 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> coqoban <small> 8.10.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-10 04:49:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-10 04:49:34 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.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;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.10&quot; &amp; &lt; &quot;8.11~&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.10.0.tar.gz&quot; checksum: &quot;md5=a3fa968ac221d5b3a1b9202d1525bef5&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.10.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-coqoban -&gt; coq &gt;= 8.10 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-coqoban.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.8.2/coqoban/8.10.0.html
HTML
mit
6,821
<!DOCTYPE HTML> <html> <head> <title>Background.js Test Suite</title> <!-- LIBRARY --> <script type="text/javascript" src="../../background.js"></script> <!-- TESTS --> <script type="text/javascript" src="../../vendor/test/jquery-1.9.1.js"></script> <link rel="stylesheet" href="../../vendor/test/jasmine-1.3.1/jasmine.css" type="text/css" media="screen" /> <script type="text/javascript" src="../../vendor/test/jasmine-1.3.1/jasmine.js"></script> <script type="text/javascript" src="../../vendor/test/jasmine-1.3.1/jasmine-html.js"></script> <script type="text/javascript" src="../../vendor/test/jasmine-1.3.1/jasmine_console_reporter_headless.js"></script> <script type="text/javascript" src="../../vendor/test/jasmine-1.3.1/jasmine_test_runner.js"></script> <script type="text/javascript" src="build/background_array_iterator_spec.js"></script> <script type="text/javascript" src="build/background_array_iterator_x2_spec.js"></script> <script type="text/javascript" src="build/background_array_iterator_x3_spec.js"></script> <script type="text/javascript" src="build/background_job_list_spec.js"></script> <script type="text/javascript" src="build/background_job_queue_spec.js"></script> </head> <body> </body> </html>
kmalakoff/background
test/core/test.html
HTML
mit
1,255
--- layout: default title: Breadcrumbs component --- <div class="container"> <div class="page-header"> <h1>Breadcrumbs component</h1> </div> </div>
paulcarnibella/online-styleguide
docs/components/breadcrumbs-component.html
HTML
mit
157
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>equations: 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="">8.10.dev / equations - 1.2.3+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> equations <small> 1.2.3+8.11 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-22 02:22:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-22 02:22: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 conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev 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; authors: [ &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Cyprien Mangin &lt;cyprien.mangin@m4x.org&gt;&quot; ] dev-repo: &quot;git+https://github.com/mattam82/Coq-Equations.git#8.11&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://mattam82.github.io/Coq-Equations&quot; bug-reports: &quot;https://github.com/mattam82/Coq-Equations/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;A function definition package for Coq&quot; description: &quot;&quot;&quot; Equations is a function definition plugin for Coq, that allows the definition of functions by dependent pattern-matching and well-founded, mutual or nested structural recursion and compiles them into core terms. It automatically derives the clauses equations, the graph of the function and its associated elimination principle. &quot;&quot;&quot; tags: [ &quot;keyword:dependent pattern-matching&quot; &quot;keyword:functional elimination&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Equations&quot; ] build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] run-test: [ [make &quot;test-suite&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.11.0&quot; &amp; &lt; &quot;8.12~&quot;} ] url { src: &quot;https://github.com/mattam82/Coq-Equations/archive/v1.2.3-8.11.tar.gz&quot; checksum: &quot;sha512=bb302e09f86d1eeb10e9ff8040e52f3fb372b89929cf0ec8e05055478b8e70562d5651bbe8931615580dfe7d105b4d4c01969de823bdff4639e7210ede90eeae&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-equations.1.2.3+8.11 coq.8.10.dev</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.dev). The following dependencies couldn&#39;t be met: - coq-equations -&gt; coq &gt;= 8.11.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-equations.1.2.3+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.dev/equations/1.2.3+8.11.html
HTML
mit
7,315
<html><body><p>๏ปฟ<!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.rendering/pymel.core.rendering.renderPartition.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:38:22 GMT --> <!-- Added by HTTrack --><meta content="text/html;charset=utf-8" http-equiv="content-type"/><!-- /Added by HTTrack --> </p> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>pymel.core.rendering.renderPartition โ€” PyMEL 1.0.7 documentation</title> <link href="../../../_static/nature.css" rel="stylesheet" type="text/css"/> <link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '1.0.7', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script src="../../../_static/jquery.js" type="text/javascript"></script> <script src="../../../_static/underscore.js" type="text/javascript"></script> <script src="../../../_static/doctools.js" type="text/javascript"></script> <link href="../../../index-2.html" rel="top" title="PyMEL 1.0.7 documentation"/> <link href="../../pymel.core.rendering.html" rel="up" title="pymel.core.rendering"/> <link href="pymel.core.rendering.renderPassRegistry.html" rel="next" title="pymel.core.rendering.renderPassRegistry"/> <link href="pymel.core.rendering.renderManip.html" rel="prev" title="pymel.core.rendering.renderManip"/> <link href="../../../../style/adsk.cpm.css" rel="stylesheet" type="text/css"/><meta content="expert" name="experiencelevel"/><meta content="programmer" name="audience"/><meta content="enable" name="user-comments"/><meta content="ENU" name="language"/><meta content="MAYAUL" name="product"/><meta content="2016" name="release"/><meta content="Customization" name="book"/><meta content="Maya-Tech-Docs" name="component"/><meta content="/view/MAYAUL/2016/ENU/" name="helpsystempath"/><meta content="04/03/2015" name="created"/><meta content="04/03/2015" name="modified"/><meta content="Navigation index modules | next | previous | PyMEL 1.0.7 documentation ยป pymel.core.rendering ยป pymel.core.rendering.renderPartition ยถ renderPartition ( *args , **kwargs ) ยถ Set or query the modelโ€™s current partition. When flag qis not used, a partion name must be passed as an argument. In this case the current partition is set to that name. Derived from mel command maya.cmds.renderPartition Example: import pymel.core..." name="description"/><meta content="__PyMel_generated_functions_pymel_core_rendering_pymel_core_rendering_renderPartition_html" name="topicid"/> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a accesskey="I" href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a accesskey="N" href="pymel.core.rendering.renderPassRegistry.html" title="pymel.core.rendering.renderPassRegistry">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.rendering.renderManip.html" title="pymel.core.rendering.renderManip">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> ยป</li> <li><a accesskey="U" href="../../pymel.core.rendering.html">pymel.core.rendering</a> ยป</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pymel-core-rendering-renderpartition"> <h1>pymel.core.rendering.renderPartition<a class="headerlink" href="#pymel-core-rendering-renderpartition" title="Permalink to this headline">ยถ</a></h1> <dl class="function"> <dt id="pymel.core.rendering.renderPartition"><a name="//apple_ref/cpp/Function/pymel.core.rendering.renderPartition"></a> <tt class="descname">renderPartition</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.rendering.renderPartition" title="Permalink to this definition">ยถ</a></dt> <dd><p>Set or query the modelโ€™s current partition. When flag qis not used, a partion name must be passed as an argument. In this case the current partition is set to that name.</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.renderPartition</span></tt></p> <p class="rubric">Example:</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">pymel.core</span> <span class="kn">as</span> <span class="nn">pm</span> <span class="c"># Query the current render partition</span> <span class="n">pm</span><span class="o">.</span><span class="n">renderPartition</span><span class="p">(</span> <span class="n">q</span><span class="o">=</span><span class="bp">True</span> <span class="p">)</span> <span class="c"># Result: u'renderPartition' #</span> <span class="c"># Set the current render partition to "foofoo"</span> <span class="n">pm</span><span class="o">.</span><span class="n">renderPartition</span><span class="p">(</span> <span class="s">'foofoo'</span> <span class="p">)</span> </pre></div> </div> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="pymel.core.rendering.renderManip.html" title="previous chapter">pymel.core.rendering.renderManip</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.rendering.renderPassRegistry.html" title="next chapter">pymel.core.rendering.renderPassRegistry</a></p> <h3><a href="../../../modules.html">Core Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.animation.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> </ul> <h3><a href="../../../modules.html">Type Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.datatypes.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.uitypes.html#module-pymel.core.uitypes"><tt class="xref">uitypes</tt></a></li> </ul> <h3><a href="../../../modules.html">Other Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.api.plugins.html#module-pymel.api.plugins"><tt class="xref">plugins</tt></a></li> <li><a class="reference external" href="../../pymel.mayautils.html#module-pymel.mayautils"><tt class="xref">mayautils</tt></a></li> <li><a class="reference external" href="../../pymel.util.html#module-pymel.util"><tt class="xref">util</tt></a></li> <li><a class="reference external" href="../../pymel.versions.html#module-pymel.versions"><tt class="xref">versions</tt></a> </li><li><a class="reference external" href="../../pymel.tools.html#module-pymel.tools"><tt class="xref">tools</tt></a></li> </ul> <!-- <ul> <li><a class="reference external" href="../../pymel.core.animation.html.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.datatypes.html.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> <li><a class="reference external" href="../../pymel.util.html.html#module-pymel.util"><tt class="xref">pymel.util</tt></a></li> </ul> --> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../../_sources/generated/functions/pymel.core.rendering/pymel.core.rendering.renderPartition.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form action="http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/search.html" class="search" method="get"></form> <input name="q" type="text"/> <input type="submit" value="Go"/> <input name="check_keywords" type="hidden" value="yes"/> <input name="area" type="hidden" value="default"/> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a href="pymel.core.rendering.renderPassRegistry.html" title="pymel.core.rendering.renderPassRegistry">next</a> |</li> <li class="right"> <a href="pymel.core.rendering.renderManip.html" title="pymel.core.rendering.renderManip">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> ยป</li> <li><a href="../../pymel.core.rendering.html">pymel.core.rendering</a> ยป</li> </ul> </div> <div class="footer"> ยฉ Copyright 2009, Chad Dombrova. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.rendering/pymel.core.rendering.renderPartition.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:38:22 GMT --> </body></html>
alexwidener/PyMelDocset
PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.rendering/pymel.core.rendering.renderPartition.html
HTML
mit
11,643
<!doctype html> <html> <head> <title> My profile page </title> </head> <body> <script> var source = 'https://raw.githubusercontent.com/wizardamigosinstitute/peer-wizardamigosinstitute/master/public/browser/bundle.js' ajax(source, function fetchScript (data) { var script = document.createElement('script') script.setAttribute('id', 'public/browser/bundle.js') script.innerHTML = data document.body.appendChild(script) }) /************************************************************************ HELPER ************************************************************************/ function ajax (params, callback) { var url = typeof params === 'string' ? params : params.url var method = params.method || (params.data ? 'POST': 'GET') var body = params.data var H = params.headers ? params.headers : params.body ? { 'X-Requested-With' :'XMLHttpRequest', 'Content-Type' :'application/x-www-form-urlencoded' } : {} var xhr = new XMLHttpRequest() xhr.open(method, url) for (var key in H) xhr.setRequestHeader(key, H[key]) xhr.onload = xhr.onerror = function (response) { var Hjson = {}, h = xhr.getAllResponseHeaders() ;(h.match(/([^\n\r:]+):([^\n\r]+)/g)||[]).forEach(function(item){ var tmp = item.split(': ') Hjson[tmp[0]] = tmp[1] }) if (callback) callback(this.response, response, xhr, Hjson) } xhr.send(body||null) } </script> </body> </html>
wizardamigosinstitute/wizardamigo
index.html
HTML
mit
1,621
<!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.11.0 / izf - 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> izf <small> 8.5.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-20 03:14:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-20 03:14:38 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.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/izf&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/IZF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&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; ] authors: [ &quot;Alexandre Miquel &lt;Alexandre.Miquel@pps.jussieu.fr&gt;&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.5.0.tar.gz&quot; checksum: &quot;md5=73fb1120418338bac09d627565f3b8ba&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.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-izf -&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-izf.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.0/izf/8.5.0.html
HTML
mit
7,101
<div class="widgets"> <!--SELECT PATIENT TYPE--> <div class="row"> <div class="col-md-12"> <ba-card baCardClass="with-scroll"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label translate>{{'patient.type.name'}}</label>&nbsp;&nbsp; <select class="form-control"> <option translate>{{'patient.type.student'}}</option> <option translate>{{'patient.type.external'}}</option> </select> </div> </div> <div class="col-md-6"> <div class="form-group"> <label translate>{{'general.messages.health_plan'}}</label>&nbsp;&nbsp; <input type="text" class="form-control disabled" [(ngModel)]="currentHealthPlan.name" name="currentHealthPlan" ngControl="currentHealthPlan" [disabled]="true"> </div> </div> </div> </ba-card> </div> </div> <!--/SELECT PATIENT TYPE--> <div> <ba-card translate title="{{'register_patient.patient'}}" baCardClass="with-scroll"> <form #registerPatientForm="ngForm" (ngSubmit)="registerPatient(registerPatientForm.form.valid)"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label translate>{{'patient.code'}}</label> <div class="input-group"> <input type="text" class="form-control disabled-field" [(ngModel)]="patientCode" [disabled]="!isPatientExisting" name="patientCode" maxlength="8" [rangeLength]="[8,8]" required ngControl="patientCode" onkeypress='return event.charCode >= 48 && event.charCode <= 57' #patientCodeField="ngModel"/> <span class="input-group-addon addon-right input-group-addon-primary"> <button class="btn btn-primary" (click)="findPatientByCode()"type="button" [disabled]="patientCodeField.errors?.required || patientCodeField.errors?.rangeLength || !isPatientExisting"> <i class="fa fa-search"></i> </button> </span> </div> </div> <div class="form-group"> <label translate>{{'patient.names'}}</label> <input type="text" class="form-control disabled-field" [(ngModel)]="newPatient.names" required name="names" ngControl="names" [disabled] ="isPatientExisting" #names="ngModel"> <small *ngIf="names.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> <div class="form-group"> <label translate>{{'patient.paternalSurname'}}</label> <input type="text" class="form-control disabled-field" [(ngModel)]="newPatient.paternalSurname" required name="paternalSurname" ngControl="paternalSurname" [disabled]="isPatientExisting" #paternalSurname="ngModel"> <small *ngIf="paternalSurname.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> <div class="form-group"> <label translate>{{'patient.maternalSurname'}}</label> <input type="text" class="form-control disabled-field"[(ngModel)]="newPatient.maternalSurname" required name="maternalSurname" ngControl="maternalSurname" [disabled]="isPatientExisting" #maternalSurname="ngModel"> <small *ngIf="maternalSurname.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> <div class="form-group"> <label translate>{{'patient.civilState'}}</label> <select [(ngModel)]="newPatient.civilStateId" class="form-control disabled-field" required name="civilStateId" ngControl="civilStateId" [disabled] ="isPatientExisting" #civilState="ngModel"> <option *ngFor="let cs of civilStateItemList" [ngValue]="cs.secondaryId" [selected]="cs.secondaryId == newPatient.civilStateId">{{cs.name}}</option> </select> <small *ngIf="civilState.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> <div class="form-group"> <label translate>{{'patient.email'}}</label> <input type="text" class="form-control disabled-field" placeholder="email@example.com" required [(ngModel)]="newPatient.email" name="email" ngControl="email" [disabled]="isPatientExisting" #email="ngModel" email> <small *ngIf="email.errors?.email && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> </div> <div class="col-md-6"> <ba-card *ngIf="isEmrConfirmationMessage" baCardClass="with-scroll"> <div class="checkbox-demo-row"> <ba-checkbox [(ngModel)]="emr.isApplied" [baCheckboxClass]="'disabled'" [ngModelOptions]="{standalone: true}" [label]="'ยฟRealizar examen mรฉdico?'" [disabled]="false"></ba-checkbox> </div> </ba-card> <div *ngIf="!isEmrConfirmationMessage" class="form-group"> <label translate>{{'patient.emrState'}}</label> <select [(ngModel)]="emr.stateId" class="form-control disabled-field" name="stateId" required ngControl="emrState" [disabled]="true" #emrState="ngModel"> <option *ngFor="let emrState of emrStateItemList" [ngValue]="emrState.secondaryId" [selected]="emrState.secondaryId == emr.stateId"> {{emrState.name}}</option> </select> </div> <div class="form-group"> <label translate>{{'patient.eap'}}</label> <select [(ngModel)]="newPatient.eapId" class="form-control disabled-field" name="eapId" required ngControl="eapId" [disabled]="isPatientExisting" #eap="ngModel"> <option *ngFor="let eap of eapItemList" [ngValue]="eap.secondaryId" [selected]="eap.secondaryId == newPatient.eapId"> {{eap.name}}</option> </select> <small *ngIf="eap.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> <div class="form-group"> <label translate>{{'patient.birthDate'}}</label> <div *ngIf="!isPatientExisting"> <input class="form-control disabled-field" type="date" [(ngModel)]="newPatient.birthDate" required name="birthDate" ngControl="birthDate" [disabled]="isPatientExisting" #birthDate="ngModel"> <small *ngIf="birthDate.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> <input *ngIf="isPatientExisting" type="text" class="form-control disabled-field" [(ngModel)]="newPatient.formattedDate" [disabled]="isPatientExisting" [ngModelOptions]="{standalone: true}"/> </div> <div class="form-group"> <label translate>{{'patient.telephone'}}</label> <input class="form-control disabled-field" type="text" [(ngModel)]="newPatient.telephone" required name="telephone" ngControl="telephone" [disabled]="isPatientExisting" maxlength="9" onkeypress='return event.charCode >= 48 && event.charCode <= 57' #telephone="ngModel"/> <small *ngIf="telephone.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> <br/> <div class="form-group radio-demo row"> <div class="col-md-2"> <label translate>{{'patient.gender.name'}}</label>&nbsp;&nbsp;&nbsp;&nbsp; </div> <div class="col-md-4"> <label class="radio-inline custom-radio nowrap"> <input type="radio" name="gender" ngControl="gender" [(ngModel)]="newPatient.gender" value = {{genderItemList[0].toString()}} [checked]="isMale()" [disabled]="!isGenderRadioDisabled"> <span translate>{{'patient.gender.male'}}</span> </label> </div> <div class="col-md-4"> <label class="radio-inline custom-radio nowrap"> <input type="radio" name="gender" ngControl="gender" [(ngModel)]="newPatient.gender" value = {{genderItemList[1].toString()}} [checked]="!isMale()" [disabled]="isGenderRadioDisabled"> <span translate>{{'patient.gender.female'}}</span> </label> </div> </div> <div class="form-group "> <small *ngIf="newPatient.gender==null && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> </div> </div> <br> <!-- ADDRESS--> <ba-card translate title="{{'patient.ubigeo.name'}}" baCardClass="with-scroll card card-primary"> <div class="row"> <div class="col-md-4"> <div class="form-group"> <label translate>{{'patient.ubigeo.department'}}</label>&nbsp;&nbsp; <select [(ngModel)]="newPatient.ubigeo.departmentCode" #departmentCode="ngModel" class="form-control disabled-field" name="departmentCode" [disabled]="isPatientExisting" ngControl="departmentCode" (ngModelChange)="loadProvincesList($event)"> <option *ngFor="let dpm of departmentItemList" [selected]="dpm.departmentCode == newPatient.ubigeo.departmentCode" [ngValue] = "dpm.departmentCode">{{dpm.departmentDescription}}</option> </select> </div> </div> <div class="col-md-4"> <div class="form-group"> <label translate>{{'patient.ubigeo.province'}}</label>&nbsp;&nbsp; <select [(ngModel)]="newPatient.ubigeo.provinceCode" required #provinceCode="ngModel" class="form-control disabled-field" name="provinceCode" (ngModelChange) = "loadDistrictsList($event)" ngControl="provinceCode" [disabled]="isPatientExisting"> <option *ngFor="let pv of provinceItemList" [ngValue]="pv.provinceCode" [selected]="pv.provinceCode == newPatient.ubigeo.provinceCode"> {{pv.provinceDescription}}</option> </select> <small *ngIf="provinceCode.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> </div> <div class="col-md-4"> <div class="form-group"> <label translate>{{'patient.ubigeo.district'}}</label>&nbsp;&nbsp; <select [(ngModel)]="newPatient.ubigeo.districtCode" required #districtCode="ngModel" class="form-control disabled-field" name="districtCode" ngControl="districtCode" [disabled]="isPatientExisting"> <option *ngFor="let dt of districtItemList" [ngValue]="dt.districtCode" [selected]="dt.districtCode == newPatient.ubigeo.districtCode"> {{dt.districtDescription}}</option> </select> <small *ngIf="districtCode.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label translate>{{'patient.address'}}</label>&nbsp;&nbsp; <input class="form-control disabled-field" [(ngModel)]="newPatient.address" required name="address" ngControl="address" [disabled]="isPatientExisting" #address="ngModel"> <small *ngIf="address.errors?.required && isFieldDisabled" class="text-danger" translate>{{'general.messages.required'}}</small> </div> </div> </div> </ba-card> <!-- /ADDRESS--> <div class="row"> <div class="col-md-12 text-center"> <button type="submit" class="btn btn-primary btn-xm" [disabled]="(isPatientExisting && emr.existEmr()) || (isPatientExisting && !emr.existEmr() && !emr.isApplied)" translate>{{'general.buttons.register'}} </button>&nbsp;&nbsp;&nbsp;&nbsp; <button type="button" (click)="initilize()" class="btn btn-primary btn-xm" [disabled]="isPatientExisting" translate>{{'general.buttons.cancel'}}</button> </div> </div> </form> </ba-card> </div> </div>
Dackng/eh-unmsm-client
src/app/pages/admission/components/register-patient/register-patient.html
HTML
mit
13,620
<!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 / extra-dev</a></li> <li class="active"><a href="">dev / hammer-tactics - 1.2.1+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.2.1+8.10 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-19 18:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-19 18:24: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 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.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # 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-06-05&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.2.1-coq8.10.tar.gz&quot; checksum: &quot;sha512=22081122b39ee1099e79ef82f1afc1895350475fd255cdc51d3a47851184decd0bff7975b9effcd39ca9b55bb381e06cf649ad2d460dd31eec537eca44f2a6e1&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.2.1+8.10 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-hammer-tactics -&gt; coq &lt; 8.11~ -&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-hammer-tactics.1.2.1+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"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/extra-dev/dev/hammer-tactics/1.2.1+8.10.html
HTML
mit
7,385
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fundamental-arithmetics: 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 / fundamental-arithmetics - 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> fundamental-arithmetics <small> 8.9.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-10-27 08:55:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 08:55:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;http://perso.ens-lyon.fr/sebastien.briais/tools/Arith_080201.tar.gz&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/FundamentalArithmetics&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: arithmetic&quot; &quot;keyword: number theory&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Miscellaneous&quot; &quot;date: 2008-02-1&quot; ] authors: [ &quot;Sรฉbastien Briais &lt;sebastien.briais at ens-lyon.fr&gt; [http://perso.ens-lyon.fr/sebastien.briais/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/fundamental-arithmetics/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/fundamental-arithmetics.git&quot; synopsis: &quot;Fundamental theorems of arithmetic&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/fundamental-arithmetics/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=cf730613573d2738cfb63d9c1b887750&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-fundamental-arithmetics.8.9.0 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-fundamental-arithmetics -&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-fundamental-arithmetics.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.1/fundamental-arithmetics/8.9.0.html
HTML
mit
6,951
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jsast: 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.2 / jsast - 1.0.9</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> jsast <small> 1.0.9 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2021-11-01 17:28:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 17:28: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-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.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.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Jerome Simeon &lt;jeromesimeon@me.com&gt;&quot; homepage: &quot;https://github.com/querycert/jsast&quot; bug-reports: &quot;https://github.com/querycert/jsast/issues&quot; dev-repo: &quot;git+https://github.com/querycert/jsast/tree/JsAst&quot; license: &quot;BSD-2-Clause&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7.2&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-flocq&quot; {&gt;= &quot;2.6.1&quot; &amp; &lt; &quot;3.0~&quot;} ] tags: [ &quot;keyword:javascript&quot; &quot;keyword:compiler&quot; &quot;date:2019-11-25&quot; &quot;logpath:JsAst&quot; ] authors: [ &quot;Martin Bodin &lt;&gt;&quot; &quot;Arthur Charguรฉraud &lt;&gt;&quot; &quot;Daniele Filaretti &lt;&gt;&quot; &quot;Philippa Gardner &lt;&gt;&quot; &quot;Sergio Maffeis &lt;&gt;&quot; &quot;Daiva Naudziuniene &lt;&gt;&quot; &quot;Alan Schmitt &lt;&gt;&quot; &quot;Gareth Smith &lt;&gt;&quot; &quot;Josh Auerbach &lt;&gt;&quot; &quot;Martin Hirzel &lt;&gt;&quot; &quot;Louis Mandel &lt;&gt;&quot; &quot;Avi Shinnar &lt;&gt;&quot; &quot;Jerome Simeon &lt;&gt;&quot; ] synopsis: &quot;A minimal JavaScript syntax tree carved out of the JsCert project&quot; description: &quot;&quot;&quot; A minimal JavaScript syntax tree carved out of the JsCert project, with additional support for let bindings. &quot;&quot;&quot; url { src: &quot;https://github.com/querycert/jsast/archive/v1.0.9.tar.gz&quot; checksum: &quot;md5=5006334c6e311299e13e30b85f2bf54b&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-jsast.1.0.9 coq.8.12.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.12.2). The following dependencies couldn&#39;t be met: - coq-jsast -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.03.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-jsast.1.0.9</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.2/jsast/1.0.9.html
HTML
mit
7,349
{% extends "template.html" %} {% block main %} {% endblock %} {% block script %} <script> load_log("/json/{{ replayid }}.json"); </script> {% endblock %}
wutmod/rewot
rewot/templates/replay.html
HTML
mit
160
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>semantics: 1 m 9 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.1+2 / semantics - 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> semantics <small> 8.7.0 <span class="label label-success">1 m 9 s ๐Ÿ†</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-06 02:33:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-06 02:33:16 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.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/semantics&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;ocamlbuild&quot; {build} &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: natural semantics&quot; &quot;keyword: denotational semantics&quot; &quot;keyword: axiomatic semantics&quot; &quot;keyword: Hoare logic&quot; &quot;keyword: Dijkstra weakest pre-condition calculus&quot; &quot;keyword: abstract interpretation&quot; &quot;keyword: intervals&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; &quot;date: 2007-07-5&quot; &quot;logpath:Semantics&quot; ] authors: [ &quot;Yves Bertot &lt;Yves.Bertot@sophia.inria.fr&gt; [http://www-sop.inria.fr/marelle/Yves.Bertot]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/semantics/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/semantics.git&quot; synopsis: &quot;A survey of semantics styles, from natural semantics through structural operational, axiomatic, and denotational semantics, to abstract interpretation&quot; description: &quot;&quot;&quot; ftp://ftp-sop.inria.fr/marelle/Yves.Bertot/semantics_survey.tgz This is a survey of programming language semantics styles for a miniature example of a programming language, with their encoding in Coq, the proofs of equivalence of different styles, and the proof of soundess of tools obtained from axiomatic semantics or abstract interpretation. The tools can be run inside Coq, thus making them available for proof by reflection, and the code can also be extracted and connected to a yacc-based parser, thanks to the use of a functor parameterized by a module type of strings. A hand-written parser is also provided in Coq, but there are no proofs associated.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-contribs/semantics/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=64a71ef039d1c6a155918c23d92c31c1&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-semantics.8.7.0 coq.8.7.1+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-semantics.8.7.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>36 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-semantics.8.7.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 9 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>481 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/intervals.vo</code></li> <li>410 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/abstract_i.vo</code></li> <li>282 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/abstract_i.glob</code></li> <li>263 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/parser.vo</code></li> <li>247 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/intervals.glob</code></li> <li>183 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/little_w_string.vo</code></li> <li>131 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/little.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/axiom.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/parser.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/function_cpo.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/denot.vo</code></li> <li>69 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/abstract_i.v</code></li> <li>64 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/function_cpo.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/little.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/syntax.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/axiom.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/example2.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/intervals.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/example.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/constructs.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/extract_interpret.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/ex_i.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/context_sqrt.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/little_w_string.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/parser.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/denot.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/function_cpo.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/little.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/axiom.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/syntax.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/example.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/constructs.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/example2.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/little_w_string.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/denot.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/example.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/ex_i.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/constructs.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/syntax.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/example2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/context_sqrt.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/ex_i.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/extract_interpret.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/extract_interpret.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Semantics/context_sqrt.v</code></li> </ul> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-semantics.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1+2/semantics/8.7.0.html
HTML
mit
12,832
<html> <head> <title>Nokia3120classic/2.0 (10.00) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.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"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Nokia3120classic/2.0 (10.00) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0 <p> Detected by 7 of 8 providers<br /> As bot detected by 0 of 7 </p> </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></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>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Nokia </td><td> </td><td> </td><td>Nokia</td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" 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>Nokia3120classic 2.0</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><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><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => Nokia3120classic [version] => 2.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>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Nokia Browser </td><td> </td><td>Symbian </td><td>Nokia</td><td>3120classic</td><td>smartphone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" 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] => ) [operatingSystem] => Array ( [name] => Symbian [short_name] => SYM [version] => [platform] => ) [device] => Array ( [brand] => NK [brandName] => Nokia [model] => 3120classic [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 2.0</td><td><i class="material-icons">close</i></td><td>Nokia </td><td><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></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" 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] => Nokia3120classic/2.0 (10.00) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0 ) [name:Sinergi\BrowserDetector\Browser:private] => Nokia Browser [version:Sinergi\BrowserDetector\Browser:private] => 2.0 [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] => Nokia3120classic/2.0 (10.00) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0 ) ) [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] => Nokia3120classic/2.0 (10.00) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.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>UAParser<br /><small>v3.4.5</small></td><td>Nokia Services (WAP) Browser </td><td><i class="material-icons">close</i></td><td> </td><td>Nokia</td><td>3120classic</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></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" 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] => Nokia Services (WAP) Browser ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Nokia [model] => 3120classic [family] => Nokia 3120classic ) [originalUserAgent] => Nokia3120classic/2.0 (10.00) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.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>WhichBrowser<br /><small>2.0.9</small></td><td> </td><td> </td><td>Series40 </td><td>Nokia</td><td>3120 classic</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [os] => Array ( [name] => Series40 ) [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Nokia [model] => 3120 classic ) ) </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>Java Applet </td><td><i class="material-icons">close</i></td><td> </td><td>Nokia</td><td>3120 classic</td><td>Feature Phone</td><td>yes</td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" 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] => Nokia 3120 classic (Classic) [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Nokia [model_name] => 3120 classic [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://nds1.nds.nokia.com/uaprof/N3120cr100.xml [uaprof2] => [uaprof3] => [nokia_series] => 40 [nokia_edition] => 5 [device_os] => [mobile_browser] => Nokia [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2008_february [marketing_name] => Classic [model_extra_info] => [nokia_feature_pack] => 1 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => true [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] => true [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => true [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => true [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] => true [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] => false [xhtml_readable_background_color1] => #D9EFFF [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] => wtai://wp/mc; [xhtmlmp_preferred_mime_type] => application/xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => false [xhtml_supports_iframe] => full [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] => 2 [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] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => true [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 240 [resolution_height] => 320 [columns] => 15 [max_image_width] => 230 [max_image_height] => 310 [rows] => 16 [physical_screen_width] => 31 [physical_screen_height] => 41 [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] => true [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 16777216 [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] => true [wta_voice_call] => false [wta_phonebook] => true [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 200 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 131072 [max_url_length_in_requests] => 255 [max_url_length_homepage] => 100 [max_url_length_bookmark] => 255 [max_url_length_cached_page] => 128 [max_no_of_connection_settings] => 5 [max_no_of_bookmarks] => 25 [max_length_of_username] => 32 [max_length_of_password] => 20 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => true [oma_support] => true [ringtone] => true [ringtone_3gpp] => false [ringtone_midi_monophonic] => true [ringtone_midi_polyphonic] => true [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => true [ringtone_awb] => true [ringtone_aac] => true [ringtone_wav] => false [ringtone_mp3] => true [ringtone_spmidi] => true [ringtone_qcelp] => false [ringtone_voices] => 4 [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] => 240 [wallpaper_max_height] => 320 [wallpaper_preferred_width] => 240 [wallpaper_preferred_height] => 320 [wallpaper_resize] => none [wallpaper_wbmp] => true [wallpaper_bmp] => false [wallpaper_gif] => true [wallpaper_jpg] => true [wallpaper_png] => true [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 12 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => true [screensaver_max_width] => 128 [screensaver_max_height] => 128 [screensaver_preferred_width] => 128 [screensaver_preferred_height] => 128 [screensaver_resize] => none [screensaver_wbmp] => true [screensaver_bmp] => false [screensaver_gif] => true [screensaver_jpg] => true [screensaver_png] => true [screensaver_greyscale] => false [screensaver_colors] => 12 [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] => 126 [picture_max_height] => 94 [picture_preferred_width] => 126 [picture_preferred_height] => 94 [picture_resize] => none [picture_wbmp] => true [picture_bmp] => true [picture_gif] => true [picture_jpg] => true [picture_png] => true [picture_greyscale] => false [picture_colors] => 24 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 4194304 [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] => false [streaming_vcodec_h263_0] => 30 [streaming_vcodec_h263_3] => 30 [streaming_vcodec_mpeg4_sp] => 3 [streaming_vcodec_mpeg4_asp] => 4 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [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] => true [connectionoriented_unconfirmed_service_indication] => true [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => true [connectionoriented_confirmed_service_indication] => true [connectionoriented_confirmed_service_load] => true [connectionoriented_confirmed_cache_operation] => true [utf8_support] => false [ascii_support] => true [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] => true [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => true [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => true [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 524288 [j2me_max_jar_size] => 131072 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 128 [j2me_screen_height] => 128 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 16 [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] => true [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] => true [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => -6 [j2me_right_softkey_code] => -7 [j2me_middle_softkey_code] => -5 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => -8 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 307200 [mms_max_height] => 480 [mms_max_width] => 640 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => false [mms_midi_monophonic] => true [mms_midi_polyphonic] => true [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => true [mms_nokia_operatorlogo] => true [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => true [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => true [mms_jad] => true [mms_vcard] => true [mms_vcalendar] => false [mms_wml] => true [mms_wbxml] => true [mms_wmlc] => true [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => true [picturemessage] => true [operatorlogo] => true [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] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => true [imelody] => false [au] => false [amr] => true [awb] => true [aac] => true [mp3] => true [voices] => 64 [qcelp] => false [evrc] => false [flash_lite_version] => 2_1 [fl_wallpaper] => true [fl_screensaver] => true [fl_standalone] => true [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] => true [playback_vcodec_h263_0] => 30 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 3 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 1.3 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => wb [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] => 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-01-26 16:42:06</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>
ThaDafinser/UserAgentParserComparison
v3/user-agent-detail/45/47/454700d8-08f8-4c09-b41f-31afd9dd1e85.html
HTML
mit
37,175
<section data-ng-controller="CodesController"> <div class="page-header"> <h1>New Code</h1> </div> <div class="col-md-12"> <form class="form-horizontal" data-ng-submit="create()" novalidate> <fieldset> <div class="form-group"> <label class="control-label" for="description">Description</label> <div class="controls"> <input type="text" data-ng-model="description" id="description" class="form-control" placeholder="Enter the scenario for which this code will be useful" required> </div> </div> <div class="form-group"> <label class="control-label" for="code">Code Snippet</label> <div class="controls"> <textarea rows="10" cols="30" data-ng-model="code" id="code" class="form-control" placeholder="Enter the code snippet here" required></textarea> </div> </div> <div class="form-group"> <input type="submit" class="btn btn-default"> </div> <div data-ng-show="error" class="text-danger"> <strong data-ng-bind="error"></strong> </div> </fieldset> </form> </div> </section>
dreamerkumar/udemy-meanjs
public/modules/codes/views/create-code.client.view.html
HTML
mit
1,346
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19</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 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 </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">imobile</td><td>i-note WIFI3</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 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 [family] => i-mobile i-note WIFI3 [brand] => imobile [model] => i-note WIFI3 ) </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>Chrome 18.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.017</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] => /^mozilla\/5\.0 \(.*linux.*android.4\.0.*\) applewebkit\/.* \(khtml, like gecko\) chrome\/18\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.0*) applewebkit/* (khtml, like gecko) chrome/18.*safari/* [parent] => Chrome 18.0 for Android [comment] => Chrome 18.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 18.0 [majorver] => 18 [minorver] => 0 [platform] => Android [platform_version] => 4.0 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Chrome 18.0.1025.166</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] => Android [browser] => Chrome [version] => 18.0.1025.166 ) </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>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></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.267</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] => desktop-browser [mobile_brand] => [mobile_model] => [version] => 18.0.1025.166 [is_android] => [browser_name] => Chrome [operating_system_family] => Android [operating_system_version] => 4.0.4 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.0.x Ice Cream Sandwich [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>Chrome 18.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555">i-mobile</td><td>i-note WIFI3</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</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] => Chrome [short_name] => CH [version] => 18.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.0 [platform] => ) [device] => Array ( [brand] => IO [brandName] => i-mobile [model] => i-note WIFI3 [device] => 2 [deviceName] => tablet ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => 1 [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>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</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 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 18.0.1025.166 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.0.4 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) ) ) </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>Chrome 18.0.1025</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">imobile</td><td>i-note WIFI3</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-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] => 18 [minor] => 0 [patch] => 1025 [family] => Chrome ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 0 [patch] => 4 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => imobile [model] => i-note WIFI3 [family] => i-mobile i-note WIFI3 ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 ) </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>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.0.4</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.056</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] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.0.4 [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>Chrome 18.0.1025.166</td><td>WebKit 535.19</td><td>Android 4.0.4</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.412</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] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 18 on Android (Ice Cream Sandwich) [browser_version] => 18 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => imobile ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Ice Cream Sandwich [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 535.19 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Ice Cream Sandwich) [operating_system_version_full] => 4.0.4 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.0.4; i-mobile i-note WIFI3 Build/imobile.I-note.WIFI3.V015.20121212) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19 [browser_version_full] => 18.0.1025.166 [browser] => Chrome 18 ) </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>Chrome 18</td><td>Webkit 535.19</td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">i-Mobile</td><td>i-Note 3</td><td>tablet</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.042</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] => Chrome [version] => 18 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 535.19 ) [os] => Array ( [name] => Android [version] => 4.0.4 ) [device] => Array ( [type] => tablet [manufacturer] => i-Mobile [model] => i-Note 3 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Chrome 18.0.1025.166</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.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] => Chrome [vendor] => Google [version] => 18.0.1025.166 [category] => smartphone [os] => Android [os_version] => 4.0.4 ) </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>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.05001</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] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.0 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.0 [complete_device_name] => Generic Android 4 Tablet [form_factor] => Tablet [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 4 Tablet [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.0 [pointing_method] => touchscreen [release_date] => 2012_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => true [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 60 [max_image_width] => 480 [max_image_height] => 800 [rows] => 40 [physical_screen_width] => 92 [physical_screen_height] => 153 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => 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] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [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:41:25</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>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/e4/c2/e4c2df5f-9003-4a6d-9959-2ffa5cd971d2.html
HTML
mit
46,741
<applet code = com.gen.cube.Start archive = Cube.jar width = 600 height = 600 />
dbunker/Cube
result.html
HTML
mit
95
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-zify: 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.2 / mathcomp-zify - 1.2.0+1.12+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> mathcomp-zify <small> 1.2.0+1.12+8.13 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-01-21 17:10:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-21 17:10:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.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;sakaguchi@coins.tsukuba.ac.jp&quot; homepage: &quot;https://github.com/math-comp/mczify&quot; dev-repo: &quot;git+https://github.com/math-comp/mczify.git&quot; bug-reports: &quot;https://github.com/math-comp/mczify/issues&quot; license: &quot;CECILL-B&quot; synopsis: &quot;Micromega tactics for Mathematical Components&quot; description: &quot;&quot;&quot; This small library enables the use of the Micromega arithmetic solvers of Coq for goals stated with the definitions of the Mathematical Components library by extending the zify tactic.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {(&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.16~&quot;)} &quot;coq-mathcomp-algebra&quot; {(&gt;= &quot;1.12&quot; &amp; &lt; &quot;1.14~&quot;)} ] tags: [ &quot;logpath:mathcomp.zify&quot; ] authors: [ &quot;Kazuhiko Sakaguchi&quot; ] url { src: &quot;https://github.com/math-comp/mczify/archive/1.2.0+1.12+8.13.tar.gz&quot; checksum: &quot;sha256=a19515dcfb2a3ec95261b400dbd1bfb820ce6029b8a76d295ab2448e18825958&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-zify.1.2.0+1.12+8.13 coq.8.12.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.12.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-zify -&gt; coq &gt;= 8.13 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-zify.1.2.0+1.12+8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.2/mathcomp-zify/1.2.0+1.12+8.13.html
HTML
mit
6,779
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gappa: 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 / gappa - 1.5.1</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.5.1 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-02-24 17:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 17:13:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 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; 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;ocamlfind&quot; {build} &quot;coq&quot; {&gt;= &quot;8.8.1&quot; &amp; &lt; &quot;8.16~&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.0&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:2022-01-18&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.5.1.tar.gz&quot; checksum: &quot;sha512=24763d44523334792ac65bf5db5b5edeb1e8e0f3d44f365353ea8d0acc277ba67c50071302c725992fc73f9213ac98b54347fe4c789f21d5ff78133b00123f9e&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.5.1 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-gappa -&gt; coq &gt;= 8.8.1 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-gappa.1.5.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1/gappa/1.5.1.html
HTML
mit
7,233
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 03 13:25:59 EST 2013 --> <TITLE> Uses of Class com.sun.squawk.platform.posix.natives.NetDBImpl (2013 FRC Java API) </TITLE> <META NAME="date" CONTENT="2013-01-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.sun.squawk.platform.posix.natives.NetDBImpl (2013 FRC Java API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sun/squawk/platform/posix/natives/NetDBImpl.html" title="class in com.sun.squawk.platform.posix.natives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-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> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?com/sun/squawk/platform/posix/natives/\class-useNetDBImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NetDBImpl.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.sun.squawk.platform.posix.natives.NetDBImpl</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../com/sun/squawk/platform/posix/natives/NetDBImpl.html" title="class in com.sun.squawk.platform.posix.natives">NetDBImpl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.sun.squawk.platform.posix.linux.natives"><B>com.sun.squawk.platform.posix.linux.natives</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.sun.squawk.platform.posix.linux.natives"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../com/sun/squawk/platform/posix/natives/NetDBImpl.html" title="class in com.sun.squawk.platform.posix.natives">NetDBImpl</A> in <A HREF="../../../../../../../com/sun/squawk/platform/posix/linux/natives/package-summary.html">com.sun.squawk.platform.posix.linux.natives</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../../com/sun/squawk/platform/posix/natives/NetDBImpl.html" title="class in com.sun.squawk.platform.posix.natives">NetDBImpl</A> in <A HREF="../../../../../../../com/sun/squawk/platform/posix/linux/natives/package-summary.html">com.sun.squawk.platform.posix.linux.natives</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../com/sun/squawk/platform/posix/linux/natives/NetDBImpl.html" title="class in com.sun.squawk.platform.posix.linux.natives">NetDBImpl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sun/squawk/platform/posix/natives/NetDBImpl.html" title="class in com.sun.squawk.platform.posix.natives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-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> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?com/sun/squawk/platform/posix/natives/\class-useNetDBImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NetDBImpl.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> "<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>" </BODY> </HTML>
arithehun/frc
java/2013/com/sun/squawk/platform/posix/natives/class-use/NetDBImpl.html
HTML
mit
8,815
<html> <head> <style> #gamePicture { width: 800px; height: 600px; background-image: url(bridgeKeeper.png); background-size: contain; background-repeat: no-repeat; } </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="trololol.js"></script> </head> <body> <center><div id="gamePicture"></div> <div id="questions"></div> <input type="text"></input> </center> <script> var name = prompt("What is your name?").toUpperCase(); if (name === "AIDAN") { prompt("You are immediately crippled. You fall on the floor, crying, lacking the will to go on, praying that it would all end now, when suddenly a troll comes up and beats you up. you lay there clearly beaten. And the troll steals your glasses too.\n \n The End!"); } else if (name === "YOUR MOM") { prompt("Leave now. You are not welcome here."); } else { Start(); } function Start() { var Opening = prompt("You are in a high level security prision, being held for a crime you didn't commit. However, tonight you hear that one of your fellow inmates is having a birthday party and that there will be cake. You immediately want to escape.\n\n Type b to go to your bed or d to go to your door.").toUpperCase(); switch (Opening){ case "B": Bed(); break; case "D": Door(); break; default: prompt("You can't do that."); Start(); } } function Bed() { var atBed = prompt("What a hideous looking bed.\n\n Type s to sit or b to go back.").toUpperCase(); switch (atBed){ case "S": var onBed = prompt("What are you doing "+ name +"? You want to escape. There's no time to rest! Get up!\n\n Type s to sit harder or b to go back.").toUpperCase(); switch (onBed){ case "S": var stillOnBed = prompt("Seriously? I give you this whole game to play and you decide to just sit here and do nothing? Fine.\n\n Type anything to die.") switch (stillOnBed){ default: prompt("Suddenly a meteor falls from the sky, crushing you instantly. " + "Your cell is splattered with blood and a billion little chunks of you. " + "No one loves you. No one came to your funeral either, because in the end you were just some criminal scum.\n\n" + "The End.") } break; case "B": Start(); break; default: prompt("You can't do that."); } break; case "B": Start(); break; default: prompt("You can't do that."); } } function Door() { var atDoor = prompt("") } </script> </body> </html>
Steven-The-Great/Stevens-Server-Stuff
promptAdventure.html
HTML
mit
2,547