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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "http://perso.ens-lyon.fr/damien.pous/upto/"
license: "GPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/WeakUpTo"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: weak bisimilarity"
"keyword: weak bisimulation"
"keyword: up-to techniques"
"keyword: termination"
"keyword: commutation"
"keyword: Newman's lemma"
"category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"date: 2005-02-22"
]
authors: [
"Damien Pous <damien.pous at ens-lyon.fr> [http://perso.ens-lyon.fr/damien.pous/]"
]
bug-reports: "https://github.com/coq-contribs/weak-up-to/issues"
dev-repo: "git+https://github.com/coq-contribs/weak-up-to.git"
synopsis: "New Up-to Techniques for Weak Bisimulation"
description: """
This contribution is the formalisation of a paper that appeared in
Proc. of ICALP 2005: "Up-to Techniques for Weak Bisimulation".
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's Lemma to commutation results is
established."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/weak-up-to/archive/v8.10.0.tar.gz"
checksum: "md5=9e335639ad54f2dad223e4441f9ecd4c"
}
</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't be met:
- coq-weak-up-to -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/sum-of-two-square"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SumOfTwoSquare"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: number theory" "category: Mathematics/Arithmetic and Number Theory/Number theory" "date: 2004-12-13" ]
authors: [ "Laurent Thery" ]
bug-reports: "https://github.com/coq-contribs/sum-of-two-square/issues"
dev-repo: "git+https://github.com/coq-contribs/sum-of-two-square.git"
synopsis: "Numbers equal to the sum of two square numbers"
description: """
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."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/sum-of-two-square/archive/v8.6.0.tar.gz"
checksum: "md5=2f23a824697ab8c4d635f22f1cb42733"
}
</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't be met:
- coq-sum-of-two-square -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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
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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/fsets"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FSets"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: finite sets"
"keyword: sorted lists"
"keyword: balanced trees"
"keyword: red-black trees"
"keyword: AVL"
"keyword: functors"
"keyword: data structures"
"category: Computer Science/Data Types and Data Structures"
"category: Miscellaneous/Extracted Programs/Data structures"
]
authors: [
"Pierre Letouzey"
"Jean-Christophe Filliรขtre"
]
bug-reports: "https://github.com/coq-contribs/fsets/issues"
dev-repo: "git+https://github.com/coq-contribs/fsets.git"
synopsis: "Finite Sets overs Ordered Types"
description: """
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."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/fsets/archive/v8.10.0.tar.gz"
checksum: "md5=72e843923dca1a2b32efbb1e856b41df"
}
</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't be met:
- coq-fsets -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/functions-in-zfc"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FunctionsInZFC"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: set theory"
"keyword: Zermelo-Fraenkel"
"keyword: functions"
"category: Mathematics/Logic/Set theory"
"date: April 2001"
]
authors: [
"Carlos Simpson <carlos@math.unice.fr>"
]
bug-reports: "https://github.com/coq-contribs/functions-in-zfc/issues"
dev-repo: "git+https://github.com/coq-contribs/functions-in-zfc.git"
synopsis: "Functions in classical ZFC"
description: """
This mostly repeats Guillaume Alexandre's contribution `zf',
but in classical logic and with a different proof style. We start with a
simple axiomatization of some flavor of ZFC (for example Werner'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."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/functions-in-zfc/archive/v8.10.0.tar.gz"
checksum: "md5=edb51c470e38728b3a376df99e2e058e"
}
</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't be met:
- coq-functions-in-zfc -> coq >= 8.10
Your request can'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: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/reglang"
dev-repo: "git+https://github.com/coq-community/reglang.git"
bug-reports: "https://github.com/coq-community/reglang/issues"
doc: "https://coq-community.github.io/reglang/"
license: "CECILL-B"
synopsis: "Representations of regular languages (i.e., regexps, various types of automata, and WS1S) with equivalence proofs, in Coq and MathComp"
description: """
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."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.10" & < "8.16~"}
"coq-mathcomp-ssreflect" {>= "1.9" & < "1.15~"}
]
tags: [
"category:Computer Science/Formal Languages Theory and Automata"
"keyword:regular languages"
"keyword:regular expressions"
"keyword:finite automata"
"keyword:two-way automata"
"keyword:monadic second-order logic"
"logpath:RegLang"
"date:2020-12-14"
]
authors: [
"Christian Doczkal"
"Jan-Oliver Kaiser"
"Gert Smolka"
]
url {
src: "https://github.com/coq-community/reglang/archive/v1.1.2.tar.gz"
checksum: "sha512=13395112478648b7c0fa6ea7d54a535b53749c000b45b02ebb62a8ce503a0fd1ee637d1a04062740adccccb0b6f0832416b67b1c9e4ce32133eb5be568a669d3"
}
</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: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "http://gappa.gforge.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
license: "LGPL-2.1-only"
build: [
["./autogen.sh"]
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"ocaml"
"camlp5"
"coq" {= "8.11.0"}
"coq-flocq" {= "3.2.0+8.11"}
("conf-g++" {build} | "conf-clang" {build})
"conf-autoconf" {build}
]
tags: [
"keyword:floating-point arithmetic"
"keyword:interval arithmetic"
"keyword:decision procedure"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Gappa"
]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "(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"
url {
src: "https://github.com/MSoegtropIMC/gappa-coq/archive/d6f5177181c35f07ff50bd5c173ee13528e06576.tar.gz"
checksum: "sha512=857eca02eff8900579fb370bc3c7b46d36ee82e4fba315c64f423b8e02a3f820d2424a518cc124f916db27717456c786987b49df10fefdfb2e7dd835305f218b"
}
</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't be met:
- coq-gappa -> coq = 8.11.0
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/sudoku"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Sudoku"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: sudoku" "keyword: puzzles" "keyword: Davis-Putnam" "category: Miscellaneous/Logical Puzzles and Entertainment" "date: 2006-02" ]
authors: [ "Laurent Thรฉry <thery@sophia.inria.fr> [http://www-sop.inria.fr/lemme/personnel/Laurent.Thery/me.html]" ]
bug-reports: "https://github.com/coq-contribs/sudoku/issues"
dev-repo: "git+https://github.com/coq-contribs/sudoku.git"
synopsis: "A certified Sudoku solver"
description: """
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."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/sudoku/archive/v8.7.0.tar.gz"
checksum: "md5=14389b29dca1269f4818a7d3e57f96f0"
}
</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: "2.0"
maintainer: [
"Pierre Roux <pierre.roux@onera.fr>"
"รrik Martin-Dorel <erik.martin-dorel@irit.fr>"
]
homepage: "https://sourcesup.renater.fr/validsdp/"
dev-repo: "git+https://github.com/validsdp/validsdp.git"
bug-reports: "https://github.com/validsdp/validsdp/issues"
license: "LGPL-2.1-or-later"
build: [
["sh" "-c" "./configure"]
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.11~"}
"coq-bignums"
"coq-flocq" {>= "3.1.0"}
"coq-coquelicot" {>= "3.0"}
"coq-interval" {>= "3.4.0" & < "4~"}
"coq-mathcomp-field" {>= "1.8" & < "1.10~"}
"ocamlfind" {build}
"conf-autoconf" {build & dev}
]
synopsis: "LibValidSDP"
description: """
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.
"""
tags: [
"keyword:libValidSDP"
"keyword:ValidSDP"
"keyword:floating-point arithmetic"
"keyword:Cholesky decomposition"
"category:Miscellaneous/Coq Extensions"
"logpath:libValidSDP"
]
authors: [
"Pierre Roux <pierre.roux@onera.fr>"
"รrik Martin-Dorel <erik.martin-dorel@irit.fr>"
]
url {
src: "https://github.com/validsdp/validsdp/releases/download/v0.6.0/libvalidsdp-0.6.0.tar.gz"
checksum: "sha256=2cb2401c5fdf53adae3a93c020f358aca72bed0a7d1b3d0cda94bf50123b0e34"
}
</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: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL 2.1"
build: [ make "-j%{jobs}%" {ocaml:version >= "4.06"} ]
install: [ make "install" ]
depends: [
"ocaml"
"conf-g++" {build}
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword:automation"
"category:Miscellaneous/Coq Extensions"
"date:2018-04-09" ]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
"Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>"
"Burak Ekici <burak.ekici@uibk.ac.at>"
]
synopsis: "Automation for Dependent Type Theory"
url {
src: "https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.0.8-coq8.7.tar.gz"
checksum: "md5=01267d1ade74dd431ba15cee21c87217"
}
</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't be met:
- coq-hammer -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can'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
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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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: "2.0"
maintainer: "Matej Koลกรญk <matej.kosik@inria.fr>"
homepage: "http://compcert.inria.fr/"
dev-repo: "git+https://github.com/AbsInt/CompCert.git"
bug-reports: "https://github.com/AbsInt/CompCert/issues"
license: "INRIA Non-Commercial License Agreement"
build: [
[
"./configure"
"ia32-linux" {os = "linux"}
"ia32-macosx" {os = "macos"}
"ia32-cygwin" {os = "cygwin"}
"-bindir"
"%{bin}%"
"-libdir"
"%{lib}%/compcert"
"-clightgen"
]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "%{bin}%/ccomp"]
["rm" "%{bin}%/clightgen"]
["rm" "-R" "%{lib}%/compcert"]
["rm" "%{share}%/compcert.ini"]
["rm" "%{share}%/man/man1/ccomp.1"]
["sh" "-c" "rmdir -p %{share}%/man/man1 || true"]
]
depends: [
"ocaml"
"coq" {>= "8.5.2" & < "8.6~"}
"menhir" {>= "20160303" & < "20180530"}
]
synopsis: "The CompCert C compiler"
authors: "Xavier Leroy <xavier.leroy@inria.fr>"
url {
src: "https://github.com/AbsInt/CompCert/archive/v3.0.tar.gz"
checksum: "md5=8590239f6219f8bbc48c4e91f5d16921"
}
</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't be met:
- coq-compcert -> coq < 8.6~ -> ocaml < 4.02.0
base of this switch (use `--unlock-base' to force)
Your request can'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&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=31041&V_DOCUMENT.docRank=31042&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492304562613&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456241695&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=31043&V_DOCUMENT.docRank=31044&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492304562613&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567124756&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
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
</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
</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
</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
</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&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/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: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/hydra-battles"
dev-repo: "git+https://github.com/coq-community/hydra-battles.git"
bug-reports: "https://github.com/coq-community/hydra-battles/issues"
license: "MIT"
synopsis: "Comparison between ordinals in Gaia and Hydra battles"
description: """
The Gaia and Hydra battles projects develop different notions of ordinals.
This development bridges the different notions."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.13" & < "8.15~"}
"coq-hydra-battles" {>= "0.4"}
"coq-mathcomp-ssreflect" {>= "1.12.0" & < "1.13~"}
"coq-mathcomp-zify"
"coq-gaia" {>= "1.12" & < "1.13~"}
]
tags: [
"category:Mathematics/Logic/Foundations"
"keyword:ordinals"
"logpath:gaia_hydras"
"date:2021-10-15"
]
authors: [
"Pierre Castรฉran"
]
url {
src: "https://github.com/coq-community/hydra-battles/archive/v0.5.tar.gz"
checksum: "sha512=7edd74fa408b996ebe7c4748046fda522f24a4b532c58b5ad55edeaa4bbd137ba9f21b0b6c1f824d4e7c50f04fb6afe488dfbcd24702e8fe44eb75b780610458"
}
</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't be met:
- coq-gaia-hydras -> coq >= 8.13
Your request can'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 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"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </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  <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: "2.0"
maintainer: "reynald.affeldt@aist.go.jp"
homepage: "https://github.com/affeldt-aist/monae"
bug-reports: "https://github.com/affeldt-aist/monae/issues"
dev-repo: "git+https://github.com/affeldt-aist/monae.git"
license: "GPL-3.0-or-later"
authors: [
"Reynald Affeldt"
"David Nowak"
"Takafumi Saikawa"
"Jacques Garrigue"
"Celestine Sauvage"
]
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" { >= "8.10" & < "8.11~" }
"coq-infotheo" { >= "0.0.5" & < "0.0.7" }
]
synopsis: "Monae"
description: """
This repository contains a formalization of monads including several
models, examples of monadic equational reasoning, and an application
to program semantics.
"""
tags: [
"category:Computer Science/Semantics"
"keyword: monad"
"keyword: effect"
"keyword: probability"
"logpath:monae"
"date:2019-11-09"
]
url {
http: "https://github.com/affeldt-aist/monae/archive/0.0.3.tar.gz"
checksum: "sha512=8f8e97b32100b8393b20dbfbaa715b933416fbdfbe42e1c6acc0b6b37920f39f58c59c9c3c2e65549849080c3ce511bf7f5260f785ecd549b6dea1193a178f53"
}
</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't be met:
- coq-monae -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "llee454@gmail.com"
homepage: "https://github.com/llee454/functional-algebra"
dev-repo: "git+https://github.com/llee454/functional-algebra.git"
bug-reports: "https://github.com/llee454/functional-algebra/issues"
authors: ["Larry D. Lee Jr."]
license: "LGPLv3"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/functional_algebra"]
depends: [
"ocaml"
"coq" {>= "8.4" & < "8.13~"}
]
tags: [
"keyword:algebra"
"keyword:abstract algebra"
"category:Miscellaneous/Coq Extensions"
"date:2018-08-11"
"logpath:functional-algebra"
]
synopsis:
"This package provides a Coq formalization of abstract algebra using"
description: """
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."""
flags: light-uninstall
url {
src: "https://github.com/llee454/functional-algebra/archive/1.0.2.tar.gz"
checksum: "md5=669f85d5dd1aa2fa235e5518432896a1"
}
</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: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-error-handlers"
dev-repo: "git+https://github.com/clarus/coq-error-handlers.git"
bug-reports: "https://github.com/clarus/coq-error-handlers/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ErrorHandlers"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "Simple and robust error handling functions"
flags: light-uninstall
url {
src: "https://github.com/clarus/coq-error-handlers/archive/1.2.0.tar.gz"
checksum: "md5=e485360ba31980d55cf053cf59b255e2"
}
</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: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-opam-website"
dev-repo: "git+https://github.com/clarus/coq-opam-website.git"
bug-reports: "https://github.com/clarus/coq-opam-website/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
["sh" "-c" "cd extraction && make"]
]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
"coq-io" {>= "3.0.0"}
"coq-io-exception" {>= "1.0.0"}
"coq-io-system" {>= "2.2.0" & < "2.3.0"}
"coq-list-string" {>= "2.1.0"}
]
synopsis: "Generation of a Coq website for OPAM: http://coq.io/opam/ "
url {
src: "https://github.com/clarus/coq-opam-website/archive/1.0.0.tar.gz"
checksum: "md5=8e5485ebaf730a661cf7cd35976c407c"
}
</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't be met:
- coq-opam-website -> coq-io-exception -> coq < 8.5~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "https://math-comp.github.io/math-comp/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
dev-repo: "git+https://github.com/math-comp/fourcolor"
license: "CeCILL-B"
build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
depends: [ "coq-mathcomp-algebra" { >= "1.8.0" & < "1.9" } ]
tags: [ "keyword:Four color theorem" "keyword:small scale reflection" "keyword:mathematical components" ]
authors: [ "Georges Gonthier" ]
synopsis: "Mechanization of the Four Color Theorem"
description: """
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.
"""
url {
src: "https://github.com/math-comp/fourcolor/archive/v1.2.tar.gz"
checksum: "sha256=93add0655031f2207d8e5b48dcccd76ff6dff7ea0a17ddada07b10a2d0a395b0"
}
</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't be met:
- coq-fourcolor -> coq-mathcomp-algebra < 1.9 -> coq-mathcomp-fingroup < 1.9.0 -> coq-mathcomp-ssreflect < 1.9.0 -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "francois.pottier@inria.fr"
authors: [
"Arthur Charguรฉraud <arthur.chargueraud@inria.fr>"
]
homepage: "https://gforge.inria.fr/projects/tlc/"
dev-repo: "git+https://scm.gforge.inria.fr/anonscm/git/tlc/tlc.git"
bug-reports: "tlc-users@lists.gforge.inria.fr"
license: "CeCILL-B"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
[make "uninstall"]
]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
synopsis: "A general-purpose library"
url {
src: "http://gallium.inria.fr/~fpottier/tlc/tlc-20161010.tar.gz"
checksum: "md5=a94c07777f0760e109784e7223ebd1a4"
}
</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't be met:
- coq-tlc -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ieee754"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IEEE754"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: floating-point arithmetic"
"keyword: IEEE"
"category: Computer Science/Data Types and Data Structures"
"category: Computer Science/Semantics and Compilation/Semantics"
"date: 1997"
]
authors: [
"Patrick Loiseleur"
]
bug-reports: "https://github.com/coq-contribs/ieee754/issues"
dev-repo: "git+https://github.com/coq-contribs/ieee754.git"
synopsis: "A formalisation of the IEEE754 norm on floating-point arithmetic"
description: """
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. "Flocq: A Unified Library for Proving Floating-point Algorithms
in Coq" by S. Boldo and G. Melquiond, 2011."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ieee754/archive/v8.10.0.tar.gz"
checksum: "md5=dca74fbeedf9b4e624fa425643bcbeb8"
}
</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't be met:
- coq-ieee754 -> coq >= 8.10
Your request can'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: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/mutual-exclusion"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MutualExclusion"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"keyword:mutual exclusion"
"keyword:concurrency"
"keyword:Peterson's algorithm"
"keyword:co-inductive types"
"keyword:co-induction"
"category:Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols"
"category:Miscellaneous/Extracted Programs/Automata and protocols"
]
authors: [ "Eduardo Gimรฉnez <>" ]
bug-reports: "https://github.com/coq-contribs/mutual-exclusion/issues"
dev-repo: "git+https://github.com/coq-contribs/mutual-exclusion.git"
synopsis: "A certification of Peterson's algorithm for managing mutual exclusion"
description: """
This is a proof of certification of Peterson's algorithm
for managing mutual exclusion. The case of two processes is treated
in the directory called ``binary'' (see the README file in this
directory). The case of n processes will be available soon."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/mutual-exclusion/archive/v8.5.0.tar.gz"
checksum: "md5=a0e3d892c7d7ff166612e7b41312c166"
}
</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't be met:
- coq-mutual-exclusion -> coq < 8.6~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
name: "coq-mathcomp-fingroup"
version: "1.6"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "http://ssr.msr-inria.inria.fr/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/fingroup" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/fingroup" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/fingroup'" ]
depends: [
"ocaml"
"coq-mathcomp-ssreflect" {= "1.6"}
]
tags: [ "keyword:finite groups" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Thรฉry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on finite groups"
description: """
This library contains definitions and theorems about finite groups,
group quotients, group morphisms, group presentation, group action..."""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.6.tar.gz"
checksum: "md5=038ba80c0d6b430428726ae4d00affcf"
}
</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't be met:
- coq-mathcomp-fingroup -> coq-mathcomp-ssreflect < 1.6.1 -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/ergo"
license: "Proprietary"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Ergo"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
"coq-containers" {= "8.5.0"}
"coq-counting" {= "8.5.0"}
"coq-nfix" {= "8.5.0"}
]
tags: [ "keyword:reflexive tactic" "keyword:decision procedure" "keyword:satisfiability modulo theories" "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" ]
authors: [ "Stรฉphane Lescuyer <>" ]
bug-reports: "https://github.com/coq-contribs/ergo/issues"
dev-repo: "git+https://github.com/coq-contribs/ergo.git"
synopsis: "Ergo: a Coq plugin for reification of term with arbitrary signature"
description:
"This library provides a tactic that performs SMT solving (SAT + congruence closure + arithmetic)."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ergo/archive/v8.5.0.tar.gz"
checksum: "md5=f9ba7d7c9c1aa8ff439b2b0636e80df8"
}
</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't be met:
- coq-ergo -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
homepage: "https://github.com/coq-community/paramcoq"
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
bug-reports: "https://github.com/coq-community/paramcoq/issues"
license: "MIT"
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.13" & < "8.14~"}
]
tags: [
"keyword:paramcoq"
"keyword:parametricity"
"keyword:OCaml modules"
"category:Miscellaneous/Coq Extensions"
"logpath:Param"
"date:2020-12-27"
]
authors: [
"Chantal Keller (Inria, รcole polytechnique)"
"Marc Lasson (รNS de Lyon)"
"Abhishek Anand"
"Pierre Roux"
"Emilio Jesรบs Gallego Arias"
"Cyril Cohen"
"Matthieu Sozeau"
]
synopsis: "Plugin for generating parametricity statements to perform refinement proofs"
description: """
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 "translate" a large chunk of standard library."""
url {
src: "https://github.com/coq-community/paramcoq/archive/v1.1.2+coq8.13.tar.gz"
checksum: "sha256=0a2b85ca26a3ddc0660bc2ffce9258d9168b3fb6826b7bb3db973a502532e21d"
}
</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: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/ieee754"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IEEE754"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"date:1997"
"keyword:floating-point arithmetic"
"keyword:IEEE"
"category:Computer Science/Data Types and Data Structures"
"category:Computer Science/Semantics and Compilation/Semantics"
]
authors: [ "Patrick Loiseleur <>" ]
bug-reports: "https://github.com/coq-contribs/ieee754/issues"
dev-repo: "git+https://github.com/coq-contribs/ieee754.git"
synopsis: "A formalisation of the IEEE754 norm on floating-point arithmetic"
description: """
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."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ieee754/archive/v8.5.0.tar.gz"
checksum: "md5=cfefac3c1818703c363405a41a73fea3"
}
</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't be met:
- coq-ieee754 -> coq < 8.6~ -> ocaml < 4.02.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/lambda"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Lambda"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: pure lambda-calculus" "keyword: confluence" "keyword: parallel-moves lemma" "keyword: Lรฉvy's Cube Lemma" "keyword: Church-Rosser" "keyword: residual" "keyword: Prism theorem" "category: Computer Science/Lambda Calculi" ]
authors: [ "Gรฉrard Huet" ]
bug-reports: "https://github.com/coq-contribs/lambda/issues"
dev-repo: "git+https://github.com/coq-contribs/lambda.git"
synopsis: "Residual Theory in Lambda-Calculus"
description: """
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'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)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/lambda/archive/v8.6.0.tar.gz"
checksum: "md5=b2e9ca03915a8d17335e88a81210a302"
}
</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't be met:
- coq-lambda -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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 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 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"> </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"> </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"> </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"> </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> 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"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><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 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>
| 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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/int-map"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IntMap"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: finite sets" "keyword: maps" "keyword: binary integers" "keyword: efficient data structures" "keyword: data structures" "category: Computer Science/Data Types and Data Structures" "date: around 1999 (integrated within Coq 7.0)" ]
authors: [ "Jean Goubault <goubault [@] lsv.ens-cachan.fr>" ]
bug-reports: "https://github.com/coq-contribs/int-map/issues"
dev-repo: "git+https://github.com/coq-contribs/int-map.git"
synopsis: "Maps indexed by binary integers : IntMap"
description: """
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."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/int-map/archive/v8.8.0.tar.gz"
checksum: "md5=8fe4794955fcd652395c3cc687a584d6"
}
</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't be met:
- coq-int-map -> coq < 8.9~ -> ocaml < 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/lambek"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Lambek"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: Computational linguistic" "keyword: categorial grammar" "keyword: Lambek calculus..." "category: Computer Science/Formal Languages Theory and Automata" "date: March-July 2003" ]
authors: [ "Houda Anoun <anoun@labri.fr>" "Pierre Castรฉran <casteran@labri.fr>" ]
bug-reports: "https://github.com/coq-contribs/lambek/issues"
dev-repo: "git+https://github.com/coq-contribs/lambek.git"
synopsis: "A Coq Toolkit for Lambek Calculus"
description: """
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 ...)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/lambek/archive/v8.8.0.tar.gz"
checksum: "md5=146faacbe12684fc70e5840a963313c3"
}
</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't be met:
- coq-lambek -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/tortoise-hare-algorithm"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/TortoiseHareAlgorithm"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: program verification"
"keyword: paths"
"keyword: cycle detection"
"keyword: graphs"
"keyword: graph theory"
"keyword: finite sets"
"keyword: floyd"
"category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"date: 2007-02"
]
authors: [
"Jean-Christophe Filliรขtre"
]
bug-reports: "https://github.com/coq-contribs/tortoise-hare-algorithm/issues"
dev-repo: "git+https://github.com/coq-contribs/tortoise-hare-algorithm.git"
synopsis: "Tortoise and the hare algorithm"
description: """
Correctness proof of Floyd's cycle-finding algorithm, also known as
the "tortoise and the hare"-algorithm.
See http://en.wikipedia.org/wiki/Floyd's_cycle-finding_algorithm"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/tortoise-hare-algorithm/archive/v8.10.0.tar.gz"
checksum: "md5=eeec3ce4c4e041f34b9f94f48244e679"
}
</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 km, 157 habitants,
<a href="{{VLROOT}}/immobilier/monthureux-sur-saone_88310/">Monthureux-sur-Saรดne</a> localisรฉe ร 5 km, 948 habitants,
<a href="{{VLROOT}}/immobilier/belmont-les-darney_88049/">Belmont-lรจs-Darney</a> situรฉe ร 1 km, 120 habitants,
<a href="{{VLROOT}}/immobilier/bonvillet_88065/">Bonvillet</a> situรฉe ร 5 km, 343 habitants,
<a href="{{VLROOT}}/immobilier/gigneville_88199/">Gignรฉville</a> ร 6 km, 64 habitants,
<a href="{{VLROOT}}/immobilier/attigny_88016/">Attigny</a> ร 3 km, 258 habitants,
entre autres. De plus, Nonville est situรฉe ร seulement 26 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®ion=AD"/>
<link rel="alternate" hreflang="ar_AE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=AE"/>
<link rel="alternate" hreflang="en_AF"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=AF"/>
<link rel="alternate" hreflang="en_AG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=AG"/>
<link rel="alternate" hreflang="en_AI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=AI"/>
<link rel="alternate" hreflang="sq_AL"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=sq®ion=AL"/>
<link rel="alternate" hreflang="hy_AM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=hy®ion=AM"/>
<link rel="alternate" hreflang="en_AN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=AN"/>
<link rel="alternate" hreflang="pt_AO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=AO"/>
<link rel="alternate" hreflang="en_AR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=AR"/>
<link rel="alternate" hreflang="en_AS"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=AS"/>
<link rel="alternate" hreflang="de_AT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de®ion=AT"/>
<link rel="alternate" hreflang="en_AU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=AU"/>
<link rel="alternate" hreflang="nl_AW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl®ion=AW"/>
<link rel="alternate" hreflang="az_AZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=az®ion=AZ"/>
<link rel="alternate" hreflang="bs_BA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=bs®ion=BA"/>
<link rel="alternate" hreflang="en_BB"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BB"/>
<link rel="alternate" hreflang="en_BD"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BD"/>
<link rel="alternate" hreflang="fr_BE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=BE"/>
<link rel="alternate" hreflang="de_BE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de®ion=BE"/>
<link rel="alternate" hreflang="nl_BE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl®ion=BE"/>
<link rel="alternate" hreflang="en_BE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BE"/>
<link rel="alternate" hreflang="fr_BF"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=BF"/>
<link rel="alternate" hreflang="bg_BG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=bg®ion=BG"/>
<link rel="alternate" hreflang="ar_BH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=BH"/>
<link rel="alternate" hreflang="fr_BI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=BI"/>
<link rel="alternate" hreflang="fr_BJ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=BJ"/>
<link rel="alternate" hreflang="en_BM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BM"/>
<link rel="alternate" hreflang="en_BN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BN"/>
<link rel="alternate" hreflang="en_BO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BO"/>
<link rel="alternate" hreflang="pt_BR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=BR"/>
<link rel="alternate" hreflang="en_BS"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BS"/>
<link rel="alternate" hreflang="dz_BT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=dz®ion=BT"/>
<link rel="alternate" hreflang="no_BV"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=no®ion=BV"/>
<link rel="alternate" hreflang="tn_BW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=tn®ion=BW"/>
<link rel="alternate" hreflang="ru_BY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru®ion=BY"/>
<link rel="alternate" hreflang="en_BZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=BZ"/>
<link rel="alternate" hreflang="fr_CA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=CA"/>
<link rel="alternate" hreflang="en_CA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CA"/>
<link rel="alternate" hreflang="fr_CF"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=CF"/>
<link rel="alternate" hreflang="fr_CG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=CG"/>
<link rel="alternate" hreflang="fr_CH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=CH"/>
<link rel="alternate" hreflang="de_CH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de®ion=CH"/>
<link rel="alternate" hreflang="fr_CI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=CI"/>
<link rel="alternate" hreflang="en_CK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CK"/>
<link rel="alternate" hreflang="en_CL"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CL"/>
<link rel="alternate" hreflang="fr_CM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=CM"/>
<link rel="alternate" hreflang="zh_CN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=zh®ion=CN"/>
<link rel="alternate" hreflang="en_CO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CO"/>
<link rel="alternate" hreflang="en_CR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CR"/>
<link rel="alternate" hreflang="en_CU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CU"/>
<link rel="alternate" hreflang="pt_CV"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=CV"/>
<link rel="alternate" hreflang="en_CX"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CX"/>
<link rel="alternate" hreflang="en_CY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=CY"/>
<link rel="alternate" hreflang="cs_CZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=cs®ion=CZ"/>
<link rel="alternate" hreflang="de_DE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de®ion=DE"/>
<link rel="alternate" hreflang="fr_DJ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=DJ"/>
<link rel="alternate" hreflang="ar_DJ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=DJ"/>
<link rel="alternate" hreflang="da_DK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=da®ion=DK"/>
<link rel="alternate" hreflang="en_DM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=DM"/>
<link rel="alternate" hreflang="en_DO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=DO"/>
<link rel="alternate" hreflang="ar_DZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=DZ"/>
<link rel="alternate" hreflang="en_EC"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=EC"/>
<link rel="alternate" hreflang="et_EE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=et®ion=EE"/>
<link rel="alternate" hreflang="ar_EG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=EG"/>
<link rel="alternate" hreflang="ar_ER"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=ER"/>
<link rel="alternate" hreflang="es_ES"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=es®ion=ES"/>
<link rel="alternate" hreflang="am_ET"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=am®ion=ET"/>
<link rel="alternate" hreflang="fi_FI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fi®ion=FI"/>
<link rel="alternate" hreflang="en_FJ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=FJ"/>
<link rel="alternate" hreflang="en_FK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=FK"/>
<link rel="alternate" hreflang="en_FM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=FM"/>
<link rel="alternate" hreflang="fr_FR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=FR"/>
<link rel="alternate" hreflang="fr_GA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=GA"/>
<link rel="alternate" hreflang="en_GB"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GB"/>
<link rel="alternate" hreflang="en_GD"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GD"/>
<link rel="alternate" hreflang="ka_GE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ka®ion=GE"/>
<link rel="alternate" hreflang="fr_GF"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=GF"/>
<link rel="alternate" hreflang="en_GH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GH"/>
<link rel="alternate" hreflang="en_GI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GI"/>
<link rel="alternate" hreflang="da_GL"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=da®ion=GL"/>
<link rel="alternate" hreflang="en_GM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GM"/>
<link rel="alternate" hreflang="fr_GN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=GN"/>
<link rel="alternate" hreflang="fr_GP"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=GP"/>
<link rel="alternate" hreflang="en_GQ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GQ"/>
<link rel="alternate" hreflang="en_GR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GR"/>
<link rel="alternate" hreflang="en_GT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GT"/>
<link rel="alternate" hreflang="en_GU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GU"/>
<link rel="alternate" hreflang="pt_GW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=GW"/>
<link rel="alternate" hreflang="en_GY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=GY"/>
<link rel="alternate" hreflang="zh_HK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=zh®ion=HK"/>
<link rel="alternate" hreflang="en_HM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=HM"/>
<link rel="alternate" hreflang="en_HN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=HN"/>
<link rel="alternate" hreflang="hr_HR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=hr®ion=HR"/>
<link rel="alternate" hreflang="fr_HT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=HT"/>
<link rel="alternate" hreflang="hu_HU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=hu®ion=HU"/>
<link rel="alternate" hreflang="id_ID"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=id®ion=ID"/>
<link rel="alternate" hreflang="en_IE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=IE"/>
<link rel="alternate" hreflang="en_IL"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=IL"/>
<link rel="alternate" hreflang="en_IN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=IN"/>
<link rel="alternate" hreflang="ar_IQ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=IQ"/>
<link rel="alternate" hreflang="en_IR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=IR"/>
<link rel="alternate" hreflang="is_IS"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=is®ion=IS"/>
<link rel="alternate" hreflang="it_IT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=it®ion=IT"/>
<link rel="alternate" hreflang="en_JM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=JM"/>
<link rel="alternate" hreflang="ar_JO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=JO"/>
<link rel="alternate" hreflang="ja_JP"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ja®ion=JP"/>
<link rel="alternate" hreflang="en_KE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=KE"/>
<link rel="alternate" hreflang="ru_KG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru®ion=KG"/>
<link rel="alternate" hreflang="km_KH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=km®ion=KH"/>
<link rel="alternate" hreflang="en_KI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=KI"/>
<link rel="alternate" hreflang="fr_KM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=KM"/>
<link rel="alternate" hreflang="ar_KM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=KM"/>
<link rel="alternate" hreflang="en_KN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=KN"/>
<link rel="alternate" hreflang="ko_KP"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ko®ion=KP"/>
<link rel="alternate" hreflang="ko_KR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ko®ion=KR"/>
<link rel="alternate" hreflang="ar_KW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=KW"/>
<link rel="alternate" hreflang="en_KY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=KY"/>
<link rel="alternate" hreflang="ru_KZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru®ion=KZ"/>
<link rel="alternate" hreflang="en_LA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=LA"/>
<link rel="alternate" hreflang="ar_LB"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=LB"/>
<link rel="alternate" hreflang="en_LC"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=LC"/>
<link rel="alternate" hreflang="de_LI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de®ion=LI"/>
<link rel="alternate" hreflang="lt_LI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=lt®ion=LI"/>
<link rel="alternate" hreflang="en_LK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=LK"/>
<link rel="alternate" hreflang="en_LR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=LR"/>
<link rel="alternate" hreflang="en_LS"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=LS"/>
<link rel="alternate" hreflang="en_LT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=LT"/>
<link rel="alternate" hreflang="fr_LU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=LU"/>
<link rel="alternate" hreflang="de_LU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=de®ion=LU"/>
<link rel="alternate" hreflang="lv_LV"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=lv®ion=LV"/>
<link rel="alternate" hreflang="ar_LY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=LY"/>
<link rel="alternate" hreflang="ar_MA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=MA"/>
<link rel="alternate" hreflang="fr_MC"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=MC"/>
<link rel="alternate" hreflang="ro_MD"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ro®ion=MD"/>
<link rel="alternate" hreflang="en_ME"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=ME"/>
<link rel="alternate" hreflang="fr_MG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=MG"/>
<link rel="alternate" hreflang="en_MH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MH"/>
<link rel="alternate" hreflang="mk_MK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=mk®ion=MK"/>
<link rel="alternate" hreflang="fr_ML"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=ML"/>
<link rel="alternate" hreflang="my_MM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=my®ion=MM"/>
<link rel="alternate" hreflang="mn_MN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=mn®ion=MN"/>
<link rel="alternate" hreflang="pt_MO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=MO"/>
<link rel="alternate" hreflang="en_MP"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MP"/>
<link rel="alternate" hreflang="en_MQ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MQ"/>
<link rel="alternate" hreflang="ar_MR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=MR"/>
<link rel="alternate" hreflang="en_MS"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MS"/>
<link rel="alternate" hreflang="en_MT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MT"/>
<link rel="alternate" hreflang="en_MU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MU"/>
<link rel="alternate" hreflang="en_MV"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MV"/>
<link rel="alternate" hreflang="en_MW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MW"/>
<link rel="alternate" hreflang="es_MX"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=es®ion=MX"/>
<link rel="alternate" hreflang="en_MY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=MY"/>
<link rel="alternate" hreflang="pt_MZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=MZ"/>
<link rel="alternate" hreflang="en_NA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=NA"/>
<link rel="alternate" hreflang="fr_NC"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=NC"/>
<link rel="alternate" hreflang="fr_NE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=NE"/>
<link rel="alternate" hreflang="en_NF"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=NF"/>
<link rel="alternate" hreflang="en_NG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=NG"/>
<link rel="alternate" hreflang="en_NI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=NI"/>
<link rel="alternate" hreflang="nl_NL"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl®ion=NL"/>
<link rel="alternate" hreflang="no_NO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=no®ion=NO"/>
<link rel="alternate" hreflang="ne_NP"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ne®ion=NP"/>
<link rel="alternate" hreflang="en_NR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=NR"/>
<link rel="alternate" hreflang="en_NU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=NU"/>
<link rel="alternate" hreflang="en_NZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=NZ"/>
<link rel="alternate" hreflang="ar_OM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=OM"/>
<link rel="alternate" hreflang="en_PA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PA"/>
<link rel="alternate" hreflang="en_PE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PE"/>
<link rel="alternate" hreflang="fr_PF"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=PF"/>
<link rel="alternate" hreflang="en_PG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PG"/>
<link rel="alternate" hreflang="en_PH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PH"/>
<link rel="alternate" hreflang="en_PK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PK"/>
<link rel="alternate" hreflang="pl_PL"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pl®ion=PL"/>
<link rel="alternate" hreflang="fr_PM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=PM"/>
<link rel="alternate" hreflang="en_PN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PN"/>
<link rel="alternate" hreflang="pt_PT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=PT"/>
<link rel="alternate" hreflang="en_PW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PW"/>
<link rel="alternate" hreflang="en_PY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=PY"/>
<link rel="alternate" hreflang="ar_QA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=QA"/>
<link rel="alternate" hreflang="fr_RE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=RE"/>
<link rel="alternate" hreflang="ro_RO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ro®ion=RO"/>
<link rel="alternate" hreflang="ru_RU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru®ion=RU"/>
<link rel="alternate" hreflang="fr_RW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=RW"/>
<link rel="alternate" hreflang="ar_SA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=SA"/>
<link rel="alternate" hreflang="en_SB"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=SB"/>
<link rel="alternate" hreflang="fr_SC"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=SC"/>
<link rel="alternate" hreflang="ar_SD"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=SD"/>
<link rel="alternate" hreflang="sv_SE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=sv®ion=SE"/>
<link rel="alternate" hreflang="en_SG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=SG"/>
<link rel="alternate" hreflang="en_SH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=SH"/>
<link rel="alternate" hreflang="it_SI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=it®ion=SI"/>
<link rel="alternate" hreflang="sk_SK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=sk®ion=SK"/>
<link rel="alternate" hreflang="en_SL"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=SL"/>
<link rel="alternate" hreflang="it_SM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=it®ion=SM"/>
<link rel="alternate" hreflang="fr_SN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=SN"/>
<link rel="alternate" hreflang="ar_SO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=SO"/>
<link rel="alternate" hreflang="nl_SR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl®ion=SR"/>
<link rel="alternate" hreflang="pt_ST"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=pt®ion=ST"/>
<link rel="alternate" hreflang="en_SV"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=SV"/>
<link rel="alternate" hreflang="nl_SX"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=nl®ion=SX"/>
<link rel="alternate" hreflang="ar_SY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=SY"/>
<link rel="alternate" hreflang="en_SZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=SZ"/>
<link rel="alternate" hreflang="en_TC"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=TC"/>
<link rel="alternate" hreflang="fr_TD"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=TD"/>
<link rel="alternate" hreflang="ar_TD"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=TD"/>
<link rel="alternate" hreflang="fr_TG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=TG"/>
<link rel="alternate" hreflang="th_TH"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=th®ion=TH"/>
<link rel="alternate" hreflang="ru_TJ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru®ion=TJ"/>
<link rel="alternate" hreflang="en_TK"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=TK"/>
<link rel="alternate" hreflang="tk_TM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=tk®ion=TM"/>
<link rel="alternate" hreflang="ar_TN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=TN"/>
<link rel="alternate" hreflang="en_TO"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=TO"/>
<link rel="alternate" hreflang="en_TP"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=TP"/>
<link rel="alternate" hreflang="tr_TR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=tr®ion=TR"/>
<link rel="alternate" hreflang="en_TT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=TT"/>
<link rel="alternate" hreflang="en_TV"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=TV"/>
<link rel="alternate" hreflang="zh_TW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=zh®ion=TW"/>
<link rel="alternate" hreflang="en_TZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=TZ"/>
<link rel="alternate" hreflang="ru_UA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ru®ion=UA"/>
<link rel="alternate" hreflang="en_UG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=UG"/>
<link rel="alternate" hreflang="en_US"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=US"/>
<link rel="alternate" hreflang="en_UY"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=UY"/>
<link rel="alternate" hreflang="uz_UZ"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=uz®ion=UZ"/>
<link rel="alternate" hreflang="la_VA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=la®ion=VA"/>
<link rel="alternate" hreflang="en_VC"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=VC"/>
<link rel="alternate" hreflang="en_VE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=VE"/>
<link rel="alternate" hreflang="en_VG"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=VG"/>
<link rel="alternate" hreflang="en_VI"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=VI"/>
<link rel="alternate" hreflang="vi_VN"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=vi®ion=VN"/>
<link rel="alternate" hreflang="fr_VU"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=VU"/>
<link rel="alternate" hreflang="fr_WF"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=WF"/>
<link rel="alternate" hreflang="en_WS"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=WS"/>
<link rel="alternate" hreflang="ar_YE"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=ar®ion=YE"/>
<link rel="alternate" hreflang="fr_YT"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=fr®ion=YT"/>
<link rel="alternate" hreflang="en_ZA"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=ZA"/>
<link rel="alternate" hreflang="en_ZM"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=ZM"/>
<link rel="alternate" hreflang="en_ZR"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=ZR"/>
<link rel="alternate" hreflang="en_ZW"
href="http://www.sigmaaldrich.com/catalog/product/aldrich/h36206?lang=en®ion=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 ®
</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="ๅๆ/่ฒ่ฐฑ »"
onclick="cmCreatePageElementTag('Products-Analytical', 'SIAL-Header');"
target="_self"
class="navSubHead">ๅๆ/่ฒ่ฐฑ »</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="ๅๅญฆ »"
onclick="cmCreatePageElementTag('Products-Chemistry', 'SIAL-Header');"
target="_self"
class="navSubHead">ๅๅญฆ »</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="็ๅฝ็งๅญฆ »"
onclick="cmCreatePageElementTag('Products-Life-Science', 'SIAL-Header');"
target="_self"
class="navSubHead">็ๅฝ็งๅญฆ »</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="ๆๆ็งๅญฆ »"
onclick="cmCreatePageElementTag('Products-Material-Science', 'SIAL-Header');"
target="_self"
class="navSubHead">ๆๆ็งๅญฆ »</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="ๅฎๅถไบงๅ »"
onclick="cmCreatePageElementTag('Products-Custom-Products', 'SIAL-Header');"
target="_self"
class="navSubHead">ๅฎๅถไบงๅ »</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="ๆๅก »"
onclick="cmCreatePageElementTag('Products-Service', 'SIAL-Header');"
target="_self"
class="navSubHead">ๆๅก »</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="ๅฎ้ชๅฎค่ๆ »"
onclick="cmCreatePageElementTag('Products-Labware', 'SIAL-Header');"
target="_self"
class="navSubHead">ๅฎ้ชๅฎค่ๆ »</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®ion=CN"
name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=corning&N=0&mode=match=partialmax&focus=product&lang=zh®ion=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®ion=CN"
name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=axygen&N=0&mode=match=partialmax&focus=product&lang=zh®ion=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®ion=CN"
name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=brand&N=0&mode=match=partialmax&focus=product&lang=zh®ion=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®ion=CN"
name="http://www.sigmaaldrich.com/catalog/search?interface=All_ZH&term=greiner&N=0&focus=product&lang=zh®ion=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="ๆฐไบงๅ »"
onclick="cmCreatePageElementTag('Products-New-Products', 'SIAL-Header');"
target="_self"
class="navSubHead">ๆฐไบงๅ »</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®ion=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%
</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> Beilstein Registry Number <span> 1913145 </span></p>
<li>
<p> EINECS ็ผๅท <span> <a
href="/catalog/search?term=205-031-5&interface=EG/EC No.&N=0&mode=partialmax&lang=zh®ion=CN&focus=product">205-031-5</a> </span>
</p>
<li>
<p> MDL number <span> <a
href="/catalog/search?term=MFCD00008387&interface=MDL No.&N=0&mode=partialmax&lang=zh®ion=CN&focus=product">MFCD00008387</a> </span>
</p>
<li>
<p> 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 Documents: <a
class="ALL" href="/spectra/fnmr/FNMR010639.PDF"
onClick="cmCreateManualPageviewTag(this.href,'PDF',this.href,window.location)">FTNMR
(PDF)</A></span> <span> </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&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&cm_sp=Insite-_-Labware-_-LabGlovesGp1">for
splash & 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
</td>
<td class="rgt">
98%
</td>
</tr>
<tr>
<td class="lft">
bp
</td>
<td class="rgt">
150-160 °C/5 mmHg(lit.)
</td>
</tr>
<tr>
<td class="lft">
mp
</td>
<td class="rgt">
62-64 °C(lit.)
</td>
</tr>
<tr>
<td class="lft">
solubility
</td>
<td class="rgt">
95% ethanol: soluble50 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®ion=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®ion=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">
็ฌฆๅท
</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> <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">
ไฟกๅท่ฏ
</td>
<td class="rgt">
<span class="warningLabel">Warning</span>
</td>
</tr>
<tr>
<td class="lft">
ๅฑๅฎณๅฃฐๆ
</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">
่ญฆ็คบๆงๅฃฐๆ
</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">
ไธชไบบ้ฒๆค่ฃ
ๅค
</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">
ๅฑๅฎณ็ (ๆฌงๆดฒ)
</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">
้ฃ้ฉๅฃฐๆ (ๆฌงๆดฒ)
</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">
ๅฎๅ
จๅฃฐๆ (ๆฌงๆดฒ)
</td>
<td class="rgt">
26
</td>
</tr>
<tr>
<td class="lft">
WGKๅพทๅฝ
</td>
<td class="rgt">
3
</td>
</tr>
<tr>
<td class="lft">
RTECS
</td>
<td class="rgt">
DJ1575000
</td>
</tr>
<tr>
<td class="lft">
้ช็น๏ผๅๆฐ๏ผ
</td>
<td class="rgt">
212 °F
</td>
</tr>
<tr>
<td class="lft">
้ช็น๏ผๆๆฐ๏ผ
</td>
<td class="rgt">
100 °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® 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š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®ion=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®ion=CN">2,2'-ไบ็พๅบ-4-็ฒๆฐงๅบไบ่ฏ็ฒ้
ฎ</a>
</div>
<p>98%</p><a class="viewButton"
href="/catalog/product/aldrich/323578?lang=zh®ion=CN">ๆฅ็</a>
</div>
<div class="thumb"><a
href="/catalog/product/aldrich/126217?lang=zh®ion=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®ion=CN">2,4-ไบ็พไบ่ฏ็ฒ้
ฎ</a>
</div>
<p>99%</p><a class="viewButton"
href="/catalog/product/aldrich/126217?lang=zh®ion=CN">ๆฅ็</a>
</div>
<div class="thumb"><a
href="/catalog/product/aldrich/413151?lang=zh®ion=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®ion=CN">2-็พๅบ-4-ๆญฃ่พๆฐงๅบไบ่ฏ็ฒ้
ฎ</a>
</div>
<p>98%</p><a class="viewButton"
href="/catalog/product/aldrich/413151?lang=zh®ion=CN">ๆฅ็</a>
</div>
<div class="thumb"><a
href="/catalog/product/fluka/01479?lang=zh®ion=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®ion=CN">็ดซๅค็บฟๅธๆถๅ
UV-9</a></div>
<p>certified reference material, TraceCERT<SUP>®</SUP></p><a
class="viewButton"
href="/catalog/product/fluka/01479?lang=zh®ion=CN">ๆฅ็</a>
</div>
<div class="thumb last"><a
href="/catalog/product/fluka/phr1074?lang=zh®ion=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®ion=CN">ๆฐง่ฏ้
ฎ</a>
</div>
<p>pharmaceutical secondary standard; traceable to USP</p><a
class="viewButton"
href="/catalog/product/fluka/phr1074?lang=zh®ion=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>็ๆๆๆ ยฉ 2015 Sigma-Aldrich Co. LLC. ไฟ็ๆๆๆๅฉใ</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'> </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'> </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'> </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'> </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'> </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: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/huffman"
dev-repo: "git+https://github.com/coq-community/huffman.git"
bug-reports: "https://github.com/coq-community/huffman/issues"
doc: "https://coq-community.github.io/huffman/"
license: "LGPL-2.1-or-later"
synopsis: "Coq proof of the correctness of the Huffman coding algorithm"
description: """
This projects contains a Coq proof of the correctness of the Huffman coding algorithm,
as described in David A. Huffman's paper A Method for the Construction of Minimum-Redundancy
Codes, Proc. IRE, pp. 1098-1101, September 1952."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.12" & < "8.15~"}
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"category:Miscellaneous/Extracted Programs/Combinatorics"
"keyword:data compression"
"keyword:code"
"keyword:huffman tree"
"logpath:Huffman"
"date:2021-07-30"
]
authors: [
"Laurent Thรฉry"
]
url {
src: "https://github.com/coq-community/huffman/archive/v8.13.0.tar.gz"
checksum: "sha512=7a38feed6b2757badaf696729287bf5df7a8786e97e3133faf647335ab36ecd7c83caa8c359288d4b8dff89012bdc240a9eb548f3ffe3dc5757244d4ea0f9b78"
}
</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't be met:
- coq-huffman -> coq >= 8.12 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "Laurent Thรฉry"
homepage: "https://github.com/thery/GeometricAlgebra"
bug-reports: "https://github.com/thery/GeometricAlgebra"
dev-repo: "git+https://github.com/thery/GeometricAlgebra.git"
authors : "Laurent Thรฉry"
license: "LGPL"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.11~" & < "8.12"}
]
synopsis: "Grassman Cayley and Clifford formalisations"
tags: [
"logpath:GeometricAlgebra"
]
url {
src: "https://github.com/thery/GeometricAlgebra/archive/v8,11.zip"
checksum: "md5=8539a242001444b6ef76f2b3507d4779"
}
</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't be met:
- coq-geometric-algebra -> coq < 8.12 -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can'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
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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/pautomata"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PAutomata"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: p-automata" "keyword: ABR" "keyword: PGM" "keyword: time" "category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems" ]
authors: [ "Emmanuel Freund & Christine Paulin" ]
bug-reports: "https://github.com/coq-contribs/pautomata/issues"
dev-repo: "git+https://github.com/coq-contribs/pautomata.git"
synopsis: "Parameterized automata"
description: """
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''"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/pautomata/archive/v8.8.0.tar.gz"
checksum: "md5=6687c030a99a44c09ea812544100e16c"
}
</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't be met:
- coq-pautomata -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "gmalecha@gmail.com"
homepage: "https://github.com/gmalecha/coq-extensible-records"
dev-repo: "git+https://github.com/gmalecha/coq-extensible-records.git"
bug-reports: "https://github.com/gmalecha/coq-extensible-records/issues"
authors: ["Gregory Malecha"]
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.5.0" & < "8.9"}
]
synopsis: "Definitional (canonical) extensible records in Coq with string keys and arbitrary (non-dependent) types"
url {
src:
"https://github.com/gmalecha/coq-extensible-records/archive/v0.5.0.tar.gz"
checksum: "md5=43211697cd961dafb8b8e5e1e7a94253"
}
</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: "2.0"
maintainer: "pierre-yves@strub.nu"
homepage: "https://github.com/math-comp/multinomials"
bug-reports: "https://github.com/math-comp/multinomials/issues"
dev-repo: "git+https://github.com/math-comp/multinomials.git"
license: "CECILL-B"
authors: ["Pierre-Yves Strub"]
build: [
[make "INSTMODE=global" "config"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" {(>= "8.7" & < "8.13~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.11.0" & < "1.12~")}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {>= "1.0.0" & < "1.1~"}
"coq-mathcomp-finmap" {>= "1.5" & < "1.6~"}
]
tags: [
"keyword:multinomials"
"keyword:monoid algebra"
"category:Math/Algebra/Multinomials"
"category:Math/Algebra/Monoid algebra"
"date:2020-06-11"
"logpath:SsrMultinomials"
]
synopsis: "A Multivariate polynomial Library for the Mathematical Components Library"
url {
src: "https://github.com/math-comp/multinomials/archive/1.5.2.tar.gz"
checksum: "sha512=a4b9feba43fc16f3b4379970bd5309431f7e05a4c95e2a2545db776863ea24dfdc6f15c866b11e17fca94d598da21db06964381c826f226a6debb41fbbac1c1e"
}
</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
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
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
-> 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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/cours-de-coq"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoursDeCoq"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"category: Miscellaneous/Coq Use Examples"
]
authors: [
"Frรฉdรฉric Prost"
"Gilles Kahn"
]
bug-reports: "https://github.com/coq-contribs/cours-de-coq/issues"
dev-repo: "git+https://github.com/coq-contribs/cours-de-coq.git"
synopsis: "Various examples of Coq proofs"
description: """
Various simple examples of Coq proofs"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/cours-de-coq/archive/v8.10.0.tar.gz"
checksum: "md5=a402843d41dbdc0e980ffda8a38e3206"
}
</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't be met:
- coq-cours-de-coq -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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>© 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;"> </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's notes">
<meta property="og:url" content="https://summerbuger.github.io/categories/etcd/index.html">
<meta property="og:site_name" content="Ice summer bug'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'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">© <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">ไธป้ข — <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&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Franรงais" lang="fr">Franรงais</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=42696&V_DOCUMENT.docRank=42697&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492319676722&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567052448&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=42698&V_DOCUMENT.docRank=42699&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492319676722&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567132498&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</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
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</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
</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&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/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"> </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"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../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 </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"> </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><<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>></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> </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 © 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../javax/swing/plaf/BorderUIResource.MatteBorderUIResource.html" title="class in javax.swing.plaf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Standard Ed. 5.0</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/swing/plaf//class-useBorderUIResource.MatteBorderUIResource.html" target="_top"><B>FRAMES</B></A>
<A HREF="BorderUIResource.MatteBorderUIResource.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../javax/swing/plaf/BorderUIResource.MatteBorderUIResource.html" title="class in javax.swing.plaf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Standard Ed. 5.0</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/swing/plaf//class-useBorderUIResource.MatteBorderUIResource.html" target="_top"><B>FRAMES</B></A>
<A HREF="BorderUIResource.MatteBorderUIResource.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<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 © 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: "2.0"
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
homepage: "https://github.com/coq-community/paramcoq"
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
bug-reports: "https://github.com/coq-community/paramcoq/issues"
license: "MIT"
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.13" & < "8.14~"}
]
tags: [
"keyword:paramcoq"
"keyword:parametricity"
"keyword:OCaml modules"
"category:Miscellaneous/Coq Extensions"
"logpath:Param"
"date:2021-09-24"
]
authors: [
"Chantal Keller (Inria, รcole polytechnique)"
"Marc Lasson (รNS de Lyon)"
"Abhishek Anand"
"Pierre Roux"
"Emilio Jesรบs Gallego Arias"
"Cyril Cohen"
"Matthieu Sozeau"
]
synopsis: "Plugin for generating parametricity statements to perform refinement proofs"
description: """
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 "translate" a large chunk of the standard library."""
url {
src: "https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.13.tar.gz"
checksum: "sha512=ead63fc88760a82543cd5b9699810f5b0186d3f05eb0e39f99a69c6706315b4d1b2b246efba3a64d980cd34c6fe7e9ccea7ac281cdb75504e7717fb8298e320d"
}
</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't be met:
- coq-paramcoq -> coq >= 8.13 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/pocklington"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Pocklington"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: pocklington"
"keyword: number theory"
"keyword: prime numbers"
"keyword: primality"
"keyword: fermat's little theorem"
"category: Mathematics/Arithmetic and Number Theory/Number theory"
"date: 2000-11"
]
authors: [
"Olga Caprotti"
"Martijn Oostdijk"
]
bug-reports: "https://github.com/coq-contribs/pocklington/issues"
dev-repo: "git+https://github.com/coq-contribs/pocklington.git"
synopsis: "Pocklington's criterion"
description: """
Pocklington's criterion for checking primality for
large natural numbers. Includes a proof of Fermat's
little theorem."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/pocklington/archive/v8.10.0.tar.gz"
checksum: "md5=76794f01e325a4c51d841870ea413b8b"
}
</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't be met:
- coq-pocklington -> coq >= 8.10
Your request can'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ย}ยยย[: </li>
<li>ยlยXยg | </li>
<li>ยtยBย[ยยยh | </li>
<li>ยRยยยXยgยยยNย^ | </li>
<li><a href="#method.summary">ยยย\ยbยh</a></li>
</ul>
<ul class="subNavList">
<li>ยรยร: </li>
<li>ยtยBย[ยยยh | </li>
<li>ยRยยยXยgยยยNย^ | </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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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 content)</code> </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 tag)</code> </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 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 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 java.lang.String 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 java.io.Serializable 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 <a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" title="il.technion.ewolf.kbr.openkad.msgยร ยรยNยยยX">ContentMessage</a> setContent(java.io.Serializable content)</pre>
</li>
</ul>
<a name="setTag-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setTag</h4>
<pre>public <a href="../../../../../../il/technion/ewolf/kbr/openkad/msg/ContentMessage.html" title="il.technion.ewolf.kbr.openkad.msgยร ยรยNยยยX">ContentMessage</a> setTag(java.lang.String 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ย}ยยย[: </li>
<li>ยlยXยg | </li>
<li>ยtยBย[ยยยh | </li>
<li>ยRยยยXยgยยยNย^ | </li>
<li><a href="#method.summary">ยยย\ยbยh</a></li>
</ul>
<ul class="subNavList">
<li>ยรยร: </li>
<li>ยtยBย[ยยยh | </li>
<li>ยRยยยXยgยยยNย^ | </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: "2.0"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Enrico Tassi" ]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/LPCIC/coq-elpi"
bug-reports: "https://github.com/LPCIC/coq-elpi/issues"
dev-repo: "git+https://github.com/LPCIC/coq-elpi"
build: [ make "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
"elpi" {>= "1.11.2" & < "1.12.0~"}
"coq" {>= "8.12" & < "8.13~"}
]
tags: [
"logpath:elpi"
]
synopsis: "Elpi extension language for Coq"
description: """
Coq-elpi provides a Coq plugin that embeds ELPI.
It also provides a way to embed Coq'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'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's
syntax in ฮปProlog. E.g. `{{nat}}` is expanded to the type name of natural
numbers, or `{{A -> B}}` to the representation of a product by unfolding
the `->` notation. Finally it provides a way to define new vernacular commands
and new tactics."""
url {
src: "https://github.com/LPCIC/coq-elpi/archive/v1.5.1.tar.gz"
checksum: "sha256=924a4d7f169cbb6cf0e000f5a44f0f9602611d0648bf7e23f804c2b1e47d0c97"
}
</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't be met:
- coq-elpi -> coq >= 8.12
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/recursive-definition"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RecursiveDefinition"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: recursive functions"
"keyword: well-foundedness"
"category: Miscellaneous/Coq Extensions"
"date: 2002"
]
authors: [ "Antonia Balaa" "Yves Bertot" ]
bug-reports: "https://github.com/coq-contribs/recursive-definition/issues"
dev-repo: "git+https://github.com/coq-contribs/recursive-definition.git"
synopsis: "ML-like recursive definitions"
description: """
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."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/recursive-definition/archive/v8.6.0.tar.gz"
checksum: "md5=d4df2f356bf846f882d8b2dadf38c3a9"
}
</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't be met:
- coq-recursive-definition -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "minki.cho@sf.snu.ac.kr"
synopsis: "Coq library implementing parameterized coinduction"
homepage: "https://github.com/snu-sf/paco/"
dev-repo: "git+https://github.com/snu-sf/paco.git"
bug-reports: "https://github.com/snu-sf/paco/issues/"
authors: [
"Chung-Kil Hur <gil.hur@sf.snu.ac.kr>"
"Georg Neis <neis@mpi-sws.org>"
"Derek Dreyer <dreyer@mpi-sws.org>"
"Viktor Vafeiadis <viktor@mpi-sws.org>"
"Minki Cho <minki.cho@sf.snu.ac.kr>"
]
license: "BSD-3-Clause"
build: [make "-C" "src" "all" "-j%{jobs}%"]
install: [make "-C" "src" "-f" "Makefile.coq" "install"]
depends: [
"coq" {>= "8.9" & < "8.14~"}
]
tags: [
"date:2021-03-24"
"category:Computer Science/Programming Languages/Formal Definitions and Theory"
"category:Mathematics/Logic"
"keyword:co-induction"
"keyword:simulation"
"keyword:parameterized greatest fixed point"
"logpath:Paco"
]
url {
http: "https://github.com/snu-sf/paco/archive/v4.1.1.tar.gz"
checksum: "93857c155f4f9e057348f78a9fb8c718"
}
</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't be met:
- coq-paco -> coq >= 8.9
Your request can'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> โข
<a href="http://asylum.su/forum/">ะคะพััะผ</a> โข
</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">ะะฐ ัััะฐะฝะธัั {% 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/">← 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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/higman-nw"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HigmanNW"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: A-translation"
"keyword: Higman's lemma"
"keyword: impredicativity"
"keyword: System F"
"keyword: extraction"
"category: Mathematics/Logic"
"category: Mathematics/Combinatorics and Graph Theory"
"category: Miscellaneous/Extracted Programs/Combinatorics"
]
authors: [ "Hugo Herbelin" ]
bug-reports: "https://github.com/coq-contribs/higman-nw/issues"
dev-repo: "git+https://github.com/coq-contribs/higman-nw.git"
synopsis: "A program from an A-translated impredicative proof of Higman's Lemma"
description: """
The file Higman.v formalizes an A-translated version of
Nash-Williams impredicative and classical proof of Higman's lemma
for a two-letter alphabet.
A constructive and impredicative program can be extracted from the proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/higman-nw/archive/v8.6.0.tar.gz"
checksum: "md5=ec0619a93ffc127bb0c6cdf2423c52b2"
}
</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't be met:
- coq-higman-nw -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/fairisle"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Fairisle"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"keyword:circuits"
"keyword:automata"
"keyword:co-induction"
"keyword:dependent types"
"category:Computer Science/Architecture"
"date:2005-12-15"
]
authors: [ "Solange Coupet-Grimal <Solange.Coupet@lif.univ-mrs.fr>" "Line Jakubiec-Jamet <Line.Jakubiec@lif.univ-mrs.fr>" ]
bug-reports: "https://github.com/coq-contribs/fairisle/issues"
dev-repo: "git+https://github.com/coq-contribs/fairisle.git"
synopsis: "Proof of the Fairisle 4x4 Switch Element"
description: """
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."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/fairisle/archive/v8.5.0.tar.gz"
checksum: "md5=af82647c890367387306e0c91b25f456"
}
</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't be met:
- coq-fairisle -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
name: "coq-iris"
version: "3.0.0"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team"
homepage: "http://iris-project.org/"
bug-reports: "https://gitlab.mpi-sws.org/FP/iris-coq/issues"
license: "BSD"
dev-repo: "git+https://gitlab.mpi-sws.org/FP/iris-coq.git"
build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
depends: [
"ocaml"
"coq" {((>= "8.5.1" & < "8.7~") | (= "dev"))}
"coq-mathcomp-ssreflect" {((>= "1.6.1" & < "1.7~") | (= "dev"))}
]
synopsis: "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"
url {
src:
"https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-3.0.0.tar.gz"
checksum: "md5=57b3384834a5347db223220cdcd9eb9e"
}
</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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/descente-infinie"
license: "GPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/DescenteInfinie"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: Induction"
"keyword: infinite descent"
"category: Miscellaneous/Coq Extensions"
"date: 2010-02"
]
authors: [
"Razvan Voicu <razvan@comp.nus.edu.sg> [http://www.comp.nus.edu.sg/~razvan/]"
"Li Mengran <limengra@comp.nus.edu.sg> [http://www.comp.nus.edu.sg/~limengra]"
]
bug-reports: "https://github.com/coq-contribs/descente-infinie/issues"
dev-repo: "git+https://github.com/coq-contribs/descente-infinie.git"
synopsis: "The Descente Infinie Tactic"
description: """
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."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/descente-infinie/archive/v8.9.0.tar.gz"
checksum: "md5=6d5aa6e4103687032242179d0bb9b666"
}
</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't be met:
- coq-descente-infinie -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "https://flocq.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/flocq/flocq.git"
bug-reports: "https://gitlab.inria.fr/flocq/flocq/issues"
license: "LGPL-3.0-or-later"
build: [
["./configure" "--libdir" "%{lib}%/coq/user-contrib/Flocq"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.4pl4" & < "8.7~"}
]
tags: [ "keyword:floating-point arithmetic" ]
authors: [ "Sylvie Boldo <sylvie.boldo@inria.fr>" "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A floating-point formalization for the Coq system"
url {
src: "https://flocq.gitlabpages.inria.fr/releases/flocq-2.5.2.tar.gz"
checksum: "md5=aedc2a7a055678a18d2cbe855640c616"
}
</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't be met:
- coq-flocq -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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: "2.0"
name: "coq-mathcomp-fingroup"
version: "1.6"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "http://ssr.msr-inria.inria.fr/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/fingroup" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/fingroup" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/fingroup'" ]
depends: [
"ocaml"
"coq-mathcomp-ssreflect" {= "1.6"}
]
tags: [ "keyword:finite groups" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Thรฉry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on finite groups"
description: """
This library contains definitions and theorems about finite groups,
group quotients, group morphisms, group presentation, group action..."""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.6.tar.gz"
checksum: "md5=038ba80c0d6b430428726ae4d00affcf"
}
</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't be met:
- coq-mathcomp-fingroup -> coq-mathcomp-ssreflect < 1.6.1 -> coq < 8.6~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/coqoban"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Coqoban"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Sokoban"
"keyword: puzzles"
"category: Miscellaneous/Logical Puzzles and Entertainment"
"date: 2003-09-19"
]
authors: [
"Jasper Stein"
]
bug-reports: "https://github.com/coq-contribs/coqoban/issues"
dev-repo: "git+https://github.com/coq-contribs/coqoban.git"
synopsis: "Coqoban (Sokoban)"
description: """
A Coq implementation of Sokoban, the Japanese warehouse
keepers' game"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/coqoban/archive/v8.10.0.tar.gz"
checksum: "md5=a3fa968ac221d5b3a1b9202d1525bef5"
}
</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't be met:
- coq-coqoban -> coq >= 8.10
Your request can'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: "2.0"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git#8.11"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
license: "LGPL-2.1-or-later"
synopsis: "A function definition package for Coq"
description: """
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.
"""
tags: [
"keyword:dependent pattern-matching"
"keyword:functional elimination"
"category:Miscellaneous/Coq Extensions"
"logpath:Equations"
]
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
run-test: [
[make "test-suite"]
]
depends: [
"coq" {>= "8.11.0" & < "8.12~"}
]
url {
src:
"https://github.com/mattam82/Coq-Equations/archive/v1.2.3-8.11.tar.gz"
checksum: "sha512=bb302e09f86d1eeb10e9ff8040e52f3fb372b89929cf0ec8e05055478b8e70562d5651bbe8931615580dfe7d105b4d4c01969de823bdff4639e7210ede90eeae"
}
</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't be met:
- coq-equations -> coq >= 8.11.0
Your request can'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: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/izf"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IZF"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"keyword:intuitionistic set theory"
"keyword:pointed graphs"
"keyword:type theory"
"keyword:intuitionistic choice operator"
"keyword:set theory"
"keyword:Zermelo-Fraenkel"
"category:Mathematics/Logic/Set theory"
]
authors: [ "Alexandre Miquel <Alexandre.Miquel@pps.jussieu.fr>" ]
bug-reports: "https://github.com/coq-contribs/izf/issues"
dev-repo: "git+https://github.com/coq-contribs/izf.git"
synopsis: "Intuitionistic Zermelo-Fraenkel Set Theory in Coq"
description: """
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's PhD
thesis (for IZ) and in the author's CSL'03 paper (for the extension
IZ -> IZF)."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/izf/archive/v8.5.0.tar.gz"
checksum: "md5=73fb1120418338bac09d627565f3b8ba"
}
</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't be met:
- coq-izf -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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>
<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>
<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>
</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>
<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>
<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>
<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>
<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>
<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: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "Reconstruction tactics for the hammer for Coq"
description: """
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.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "tactics"]
install: [
[make "install-tactics"]
[make "test-tactics"] {with-test}
]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
conflicts: [
"coq-hammer" {!= version}
]
tags: [
"keyword:automation"
"keyword:hammer"
"keyword:tactics"
"logpath:Hammer.Tactics"
"date:2020-06-05"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.2.1-coq8.10.tar.gz"
checksum: "sha512=22081122b39ee1099e79ef82f1afc1895350475fd255cdc51d3a47851184decd0bff7975b9effcd39ca9b55bb381e06cf649ad2d460dd31eec537eca44f2a6e1"
}
</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't be met:
- coq-hammer-tactics -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "http://perso.ens-lyon.fr/sebastien.briais/tools/Arith_080201.tar.gz"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FundamentalArithmetics"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: arithmetic"
"keyword: number theory"
"category: Mathematics/Arithmetic and Number Theory/Miscellaneous"
"date: 2008-02-1"
]
authors: [
"Sรฉbastien Briais <sebastien.briais at ens-lyon.fr> [http://perso.ens-lyon.fr/sebastien.briais/]"
]
bug-reports: "https://github.com/coq-contribs/fundamental-arithmetics/issues"
dev-repo: "git+https://github.com/coq-contribs/fundamental-arithmetics.git"
synopsis: "Fundamental theorems of arithmetic"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/fundamental-arithmetics/archive/v8.9.0.tar.gz"
checksum: "md5=cf730613573d2738cfb63d9c1b887750"
}
</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't be met:
- coq-fundamental-arithmetics -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "Jerome Simeon <jeromesimeon@me.com>"
homepage: "https://github.com/querycert/jsast"
bug-reports: "https://github.com/querycert/jsast/issues"
dev-repo: "git+https://github.com/querycert/jsast/tree/JsAst"
license: "BSD-2-Clause"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.7.2" & < "8.9~"}
"coq-flocq" {>= "2.6.1" & < "3.0~"}
]
tags: [ "keyword:javascript" "keyword:compiler" "date:2019-11-25" "logpath:JsAst" ]
authors: [
"Martin Bodin <>"
"Arthur Charguรฉraud <>"
"Daniele Filaretti <>"
"Philippa Gardner <>"
"Sergio Maffeis <>"
"Daiva Naudziuniene <>"
"Alan Schmitt <>"
"Gareth Smith <>"
"Josh Auerbach <>"
"Martin Hirzel <>"
"Louis Mandel <>"
"Avi Shinnar <>"
"Jerome Simeon <>"
]
synopsis: "A minimal JavaScript syntax tree carved out of the JsCert project"
description: """
A minimal JavaScript syntax tree carved out of the JsCert project, with additional support for let bindings.
"""
url {
src: "https://github.com/querycert/jsast/archive/v1.0.9.tar.gz"
checksum: "md5=5006334c6e311299e13e30b85f2bf54b"
}
</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't be met:
- coq-jsast -> coq < 8.9~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/semantics"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"ocamlbuild" {build}
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: natural semantics"
"keyword: denotational semantics"
"keyword: axiomatic semantics"
"keyword: Hoare logic"
"keyword: Dijkstra weakest pre-condition calculus"
"keyword: abstract interpretation"
"keyword: intervals"
"category: Computer Science/Semantics and Compilation/Semantics"
"date: 2007-07-5"
"logpath:Semantics"
]
authors: [ "Yves Bertot <Yves.Bertot@sophia.inria.fr> [http://www-sop.inria.fr/marelle/Yves.Bertot]" ]
bug-reports: "https://github.com/coq-contribs/semantics/issues"
dev-repo: "git+https://github.com/coq-contribs/semantics.git"
synopsis: "A survey of semantics styles, from natural semantics through structural operational, axiomatic, and denotational semantics, to abstract interpretation"
description: """
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."""
url {
src: "https://github.com/coq-contribs/semantics/archive/v8.7.0.tar.gz"
checksum: "md5=64a71ef039d1c6a155918c23d92c31c1"
}
</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: "2.0"
maintainer: "sakaguchi@coins.tsukuba.ac.jp"
homepage: "https://github.com/math-comp/mczify"
dev-repo: "git+https://github.com/math-comp/mczify.git"
bug-reports: "https://github.com/math-comp/mczify/issues"
license: "CECILL-B"
synopsis: "Micromega tactics for Mathematical Components"
description: """
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."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {(>= "8.13" & < "8.16~")}
"coq-mathcomp-algebra" {(>= "1.12" & < "1.14~")}
]
tags: [
"logpath:mathcomp.zify"
]
authors: [
"Kazuhiko Sakaguchi"
]
url {
src: "https://github.com/math-comp/mczify/archive/1.2.0+1.12+8.13.tar.gz"
checksum: "sha256=a19515dcfb2a3ec95261b400dbd1bfb820ce6029b8a76d295ab2448e18825958"
}
</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't be met:
- coq-mathcomp-zify -> coq >= 8.13
Your request can'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: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "https://gappa.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"ocaml"
"ocamlfind" {build}
"coq" {>= "8.8.1" & < "8.16~"}
"coq-flocq" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"keyword:interval arithmetic"
"keyword:decision procedure"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Gappa"
"date:2022-01-18"
]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
url {
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.1.tar.gz"
checksum: "sha512=24763d44523334792ac65bf5db5b5edeb1e8e0f3d44f365353ea8d0acc277ba67c50071302c725992fc73f9213ac98b54347fe4c789f21d5ff78133b00123f9e"
}
</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't be met:
- coq-gappa -> coq >= 8.8.1
Your request can'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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../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> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
"<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">
PREV
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>
<A HREF="NetDBImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>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> </TD>
</TR>
</TABLE>
<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>
<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> 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>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../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> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
"<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">
PREV
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>
<A HREF="NetDBImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
"<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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.