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>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script>
// UNCOMMENT AND USE YOUR VARIABLES FOR DISQUS AND GOOGLE ANALYTICS
// var d_id = '',
// g_id = 'UA-XXXXXXXX-X', // Format: UA-########-#, Example: UA-11220899-1
// g_url = 'XXXXXXX.XXX' // Format: #####.####, Example: webdesignporto.com
</script>
<title>Yann's blog - Page 2</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="//YannDanthu.github.io/themes/the-shell/assets/highlighter/prettify.css?v=1589891896953" />
<link rel="stylesheet" type="text/css" href="//YannDanthu.github.io/themes/the-shell/assets/css/screen.css?v=1589891896953" />
<link rel="canonical" href="https://YannDanthu.github.io/" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Yann's blog" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Yann's blog - Page 2" />
<meta property="og:url" content="https://YannDanthu.github.io/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Yann's blog - Page 2" />
<meta name="twitter:url" content="https://YannDanthu.github.io/" />
<script type="application/ld+json">
null
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Yann's blog" href="https://YannDanthu.github.io/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prism/1.14.0/themes/prism-okaidia.min.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50478688-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="">
<header id="site-head" >
<div class="vertical animated bounceInDown">
<div id="site-head-content" class="inner">
<a id="blog-logo" href="https://YannDanthu.github.io"><img src="https://yann.danthu.com/moi-circle.png" alt="Blog Logo" /></a>
<h1 class="blog-title">Yann's blog</h1>
<h2 class="blog-description">This blog is mainly used as an FAQ and Tips reminder for myself ;) </h2>
</div>
</div>
</header>
<main class="content" role="main">
<article class="post tag-java tag-mongo tag-spring">
<header class="post-header">
<span class="post-meta"><time datetime="2015-03-02">02 Mar 2015</time> on <a href="https://YannDanthu.github.io/tag/java/">java</a>, <a href="https://YannDanthu.github.io/tag/mongo/">mongo</a>, <a href="https://YannDanthu.github.io/tag/spring/">spring</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2015/03/02/Different-ways-to-configure-spring-data-in-xml-conf.html">Different ways to configure spring data in xml conf:</a></h2>
<!--<a href="https://YannDanthu.github.io/2015/03/02/Different-ways-to-configure-spring-data-in-xml-conf.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>Spring data mongo conf using factory <!-- Spring data mongo conf using factory --> <mongo:mongo id="mongo" replica-set="${mongo.database.url}" /> <mongo:db-factory id="mongoDbFactory" mongo-ref="mongo" dbname="${mongo.database.name}" username="${mongo.database.username}"…</p>
</section>
</article>
<article class="post tag-jackson tag-json tag-maven tag-java">
<header class="post-header">
<span class="post-meta"><time datetime="2014-10-02">02 Oct 2014</time> on <a href="https://YannDanthu.github.io/tag/jackson/">jackson</a>, <a href="https://YannDanthu.github.io/tag/json/">json</a>, <a href="https://YannDanthu.github.io/tag/maven/">maven</a>, <a href="https://YannDanthu.github.io/tag/java/">java</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/10/02/comfasterxmljacksondatabind-Json-Mapping-Exception-Can-not-deserialize-instance-of-out-of-S-T-A-R-T-A-R-R-A-Y-token.html">com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of * out of START_ARRAY token</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/10/02/comfasterxmljacksondatabind-Json-Mapping-Exception-Can-not-deserialize-instance-of-out-of-S-T-A-R-T-A-R-R-A-Y-token.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>I encounter this exception after a (massive) maven dependencies update which included CXF and Spring. The project was supposed to be updated with Jackson 2.3 but the stack shows that vesion 2.2.3 of jackson-databind is used. com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of com.…</p>
</section>
</article>
<article class="post tag-NAS tag-nas4free tag-zfs">
<header class="post-header">
<span class="post-meta"><time datetime="2014-08-22">22 Aug 2014</time> on <a href="https://YannDanthu.github.io/tag/NAS/">NAS</a>, <a href="https://YannDanthu.github.io/tag/nas4free/">nas4free</a>, <a href="https://YannDanthu.github.io/tag/zfs/">zfs</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/08/22/Nas4-Free-migrate-Z-F-S-mirror-to-bunch-of-disk.html">Nas4Free – migrate ZFS mirror to bunch of disk</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/08/22/Nas4-Free-migrate-Z-F-S-mirror-to-bunch-of-disk.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>Question: How to change a ZFS pool configuration made of mirror disks into a bunch of disks in nas4free ? This is in fact an easy process. To complete this task will use the command line zpool command and the nas4free synchronize features available in the Disks/ZFS/Configuration/Synchronize page.…</p>
</section>
</article>
<article class="post tag-angularjs tag-rest tag-java tag-web">
<header class="post-header">
<span class="post-meta"><time datetime="2014-06-20">20 Jun 2014</time> on <a href="https://YannDanthu.github.io/tag/angularjs/">angularjs</a>, <a href="https://YannDanthu.github.io/tag/rest/">rest</a>, <a href="https://YannDanthu.github.io/tag/java/">java</a>, <a href="https://YannDanthu.github.io/tag/web/">web</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/06/20/Calling-R-E-S-T-services-with-Angluar-J-S.html">Calling REST services with AngluarJS</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/06/20/Calling-R-E-S-T-services-with-Angluar-J-S.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>We have seen the server side part of REST with Spring MVC. Now its time of getting to the frontend side with AngularJS. I will try to do it simple and accurate. ;) Goal: How to request REST service and handle response with AngularJS. Introduction Let’s use our REST service…</p>
</section>
</article>
<article class="post tag-java tag-json tag-rest tag-spring">
<header class="post-header">
<span class="post-meta"><time datetime="2014-05-28">28 May 2014</time> on <a href="https://YannDanthu.github.io/tag/java/">java</a>, <a href="https://YannDanthu.github.io/tag/json/">json</a>, <a href="https://YannDanthu.github.io/tag/rest/">rest</a>, <a href="https://YannDanthu.github.io/tag/spring/">spring</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/05/28/R-E-S-T-with-Spring-M-V-C.html">REST with Spring MVC</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/05/28/R-E-S-T-with-Spring-M-V-C.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>[underline] Goal Introduction to REST, JSON and Spring MVC. To do so, let’s implement a REST service with Spring MVC. [underline] RESTFul principles Uniform interface Stateless Cacheable Client Server mode Where SOAP services are based on verbs (like methods exposed by an interface) , REST are based on resources. When…</p>
</section>
</article>
<article class="post tag-angular-geoloc">
<header class="post-header">
<span class="post-meta"><time datetime="2014-05-19">19 May 2014</time> on <a href="https://YannDanthu.github.io/tag/angular-geoloc/">angular geoloc</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/05/19/I-P-Geo-Location-with-Angular-J-S.html">IP GeoLocation with AngularJS</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/05/19/I-P-Geo-Location-with-Angular-J-S.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>Your web site is available in different language and you want to select the one matching the client location. To be accurate we need to locate the client IP to retrieve the country it belongs to. How to do it fast and simple ? Let’s use an existing free IP…</p>
</section>
</article>
<article class="post tag-CSS tag-HTML tag-icon">
<header class="post-header">
<span class="post-meta"><time datetime="2014-05-17">17 May 2014</time> on <a href="https://YannDanthu.github.io/tag/CSS/">CSS</a>, <a href="https://YannDanthu.github.io/tag/HTML/">HTML</a>, <a href="https://YannDanthu.github.io/tag/icon/">icon</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/05/17/Great-icons-for-web-site.html">Great icons for web site</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/05/17/Great-icons-for-web-site.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>You will find plenty of web site dedicated to icons. Here are my favorites. clean icons http://www.iconsdb.com huge collection https://www.iconfinder.com awesome vector font icon at http://fontawesome.io I will update it over time.…</p>
</section>
</article>
<article class="post tag-CSS tag-HTML tag-tips">
<header class="post-header">
<span class="post-meta"><time datetime="2014-05-06">06 May 2014</time> on <a href="https://YannDanthu.github.io/tag/CSS/">CSS</a>, <a href="https://YannDanthu.github.io/tag/HTML/">HTML</a>, <a href="https://YannDanthu.github.io/tag/tips/">tips</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/05/06/Grayscale-image-using-C-S-S.html">Grayscale image using CSS</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/05/06/Grayscale-image-using-C-S-S.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>Need a grayscale to color effect applied to images used in menu or button ? I do ;) Doing it the old would need to create colored and grayed image and use either javascript or CSS background-image. But today CSS should be enough to accomplish this task. Here is how: img.grayscale{…</p>
</section>
</article>
<article class="post tag-coding tag-OSX tag-tips">
<header class="post-header">
<span class="post-meta"><time datetime="2014-04-09">09 Apr 2014</time> on <a href="https://YannDanthu.github.io/tag/coding/">coding</a>, <a href="https://YannDanthu.github.io/tag/OSX/">OSX</a>, <a href="https://YannDanthu.github.io/tag/tips/">tips</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2014/04/09/Coding-with-a-mac-french-keyboard.html">Coding with a mac french keyboard</a></h2>
<!--<a href="https://YannDanthu.github.io/2014/04/09/Coding-with-a-mac-french-keyboard.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>Coding requires some specific characters such as [ ] { } ( ) \ Unfortunately the Apple french keyboard (wireless or macbook) does not show brackets, curlybraces and backslash. Also, a lot of characters are available with key combination but not displayed on the keyboard. Learning these combinations is an option. Displaying the available character…</p>
</section>
</article>
<article class="post tag-NAS tag-OSX tag-T-Ie-Machine">
<header class="post-header">
<span class="post-meta"><time datetime="2013-06-13">13 Jun 2013</time> on <a href="https://YannDanthu.github.io/tag/NAS/">NAS</a>, <a href="https://YannDanthu.github.io/tag/OSX/">OSX</a>, <a href="https://YannDanthu.github.io/tag/T-Ie-Machine/">TImeMachine</a></span>
<h2 class="post-title"><a href="https://YannDanthu.github.io/2013/06/13/I-need-a-N-A-S-for-Time-Machine.html">I need a NAS for TimeMachine</a></h2>
<!--<a href="https://YannDanthu.github.io/2013/06/13/I-need-a-N-A-S-for-Time-Machine.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>My needs Apple’s backup TimeMachine is the backup solution offered for every Mac owner, if he did not got stuck with Tiger ;) Plug an external disk and here you go, you can backup your Mac on it. Great! Easy! Nice! What if I want to backup elsewhere than on…</p>
</section>
</article>
<nav class="pagination" role="navigation">
<a class="newer-posts" href="https://YannDanthu.github.io/"><span aria-hidden="true">←</span> Newer Posts</a>
<span class="page-number">Page 2 of 3</span>
<a class="older-posts" href="https://YannDanthu.github.io/page/3/">Older Posts <span aria-hidden="true">→</span></a>
</nav>
<script type="text/javascript">
var disqus_shortname = ''; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</main>
<footer class="site-footer">
<!-- <a class="subscribe icon-feed" href="https://YannDanthu.github.io/rss/"><span class="tooltip">Subscribe!</span></a> -->
<div class="inner">
<section class="copyright">All content copyright <a href="/">Yann's blog</a> © 2020 • All rights reserved.</section>
<section class="poweredby">Proudly published with <a href="https://hubpress.github.io">HubPress</span></a> in <a href="https://github.com/mityalebedev/The-Shell">The Shell</a> theme.</section>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/prism/1.14.0/prism.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
// hljs.initHighlightingOnLoad();
</script>
<script type='text/javascript' src="//YannDanthu.github.io/themes/the-shell/assets/highlighter/prettify.js?v=1589891896953"></script>
<script type='text/javascript' src="//YannDanthu.github.io/themes/the-shell/assets/js/shell.js?v=1589891896953"></script>
</body>
</html>
| YannDanthu/YannDanthu.github.io | page/2/index.html | HTML | mit | 16,602 |
<div>
<ul>
<li ng-repeat="track in trackAdminCtx.recentTracks">
Action: {{track.action}}<br />
Options: {{track.options}}<br />
UserName: {{track.meta.currentUserName}}<br />
Email: {{track.meta.smEmail}}<br />
TraceId: {{track.meta.smTraceId}}<br />
UserAgent: {{track.headers['user-agent']}}<br />
Referer: {{track.headers.referer}}<br />
Language: {{track.headers['accept-language']}}<br />
Timestamp: {{track.timestamp}}<hr />
</li>
</ul>
</div>
| seanbrookes/spotmarket | client/www/scripts/modules/admin/templates/admin.tracking.recent.html | HTML | mit | 516 |
<!DOCTYPE html>
<html>
<body>
<b>Sub subfeature 1</b><br/>
This is the first info page!<br/>
But it's on a sub subfeature (inception)!
</body>
</html>
| WWOL/Help | text/Prog_1/Feature 1/Subfeature 1/Subfeature 1a/Info 1.html | HTML | mit | 151 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.3" />
<title>zmq_errno(3)</title>
<style type="text/css">
/* Sans-serif font. */
h1, h2, h3, h4, h5, h6,
div.title, caption.title,
thead, p.table.header,
div#toctitle,
span#author, span#revnumber, span#revdate, span#revremark,
div#footer {
font-family: Arial,Helvetica,sans-serif;
}
/* Serif font. */
div.sectionbody {
font-family: Georgia,"Times New Roman",Times,serif;
}
/* Monospace font. */
tt {
font-size: inherit;
}
body {
margin: 1em 5% 1em 5%;
}
a {
color: blue;
text-decoration: underline;
}
a:visited {
color: fuchsia;
}
em {
font-style: italic;
color: navy;
}
strong {
font-weight: bold;
color: #083194;
}
tt {
font-size: inherit;
color: navy;
}
h1, h2, h3, h4, h5, h6 {
color: #527bbd;
margin-top: 1.2em;
margin-bottom: 0.5em;
line-height: 1.3;
}
h1, h2, h3 {
border-bottom: 2px solid silver;
}
h2 {
padding-top: 0.5em;
}
h3 {
float: left;
}
h3 + * {
clear: left;
}
div.sectionbody {
margin-left: 0;
}
hr {
border: 1px solid silver;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
ul, ol, li > p {
margin-top: 0;
}
ul > li { color: #aaa; }
ul > li > * { color: black; }
pre {
padding: 0;
margin: 0;
}
span#author {
color: #527bbd;
font-weight: bold;
font-size: 1.1em;
}
span#email {
}
span#revnumber, span#revdate, span#revremark {
}
div#footer {
font-size: small;
border-top: 2px solid silver;
padding-top: 0.5em;
margin-top: 4.0em;
}
div#footer-text {
float: left;
padding-bottom: 0.5em;
}
div#footer-badges {
float: right;
padding-bottom: 0.5em;
}
div#preamble {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
div.admonitionblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
}
div.admonitionblock {
margin-top: 2.0em;
margin-bottom: 2.0em;
margin-right: 10%;
color: #606060;
}
div.content { /* Block element content. */
padding: 0;
}
/* Block element titles. */
div.title, caption.title {
color: #527bbd;
font-weight: bold;
text-align: left;
margin-top: 1.0em;
margin-bottom: 0.5em;
}
div.title + * {
margin-top: 0;
}
td div.title:first-child {
margin-top: 0.0em;
}
div.content div.title:first-child {
margin-top: 0.0em;
}
div.content + div.title {
margin-top: 0.0em;
}
div.sidebarblock > div.content {
background: #ffffee;
border: 1px solid #dddddd;
border-left: 4px solid #f0f0f0;
padding: 0.5em;
}
div.listingblock > div.content {
border: 1px solid #dddddd;
border-left: 5px solid #f0f0f0;
background: #f8f8f8;
padding: 0.5em;
}
div.quoteblock, div.verseblock {
padding-left: 1.0em;
margin-left: 1.0em;
margin-right: 10%;
border-left: 5px solid #f0f0f0;
color: #777777;
}
div.quoteblock > div.attribution {
padding-top: 0.5em;
text-align: right;
}
div.verseblock > pre.content {
font-family: inherit;
font-size: inherit;
}
div.verseblock > div.attribution {
padding-top: 0.75em;
text-align: left;
}
/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
div.verseblock + div.attribution {
text-align: left;
}
div.admonitionblock .icon {
vertical-align: top;
font-size: 1.1em;
font-weight: bold;
text-decoration: underline;
color: #527bbd;
padding-right: 0.5em;
}
div.admonitionblock td.content {
padding-left: 0.5em;
border-left: 3px solid #dddddd;
}
div.exampleblock > div.content {
border-left: 3px solid #dddddd;
padding-left: 0.5em;
}
div.imageblock div.content { padding-left: 0; }
span.image img { border-style: none; }
a.image:visited { color: white; }
dl {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
dt {
margin-top: 0.5em;
margin-bottom: 0;
font-style: normal;
color: navy;
}
dd > *:first-child {
margin-top: 0.1em;
}
ul, ol {
list-style-position: outside;
}
ol.arabic {
list-style-type: decimal;
}
ol.loweralpha {
list-style-type: lower-alpha;
}
ol.upperalpha {
list-style-type: upper-alpha;
}
ol.lowerroman {
list-style-type: lower-roman;
}
ol.upperroman {
list-style-type: upper-roman;
}
div.compact ul, div.compact ol,
div.compact p, div.compact p,
div.compact div, div.compact div {
margin-top: 0.1em;
margin-bottom: 0.1em;
}
div.tableblock > table {
border: 3px solid #527bbd;
}
thead, p.table.header {
font-weight: bold;
color: #527bbd;
}
tfoot {
font-weight: bold;
}
td > div.verse {
white-space: pre;
}
p.table {
margin-top: 0;
}
/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
border-style: none;
}
div.tableblock > table[frame="hsides"] {
border-left-style: none;
border-right-style: none;
}
div.tableblock > table[frame="vsides"] {
border-top-style: none;
border-bottom-style: none;
}
div.hdlist {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
div.hdlist tr {
padding-bottom: 15px;
}
dt.hdlist1.strong, td.hdlist1.strong {
font-weight: bold;
}
td.hdlist1 {
vertical-align: top;
font-style: normal;
padding-right: 0.8em;
color: navy;
}
td.hdlist2 {
vertical-align: top;
}
div.hdlist.compact tr {
margin: 0;
padding-bottom: 0;
}
.comment {
background: yellow;
}
.footnote, .footnoteref {
font-size: 0.8em;
}
span.footnote, span.footnoteref {
vertical-align: super;
}
#footnotes {
margin: 20px 0 20px 0;
padding: 7px 0 0 0;
}
#footnotes div.footnote {
margin: 0 0 5px 0;
}
#footnotes hr {
border: none;
border-top: 1px solid silver;
height: 1px;
text-align: left;
margin-left: 0;
width: 20%;
min-width: 100px;
}
div.colist td {
padding-right: 0.5em;
padding-bottom: 0.3em;
vertical-align: top;
}
div.colist td img {
margin-top: 0.3em;
}
@media print {
div#footer-badges { display: none; }
}
div#toc {
margin-bottom: 2.5em;
}
div#toctitle {
color: #527bbd;
font-size: 1.1em;
font-weight: bold;
margin-top: 1.0em;
margin-bottom: 0.1em;
}
div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
margin-top: 0;
margin-bottom: 0;
}
div.toclevel2 {
margin-left: 2em;
font-size: 0.9em;
}
div.toclevel3 {
margin-left: 4em;
font-size: 0.9em;
}
div.toclevel4 {
margin-left: 6em;
font-size: 0.9em;
}
/* Overrides for manpage documents */
h1 {
padding-top: 0.5em;
padding-bottom: 0.5em;
border-top: 2px solid silver;
border-bottom: 2px solid silver;
}
h2 {
border-style: none;
}
div.sectionbody {
margin-left: 5%;
}
@media print {
div#toc { display: none; }
}
</style>
<script type="text/javascript">
/*<+'])');
// Function that scans the DOM tree for header elements (the DOM2
// nodeIterator API would be a better technique but not supported by all
// browsers).
var iterate = function (el) {
for (var i = el.firstChild; i != null; i = i.nextSibling) {
if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
var mo = re.exec(i.tagName);
if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
}
iterate(i);
}
}
}
iterate(el);
return result;
}
var toc = document.getElementById("toc");
var entries = tocEntries(document.getElementById("content"), toclevels);
for (var i = 0; i < entries.length; ++i) {
var entry = entries[i];
if (entry.element.id == "")
entry.element.id = "_toc_" + i;
var a = document.createElement("a");
a.href = "#" + entry.element.id;
a.appendChild(document.createTextNode(entry.text));
var div = document.createElement("div");
div.appendChild(a);
div.className = "toclevel" + entry.toclevel;
toc.appendChild(div);
}
if (entries.length == 0)
toc.parentNode.removeChild(toc);
},
/////////////////////////////////////////////////////////////////////
// Footnotes generator
/////////////////////////////////////////////////////////////////////
/* Based on footnote generation code from:
* http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
*/
footnotes: function () {
var cont = document.getElementById("content");
var noteholder = document.getElementById("footnotes");
var spans = cont.getElementsByTagName("span");
var refs = {};
var n = 0;
for (i=0; i<spans.length; i++) {
if (spans[i].className == "footnote") {
n++;
// Use [\s\S] in place of . so multi-line matches work.
// Because JavaScript has no s (dotall) regex flag.
note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
noteholder.innerHTML +=
"<div class='footnote' id='_footnote_" + n + "'>" +
"<a href='#_footnoteref_" + n + "' title='Return to text'>" +
n + "</a>. " + note + "</div>";
spans[i].innerHTML =
"[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
"' title='View footnote' class='footnote'>" + n + "</a>]";
var id =spans[i].getAttribute("id");
if (id != null) refs["#"+id] = n;
}
}
if (n == 0)
noteholder.parentNode.removeChild(noteholder);
else {
// Process footnoterefs.
for (i=0; i<spans.length; i++) {
if (spans[i].className == "footnoteref") {
var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
href = href.match(/#.*/)[0]; // Because IE return full URL.
n = refs[href];
spans[i].innerHTML =
"[<a href='#_footnote_" + n +
"' title='View footnote' class='footnote'>" + n + "</a>]";
}
}
}
}
}
/*]]>*/
</script>
</head>
<body class="manpage">
<div id="header">
<h1>
zmq_errno(3) Manual Page
</h1>
<h2>NAME</h2>
<div class="sectionbody">
<p>zmq_errno -
retrieve value of errno for the calling thread
</p>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="paragraph"><p><strong>int zmq_errno (void);</strong></p></div>
</div>
</div>
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>The <em>zmq_errno()</em> function shall retrieve the value of the <em>errno</em> variable for
the calling thread.</p></div>
<div class="paragraph"><p>The <em>zmq_errno()</em> function is provided to assist users on non-POSIX systems who
are experiencing issues with retrieving the correct value of <em>errno</em> directly.
Specifically, users on Win32 systems whose application is using a different C
run-time library from the C run-time library in use by ØMQ will need to use
<em>zmq_errno()</em> for correct operation.</p></div>
<div class="admonitionblock">
<table><tr>
<td class="icon">
<div class="title">Important</div>
</td>
<td class="content">Users not experiencing issues with retrieving the correct value of
<em>errno</em> should not use this function and should instead access the <em>errno</em>
variable directly.</td>
</tr></table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_return_value">RETURN VALUE</h2>
<div class="sectionbody">
<div class="paragraph"><p>The <em>zmq_errno()</em> function shall return the value of the <em>errno</em> variable for
the calling thread.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_errors">ERRORS</h2>
<div class="sectionbody">
<div class="paragraph"><p>No errors are defined.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="zmq.html">zmq(7)</a></p></div>
</div>
</div>
<div class="sect1">
<h2 id="_authors">AUTHORS</h2>
<div class="sectionbody">
<div class="paragraph"><p>This manual page was written by the ØMQ community.</p></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
ØMQ 2.2.0<br />
Last updated 2012-04-04 07:04:06 EDT
</div>
</div>
</body>
</html>
| Htbaa/zmq.mod | zeromq/doc/zmq_errno.html | HTML | mit | 13,346 |
<!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" lang="zh-CN">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>站内搜索%' RLIKE (SELECT (CASE WHEN (61=61) THEN 0x254537254142253939254535253836253835254536253930253943254537254234254132 ELSE 0x28 END)) AND '%'=' | 大CC</title>
<link rel="stylesheet" type="text/css" media="all" href="http://blogcc.u.qiniudn.com/wp-content/themes/zbench/style.css" />
<link rel="pingback" href="http://blog.me115.com/xmlrpc.php" />
<link rel="alternate" type="application/rss+xml" title="大CC » Feed" href="http://blog.me115.com/feed" />
<link rel="alternate" type="application/rss+xml" title="大CC » 评论 Feed" href="http://blog.me115.com/comments/feed" />
<link rel="alternate" type="application/rss+xml" title="大CC » “站内搜索%' RLIKE (SELECT (CASE WHEN (61=61) THEN 0x254537254142253939254535253836253835254536253930253943254537254234254132 ELSE 0x28 END)) AND '%'='”的搜索结果 Feed" href="http://blog.me115.com/search/%E7%AB%99%E5%86%85%E6%90%9C%E7%B4%A2%25%27+RLIKE+%28SELECT+%28CASE+WHEN+%2861%3D61%29+THEN+0x254537254142253939254535253836253835254536253930253943254537254234254132+ELSE+0x28+END%29%29+AND+%27%25%27%3D%27/feed/rss2/" />
<script type="text/javascript">
var duoshuoQuery = {"short_name":"me115","sso":{"login":"http:\/\/blog.me115.com\/wp-login.php?action=duoshuo_login","logout":"http:\/\/blog.me115.com\/wp-login.php?action=logout&_wpnonce=00a39a7e05"},"theme":"default","stylePatch":"wordpress\/zBench"};
duoshuoQuery.sso.login += '&redirect_to=' + encodeURIComponent(window.location.href);
duoshuoQuery.sso.logout += '&redirect_to=' + encodeURIComponent(window.location.href);
</script>
<script type="text/javascript" src="http://static.duoshuo.com/embed.js" charset="UTF-8" async="async"></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://blog.me115.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://blog.me115.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 3.5" />
<!-- All in One SEO Pack 1.6.15.3 by Michael Torbert of Semper Fi Web Design[291,510] -->
<!-- /all in one seo pack -->
</head>
<body class="search search-no-results">
<div id="nav">
<div id="menus">
<ul><li><a href="http://blog.me115.com/">首页</a></li></ul>
<ul id="menu-linux-2" class="menu"><li id="menu-item-566" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-566"><a href="http://blog.me115.com/category/linux%e5%b7%a5%e5%85%b7%e7%ae%b1">Linux工具箱</a></li>
<li id="menu-item-493" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-493"><a href="http://blog.me115.com/category/cc%e4%b9%a6%e8%af%84">书评和笔记</a>
<ul class="sub-menu">
<li id="menu-item-495" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-495"><a href="http://blog.me115.com/category/%e8%af%bb%e4%b9%a6%e7%ac%94%e8%ae%b0">读书笔记</a></li>
<li id="menu-item-494" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-494"><a href="http://blog.me115.com/category/cc%e8%af%84%e7%bd%91">CC评网</a></li>
</ul>
</li>
<li id="menu-item-560" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-560"><a href="http://blog.me115.com/%e9%98%85%e8%af%bb%e8%ae%a1%e5%88%92">阅读计划</a></li>
<li id="menu-item-461" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-461"><a href="http://blog.me115.com/%e5%85%b3%e4%ba%8e%e6%9c%a8%e4%b9%a6%e6%9e%b6">关于木书架</a></li>
<li id="menu-item-462" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-462"><a href="http://blog.me115.com/sample-page">关于我</a></li>
</ul> </div>
<div id="search">
<form id="searchform" method="get" action="http://blog.me115.com/">
<input type="text" value="站内搜索" onfocus="if (this.value == '站内搜索') {this.value = '';}" onblur="if (this.value == '') {this.value = '站内搜索';}" size="35" maxlength="50" name="s" id="s" />
<input type="submit" id="searchsubmit" value="搜索" />
</form> </div>
</div>
<div id="wrapper">
<div id="header"> <h1><a href="http://blog.me115.com/">大CC</a></h1>
<h2>关注 Nosql/架构/时间管理/阅读分享</h2>
<div class="clear"></div>
</div>
<div id="content">
<div class="post post-single">
<h2 class="title title-single">错误 404 - 没有找到</h2>
<div class="post-info-top" style="height:1px;"></div>
<div class="entry">
<p>对不起,没有找到您要的东东,或许下面的内容你感兴趣。</p>
<h3>随机文章</h3>
<ul>
<li><a href="http://blog.me115.com/2014/07/701">GDB常用命令</a></li>
<li><a href="http://blog.me115.com/2015/01/796">发布《Linux工具快速教程》</a></li>
<li><a href="http://blog.me115.com/2014/06/672">NoSQL数据库:数据的一致性</a></li>
<li><a href="http://blog.me115.com/2013/10/338">书评 《软件随想录》</a></li>
<li><a href="http://blog.me115.com/2011/04/144">DataScraper数据抓取快速入门</a></li>
</ul>
<h3>标签云</h3>
<a href='http://blog.me115.com/tag/net' class='tag-link-16' title='2 个话题' style='font-size: 12.6pt;'>.net</a>
<a href='http://blog.me115.com/tag/atl3-0' class='tag-link-17' title='1 个话题' style='font-size: 9pt;'>ATL3.0</a>
<a href='http://blog.me115.com/tag/atl7-0' class='tag-link-18' title='1 个话题' style='font-size: 9pt;'>ATL7.0</a>
<a href='http://blog.me115.com/tag/awk' class='tag-link-95' title='1 个话题' style='font-size: 9pt;'>awk</a>
<a href='http://blog.me115.com/tag/berkeleydb' class='tag-link-83' title='2 个话题' style='font-size: 12.6pt;'>BerkeleyDB</a>
<a href='http://blog.me115.com/tag/boost' class='tag-link-19' title='1 个话题' style='font-size: 9pt;'>boost</a>
<a href='http://blog.me115.com/tag/bug-tracker' class='tag-link-20' title='3 个话题' style='font-size: 15pt;'>Bug Tracker</a>
<a href='http://blog.me115.com/tag/c' class='tag-link-140' title='8 个话题' style='font-size: 22pt;'>c++</a>
<a href='http://blog.me115.com/tag/c0x' class='tag-link-21' title='1 个话题' style='font-size: 9pt;'>C++0x</a>
<a href='http://blog.me115.com/tag/c11' class='tag-link-141' title='3 个话题' style='font-size: 15pt;'>c++11</a>
<a href='http://blog.me115.com/tag/cc%e8%af%84%e7%bd%91' class='tag-link-5' title='1 个话题' style='font-size: 9pt;'>CC评网</a>
<a href='http://blog.me115.com/tag/cppunit' class='tag-link-22' title='1 个话题' style='font-size: 9pt;'>cppunit</a>
<a href='http://blog.me115.com/tag/datascraper' class='tag-link-23' title='1 个话题' style='font-size: 9pt;'>DataScraper</a>
<a href='http://blog.me115.com/tag/datastudio' class='tag-link-24' title='1 个话题' style='font-size: 9pt;'>DataStudio</a>
<a href='http://blog.me115.com/tag/epoll' class='tag-link-145' title='1 个话题' style='font-size: 9pt;'>epoll</a>
<a href='http://blog.me115.com/tag/gdb' class='tag-link-129' title='1 个话题' style='font-size: 9pt;'>GDB</a>
<a href='http://blog.me115.com/tag/go' class='tag-link-147' title='1 个话题' style='font-size: 9pt;'>go</a>
<a href='http://blog.me115.com/tag/google-cal' class='tag-link-25' title='1 个话题' style='font-size: 9pt;'>google cal</a>
<a href='http://blog.me115.com/tag/greader' class='tag-link-26' title='1 个话题' style='font-size: 9pt;'>gReader</a>
<a href='http://blog.me115.com/tag/gtd' class='tag-link-27' title='3 个话题' style='font-size: 15pt;'>GTD</a>
<a href='http://blog.me115.com/tag/hadoop' class='tag-link-28' title='1 个话题' style='font-size: 9pt;'>Hadoop</a>
<a href='http://blog.me115.com/tag/javascript' class='tag-link-29' title='6 个话题' style='font-size: 20pt;'>JavaScript</a>
<a href='http://blog.me115.com/tag/json' class='tag-link-30' title='1 个话题' style='font-size: 9pt;'>JSON</a>
<a href='http://blog.me115.com/tag/libevent' class='tag-link-31' title='1 个话题' style='font-size: 9pt;'>libevent</a>
<a href='http://blog.me115.com/tag/linux' class='tag-link-97' title='2 个话题' style='font-size: 12.6pt;'>linux</a>
<a href='http://blog.me115.com/tag/linux-linux%e5%b7%a5%e5%85%b7' class='tag-link-116' title='3 个话题' style='font-size: 15pt;'>linux linux工具</a>
<a href='http://blog.me115.com/tag/lr%e6%b5%8b%e8%af%95' class='tag-link-32' title='1 个话题' style='font-size: 9pt;'>LR测试</a>
<a href='http://blog.me115.com/tag/mapreduce' class='tag-link-33' title='1 个话题' style='font-size: 9pt;'>MapReduce</a>
<a href='http://blog.me115.com/tag/memcache' class='tag-link-34' title='1 个话题' style='font-size: 9pt;'>memcache</a>
<a href='http://blog.me115.com/tag/mpi' class='tag-link-35' title='3 个话题' style='font-size: 15pt;'>MPI</a>
<a href='http://blog.me115.com/tag/mq' class='tag-link-100' title='2 个话题' style='font-size: 12.6pt;'>MQ</a>
<a href='http://blog.me115.com/tag/muduo' class='tag-link-143' title='1 个话题' style='font-size: 9pt;'>muduo</a>
<a href='http://blog.me115.com/tag/nosql' class='tag-link-115' title='5 个话题' style='font-size: 18.6pt;'>NOSQL</a>
<a href='http://blog.me115.com/tag/openmp' class='tag-link-36' title='3 个话题' style='font-size: 15pt;'>OpenMP</a>
<a href='http://blog.me115.com/tag/p2p' class='tag-link-99' title='1 个话题' style='font-size: 9pt;'>P2P</a>
<a href='http://blog.me115.com/tag/project' class='tag-link-37' title='1 个话题' style='font-size: 9pt;'>Project</a>
<a href='http://blog.me115.com/tag/python' class='tag-link-7' title='2 个话题' style='font-size: 12.6pt;'>Python</a>
<a href='http://blog.me115.com/tag/reactor' class='tag-link-144' title='1 个话题' style='font-size: 9pt;'>Reactor</a>
<a href='http://blog.me115.com/tag/redis-2' class='tag-link-104' title='7 个话题' style='font-size: 21pt;'>redis</a>
<a href='http://blog.me115.com/tag/redis%e4%ba%8b%e5%8a%a1' class='tag-link-135' title='1 个话题' style='font-size: 9pt;'>redis事务</a>
<a href='http://blog.me115.com/tag/repeater' class='tag-link-38' title='1 个话题' style='font-size: 9pt;'>Repeater</a>
<a href='http://blog.me115.com/tag/rework' class='tag-link-88' title='1 个话题' style='font-size: 9pt;'>rework</a>
<a href='http://blog.me115.com/tag/sar' class='tag-link-107' title='1 个话题' style='font-size: 9pt;'>sar</a>
<a href='http://blog.me115.com/tag/securecrt-%e5%88%a0%e9%99%a4%e5%af%86%e7%a0%81' class='tag-link-39' title='1 个话题' style='font-size: 9pt;'>SecureCRT 删除密码</a>
<a href='http://blog.me115.com/tag/shell%e8%84%9a%e6%9c%ac' class='tag-link-94' title='2 个话题' style='font-size: 12.6pt;'>shell脚本</a>
<a href='http://blog.me115.com/tag/stl' class='tag-link-40' title='4 个话题' style='font-size: 17pt;'>STL</a>
<a href='http://blog.me115.com/tag/svn' class='tag-link-42' title='2 个话题' style='font-size: 12.6pt;'>svn</a>
<a href='http://blog.me115.com/tag/tcp' class='tag-link-136' title='1 个话题' style='font-size: 9pt;'>tcp</a>
<a href='http://blog.me115.com/tag/tuxedo' class='tag-link-43' title='2 个话题' style='font-size: 12.6pt;'>Tuxedo</a>
<a href='http://blog.me115.com/tag/web' class='tag-link-117' title='1 个话题' style='font-size: 9pt;'>WEB</a>
<a href='http://blog.me115.com/tag/word' class='tag-link-44' title='1 个话题' style='font-size: 9pt;'>Word</a>
<a href='http://blog.me115.com/tag/%e4%b8%aa%e4%ba%ba%e6%8f%90%e5%8d%87' class='tag-link-75' title='1 个话题' style='font-size: 9pt;'>个人提升</a>
<a href='http://blog.me115.com/tag/%e4%b9%a6%e8%af%84' class='tag-link-86' title='2 个话题' style='font-size: 12.6pt;'>书评</a>
<a href='http://blog.me115.com/tag/%e4%ba%8b%e4%bb%b6%e9%a9%b1%e5%8a%a8' class='tag-link-138' title='2 个话题' style='font-size: 12.6pt;'>事件驱动</a>
<a href='http://blog.me115.com/tag/%e4%bb%a3%e7%a0%81%e8%87%aa%e5%8a%a8%e7%94%9f%e6%88%90' class='tag-link-130' title='1 个话题' style='font-size: 9pt;'>代码自动生成</a>
<a href='http://blog.me115.com/tag/%e4%bb%bb%e5%8a%a1%e8%b0%83%e5%ba%a6' class='tag-link-45' title='1 个话题' style='font-size: 9pt;'>任务调度</a>
<a href='http://blog.me115.com/tag/%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97' class='tag-link-47' title='1 个话题' style='font-size: 9pt;'>使用指南</a>
<a href='http://blog.me115.com/tag/%e4%bf%a1%e6%81%af%e9%87%87%e9%9b%86' class='tag-link-48' title='1 个话题' style='font-size: 9pt;'>信息采集</a>
<a href='http://blog.me115.com/tag/%e4%bf%ae%e8%ae%a2' class='tag-link-49' title='1 个话题' style='font-size: 9pt;'>修订</a>
<a href='http://blog.me115.com/tag/%e5%81%a5%e8%ba%ab' class='tag-link-84' title='2 个话题' style='font-size: 12.6pt;'>健身</a>
<a href='http://blog.me115.com/tag/%e5%86%85%e5%ad%98%e6%95%b0%e6%8d%ae%e5%ba%93' class='tag-link-105' title='1 个话题' style='font-size: 9pt;'>内存数据库</a>
<a href='http://blog.me115.com/tag/%e5%86%99%e4%bd%9c' class='tag-link-87' title='1 个话题' style='font-size: 9pt;'>写作</a>
<a href='http://blog.me115.com/tag/%e5%86%a5%e6%83%b3' class='tag-link-112' title='1 个话题' style='font-size: 9pt;'>冥想</a>
<a href='http://blog.me115.com/tag/%e5%88%86%e5%b8%83%e5%bc%8f' class='tag-link-119' title='1 个话题' style='font-size: 9pt;'>分布式</a>
<a href='http://blog.me115.com/tag/%e5%8a%a0%e6%81%af%ef%bc%8c%e9%80%9a%e8%b4%a7%e8%86%a8%e8%83%80' class='tag-link-50' title='1 个话题' style='font-size: 9pt;'>加息,通货膨胀</a>
<a href='http://blog.me115.com/tag/%e5%8d%93%e7%be%8e' class='tag-link-51' title='1 个话题' style='font-size: 9pt;'>卓美</a>
<a href='http://blog.me115.com/tag/%e5%8d%97%e6%80%80%e7%91%be' class='tag-link-128' title='1 个话题' style='font-size: 9pt;'>南怀瑾</a>
<a href='http://blog.me115.com/tag/%e5%9b%9b%e8%b1%a1%e9%99%90%e6%b3%95%e5%88%99' class='tag-link-52' title='1 个话题' style='font-size: 9pt;'>四象限法则</a>
<a href='http://blog.me115.com/tag/%e5%a4%9a%e7%ba%bf%e7%a8%8b' class='tag-link-53' title='3 个话题' style='font-size: 15pt;'>多线程</a>
<a href='http://blog.me115.com/tag/%e5%a4%a7%e6%95%b0%e6%8d%ae' class='tag-link-103' title='1 个话题' style='font-size: 9pt;'>大数据</a>
<a href='http://blog.me115.com/tag/%e5%ad%a6%e4%b9%a0%e6%96%b9%e6%b3%95' class='tag-link-54' title='1 个话题' style='font-size: 9pt;'>学习方法</a>
<a href='http://blog.me115.com/tag/%e5%ae%89%e8%a3%85' class='tag-link-55' title='1 个话题' style='font-size: 9pt;'>安装</a>
<a href='http://blog.me115.com/tag/%e5%b7%a5%e5%8e%82%e6%96%b9%e6%b3%95%e6%a8%a1%e5%bc%8f' class='tag-link-125' title='1 个话题' style='font-size: 9pt;'>工厂方法模式</a>
<a href='http://blog.me115.com/tag/%e5%b9%b4%e5%ba%a6%e8%ae%a1%e5%88%92' class='tag-link-56' title='1 个话题' style='font-size: 9pt;'>年度计划</a>
<a href='http://blog.me115.com/tag/%e5%b9%bf%e5%91%8a%e7%ae%a1%e7%90%86' class='tag-link-57' title='1 个话题' style='font-size: 9pt;'>广告管理</a>
<a href='http://blog.me115.com/tag/%e5%bc%80%e6%94%be%e5%b9%b3%e5%8f%b0' class='tag-link-98' title='1 个话题' style='font-size: 9pt;'>开放平台</a>
<a href='http://blog.me115.com/tag/%e5%bc%80%e6%ba%90%e5%9b%be%e4%b9%a6' class='tag-link-134' title='1 个话题' style='font-size: 9pt;'>开源图书</a>
<a href='http://blog.me115.com/tag/%e6%80%9d%e7%bb%b4%e5%af%bc%e5%9b%be-%e8%af%bb%e4%b9%a6%e7%ac%94%e8%ae%b0' class='tag-link-78' title='1 个话题' style='font-size: 9pt;'>思维导图 读书笔记</a>
<a href='http://blog.me115.com/tag/%e6%80%a7%e8%83%bd%e4%bc%98%e5%8c%96' class='tag-link-82' title='8 个话题' style='font-size: 22pt;'>性能优化</a>
<a href='http://blog.me115.com/tag/%e6%80%bb%e7%bb%93' class='tag-link-133' title='1 个话题' style='font-size: 9pt;'>总结</a>
<a href='http://blog.me115.com/tag/%e6%91%84%e5%bd%b1' class='tag-link-58' title='1 个话题' style='font-size: 9pt;'>摄影</a>
<a href='http://blog.me115.com/tag/%e6%95%8f%e6%8d%b7' class='tag-link-76' title='1 个话题' style='font-size: 9pt;'>敏捷</a>
<a href='http://blog.me115.com/tag/%e6%95%8f%e6%8d%b7%e5%bc%80%e5%8f%91' class='tag-link-77' title='1 个话题' style='font-size: 9pt;'>敏捷开发</a>
<a href='http://blog.me115.com/tag/%e6%95%b0%e6%8d%ae%e5%ba%93' class='tag-link-114' title='1 个话题' style='font-size: 9pt;'>数据库</a>
<a href='http://blog.me115.com/tag/%e6%96%87%e4%bb%b6%e7%bc%96%e7%a0%81' class='tag-link-131' title='1 个话题' style='font-size: 9pt;'>文件编码</a>
<a href='http://blog.me115.com/tag/%e6%96%87%e6%9c%ac%e5%a4%84%e7%90%86' class='tag-link-96' title='1 个话题' style='font-size: 9pt;'>文本处理</a>
<a href='http://blog.me115.com/tag/%e6%97%a9%e8%b5%b7' class='tag-link-111' title='1 个话题' style='font-size: 9pt;'>早起</a>
<a href='http://blog.me115.com/tag/%e6%97%b6%e9%97%b4%e7%ae%a1%e7%90%86' class='tag-link-11' title='5 个话题' style='font-size: 18.6pt;'>时间管理</a>
<a href='http://blog.me115.com/tag/%e6%9e%b6%e6%9e%84' class='tag-link-113' title='4 个话题' style='font-size: 17pt;'>架构</a>
<a href='http://blog.me115.com/tag/%e6%a0%a1%e5%9b%ad' class='tag-link-59' title='1 个话题' style='font-size: 9pt;'>校园</a>
<a href='http://blog.me115.com/tag/%e6%a8%a1%e5%bc%8f' class='tag-link-118' title='1 个话题' style='font-size: 9pt;'>模式</a>
<a href='http://blog.me115.com/tag/%e6%b1%89%e5%8c%96' class='tag-link-60' title='1 个话题' style='font-size: 9pt;'>汉化</a>
<a href='http://blog.me115.com/tag/%e6%b6%88%e6%81%af%e9%98%9f%e5%88%97' class='tag-link-101' title='1 个话题' style='font-size: 9pt;'>消息队列</a>
<a href='http://blog.me115.com/tag/%e6%b7%98%e5%ae%9d' class='tag-link-109' title='1 个话题' style='font-size: 9pt;'>淘宝</a>
<a href='http://blog.me115.com/tag/%e6%bc%94%e8%ae%b2' class='tag-link-123' title='1 个话题' style='font-size: 9pt;'>演讲</a>
<a href='http://blog.me115.com/tag/%e7%90%86%e6%83%b3' class='tag-link-61' title='1 个话题' style='font-size: 9pt;'>理想</a>
<a href='http://blog.me115.com/tag/%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1' class='tag-link-62' title='1 个话题' style='font-size: 9pt;'>电子商务</a>
<a href='http://blog.me115.com/tag/%e7%a8%8b%e5%ba%8f%e7%a7%bb%e6%a4%8d' class='tag-link-63' title='1 个话题' style='font-size: 9pt;'>程序移植</a>
<a href='http://blog.me115.com/tag/%e7%ad%96%e7%95%a5%e6%a8%a1%e5%bc%8f' class='tag-link-126' title='1 个话题' style='font-size: 9pt;'>策略模式</a>
<a href='http://blog.me115.com/tag/%e7%b3%bb%e7%bb%9f%e5%b7%a5%e5%85%b7' class='tag-link-108' title='1 个话题' style='font-size: 9pt;'>系统工具</a>
<a href='http://blog.me115.com/tag/%e7%bb%8f%e6%b5%8e%e5%8d%b1%e6%9c%ba' class='tag-link-64' title='1 个话题' style='font-size: 9pt;'>经济危机</a>
<a href='http://blog.me115.com/tag/%e7%bc%ba%e9%99%b7%e8%b7%9f%e8%b8%aa' class='tag-link-65' title='3 个话题' style='font-size: 15pt;'>缺陷跟踪</a>
<a href='http://blog.me115.com/tag/%e7%bd%91%e7%bb%9c%e7%bc%96%e7%a8%8b' class='tag-link-137' title='3 个话题' style='font-size: 15pt;'>网络编程</a>
<a href='http://blog.me115.com/tag/%e8%87%aa%e5%8a%a8%e5%8c%96' class='tag-link-139' title='1 个话题' style='font-size: 9pt;'>自动化</a>
<a href='http://blog.me115.com/tag/%e8%87%aa%e5%8a%a8%e5%90%8c%e6%ad%a5' class='tag-link-67' title='1 个话题' style='font-size: 9pt;'>自动同步</a>
<a href='http://blog.me115.com/tag/%e8%87%aa%e5%8a%a8%e6%9b%b4%e6%96%b0' class='tag-link-68' title='1 个话题' style='font-size: 9pt;'>自动更新</a>
<a href='http://blog.me115.com/tag/%e8%87%aa%e5%ae%9a%e4%b9%89%e6%8e%a7%e4%bb%b6' class='tag-link-69' title='1 个话题' style='font-size: 9pt;'>自定义控件</a>
<a href='http://blog.me115.com/tag/%e8%a3%85%e4%bf%ae' class='tag-link-81' title='1 个话题' style='font-size: 9pt;'>装修</a>
<a href='http://blog.me115.com/tag/%e8%ae%be%e8%ae%a1' class='tag-link-120' title='1 个话题' style='font-size: 9pt;'>设计</a>
<a href='http://blog.me115.com/tag/%e8%ae%be%e8%ae%a1%e6%a8%a1%e5%bc%8f' class='tag-link-124' title='2 个话题' style='font-size: 12.6pt;'>设计模式</a>
<a href='http://blog.me115.com/tag/%e8%af%bb%e4%b9%a6%e7%ac%94%e8%ae%b0' class='tag-link-14' title='1 个话题' style='font-size: 9pt;'>读书笔记</a>
<a href='http://blog.me115.com/tag/%e8%b0%83%e8%af%95' class='tag-link-70' title='2 个话题' style='font-size: 12.6pt;'>调试</a>
<a href='http://blog.me115.com/tag/%e8%b4%9f%e8%bd%bd%e5%9d%87%e8%a1%a1' class='tag-link-142' title='1 个话题' style='font-size: 9pt;'>负载均衡</a>
<a href='http://blog.me115.com/tag/%e8%b4%a7%e5%b8%81' class='tag-link-71' title='1 个话题' style='font-size: 9pt;'>货币</a>
<a href='http://blog.me115.com/tag/%e8%b7%91%e6%ad%a5' class='tag-link-85' title='1 个话题' style='font-size: 9pt;'>跑步</a>
<a href='http://blog.me115.com/tag/%e9%80%9a%e9%81%93' class='tag-link-102' title='1 个话题' style='font-size: 9pt;'>通道</a>
<a href='http://blog.me115.com/tag/%e9%87%8d%e6%9d%a5' class='tag-link-89' title='1 个话题' style='font-size: 9pt;'>重来</a>
<a href='http://blog.me115.com/tag/%e9%9b%86%e6%88%90meataweblog-api' class='tag-link-73' title='1 个话题' style='font-size: 9pt;'>集成MeataWeblog API</a>
<a href='http://blog.me115.com/tag/%e9%a1%b9%e7%9b%ae%e7%ae%a1%e7%90%86' class='tag-link-15' title='1 个话题' style='font-size: 9pt;'>项目管理</a> </div><!--entry-->
</div><!--post-->
</div><!--content-->
<div id="sidebar-border">
<div id="rss_border">
<div class="rss_border">
<div id="rss_wrap">
<div class="rss_wrap">
<a class="rss rss_text" href="http://blog.me115.com/feed" rel="bookmark" title="RSS 订阅">RSS 订阅</a>
</div>
</div>
</div>
</div>
<div id="sidebar">
<div id="search-2" class="widget widget_search"><form id="searchform" method="get" action="http://blog.me115.com/">
<input type="text" value="站内搜索" onfocus="if (this.value == '站内搜索') {this.value = '';}" onblur="if (this.value == '') {this.value = '站内搜索';}" size="35" maxlength="50" name="s" id="s" />
<input type="submit" id="searchsubmit" value="搜索" />
</form></div> <div id="recent-posts-2" class="widget widget_recent_entries"> <h3 class="widgettitle">近期文章</h3> <ul>
<li>
<a href="http://blog.me115.com/2016/05/935" title="godep 包管理工具">godep 包管理工具</a>
</li>
<li>
<a href="http://blog.me115.com/2016/05/933" title="git常用命令">git常用命令</a>
</li>
<li>
<a href="http://blog.me115.com/2016/01/926" title="从C++到GO">从C++到GO</a>
</li>
<li>
<a href="http://blog.me115.com/2015/12/924" title="网络编程中的关键问题总结">网络编程中的关键问题总结</a>
</li>
<li>
<a href="http://blog.me115.com/2015/12/907" title="Reactor事件驱动的两种实现:面向对象 VS 函数式编程">Reactor事件驱动的两种实现:面向对象 VS 函数式编程</a>
</li>
</ul>
</div><div id="text-3" class="widget widget_text"><h3 class="widgettitle">广告</h3> <div class="textwidget">本站使用digitalocean提供的VPS;<br/>
访问速度可以通过<a href="http://blog.me115.com" target="_blank">大CC博客</a> 和<a href="http://www.me115.com" target="_blank">木书架网</a>体验;<br/>
其中我的博客为直连digitalocean,
而木书架网站采用了第三方CDN加速(安全宝)<br/><br/>
从以下链接点击进入注册digitalocean,您将获取10美元(可免费使用2个月的VPS):<br/>
<B><a href="https://www.digitalocean.com/?refcode=ee9c5a992d6f" target="_blank">DigitalOcean</a></B></div>
</div><div id="ds-recent-comments-2" class="widget ds-widget-recent-comments"><h3 class="widgettitle">近期评论</h3><ul class="ds-recent-comments" data-num-items="5" data-show-avatars="0" data-show-time="0" data-show-title="0" data-show-admin="0" data-avatar-size="30" data-excerpt-length="70"></ul></div><script>
if (typeof DUOSHUO !== 'undefined')
DUOSHUO.RecentComments && DUOSHUO.RecentComments('.ds-recent-comments');
</script><div id="archives-3" class="widget widget_archive"><h3 class="widgettitle">文章归档</h3> <ul>
<li><a href='http://blog.me115.com/date/2016/05' title='2016 年五月'>2016 年五月</a></li>
<li><a href='http://blog.me115.com/date/2016/01' title='2016 年一月'>2016 年一月</a></li>
<li><a href='http://blog.me115.com/date/2015/12' title='2015 年十二月'>2015 年十二月</a></li>
<li><a href='http://blog.me115.com/date/2015/11' title='2015 年十一月'>2015 年十一月</a></li>
<li><a href='http://blog.me115.com/date/2015/10' title='2015 年十月'>2015 年十月</a></li>
<li><a href='http://blog.me115.com/date/2015/09' title='2015 年九月'>2015 年九月</a></li>
<li><a href='http://blog.me115.com/date/2015/08' title='2015 年八月'>2015 年八月</a></li>
<li><a href='http://blog.me115.com/date/2015/06' title='2015 年六月'>2015 年六月</a></li>
<li><a href='http://blog.me115.com/date/2015/05' title='2015 年五月'>2015 年五月</a></li>
<li><a href='http://blog.me115.com/date/2015/04' title='2015 年四月'>2015 年四月</a></li>
<li><a href='http://blog.me115.com/date/2015/03' title='2015 年三月'>2015 年三月</a></li>
<li><a href='http://blog.me115.com/date/2015/02' title='2015 年二月'>2015 年二月</a></li>
<li><a href='http://blog.me115.com/date/2015/01' title='2015 年一月'>2015 年一月</a></li>
<li><a href='http://blog.me115.com/date/2014/11' title='2014 年十一月'>2014 年十一月</a></li>
<li><a href='http://blog.me115.com/date/2014/10' title='2014 年十月'>2014 年十月</a></li>
<li><a href='http://blog.me115.com/date/2014/09' title='2014 年九月'>2014 年九月</a></li>
<li><a href='http://blog.me115.com/date/2014/08' title='2014 年八月'>2014 年八月</a></li>
<li><a href='http://blog.me115.com/date/2014/07' title='2014 年七月'>2014 年七月</a></li>
<li><a href='http://blog.me115.com/date/2014/06' title='2014 年六月'>2014 年六月</a></li>
<li><a href='http://blog.me115.com/date/2014/05' title='2014 年五月'>2014 年五月</a></li>
<li><a href='http://blog.me115.com/date/2014/04' title='2014 年四月'>2014 年四月</a></li>
<li><a href='http://blog.me115.com/date/2014/02' title='2014 年二月'>2014 年二月</a></li>
<li><a href='http://blog.me115.com/date/2013/12' title='2013 年十二月'>2013 年十二月</a></li>
<li><a href='http://blog.me115.com/date/2013/11' title='2013 年十一月'>2013 年十一月</a></li>
<li><a href='http://blog.me115.com/date/2013/10' title='2013 年十月'>2013 年十月</a></li>
<li><a href='http://blog.me115.com/date/2013/09' title='2013 年九月'>2013 年九月</a></li>
<li><a href='http://blog.me115.com/date/2013/06' title='2013 年六月'>2013 年六月</a></li>
<li><a href='http://blog.me115.com/date/2013/04' title='2013 年四月'>2013 年四月</a></li>
<li><a href='http://blog.me115.com/date/2013/03' title='2013 年三月'>2013 年三月</a></li>
<li><a href='http://blog.me115.com/date/2013/01' title='2013 年一月'>2013 年一月</a></li>
<li><a href='http://blog.me115.com/date/2012/12' title='2012 年十二月'>2012 年十二月</a></li>
<li><a href='http://blog.me115.com/date/2012/10' title='2012 年十月'>2012 年十月</a></li>
<li><a href='http://blog.me115.com/date/2012/09' title='2012 年九月'>2012 年九月</a></li>
<li><a href='http://blog.me115.com/date/2012/08' title='2012 年八月'>2012 年八月</a></li>
<li><a href='http://blog.me115.com/date/2012/05' title='2012 年五月'>2012 年五月</a></li>
<li><a href='http://blog.me115.com/date/2012/04' title='2012 年四月'>2012 年四月</a></li>
<li><a href='http://blog.me115.com/date/2012/02' title='2012 年二月'>2012 年二月</a></li>
<li><a href='http://blog.me115.com/date/2011/11' title='2011 年十一月'>2011 年十一月</a></li>
<li><a href='http://blog.me115.com/date/2011/10' title='2011 年十月'>2011 年十月</a></li>
<li><a href='http://blog.me115.com/date/2011/09' title='2011 年九月'>2011 年九月</a></li>
<li><a href='http://blog.me115.com/date/2011/07' title='2011 年七月'>2011 年七月</a></li>
<li><a href='http://blog.me115.com/date/2011/06' title='2011 年六月'>2011 年六月</a></li>
<li><a href='http://blog.me115.com/date/2011/05' title='2011 年五月'>2011 年五月</a></li>
<li><a href='http://blog.me115.com/date/2011/04' title='2011 年四月'>2011 年四月</a></li>
<li><a href='http://blog.me115.com/date/2011/03' title='2011 年三月'>2011 年三月</a></li>
<li><a href='http://blog.me115.com/date/2011/02' title='2011 年二月'>2011 年二月</a></li>
<li><a href='http://blog.me115.com/date/2011/01' title='2011 年一月'>2011 年一月</a></li>
<li><a href='http://blog.me115.com/date/2010/12' title='2010 年十二月'>2010 年十二月</a></li>
<li><a href='http://blog.me115.com/date/2010/11' title='2010 年十一月'>2010 年十一月</a></li>
<li><a href='http://blog.me115.com/date/2010/10' title='2010 年十月'>2010 年十月</a></li>
</ul>
</div><div id="categories-2" class="widget widget_categories"><h3 class="widgettitle">分类目录</h3> <ul>
<li class="cat-item cat-item-2"><a href="http://blog.me115.com/category/beautiful-life" title="查看 Beautiful Life 下的所有文章">Beautiful Life</a>
</li>
<li class="cat-item cat-item-92"><a href="http://blog.me115.com/category/berkeley-db" title="查看 Berkeley DB 下的所有文章">Berkeley DB</a>
</li>
<li class="cat-item cat-item-3"><a href="http://blog.me115.com/category/%e7%a8%8b%e5%ba%8f%e5%91%98/c%e7%bc%96%e7%a8%8b" title="查看 C++编程 下的所有文章">C++编程</a>
</li>
<li class="cat-item cat-item-4"><a href="http://blog.me115.com/category/cc%e4%b9%a6%e8%af%84" title="查看 CC书评 下的所有文章">CC书评</a>
</li>
<li class="cat-item cat-item-5"><a href="http://blog.me115.com/category/cc%e8%af%84%e7%bd%91" title="查看 CC评网 下的所有文章">CC评网</a>
</li>
<li class="cat-item cat-item-146"><a href="http://blog.me115.com/category/go%e8%af%ad%e8%a8%80" title="查看 GO语言 下的所有文章">GO语言</a>
</li>
<li class="cat-item cat-item-6"><a href="http://blog.me115.com/category/linuxunix" title="查看 Linux&Unix 下的所有文章">Linux&Unix</a>
</li>
<li class="cat-item cat-item-90"><a href="http://blog.me115.com/category/linux%e5%b7%a5%e5%85%b7%e7%ae%b1" title="查看 Linux工具箱 下的所有文章">Linux工具箱</a>
</li>
<li class="cat-item cat-item-7"><a href="http://blog.me115.com/category/python" title="查看 Python 下的所有文章">Python</a>
</li>
<li class="cat-item cat-item-93"><a href="http://blog.me115.com/category/redis" title="查看 Redis 下的所有文章">Redis</a>
</li>
<li class="cat-item cat-item-8"><a href="http://blog.me115.com/category/web%e5%bc%80%e5%8f%91" title="查看 WEB开发 下的所有文章">WEB开发</a>
</li>
<li class="cat-item cat-item-127"><a href="http://blog.me115.com/category/%e5%84%92%e9%87%8a%e9%81%93" title="查看 儒释道 下的所有文章">儒释道</a>
</li>
<li class="cat-item cat-item-9"><a href="http://blog.me115.com/category/%e5%85%ac%e5%8f%b8%e7%ae%a1%e7%90%86" title="查看 公司管理 下的所有文章">公司管理</a>
</li>
<li class="cat-item cat-item-10"><a href="http://blog.me115.com/category/%e5%b9%b6%e8%a1%8c%e8%ae%a1%e7%ae%97" title="查看 并行计算 下的所有文章">并行计算</a>
</li>
<li class="cat-item cat-item-58"><a href="http://blog.me115.com/category/%e6%91%84%e5%bd%b1" title="查看 摄影 下的所有文章">摄影</a>
</li>
<li class="cat-item cat-item-11"><a href="http://blog.me115.com/category/%e6%97%b6%e9%97%b4%e7%ae%a1%e7%90%86" title="查看 时间管理 下的所有文章">时间管理</a>
</li>
<li class="cat-item cat-item-1"><a href="http://blog.me115.com/category/uncategorized" title="查看 未分类 下的所有文章">未分类</a>
</li>
<li class="cat-item cat-item-113"><a href="http://blog.me115.com/category/%e6%9e%b6%e6%9e%84" title="查看 架构 下的所有文章">架构</a>
</li>
<li class="cat-item cat-item-12"><a href="http://blog.me115.com/category/%e7%a4%be%e4%bc%9a%e6%9d%82%e8%b0%88" title="查看 社会杂谈 下的所有文章">社会杂谈</a>
</li>
<li class="cat-item cat-item-74"><a href="http://blog.me115.com/category/%e7%a8%8b%e5%ba%8f%e5%91%98" title="查看 程序员 下的所有文章">程序员</a>
</li>
<li class="cat-item cat-item-13"><a href="http://blog.me115.com/category/%e7%bb%8f%e6%b5%8e%e8%a7%82%e7%82%b9" title="查看 经济观点 下的所有文章">经济观点</a>
</li>
<li class="cat-item cat-item-137"><a href="http://blog.me115.com/category/%e7%bd%91%e7%bb%9c%e7%bc%96%e7%a8%8b" title="查看 网络编程 下的所有文章">网络编程</a>
</li>
<li class="cat-item cat-item-132"><a href="http://blog.me115.com/category/%e8%a7%82%e7%82%b9%e4%b8%8e%e6%84%9f%e6%83%b3" title="查看 观点与感想 下的所有文章">观点与感想</a>
</li>
<li class="cat-item cat-item-14"><a href="http://blog.me115.com/category/%e8%af%bb%e4%b9%a6%e7%ac%94%e8%ae%b0" title="查看 读书笔记 下的所有文章">读书笔记</a>
</li>
<li class="cat-item cat-item-15"><a href="http://blog.me115.com/category/%e9%a1%b9%e7%9b%ae%e7%ae%a1%e7%90%86" title="查看 项目管理 下的所有文章">项目管理</a>
</li>
</ul>
</div><div id="meta-2" class="widget widget_meta"><h3 class="widgettitle">功能</h3> <ul>
<li><a href="http://blog.me115.com/wp-login.php">登录</a></li>
<li><a href="http://blog.me115.com/feed" title="使用 RSS 2.0 订阅本站点内容">文章 <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://blog.me115.com/comments/feed" title="使用 RSS 订阅本站点的所有文章的近期评论">评论 <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://cn.wordpress.org/" title="基于 WordPress,一个优美、先进的个人信息发布平台。">WordPress.org</a></li>
</ul>
</div><div id="nav_menu-2" class="widget widget_nav_menu"><div class="menu-%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5-container"><ul id="menu-%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5" class="menu"><li id="menu-item-304" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-304"><a title="pongba,关注C++,心理学" href="http://mindhacks.cn/archives/">刘未鹏</a></li>
<li id="menu-item-540" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-540"><a title="游走世界,精彩人生" href="http://www.purplexsu.net/">purplexsu</a></li>
<li id="menu-item-348" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-348"><a href="http://coolshell.cn/">酷壳</a></li>
<li id="menu-item-322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-322"><a href="http://www.cppfans.org/">C++爱好者博客</a></li>
<li id="menu-item-321" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-321"><a href="http://www.cnblogs.com/archy_yu/">Archy Yu</a></li>
<li id="menu-item-305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-305"><a href="http://www.shenlongbin.com/">申龙斌的程序人生</a></li>
<li id="menu-item-324" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-324"><a href="http://www.rrgod.com">Eddy Blog</a></li>
<li id="menu-item-340" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-340"><a href="http://www.wangyuxiong.com/">点滴–挖掘技术细节</a></li>
<li id="menu-item-341" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-341"><a href="http://www.hiadmin.org/">Smart Testing</a></li>
</ul></div></div><div id="text-2" class="widget widget_text"><h3 class="widgettitle">统计</h3> <div class="textwidget"><script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_4893206'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s19.cnzz.com/stat.php%3Fid%3D4893206%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script></div>
</div>
</div><!-- end: #sidebar -->
</div><!-- end: #sidebar-border --></div><!--wrapper-->
<div class="clear"></div>
<div id="footer">
<div id="footer-inside">
<p>
版权所有 © 2016 大CC | 站点由 <a href="http://zww.me">zBench</a> 和 <a href="http://wordpress.org/">WordPress</a> 驱动 </p>
<span id="back-to-top">↑ <a href="#" rel="nofollow" title="Back to top">回到顶部</a></span>
</div>
</div><!--footer-->
</body>
</html>
<!-- Dynamic page generated in 0.503 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2016-06-28 05:49:48 -->
| me115/me115.github.io | wp-content/cache/wp-cache-6659453bb56e484c6cf1ecef269f892c.html | HTML | mit | 37,099 |
<script>
let q q q q ; // error
</script>
| github/codeql | javascript/ql/test/query-tests/Diagnostics/bad3.html | HTML | mit | 46 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Requirements — pymatgen 2019.5.1 documentation</title>
<link rel="stylesheet" href="_static/proBlue.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Overview" href="usage.html" />
<link rel="prev" title="Introduction" href="index.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="usage.html" title="Overview"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="Introduction"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pymatgen 2019.5.1 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="requirements">
<h1>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h1>
<p>All required dependencies should be automatically taken care of if you
install pymatgen using easy_install or pip. Otherwise, these packages should
be available on <a class="reference external" href="http://pypi.python.org">PyPI</a>.</p>
<ol class="arabic simple">
<li><p>Python 2.7-3.x supported. <strong>It is highly recommended that you use latest
Python 3.x unless you know you need other dependencies that works with
Python 2.x only.</strong></p></li>
<li><p>numpy>=1.14</p></li>
<li><p>scipy>=1.0.1</p></li>
<li><p>matplotlib>=1.5+</p></li>
<li><p>monty>=0.9.6</p></li>
<li><p>requests>=2.0+</p></li>
<li><p>pybtex</p></li>
<li><p>pyyaml</p></li>
<li><p>tabulate</p></li>
<li><p>six</p></li>
</ol>
<p>Most of these are fairly easy to install. The well-established numpy and scipy
should have ready-made installation packages for all platforms. The rest are
pure/semi-pure Python packages that installs without any issues with pip and
easy_install.</p>
<div class="section" id="optional-dependencies">
<h2>Optional dependencies<a class="headerlink" href="#optional-dependencies" title="Permalink to this headline">¶</a></h2>
<p>Optional libraries that are required if you need certain features.</p>
<ol class="arabic simple">
<li><p>sympy: For defect generation and analysis.</p></li>
<li><p>VTK with Python bindings 5.8+ (<a class="reference external" href="http://www.vtk.org/">http://www.vtk.org/</a>): For visualization of
crystal structures using the pymatgen.vis package. Note that the VTK
package is incompatible with Python 3.x at the moment.</p></li>
<li><p>Atomistic Simulation Environment or ASE 3.6+: Required for the usage of the
adapters in pymatgen.io.aseio between pymatgen’s core Structure object and
the Atoms object used by ASE. Get it at <a class="reference external" href="https://wiki.fysik.dtu.dk/ase/">https://wiki.fysik.dtu.dk/ase/</a>.
Note that the ASE package is incompatible with Python 3.x at the moment.</p></li>
<li><p>OpenBabel with Python bindings (<a class="reference external" href="http://openbabel.org">http://openbabel.org</a>): Required for the
usage of the adapters in pymatgen.io.babelio between pymatgen’s Molecule
and OpenBabel’s OBMol. Opens up input and output support for the very large
number of input and output formats supported by OpenBabel.</p></li>
<li><p>networkx: For graph analysis associated with critic2 topological analysis
of electron charge densities, pygraphviz is also required for visualization.</p></li>
<li><p>nose - For unittesting. Not optional for developers.</p></li>
</ol>
</div>
<div class="section" id="optional-non-python-programs">
<h2>Optional non-Python programs<a class="headerlink" href="#optional-non-python-programs" title="Permalink to this headline">¶</a></h2>
<p>Optional non-python libraries (because no good python alternative exists at
the moment) required only for certain features:</p>
<ol class="arabic simple">
<li><p>ffmpeg: For generation of movies in structure_vtk.py. The executable ffmpeg
must be in the path. Get it at <a class="reference external" href="http://www.ffmpeg.org">http://www.ffmpeg.org</a>.</p></li>
<li><p>enum: For the use of
<a class="reference internal" href="pymatgen.transformations.advanced_transformations.html#pymatgen.transformations.advanced_transformations.EnumerateStructureTransformation" title="pymatgen.transformations.advanced_transformations.EnumerateStructureTransformation"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.transformations.advanced_transformations.EnumerateStructureTransformation</span></code></a>
and <a class="reference internal" href="pymatgen.command_line.enumlib_caller.html#module-pymatgen.command_line.enumlib_caller" title="pymatgen.command_line.enumlib_caller"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.command_line.enumlib_caller</span></code></a> module. This library by Gus
Hart provides a robust way to enumerate derivative structures. It can be
used to completely enumerate all symmetrically distinct ordered structures
of disordered structures via EnumerateStructureTransformation. Many other
advanced transformations (e.g., MagOrderingTransformation) use
EnumerateStructureTransformation. The enum.x and makestr.x
executables must be in the path. Get it at <a class="reference external" href="http://enum.sourceforge.net">http://enum.sourceforge.net</a> and
follow the instructions to compile multienum.x and makestr.x.</p></li>
<li><p>bader: For use with <a class="reference internal" href="pymatgen.command_line.bader_caller.html#pymatgen.command_line.bader_caller.BaderAnalysis" title="pymatgen.command_line.bader_caller.BaderAnalysis"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.command_line.bader_caller.BaderAnalysis</span></code></a>.
This library by Henkelmann et al. provides a robust way to calculate the
Bader analysis from a CHGCAR. The bader executable must be in the path.
Get it at <a class="reference external" href="http://theory.cm.utexas.edu/bader">http://theory.cm.utexas.edu/bader</a>.</p></li>
<li><p>gulp: For use with <a class="reference internal" href="pymatgen.command_line.gulp_caller.html#module-pymatgen.command_line.gulp_caller" title="pymatgen.command_line.gulp_caller"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.command_line.gulp_caller</span></code></a>,
which is in turn used extensively by <a class="reference internal" href="pymatgen.analysis.defects.html#module-pymatgen.analysis.defects" title="pymatgen.analysis.defects"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.analysis.defects</span></code></a> to
compute empirical defect energies.</p></li>
<li><p>aconvasp: For use with the <a class="reference internal" href="pymatgen.command_line.aconvasp_caller.html#module-pymatgen.command_line.aconvasp_caller" title="pymatgen.command_line.aconvasp_caller"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.command_line.aconvasp_caller</span></code></a>.</p></li>
<li><p>Zeo++ (<a class="reference external" href="http://zeoplusplus.org">http://zeoplusplus.org</a>): For defect structure
generation. This is required in addition to installing the zeo Python
package.</p></li>
<li><p>critic2 (<a class="reference external" href="https://github.com/aoterodelaroza/critic2">https://github.com/aoterodelaroza/critic2</a>): For topological
analysis of critical points from electronic charge density. Provides
more detailed information compared to bader. For use with
<a class="reference internal" href="pymatgen.command_line.critic2_caller.html#pymatgen.command_line.critic2_caller.Critic2Caller" title="pymatgen.command_line.critic2_caller.Critic2Caller"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.command_line.critic2_caller.Critic2Caller</span></code></a>.</p></li>
<li><p>graphviz (<a class="reference external" href="http://graphviz.org">http://graphviz.org</a>): For visualization of graphs generated
using critic2.</p></li>
</ol>
</div>
</div>
<div class="section" id="conda-based-install">
<h1>Conda-based install<a class="headerlink" href="#conda-based-install" title="Permalink to this headline">¶</a></h1>
<p>For these instructions, we will assume the <strong>64-bit</strong> versions of all OSes.
For OSX and Linux, both latest Python 3.x adn 2.7 are supported. For Windows,
only latest Python 3.x is supported. Most common functionality should work
out of the box on Windows, but some specialized analyses relying on external
programs may require you to compile those programs from source.</p>
<div class="section" id="step-1-install-conda">
<h2>Step 1: Install conda<a class="headerlink" href="#step-1-install-conda" title="Permalink to this headline">¶</a></h2>
<p>Download and install the version of conda for your operating system from
<a class="reference external" href="http://conda.pydata.org/miniconda.html">http://conda.pydata.org/miniconda.html</a>. For Windows, <strong>make sure it is the
Miniconda3 installer</strong>, and simply double-click the exe file. For Linux or Mac,
run:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1"># If Mac</span>
<span class="n">bash</span> <span class="n">Miniconda3</span><span class="o">-</span><span class="n">latest</span><span class="o">-</span><span class="n">MacOSX</span><span class="o">-</span><span class="n">x86_64</span><span class="o">.</span><span class="n">sh</span>
<span class="c1"># If Linux</span>
<span class="n">bash</span> <span class="n">Miniconda3</span><span class="o">-</span><span class="n">latest</span><span class="o">-</span><span class="n">Linux</span><span class="o">-</span><span class="n">x86_64</span><span class="o">.</span><span class="n">sh</span>
</pre></div>
</div>
<p>Note that you may need to create a new terminal after this step in order for
the environmental variables added by conda to be loaded.</p>
</div>
<div class="section" id="step-2b-optional-create-a-conda-environment">
<h2>Step 2b: (Optional) Create a conda environment<a class="headerlink" href="#step-2b-optional-create-a-conda-environment" title="Permalink to this headline">¶</a></h2>
<p>If you are working with many python packages, it is generally recommended you
create a separate environment for each of your packages. For example:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">create</span> <span class="o">--</span><span class="n">name</span> <span class="n">my_pymatgen</span> <span class="n">python</span>
<span class="n">source</span> <span class="n">activate</span> <span class="n">my_pymatgen</span> <span class="c1"># OSX or Linux</span>
<span class="n">activate</span> <span class="n">my_pymatgen</span> <span class="c1"># Windows</span>
</pre></div>
</div>
</div>
<div class="section" id="step-3-install-pymatgen">
<h2>Step 3: Install pymatgen<a class="headerlink" href="#step-3-install-pymatgen" title="Permalink to this headline">¶</a></h2>
<p>You can install pymatgen via conda as well via the <a class="reference external" href="https://anaconda.org/matsci">matsci channel on
Anaconda cloud</a> maintained by the Materials
Virtual Lab:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">--</span><span class="n">channel</span> <span class="n">matsci</span> <span class="n">pymatgen</span>
</pre></div>
</div>
<p>If the above fails, try using conda to install some critical dependencies and
then do pip install:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">--</span><span class="n">yes</span> <span class="n">numpy</span> <span class="n">scipy</span> <span class="n">matplotlib</span>
<span class="n">pip</span> <span class="n">install</span> <span class="n">pymatgen</span>
</pre></div>
</div>
</div>
<div class="section" id="step-4-optional-install-enumlib-and-bader-only-for-osx-and-linux">
<h2>Step 4: (Optional) Install enumlib and bader (only for OSX and Linux)<a class="headerlink" href="#step-4-optional-install-enumlib-and-bader-only-for-osx-and-linux" title="Permalink to this headline">¶</a></h2>
<p>If you would like to use the enumeration capabilities powered by Gus Hart’s
enumlib or perform Bader charge analysis powered by the Bader analysis code
of the Henkelmann group, the <a class="reference external" href="https://anaconda.org/matsci">matsci channel on Anaconda cloud</a> has builds for enumlib and bader for OSX and
Linux (sorry, Windows users, you are on your own as the develpers of these
packages do not support Windows):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">--</span><span class="n">channel</span> <span class="n">matsci</span> <span class="n">bader</span>
<span class="n">conda</span> <span class="n">install</span> <span class="o">--</span><span class="n">channel</span> <span class="n">matsci</span> <span class="n">enumlib</span>
</pre></div>
</div>
<p>If the above fails, you can also try installing these from source using the pmg
command line tool as follows:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">install</span> <span class="n">enumlib</span>
<span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">install</span> <span class="n">bader</span>
</pre></div>
</div>
<p>Then put these in your PATH somewhere.</p>
</div>
</div>
<div class="section" id="potcar-setup">
<h1>POTCAR Setup<a class="headerlink" href="#potcar-setup" title="Permalink to this headline">¶</a></h1>
<p>For the code to generate POTCAR files, it needs to know where the VASP
pseudopotential files are. We are not allowed to distribute these under the
VASP license. The good news is that the <cite>pmg</cite> command line utility includes a
config functionality.</p>
<p>After installation, do:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">-</span><span class="n">p</span> <span class="o"><</span><span class="n">EXTRACTED_VASP_POTCAR</span><span class="o">></span> <span class="o"><</span><span class="n">MY_PSP</span><span class="o">></span>
</pre></div>
</div>
<p>In the above, <cite><EXTRACTED_VASP_POTCAR></cite> is the location of the directory that
you extracted the downloaded VASP pseudopotential files. Typically, it has
the following format:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">-</span> <span class="o"><</span><span class="n">EXTRACTED_VASP_POTCAR</span><span class="o">></span>
<span class="o">|-</span> <span class="n">POT_GGA_PAW_PBE</span>
<span class="o">||-</span> <span class="n">Ac_s</span>
<span class="o">|||-</span><span class="n">POTCAR</span>
<span class="o">|||-...</span>
</pre></div>
</div>
<p>or:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">-</span> <span class="o"><</span><span class="n">EXTRACTED_VASP_POTCAR</span><span class="o">></span>
<span class="o">|-</span> <span class="n">potpaw_PBE</span>
<span class="o">||-</span> <span class="n">Ac_s</span>
<span class="o">|||-</span><span class="n">POTCAR</span>
<span class="o">|||-...</span>
</pre></div>
</div>
<p>and follow the instructions. If you have done it correctly, you should get a
resources directory with the following directory structure:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">-</span> <span class="n">psp_resources</span>
<span class="o">|-</span> <span class="n">POT_GGA_PAW_PBE</span>
<span class="o">||-</span> <span class="n">POTCAR</span><span class="o">.</span><span class="n">Ac_s</span><span class="o">.</span><span class="n">gz</span>
<span class="o">||-</span> <span class="n">POTCAR</span><span class="o">.</span><span class="n">Ac</span><span class="o">.</span><span class="n">gz</span>
<span class="o">||-</span> <span class="n">POTCAR</span><span class="o">.</span><span class="n">Ag</span><span class="o">.</span><span class="n">gz</span>
<span class="o">...</span>
<span class="o">|-</span> <span class="n">POT_GGA_PAW_PW91</span>
<span class="o">...</span>
</pre></div>
</div>
<p>After generating the resources directory, you should add a VASP_PSP_DIR config
variable pointing to the generated directory and you should then be
able to generate POTCARs:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">add</span> <span class="n">PMG_VASP_PSP_DIR</span> <span class="o"><</span><span class="n">MY_PSP</span><span class="o">></span>
</pre></div>
</div>
<p>If you are using newer sets of pseudopotential files from VASP, the directory
names may be different, e.g., POT_GGA_PAW_PBE_52. For such cases, please also
add a default functional specification as follows:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">add</span> <span class="n">PMG_DEFAULT_FUNCTIONAL</span> <span class="n">PBE_52</span>
</pre></div>
</div>
<p>You can also use this to specify whatever functional you would like to use by
default in pymatgen, e.g., LDA_52, PW91, etc. Type:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">potcar</span> <span class="o">-</span><span class="n">h</span>
</pre></div>
</div>
<p>to see full list of choices.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The Materials Project uses the 2012 versions of the VASP pseudopotentials.
As such, the pymatgen compatibility package assume this version. If you use
any functional other than PBE, note that you should not be combining results
from these other functionals with Materials Project data.</p>
</div>
</div>
<div class="section" id="setup-for-developers-using-github">
<h1>Setup for Developers (using GitHub)<a class="headerlink" href="#setup-for-developers-using-github" title="Permalink to this headline">¶</a></h1>
<div class="section" id="step-1-preparing-your-system">
<h2>Step 1: Preparing your system<a class="headerlink" href="#step-1-preparing-your-system" title="Permalink to this headline">¶</a></h2>
<div class="section" id="windows">
<h3>Windows<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h3>
<ol class="arabic simple">
<li><p>Download Microsoft Visual Studio 2015 (the free Community Edition) is fine.</p></li>
<li><p>Install Visual Studio 2015, but <em>make sure that you select More Options ->
Programming Languages -> Visual C++ during the installation process</em>. By
default, Visual Studio does not install Visual C++, which is needed.</p></li>
</ol>
</div>
<div class="section" id="mac-osx">
<h3>Mac OSX<a class="headerlink" href="#mac-osx" title="Permalink to this headline">¶</a></h3>
<ol class="arabic">
<li><p>Download and install Xcode. Afterwards, install the XCode command line
tools by typing the following in a terminal:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">xcode</span><span class="o">-</span><span class="n">select</span> <span class="o">--</span><span class="n">install</span>
</pre></div>
</div>
</li>
<li><p>(Optional) Install gfortran. Get an installer at
<a class="reference external" href="http://gcc.gnu.org/wiki/GFortranBinaries#MacOS">http://gcc.gnu.org/wiki/GFortranBinaries#MacOS</a>.</p></li>
</ol>
</div>
<div class="section" id="linux">
<h3>Linux<a class="headerlink" href="#linux" title="Permalink to this headline">¶</a></h3>
<ol class="arabic simple">
<li><p>Usually no preparation is needed as most of the standard compilers should
already be available.</p></li>
</ol>
</div>
</div>
<div class="section" id="step-2-install-pymatgen-in-developmental-mode">
<h2>Step 2: Install pymatgen in developmental mode<a class="headerlink" href="#step-2-install-pymatgen-in-developmental-mode" title="Permalink to this headline">¶</a></h2>
<ol class="arabic">
<li><p>Make sure you have git and <a class="reference external" href="https://git-lfs.github.com/">git-lfs</a> installed.
Clone the repo at <a class="reference external" href="https://github.com/materialsproject/pymatgen">https://github.com/materialsproject/pymatgen</a>.</p></li>
<li><p>Run <cite>git lfs install</cite> in the cloned repo first.</p></li>
<li><p>In your root pymatgen repo directory, type (you may need to do this with root
privileges):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">-</span><span class="n">e</span> <span class="o">.</span>
</pre></div>
</div>
</li>
<li><p>Install any missing python libraries that are necessary.</p></li>
</ol>
<p>I recommend that you start by reading some of the unittests in the tests
subdirectory for each package. The unittests demonstrate the expected behavior
and functionality of the code.</p>
<p>Please read up on pymatgen’s <a class="reference internal" href="contributing.html"><span class="doc">coding guidelines</span></a> before
you start coding. It will make integration much easier.</p>
</div>
</div>
<div class="section" id="installation-tips-for-optional-libraries">
<h1>Installation tips for optional libraries<a class="headerlink" href="#installation-tips-for-optional-libraries" title="Permalink to this headline">¶</a></h1>
<p>This section provides a guide for installing various optional libraries used in
pymatgen. Some of the python libraries are rather tricky to build in certain
operating systems, especially for users unfamiliar with building C/C++ code.
Please feel free to send in suggestions to update the instructions based on
your experiences. In all the instructions, it is assumed that you have standard
gcc and other compilers (e.g., Xcode on Macs) already installed.</p>
<div class="section" id="vtk-on-mac-os-x-tested-on-v7-0">
<h2>VTK on Mac OS X (tested on v7.0)<a class="headerlink" href="#vtk-on-mac-os-x-tested-on-v7-0" title="Permalink to this headline">¶</a></h2>
<p>The easiest is to install cmake from
<a class="reference external" href="http://cmake.org/cmake/resources/software.html">http://cmake.org/cmake/resources/software.html</a>.</p>
<p>Type the following:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">VTK</span> <span class="p">(</span><span class="n">this</span> <span class="ow">is</span> <span class="n">the</span> <span class="n">directory</span> <span class="n">you</span> <span class="n">expanded</span> <span class="n">VTK</span> <span class="n">into</span><span class="p">)</span>
<span class="n">mkdir</span> <span class="n">build</span>
<span class="n">cd</span> <span class="n">build</span>
<span class="n">ccmake</span> <span class="o">..</span> <span class="p">(</span><span class="n">this</span> <span class="n">uses</span> <span class="n">cmake</span> <span class="ow">in</span> <span class="n">an</span> <span class="n">interactive</span> <span class="n">manner</span><span class="p">)</span>
</pre></div>
</div>
<p>Press “t” to toggle advanced mode. Then press “c” to do an initial
configuration. After the list of parameters come out, ensure that the
PYTHON_VERSION is set to 3, the VTK_WRAP_PYTHON is set to ON, and
BUILD_SHARED_LIBS is set to ON. You may also need to modify the python
paths and library paths if they are in non-standard locations. For example, if
you have installed the official version of Python instead of using the
Mac-provided version, you will probably need to edit the CMakeCache Python
links. Example configuration for Python 3.5 installed using conda is given
below (only variables that need to be modified/checked are shown):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">PYTHON_EXECUTABLE</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">python3</span>
<span class="n">PYTHON_INCLUDE_DIR</span><span class="p">:</span><span class="n">PATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="n">include</span><span class="o">/</span><span class="n">python3</span><span class="o">.</span><span class="mi">5</span><span class="n">m</span>
<span class="n">PYTHON_LIBRARY</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="n">lib</span><span class="o">/</span><span class="n">libpython3</span><span class="o">.</span><span class="mi">5</span><span class="n">m</span><span class="o">.</span><span class="n">dylib</span>
<span class="n">VTK_INSTALL_PYTHON_MODULE_DIR</span><span class="p">:</span><span class="n">PATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="n">lib</span><span class="o">/</span><span class="n">python3</span><span class="o">.</span><span class="mi">5</span><span class="o">/</span><span class="n">site</span><span class="o">-</span><span class="n">packages</span>
<span class="n">VTK_PYTHON_VERSION</span><span class="p">:</span><span class="n">STRING</span><span class="o">=</span><span class="mi">3</span>
<span class="n">VTK_WRAP_PYTHON</span><span class="p">:</span><span class="n">BOOL</span><span class="o">=</span><span class="n">ON</span>
</pre></div>
</div>
<p>Then press “c” again to configure and finally “g” to generate the required
make files After the CMakeCache.txt file is generated, type:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="o">-</span><span class="n">j</span> <span class="mi">4</span>
<span class="n">sudo</span> <span class="n">make</span> <span class="n">install</span>
</pre></div>
</div>
<p>With any luck, you should have vtk with the necessary python wrappers
installed. You can test this by going into a python terminal and trying:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">vtk</span>
</pre></div>
</div>
</div>
<div class="section" id="openbabel-mac-os-x-tested-on-v2-3-2">
<h2>OpenBabel Mac OS X (tested on v2.3.2)<a class="headerlink" href="#openbabel-mac-os-x-tested-on-v2-3-2" title="Permalink to this headline">¶</a></h2>
<p><strong>Anaconda install</strong></p>
<p>If you are using anaconda (and have pymatgen installed in your anaconda environment), you should be
able to install openbabel with a single command:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">openbabel</span> <span class="n">openbabel</span>
</pre></div>
</div>
<p><strong>Manual install</strong></p>
<p>Openbabel must be compiled with python bindings for integration with pymatgen.
Here are the steps that I took to make it work:</p>
<ol class="arabic">
<li><p>Install cmake from <a class="reference external" href="http://cmake.org/cmake/resources/software.html">http://cmake.org/cmake/resources/software.html</a>.</p></li>
<li><p>Install pcre-8.33 from
<a class="reference external" href="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gz">ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gz</a>.</p></li>
<li><p>Install pkg-config-0.28 using MacPorts or from
<a class="reference external" href="http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz">http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz</a>.</p></li>
<li><p>Install SWIG from
<a class="reference external" href="http://prdownloads.sourceforge.net/swig/swig-2.0.10.tar.gz">http://prdownloads.sourceforge.net/swig/swig-2.0.10.tar.gz</a>.</p></li>
<li><p>Download openbabel 2.3.2 <em>source code</em> from
<a class="reference external" href="https://sourceforge.net/projects/openbabel/files/openbabel/2.3.2/">https://sourceforge.net/projects/openbabel/files/openbabel/2.3.2/</a>.</p></li>
<li><p>Download Eigen version 3.1.2 from
<a class="reference external" href="http://bitbucket.org/eigen/eigen/get/3.1.2.tar.gz">http://bitbucket.org/eigen/eigen/get/3.1.2.tar.gz</a>.</p></li>
<li><p>Extract your Eigen and openbabel source distributions:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tar</span> <span class="o">-</span><span class="n">zxvf</span> <span class="n">openbabel</span><span class="o">-</span><span class="mf">2.3</span><span class="o">.</span><span class="mf">2.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
<span class="n">tar</span> <span class="o">-</span><span class="n">zxvf</span> <span class="n">eigen3</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
</pre></div>
</div>
</li>
<li><p>Now you should have two directories. Assuming that your openbabel src is in
a directory called “openbabel-2.3.2” and your eigen source is in a directory
called “eigen3”, do the following steps:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mv</span> <span class="n">openbabel</span><span class="o">-</span><span class="mf">2.3</span><span class="o">.</span><span class="mi">2</span> <span class="n">ob</span><span class="o">-</span><span class="n">src</span>
<span class="n">cd</span> <span class="n">ob</span><span class="o">-</span><span class="n">src</span><span class="o">/</span><span class="n">scripts</span><span class="o">/</span><span class="n">python</span><span class="p">;</span> <span class="n">rm</span> <span class="n">openbabel</span><span class="o">.</span><span class="n">py</span> <span class="n">openbabel</span><span class="o">-</span><span class="n">python</span><span class="o">.</span><span class="n">cpp</span><span class="p">;</span> <span class="n">cd</span> <span class="o">../../..</span>
</pre></div>
</div>
</li>
<li><p>Edit ob-src/scripts/CMakeLists.txt, jump to line 70, change “eigen2_define”
to “eigen_define”.</p></li>
<li><p>Let’s create a build directory:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mkdir</span> <span class="n">ob</span><span class="o">-</span><span class="n">build</span>
<span class="n">cd</span> <span class="n">ob</span><span class="o">-</span><span class="n">build</span>
<span class="n">cmake</span> <span class="o">-</span><span class="n">DPYTHON_BINDINGS</span><span class="o">=</span><span class="n">ON</span> <span class="o">-</span><span class="n">DRUN_SWIG</span><span class="o">=</span><span class="n">ON</span> <span class="o">-</span><span class="n">DEIGEN3_INCLUDE_DIR</span><span class="o">=../</span><span class="n">eigen3</span> <span class="o">../</span><span class="n">ob</span><span class="o">-</span><span class="n">src</span> <span class="mi">2</span><span class="o">>&</span><span class="mi">1</span> <span class="o">|</span> <span class="n">tee</span> <span class="n">cmake</span><span class="o">.</span><span class="n">out</span>
</pre></div>
</div>
</li>
<li><p>Before proceeding further, similar to the VTK installation process in the
previous section, you may also need to modify the CMakeCache.txt
file by hand if your python paths and library paths if they are in
non-standard locations. For example, if you have installed the official
version of Python instead of using the Mac-provided version,
you will probably need to edit the CMakeCache Python links. Example
configuration for Python 2.7 is given below (only variables that need to
be modified are shown):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">//</span><span class="n">Path</span> <span class="n">to</span> <span class="n">a</span> <span class="n">program</span><span class="o">.</span>
<span class="n">PYTHON_EXECUTABLE</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Library</span><span class="o">/</span><span class="n">Frameworks</span><span class="o">/</span><span class="n">Python</span><span class="o">.</span><span class="n">framework</span><span class="o">/</span><span class="n">Versions</span><span class="o">/</span><span class="mf">2.7</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">python</span>
<span class="o">//</span><span class="n">Path</span> <span class="n">to</span> <span class="n">a</span> <span class="n">file</span><span class="o">.</span>
<span class="n">PYTHON_INCLUDE_DIR</span><span class="p">:</span><span class="n">PATH</span><span class="o">=/</span><span class="n">Library</span><span class="o">/</span><span class="n">Frameworks</span><span class="o">/</span><span class="n">Python</span><span class="o">.</span><span class="n">framework</span><span class="o">/</span><span class="n">Versions</span><span class="o">/</span><span class="mf">2.7</span><span class="o">/</span><span class="n">Headers</span>
<span class="o">//</span><span class="n">Path</span> <span class="n">to</span> <span class="n">a</span> <span class="n">library</span><span class="o">.</span>
<span class="n">PYTHON_LIBRARY</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Library</span><span class="o">/</span><span class="n">Frameworks</span><span class="o">/</span><span class="n">Python</span><span class="o">.</span><span class="n">framework</span><span class="o">/</span><span class="n">Versions</span><span class="o">/</span><span class="mf">2.7</span><span class="o">/</span><span class="n">lib</span><span class="o">/</span><span class="n">libpython2</span><span class="o">.</span><span class="mf">7.</span><span class="n">dylib</span>
</pre></div>
</div>
</li>
<li><p>If you are using Mavericks (OSX 10.9) and encounter errors relating to <tr1/memory>, you might also need to include
the following flag in your CMakeCache.txt:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">CMAKE_CXX_FLAGS</span><span class="p">:</span><span class="n">STRING</span><span class="o">=-</span><span class="n">stdlib</span><span class="o">=</span><span class="n">libstdc</span><span class="o">++</span>
</pre></div>
</div>
</li>
<li><p>Run make and install as follows:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="o">-</span><span class="n">j2</span>
<span class="n">sudo</span> <span class="n">make</span> <span class="n">install</span>
</pre></div>
</div>
</li>
<li><p>With any luck, you should have openbabel with python bindings installed.
You can test your installation by trying to import openbabel from the
python command line. Please note that despite best efforts,
openbabel seems to install the python bindings into /usr/local/lib even
if your Python is not the standard Mac version. In that case,
you may need to add the following into your .bash_profile:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export PYTHONPATH=/usr/local/lib:$PYTHONPATH
</pre></div>
</div>
</li>
</ol>
</div>
<div class="section" id="zeo">
<h2>Zeo++<a class="headerlink" href="#zeo" title="Permalink to this headline">¶</a></h2>
<p>If you use the defects analysis package, you will need to installZeo++/Voro++.
Here are the steps you need to follow (thanks to Bharat)</p>
<p>Download and install Voro++:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mkdir</span> <span class="n">Voro</span><span class="o">++</span>
<span class="n">mkdir</span> <span class="n">Voro</span><span class="o">++/</span><span class="n">voro</span>
<span class="n">cd</span> <span class="n">Voro</span><span class="o">++/</span><span class="n">voro</span>
<span class="n">svn</span> <span class="n">checkout</span> <span class="o">--</span><span class="n">username</span> <span class="n">anonsvn</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">code</span><span class="o">.</span><span class="n">lbl</span><span class="o">.</span><span class="n">gov</span><span class="o">/</span><span class="n">svn</span><span class="o">/</span><span class="n">voro</span><span class="o">/</span><span class="n">trunk</span> <span class="c1"># password is 'anonsvn'</span>
<span class="n">cd</span> <span class="n">trunk</span>
</pre></div>
</div>
<p>Add -fPIC to the CFLAGS variable in config.mk, and then:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span>
</pre></div>
</div>
<p>Download and install Zeo++:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mkdir</span> <span class="n">Zeo</span><span class="o">++</span>
<span class="n">mkdir</span> <span class="n">Zeo</span><span class="o">++/</span><span class="n">zeo</span>
<span class="n">cd</span> <span class="n">Zeo</span><span class="o">++/</span><span class="n">zeo</span>
<span class="n">svn</span> <span class="n">checkout</span> <span class="o">--</span><span class="n">username</span> <span class="n">anonsvn</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">code</span><span class="o">.</span><span class="n">lbl</span><span class="o">.</span><span class="n">gov</span><span class="o">/</span><span class="n">svn</span><span class="o">/</span><span class="n">zeo</span><span class="o">/</span><span class="n">trunk</span> <span class="c1"># password is 'anonsvn'</span>
<span class="n">cd</span> <span class="n">trunk</span>
<span class="n">make</span> <span class="n">dylib</span>
</pre></div>
</div>
<p>Create python bindings with Cython:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">cython</span>
<span class="n">cd</span> <span class="n">cython_wrapper</span>
<span class="n">python</span> <span class="n">setup_alt</span><span class="o">.</span><span class="n">py</span> <span class="n">develop</span>
</pre></div>
</div>
<p>To test that the installation worked, here is an example series of things you
can do using pymatgen:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">In</span> <span class="p">[</span><span class="mi">1</span><span class="p">]:</span> <span class="kn">from</span> <span class="nn">pymatgen.analysis.defects.point_defects</span> <span class="k">import</span> <span class="n">Interstitial</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">2</span><span class="p">]:</span> <span class="kn">from</span> <span class="nn">pymatgen.core.structure</span> <span class="k">import</span> <span class="n">Structure</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">3</span><span class="p">]:</span> <span class="n">structure</span> <span class="o">=</span> <span class="n">Structure</span><span class="o">.</span><span class="n">from_file</span><span class="p">(</span><span class="s1">'/path/to/file'</span><span class="p">)</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">4</span><span class="p">]:</span> <span class="n">radii</span><span class="p">,</span> <span class="n">valences</span> <span class="o">=</span> <span class="p">{},</span> <span class="p">{}</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">5</span><span class="p">]:</span> <span class="k">for</span> <span class="n">element</span> <span class="ow">in</span> <span class="n">structure</span><span class="o">.</span><span class="n">composition</span><span class="o">.</span><span class="n">elements</span><span class="p">:</span>
<span class="o">...</span><span class="p">:</span> <span class="n">radii</span><span class="p">[</span><span class="n">element</span><span class="o">.</span><span class="n">symbol</span><span class="p">]</span> <span class="o">=</span> <span class="n">element</span><span class="o">.</span><span class="n">atomic_radius</span>
<span class="o">...</span><span class="p">:</span> <span class="n">valence</span> <span class="o">=</span> <span class="n">element</span><span class="o">.</span><span class="n">group</span> <span class="c1"># Just a first guess..</span>
<span class="o">...</span><span class="p">:</span> <span class="k">if</span> <span class="n">element</span><span class="o">.</span><span class="n">group</span> <span class="o">></span> <span class="mi">12</span><span class="p">:</span>
<span class="o">...</span><span class="p">:</span> <span class="n">valence</span> <span class="o">-=</span> <span class="mi">10</span>
<span class="o">...</span><span class="p">:</span> <span class="n">valences</span><span class="p">[</span><span class="n">element</span><span class="o">.</span><span class="n">symbol</span><span class="p">]</span> <span class="o">=</span> <span class="n">valence</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">6</span><span class="p">]:</span> <span class="n">interstitial</span> <span class="o">=</span> <span class="n">Interstitial</span><span class="p">(</span><span class="n">structure</span><span class="p">,</span> <span class="n">radii</span><span class="o">=</span><span class="n">radii</span><span class="p">,</span> <span class="n">valences</span><span class="o">=</span><span class="n">valences</span><span class="p">)</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">7</span><span class="p">]:</span> <span class="n">interstitial</span><span class="o">.</span><span class="n">_defect_sites</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Requirements</a><ul>
<li><a class="reference internal" href="#optional-dependencies">Optional dependencies</a></li>
<li><a class="reference internal" href="#optional-non-python-programs">Optional non-Python programs</a></li>
</ul>
</li>
<li><a class="reference internal" href="#conda-based-install">Conda-based install</a><ul>
<li><a class="reference internal" href="#step-1-install-conda">Step 1: Install conda</a></li>
<li><a class="reference internal" href="#step-2b-optional-create-a-conda-environment">Step 2b: (Optional) Create a conda environment</a></li>
<li><a class="reference internal" href="#step-3-install-pymatgen">Step 3: Install pymatgen</a></li>
<li><a class="reference internal" href="#step-4-optional-install-enumlib-and-bader-only-for-osx-and-linux">Step 4: (Optional) Install enumlib and bader (only for OSX and Linux)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#potcar-setup">POTCAR Setup</a></li>
<li><a class="reference internal" href="#setup-for-developers-using-github">Setup for Developers (using GitHub)</a><ul>
<li><a class="reference internal" href="#step-1-preparing-your-system">Step 1: Preparing your system</a><ul>
<li><a class="reference internal" href="#windows">Windows</a></li>
<li><a class="reference internal" href="#mac-osx">Mac OSX</a></li>
<li><a class="reference internal" href="#linux">Linux</a></li>
</ul>
</li>
<li><a class="reference internal" href="#step-2-install-pymatgen-in-developmental-mode">Step 2: Install pymatgen in developmental mode</a></li>
</ul>
</li>
<li><a class="reference internal" href="#installation-tips-for-optional-libraries">Installation tips for optional libraries</a><ul>
<li><a class="reference internal" href="#vtk-on-mac-os-x-tested-on-v7-0">VTK on Mac OS X (tested on v7.0)</a></li>
<li><a class="reference internal" href="#openbabel-mac-os-x-tested-on-v2-3-2">OpenBabel Mac OS X (tested on v2.3.2)</a></li>
<li><a class="reference internal" href="#zeo">Zeo++</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">Introduction</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="usage.html"
title="next chapter">Overview</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/installation.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<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="usage.html" title="Overview"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="Introduction"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pymatgen 2019.5.1 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2011, Pymatgen Development Team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.0.1.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> | dongsenfo/pymatgen | docs/installation.html | HTML | mit | 49,615 |
@(user: securesocial.core.BasicProfile)(implicit request: RequestHeader, lang: Lang, env: securesocial.core.RuntimeEnvironment[_])
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
</head>
<body style="width: 100%; min-width: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin: 0; padding: 0; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; text-align: left; line-height: 19px; font-size: 14px;">
<table class="body" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; height: 100%; width: 100%; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td class="center" align="center" valign="top" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: center; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<center style="width: 100%; min-width: 580px;">
<table class="row header" style="border-spacing: 0; border-collapse: collapse; padding: 0px; vertical-align: top; text-align: left; width: 100%; position: relative;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td class="center" align="center" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: center; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<center style="width: 100%; min-width: 580px;">
<table class="container" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: inherit; width: 480px; margin: 0 auto;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-right: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="ten columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 480px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="text-align: right; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"> </td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<table class="container" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: inherit; width: 480px; margin: 0 auto;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="row" style="border-spacing: 0; border-collapse: collapse; padding: 0px; vertical-align: top; text-align: left; width: 100%; position: relative; display: block;">
<tr class="colored" style="padding: 0; vertical-align: top; text-align: left; background-color: #dadada;">
<td class="wrapper" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="two columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 80px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"> </td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
<td class="wrapper" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="six columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 280px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"> </td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
<td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-right: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="two columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 80px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td class="right-text-pad" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; padding-right: 10px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<a href="#" target="_blank" style="color: #009900; text-decoration: none;">
<img src="@controllers.routes.Assets.versioned("images/emails/yetu-logo.png").absoluteURL()" width="50" height="50" class="right" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: right; clear: both; display: block; border: none;" />
</a>
</td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
</tr>
</table>
<table class="row" style="border-spacing: 0; border-collapse: collapse; padding: 0px; vertical-align: top; text-align: left; width: 100%; position: relative; display: block;">
<tr class="colored" style="padding: 0; vertical-align: top; text-align: left; background-color: #dadada;">
<td class="wrapper offset-by-two" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-left: 100px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="six columns extra-margin-bottom" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 0 10px 0; width: 280px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<h6 style="color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; padding: 0; margin: 0; text-align: left; line-height: 1.3; word-break: normal; font-size: 20px;">Welcome @user.firstName,</h6><br />
<span class="medium-text" style="font-size: 15px;">thank you for registering a new yetu account. <a href="@env.routes.loginPageUrl" target="_blank" style="color: #009900; text-decoration: none;">Log in here</a> to start your yetu experience. The tips will help you to get familiar with your homescreen.</span>
</td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
<td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-right: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="two columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 80px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"> </td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
</tr>
</table>
<table class="row" style="border-spacing: 0; border-collapse: collapse; padding: 0px; vertical-align: top; text-align: left; width: 100%; position: relative; display: block;">
<tr class="colored" style="padding: 0; vertical-align: top; text-align: left; background-color: #dadada;">
<td class="wrapper offset-by-two" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-left: 100px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="six columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 280px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<img src="@controllers.routes.Assets.versioned("images/emails/line-divisor.png").absoluteURL()" width="280" height="3" class="center" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; margin: 0 auto;" />
</td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
<td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-right: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="two columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 80px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"> </td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
</tr>
</table>
<table class="row" style="border-spacing: 0; border-collapse: collapse; padding: 0px; vertical-align: top; text-align: left; width: 100%; position: relative; display: block;">
<tr class="colored" style="padding: 0; vertical-align: top; text-align: left; background-color: #dadada;">
<td class="wrapper offset-by-one" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-left: 50px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="eight columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 380px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<a href="#" target="_blank" style="color: #009900; text-decoration: none;">
<img src="@controllers.routes.Assets.versioned("images/emails/yetu-tips.png").absoluteURL()" width="201" height="201" class="center" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; border: none; margin: 0 auto;" /><br />
</a>
</td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
<td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-right: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="one columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 30px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; text-align: left; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"> </td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- container end below -->
</td>
</tr>
</table>
<table class="row footer" style="border-spacing: 0; border-collapse: collapse; padding: 0px; vertical-align: top; text-align: left; width: 100%; position: relative;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td class="center" align="center" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: center; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<center style="width: 100%; min-width: 580px;">
<table class="container" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: inherit; width: 480px; margin: 0 auto;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 10px 20px 0px 0px; vertical-align: top; text-align: left; position: relative; padding-right: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<table class="ten columns" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; margin: 0 auto; width: 480px;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td align="center" style="text-align: center; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0px 0px 10px; vertical-align: top; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;">
<span>© 2015 yetu AG • Version 1.0</span>
<a href="http://help.yetu.com/privacypolicy" target="_blank" style="color: #009900; text-decoration: none;">Privacy Policy</a> -
<a href="http://help.yetu.com/termsandconditions" target="_blank" style="color: #009900; text-decoration: none;">Terms and Conditions</a> -
<a href="http://yetu.com/imprint/" target="_blank" style="color: #009900; text-decoration: none;">Imprint</a>
</td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #666666; font-family: Source Sans Pro, sans-serif; font-weight: normal; margin: 0; line-height: 19px; font-size: 14px;"></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</body>
</html>
| yetu/oauth2-provider | app/com/yetu/oauth2provider/views/yetuAuthentication/mails/welcomeEmail.scala.html | HTML | mit | 27,338 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>pymatgen.io.lmto module — pymatgen 2019.7.2 documentation</title>
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pymatgen 2019.7.2 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<div class="section" id="module-pymatgen.io.lmto">
<span id="pymatgen-io-lmto-module"></span><h1>pymatgen.io.lmto module<a class="headerlink" href="#module-pymatgen.io.lmto" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="pymatgen.io.lmto.LMTOCopl">
<em class="property">class </em><code class="descname">LMTOCopl</code><span class="sig-paren">(</span><em>filename='COPL'</em>, <em>to_eV=False</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCopl"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCopl" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>Class for reading COPL files, which contain COHP data.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>filename</strong> – filename of the COPL file. Defaults to “COPL”.</p></li>
<li><p><strong>to_eV</strong> – LMTO-ASA gives energies in Ry. To convert energies into
eV, set to True. Defaults to False for energies in Ry.</p></li>
</ul>
</dd>
</dl>
</dd></dl>
<dl class="class">
<dt id="pymatgen.io.lmto.LMTOCtrl">
<em class="property">class </em><code class="descname">LMTOCtrl</code><span class="sig-paren">(</span><em>structure</em>, <em>header=None</em>, <em>version='LMASA-47'</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCtrl"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCtrl" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>Class for parsing CTRL files from the Stuttgart LMTO-ASA code.
Currently, only HEADER, VERS and the structure can be used.</p>
<dl>
<dt>Args/attributes:</dt><dd><p>structure: The structure as a pymatgen Structure object.</p>
<dl class="simple">
<dt>header: The header for the CTRL file .</dt><dd><p>Defaults to None.</p>
</dd>
<dt>version: The LMTO version that is used for the VERS category.</dt><dd><p>Defaults to the newest version (4.7).</p>
</dd>
</dl>
</dd>
</dl>
<dl class="method">
<dt id="pymatgen.io.lmto.LMTOCtrl.as_dict">
<code class="descname">as_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCtrl.as_dict"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCtrl.as_dict" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the CTRL as a dictionary. “SITE” and “CLASS” are of
the form {‘CATEGORY’: {‘TOKEN’: value}}, the rest is of the
form ‘TOKEN’/’CATEGORY’: value. It gets the conventional standard
structure because primitive cells use the conventional
a-lattice parameter as the scaling factor and not the a-lattice
parameter of the primitive cell.</p>
</dd></dl>
<dl class="classmethod">
<dt id="pymatgen.io.lmto.LMTOCtrl.from_dict">
<em class="property">classmethod </em><code class="descname">from_dict</code><span class="sig-paren">(</span><em>d</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCtrl.from_dict"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCtrl.from_dict" title="Permalink to this definition">¶</a></dt>
<dd><p>Creates a CTRL file object from a dictionary. The dictionary
must contain the items “ALAT”, PLAT” and “SITE”.</p>
<dl>
<dt>Valid dictionary items are:</dt><dd><p>ALAT: the a-lattice parameter
PLAT: (3x3) array for the lattice vectors
SITE: list of dictionaries: {‘ATOM’: class label,</p>
<blockquote>
<div><dl class="simple">
<dt>‘POS’: (3x1) array of fractional</dt><dd><p>coordinates}</p>
</dd>
</dl>
</div></blockquote>
<p>CLASS (optional): list of unique atom labels as str
SPCGRP (optional): space group symbol (str) or number (int)
HEADER (optional): HEADER text as a str
VERS (optional): LMTO version as a str</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>d</strong> – The CTRL file as a dictionary.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>An LMTOCtrl object.</p>
</dd>
</dl>
</dd></dl>
<dl class="classmethod">
<dt id="pymatgen.io.lmto.LMTOCtrl.from_file">
<em class="property">classmethod </em><code class="descname">from_file</code><span class="sig-paren">(</span><em>filename='CTRL'</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCtrl.from_file"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCtrl.from_file" title="Permalink to this definition">¶</a></dt>
<dd><p>Creates a CTRL file object from an existing file.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>filename</strong> – The name of the CTRL file. Defaults to ‘CTRL’.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>An LMTOCtrl object.</p>
</dd>
</dl>
</dd></dl>
<dl class="classmethod">
<dt id="pymatgen.io.lmto.LMTOCtrl.from_string">
<em class="property">classmethod </em><code class="descname">from_string</code><span class="sig-paren">(</span><em>data</em>, <em>sigfigs=8</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCtrl.from_string"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCtrl.from_string" title="Permalink to this definition">¶</a></dt>
<dd><p>Creates a CTRL file object from a string. This will mostly be
used to read an LMTOCtrl object from a CTRL file. Empty spheres
are ignored.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>data</strong> – String representation of the CTRL file.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>An LMTOCtrl object.</p>
</dd>
</dl>
</dd></dl>
<dl class="method">
<dt id="pymatgen.io.lmto.LMTOCtrl.get_string">
<code class="descname">get_string</code><span class="sig-paren">(</span><em>sigfigs=8</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCtrl.get_string"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCtrl.get_string" title="Permalink to this definition">¶</a></dt>
<dd><p>Generates the string representation of the CTRL file. This is
the mininmal CTRL file necessary to execute lmhart.run.</p>
</dd></dl>
<dl class="method">
<dt id="pymatgen.io.lmto.LMTOCtrl.write_file">
<code class="descname">write_file</code><span class="sig-paren">(</span><em>filename='CTRL'</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/io/lmto.html#LMTOCtrl.write_file"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.io.lmto.LMTOCtrl.write_file" title="Permalink to this definition">¶</a></dt>
<dd><p>Writes a CTRL file with structure, HEADER, and VERS that can be
used as input for lmhart.run.</p>
</dd></dl>
</dd></dl>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<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="nav-item nav-item-0"><a href="index.html">pymatgen 2019.7.2 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2011, Pymatgen Development Team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.0.1.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> | blondegeek/pymatgen | docs/pymatgen.io.lmto.html | HTML | mit | 10,735 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Sharp Store</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
</head>
<body>
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home/index">Sharp Store</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=""><a href="/home/products">Products</a></li>
<li><a href="/home/about">About Us</a></li>
<li><a href="/home/contacts">Contacts</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Theme <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Dark</a></li>
<li><a href="#">Light</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div class="container marketing">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-6">
<form method="POST">
<label>Your Email</label>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email...">
<span class="input-group-addon" id="basic-addon2">*</span>
</div>
<label>Subject</label>
<div class="input-group">
<input type="text" class="form-control" placeholder="Eter subject...">
<span class="input-group-addon" id="basic-addon2">*</span>
</div>
<div class="input-group">
<label>Message</label>
<textarea cols="50" class="form-control" placeholder="Enter your message..."></textarea>
</div>
<br/>
<input type="submit" class="btn btn-primary" value="Send"/>
</form>
<br/>
</div>
<div class="col-sm-2"></div>
</div>
<!-- /END THE FEATURETTES -->
<footer>
<p class="pull-right"><a href="#navbar">Back to top</a></p>
<p>© 2017 Sharp Store Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500" preserveAspectRatio="none" style="display: none; visibility: hidden; position: absolute; top: -100%; left: -100%;"><defs><style type="text/css"></style></defs><text x="0" y="25" style="font-weight:bold;font-size:25pt;font-family:Arial, Helvetica, Open Sans, sans-serif">500x500</text></svg></body>
</html> | msmilkoff/C-Sharp-Web | C# Web Development Basics/Exercises/04.MVC-SharpStore/SimpleMVC.App/content/contacts.html | HTML | mit | 4,394 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Praga de Insetos</title>
<meta name="description" content="Uma lista de fácil acesso de magias para TRPG baseado no grimoire do thebombzen para 5e">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://localhost:4000/spells/praga-de-insetos">
<script src="http://use.typekit.net/nra6zxt.js"></script>
<script src="/js/jets.min.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
function menuClick() {
if ( document.getElementById("menu").className.match(/(?:^|\s)show(?!\S)/) ) {
document.getElementById("menu").className = document.getElementById("menu").className.replace ( /(?:^|\s)show(?!\S)/g , '' )
}
else {
document.getElementById("menu").className += " show";
}
if ( document.getElementById("menu2").className.match(/(?:^|\s)show(?!\S)/) ) {
document.getElementById("menu2").className = document.getElementById("menu2").className.replace ( /(?:^|\s)show(?!\S)/g , '' )
}
else {
document.getElementById("menu2").className += " show";
}
}
window.onload = function(){
document.getElementById("menuIcon").addEventListener( 'click' , menuClick );
}
</script>
<script src="/js/tagsearch.js"></script>
</head>
<body>
<header class="site-header">
<a id="top"></a>
<div class="wrapper">
<nav class="site-nav">
<a class="site-title" href="/">Grimório TRPG</a>
<a href="#" id="menuIcon" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div id="menu" class="trigger">
<a class="page-link" href="/tags/abencoado.html">Abençoado</a>
<a class="page-link" href="/tags/bardo.html">Bardo</a>
<a class="page-link" href="/tags/clerigo.html">Clerigo</a>
<a class="page-link" href="/tags/druida.html">Druida</a>
<a class="page-link" href="/tags/paladino.html">Paladino</a>
<a class="page-link" href="/tags/ranger.html">Ranger</a>
<a class="page-link" href="/tags/feiticeiro.html">Feiticeiro</a>
<a class="page-link" href="/tags/mago.html">Mago</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="post">
<header class="post-header">
<h1 class="post-title">Praga de Insetos</h1>
<dl class="tag-list">
<dt>Fonte: </dt> <dd>Manual Básico.203</dd>
<dt>Tags:</dt>
<dd>
<a href="/grimorio-trpg/#level5">level5</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/bardo.html">bardo</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/clerigo.html">clerigo</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/abencoado.html">abencoado</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/druida.html">druida</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/invocacao.html">invocacao</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/completa.html">completa</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/metros.html">metros</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/outro.html">outro</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/minuto.html">minuto</a>
</dd>
<dd>
<a href="/grimorio-trpg/tags/nenhum.html">nenhum</a>
</dd>
</header>
<article class="post-content">
<p><strong>Invocação de Nível 5</strong></p>
<p><strong>Tempo de Execução</strong>: Ação Completa</p>
<p><strong>Alcance</strong>: 30m</p>
<p><strong>Efeito</strong>: 1 enxame</p>
<p><strong>Duração</strong>: 1 minuto</p>
<p><strong>Teste de Resistência</strong>: Nenhum</p>
<p>Esta magia cria um enxame de insetos — abelhas, gafanhotos, besouros… — que voa na direção de uma criatura designada dentro do alcance.
No início de cada turno, o enxame causa 4d6 pontos de dano a essa criatura. Você pode gastar uma ação de movimento para mudar o alvo do enxame, mas o novo alvo deve estar a até 30m.
O enxame não pode ser destruído, mas pode ser dissipado</p>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">Grimório TRPG</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><p class="text">Uma lista de fácil acesso de magias para TRPG baseado no grimoire do thebombzen para 5e</p></li>
<li><a href="mailto:"></a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<p>Dr. <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> tempts fickle fate in his pursuit of the <a href="http://www.sublimetext.com/" target="_blank">sublime</a>.</p>
</div>
<div class="footer-col footer-col-3">
<p>Source available on <a href="https://github.com/RoenMidnight/grimorio-trpg/"" target="_blank">Github</a>.</p>
</div>
</div>
<div class="footer-top-link"><a href="#top">Back to top ↑</a></div>
</div>
</footer>
<script>
var jets = new Jets({
searchTag: '#jetsSearch',
contentTag: '.jetsContent',
didSearch: function(search_phrase) {
var elements = document.getElementsByClassName("jetsHide");
if (!search_phrase.trim()) {
for (var i = 0; i < elements.length; i++) {
elements[i].classList.remove("searchHide");
}
} else {
for (var i = 0; i < elements.length; i++) {
elements[i].classList.add("searchHide");
}
}
}
})
</script>
</body>
</html>
| RoenMidnight/grimorio-trpg | _site/spells/praga-de-insetos.html | HTML | mit | 6,781 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AttachedToWorkerEventDataType | picturepark-sdk-v1-pickers API</title>
<meta name="description" content="Documentation for picturepark-sdk-v1-pickers API">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">picturepark-sdk-v1-pickers API</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/_inspector_.html">"inspector"</a>
</li>
<li>
<a href="../modules/_inspector_.nodeworker.html">NodeWorker</a>
</li>
<li>
<a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html">AttachedToWorkerEventDataType</a>
</li>
</ul>
<h1>Interface AttachedToWorkerEventDataType</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">AttachedToWorkerEventDataType</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html#sessionid" class="tsd-kind-icon">session<wbr>Id</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html#waitingfordebugger" class="tsd-kind-icon">waiting<wbr>For<wbr>Debugger</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html#workerinfo" class="tsd-kind-icon">worker<wbr>Info</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="sessionid" class="tsd-anchor"></a>
<h3>session<wbr>Id</h3>
<div class="tsd-signature tsd-kind-icon">session<wbr>Id<span class="tsd-signature-symbol">:</span> <a href="../modules/_inspector_.nodeworker.html#sessionid" class="tsd-signature-type">SessionID</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/inspector.d.ts:1874</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Identifier assigned to the session used to send/receive messages.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="waitingfordebugger" class="tsd-anchor"></a>
<h3>waiting<wbr>For<wbr>Debugger</h3>
<div class="tsd-signature tsd-kind-icon">waiting<wbr>For<wbr>Debugger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/inspector.d.ts:1876</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="workerinfo" class="tsd-anchor"></a>
<h3>worker<wbr>Info</h3>
<div class="tsd-signature tsd-kind-icon">worker<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="_inspector_.nodeworker.workerinfo.html" class="tsd-signature-type">WorkerInfo</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/inspector.d.ts:1875</li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-module tsd-is-external">
<a href="../modules/_inspector_.html">"inspector"</a>
<ul>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.console.html">Console</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.debugger.html">Debugger</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.heapprofiler.html">Heap<wbr>Profiler</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.noderuntime.html">Node<wbr>Runtime</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.nodetracing.html">Node<wbr>Tracing</a>
</li>
<li class="current tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.nodeworker.html">Node<wbr>Worker</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.profiler.html">Profiler</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.runtime.html">Runtime</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-module tsd-is-external">
<a href="../modules/_inspector_.schema.html">Schema</a>
</li>
</ul>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html" class="tsd-kind-icon">Attached<wbr>ToWorker<wbr>Event<wbr>Data<wbr>Type</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html#sessionid" class="tsd-kind-icon">session<wbr>Id</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html#waitingfordebugger" class="tsd-kind-icon">waiting<wbr>For<wbr>Debugger</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_inspector_.nodeworker.attachedtoworkereventdatatype.html#workerinfo" class="tsd-kind-icon">worker<wbr>Info</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="_inspector_.nodeworker.detachparametertype.html" class="tsd-kind-icon">Detach<wbr>Parameter<wbr>Type</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="_inspector_.nodeworker.detachedfromworkereventdatatype.html" class="tsd-kind-icon">Detached<wbr>From<wbr>Worker<wbr>Event<wbr>Data<wbr>Type</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="_inspector_.nodeworker.enableparametertype.html" class="tsd-kind-icon">Enable<wbr>Parameter<wbr>Type</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="_inspector_.nodeworker.receivedmessagefromworkereventdatatype.html" class="tsd-kind-icon">Received<wbr>Message<wbr>From<wbr>Worker<wbr>Event<wbr>Data<wbr>Type</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="_inspector_.nodeworker.sendmessagetoworkerparametertype.html" class="tsd-kind-icon">Send<wbr>Message<wbr>ToWorker<wbr>Parameter<wbr>Type</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-is-external">
<a href="_inspector_.nodeworker.workerinfo.html" class="tsd-kind-icon">Worker<wbr>Info</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace tsd-is-external">
<a href="../modules/_inspector_.nodeworker.html#sessionid" class="tsd-kind-icon">SessionID</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace tsd-is-external">
<a href="../modules/_inspector_.nodeworker.html#workerid" class="tsd-kind-icon">WorkerID</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
</body>
</html> | Picturepark/Picturepark.SDK.TypeScript | docs/picturepark-sdk-v1-pickers/api/interfaces/_inspector_.nodeworker.attachedtoworkereventdatatype.html | HTML | mit | 11,312 |
{% load i18n %}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Avacon tilmelding</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}css/style.css" />
{% block extrastyle %}{% endblock %}
</head>
<body>
<div id="global">
{% block header %}
<h1 id="logo"><a href="{% url "avacon_index" %}">Avacon 2013</a></h1>
<h1>{% block contenthead %}{% endblock %}</h1>{% endblock %}
{% block sub_content_head %}{% endblock %}
{% if messages or session_message %}
<ul id="messages">
{% for message in messages %}
<li>{{ message }}</li>
{% endfor %}
{% if session_message %}
<li>{{session_message}}</li>
{% endif %}
</ul>
{% endif %}
<div id="content">
<div id="inner-content">
{% block content %}{% endblock %}
<br/></div></div>
</div>
<p id="copyright">Copyright 2009 - 2013 © Avacon<br/>Powered by <a href="https://github.com/animekita/selvbetjening/">Selvbetjening</a></p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34437141-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| sema/selvbetjening-avacon | avacon_website/templates/site.html | HTML | mit | 1,739 |
Welcome to silvia home page~ | silviaio/silviaio.github.io | index.html | HTML | mit | 28 |
---
layout: page
title: 目录
permalink: /categories/
---
<div class="tag-list">
{% for cat in site.categories %}
<div class="tag-group">
{% capture cat_name %}{{ cat | first }}{% endcapture %}
<h5 class="tag-group-title" id="{{ cat_name | slugize }}">{{ cat_name }}</h5>
{% for post in site.categories[cat_name] %}
<article class="tag-item">
<a class="tag-item-title" href="{{ site.url }}{{ post.url }}">{{post.title}}</a>
</article>
{% endfor %}
</div>
{% endfor %}
</div>
| uabcssa/uabcssa.github.io | categories/index.html | HTML | mit | 511 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<title>Card shuffling</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.0/seedrandom.min.js"></script>
<script src="cards.js"></script>
</head>
<body>
<noscript><h1>Votre navigateur ne supporte pas JavaScript!</h1></noscript>
<form>
<label for="seed">Entrez une seed ou vide pour en generer une</label>
<input type="text" name="seed" id="seed"/>
<input type="button" value="Submit" id="pitton"/>
</form>
<div id="result"></div>
</body>
</html> | sefa65/sefa65.github.io | cards.html | HTML | mit | 753 |
<!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_80) on Sun Oct 23 18:18:18 UTC 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>me.hyperperform.user.request (hyperperform-system 1.0-SNAPSHOT API)</title>
<meta name="date" content="2016-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="me.hyperperform.user.request (hyperperform-system 1.0-SNAPSHOT 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../me/hyperperform/user/package-summary.html">Prev Package</a></li>
<li><a href="../../../../me/hyperperform/user/response/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?me/hyperperform/user/request/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package me.hyperperform.user.request</h1>
<div class="docSummary">
<div class="block">Requests for all user related management operations for encapsulation</div>
</div>
<p>See: <a href="#package_description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../me/hyperperform/user/request/ForgotPasswordRequest.html" title="class in me.hyperperform.user.request">ForgotPasswordRequest</a></td>
<td class="colLast">
<div class="block">Request object for forgotPassword method found in <a href="../../../../me/hyperperform/rest/LoginRest.html" title="class in me.hyperperform.rest"><code>LoginRest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../me/hyperperform/user/request/GetManagedListRequest.html" title="class in me.hyperperform.user.request">GetManagedListRequest</a></td>
<td class="colLast">
<div class="block">Request object for getManagedList method found in <a href="../../../../me/hyperperform/rest/LoginRest.html" title="class in me.hyperperform.rest"><code>LoginRest</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../me/hyperperform/user/request/VerifyLoginRequest.html" title="class in me.hyperperform.user.request">VerifyLoginRequest</a></td>
<td class="colLast">
<div class="block">Request object for verifyLogin method found in <a href="../../../../me/hyperperform/rest/LoginRest.html" title="class in me.hyperperform.rest"><code>LoginRest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../me/hyperperform/user/request/VerifySignUpRequest.html" title="class in me.hyperperform.user.request">VerifySignUpRequest</a></td>
<td class="colLast">
<div class="block">Request object for verifySignup method found in <a href="../../../../me/hyperperform/rest/LoginRest.html" title="class in me.hyperperform.rest"><code>LoginRest</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package_description">
<!-- -->
</a>
<h2 title="Package me.hyperperform.user.request Description">Package me.hyperperform.user.request Description</h2>
<div class="block">Requests for all user related management operations for encapsulation</div>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../me/hyperperform/user/package-summary.html">Prev Package</a></li>
<li><a href="../../../../me/hyperperform/user/response/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?me/hyperperform/user/request/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
</body>
</html>
| HyperPerform/hyperperform.github.io | javadoc/me/hyperperform/user/request/package-summary.html | HTML | mit | 6,807 |
<!DOCTYPE html>
<html>
<body bgcolor=#f3ebd5>
<style>
#banner{
border-bottom:15px solid grey;
}
#banner_photo1{
float:left;
}
#banner_title{
font-size:50px;
float:left;
}
#banner_photo3{}
<!-----insert media queriest to stop images from stacking---->
#wrapper{
max-width:1050px;
margin:auto;
}
#sidebar{
width:25%;
min-width: 160px;
max-width: 200px;
float:left;
border-right: 2px solid grey;
height:2000px;
}
#content{
width:74%;
float:right;
min-width:300px;
}
</style>
<div id=wrapper>
<div id=banner>
<div id=banner_photo1>
<a href="http://imgur.com/q0oegNI"><img src="http://i.imgur.com/q0oegNI.png?2"/></a>
</div>
<div id=banner_title>
<p>Future Savage</p>
</div>
<a href="http://imgur.com/Of4tHnT"><img src="http://i.imgur.com/Of4tHnT.png?3"/></a>
</div>
</div>
<div id=sidebar>
<h4>Previous Blog Posts
<ul>
<li><a href="#Itinerary">Itinerary</li>
<li><a href="#Directions">Directions</li>
<li><a href="#Gifts">Gifts Policy</li>
<li><a href="#Accomodations">Accomodations</li>
</ul></h4>
</div>
<div id=content>
<p><h1>Welcome!</h1>
Tritani invenire usu id. Velit dissentias mea an. Est consetetur adipiscing an. No pro aeque malorum prodesset. Eam fuisset sententiae an. Nostro volutpat persecuti at nec, ne qui eros dicant sapientem.Ad eos mucius ceteros eleifend. Senserit volutpat expetendis qui ad. Ius civibus voluptaria eu. Vero delenit mediocrem no duo. Duo expetenda gloriatur eloquentiam at. Aeque comprehensam in pri, elit dicant delicatissimi ius in. Cu cum dicam tamquam, mea an cotidieque persequeris. An mel vero meis. Vero convenire pri at, ea mel nulla gloriatur, ea vim erat iusto possim. Quodsi noluisse voluptatum in per. Ne ius assum denique fabellas. Ei quo idque nostro iracundia. Ne mei eirmod equidem, no eros percipit eos. Perpetua appellantur no est, in habeo expetenda nam. Viderer fierent est ex, ut vim
</p>
</br>
</br>
</br>
<p><h4><a id="Itinerary">Itinerary</h4>
Tritani invenire usu id. Velit dissentias mea an. Est consetetur adipiscing an. No pro aeque malorum prodesset. Eam fuisset sententiae an. Nostro volutpat persecuti at nec, ne qui eros dicant sapientem.Ad eos mucius ceteros eleifend. Senserit volutpat expetendis qui ad. Ius civibus voluptaria eu. Vero delenit mediocrem no duo. Duo expetenda gloriatur eloquentiam at. Aeque comprehensam in pri, elit dicant delicatissimi ius in. Cu cum dicam tamquam, mea an cotidieque persequeris. An mel vero meis. Vero convenire pri at, ea mel nulla gloriatur, ea vim erat iusto possim. Quodsi noluisse voluptatum in per. Ne ius assum denique fabellas. Ei quo idque nostro iracundia. Ne mei eirmod equidem, no eros percipit eos. Perpetua appellantur no est, in habeo expetenda nam. Viderer fierent est ex, ut vim
</p>
</br>
<hr>
<p><h4><a id="Directions">Directions</h4>
Tritani invenire usu id. Velit dissentias mea an. Est consetetur adipiscing an. No pro aeque malorum prodesset. Eam fuisset sententiae an. Nostro volutpat persecuti at nec, ne qui eros dicant sapientem.Ad eos mucius ceteros eleifend. Senserit volutpat expetendis qui ad. Ius civibus voluptaria eu. Vero delenit mediocrem no duo. Duo expetenda gloriatur eloquentiam at. Aeque comprehensam in pri, elit dicant delicatissimi ius in. Cu cum dicam tamquam, mea an cotidieque persequeris. An mel vero meis. Vero convenire pri at, ea mel nulla gloriatur, ea vim erat iusto possim. Quodsi noluisse voluptatum in per. Ne ius assum denique fabellas. Ei quo idque nostro iracundia. Ne mei eirmod equidem, no eros percipit eos. Perpetua appellantur no est, in habeo expetenda nam. Viderer fierent est ex, ut vim
</p>
</br>
<hr>
<p><h4><a id="Gifts">Gifts</h4>
Tritani invenire usu id. Velit dissentias mea an. Est consetetur adipiscing an. No pro aeque malorum prodesset. Eam fuisset sententiae an. Nostro volutpat persecuti at nec, ne qui eros dicant sapientem.Ad eos mucius ceteros eleifend. Senserit volutpat expetendis qui ad. Ius civibus voluptaria eu. Vero delenit mediocrem no duo. Duo expetenda gloriatur eloquentiam at. Aeque comprehensam in pri, elit dicant delicatissimi ius in. Cu cum dicam tamquam, mea an cotidieque persequeris. An mel vero meis. Vero convenire pri at, ea mel nulla gloriatur, ea vim erat iusto possim. Quodsi noluisse voluptatum in per. Ne ius assum denique fabellas. Ei quo idque nostro iracundia. Ne mei eirmod equidem, no eros percipit eos. Perpetua appellantur no est, in habeo expetenda nam. Viderer fierent est ex, ut vim
</p>
</br>
<hr>
<p><h4><a id="Accomodations">Accomodations</h4>
Tritani invenire usu id. Velit dissentias mea an. Est consetetur adipiscing an. No pro aeque malorum prodesset. Eam fuisset sententiae an. Nostro volutpat persecuti at nec, ne qui eros dicant sapientem.Ad eos mucius ceteros eleifend. Senserit volutpat expetendis qui ad. Ius civibus voluptaria eu. Vero delenit mediocrem no duo. Duo expetenda gloriatur eloquentiam at. Aeque comprehensam in pri, elit dicant delicatissimi ius in. Cu cum dicam tamquam, mea an cotidieque persequeris. An mel vero meis. Vero convenire pri at, ea mel nulla gloriatur, ea vim erat iusto possim. Quodsi noluisse voluptatum in per. Ne ius assum denique fabellas. Ei quo idque nostro iracundia. Ne mei eirmod equidem, no eros percipit eos. Perpetua appellantur no est, in habeo expetenda nam. Viderer fierent est ex, ut vim
</p>
</br>
</div>
</div>
</div>
</body>
</html>
| jamesonar/-jamesonar-.github.io | index.html | HTML | mit | 5,563 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template partition_point</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost Algorithm Library">
<link rel="up" href="../../header/boost/algorithm/cxx11/partition_point_hpp.html" title="Header <boost/algorithm/cxx11/partition_point.hpp>">
<link rel="prev" href="../../header/boost/algorithm/cxx11/partition_point_hpp.html" title="Header <boost/algorithm/cxx11/partition_point.hpp>">
<link rel="next" href="partition_poin_idp20621800.html" title="Function template partition_point">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../header/boost/algorithm/cxx11/partition_point_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/algorithm/cxx11/partition_point_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="partition_poin_idp20621800.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.algorithm.partition_poin_idp20618168"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template partition_point</span></h2>
<p>boost::algorithm::partition_point — Given a partitioned range, returns the partition point, i.e, the first element that does not satisfy p. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../header/boost/algorithm/cxx11/partition_point_hpp.html" title="Header <boost/algorithm/cxx11/partition_point.hpp>">boost/algorithm/cxx11/partition_point.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> ForwardIterator<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">ForwardIterator</span>
<span class="identifier">partition_point</span><span class="special">(</span><span class="identifier">ForwardIterator</span> first<span class="special">,</span> <span class="identifier">ForwardIterator</span> last<span class="special">,</span> <span class="identifier">Predicate</span> p<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp49660936"></a><h2>Description</h2>
<p>
</p>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>This function is part of the C++2011 standard library. We will use the standard one if it is available, otherwise we have our own implementation. </p></td></tr>
</table></div>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">first</code></span></p></td>
<td><p>The start of the input sequence </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">last</code></span></p></td>
<td><p>One past the end of the input sequence </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">p</code></span></p></td>
<td><p>The predicate to test the values with </p></td>
</tr>
</tbody>
</table></div></td>
</tr></tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2010-2012 Marshall Clow<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../header/boost/algorithm/cxx11/partition_point_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/algorithm/cxx11/partition_point_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="partition_poin_idp20621800.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| laborautonomo/poedit | deps/boost/libs/algorithm/doc/html/boost/algorithm/partition_poin_idp20618168.html | HTML | mit | 5,924 |
<!-- Copied from http://www.w3schools.com/howto/howto_css_modal_images.asp -->
<style>
/* The Modal (background) */
.att_modal-image-background {
position: fixed; /* Stay in place */
z-index: 10; /* Sit on top, in particular of DropzoneJS's thumbnail */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Modal Content (Image) */
.att_modal-image-content {
margin: auto;
display: block;
max-height: 80%;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#att_modal-image-caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation - Zoom in the Modal */
.att_modal-image-content, #att_modal-image-caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}
</style>
<!-- The Modal -->
<div ng-if="config" class="att_modal-image-background" ng-click="hide()">
<!-- Modal Content (The Image) -->
<img class="att_modal-image-content" img-fix-orientation="getImageUrl()" ng-src="{{getImageUrl()}}"></img>
<!-- Modal Caption (Image Text) -->
<div id="att_modal-image-caption">{{config.caption}}</div>
</div> | mekomsolutions/openmrs-module-visitdocumentsui | omod/src/main/webapp/resources/partials/modalImage.html | HTML | mit | 1,659 |
<HTML>
<!-- Created by HTTrack Website Copier/3.48-21 [XR&CO'2014] -->
<!-- Mirrored from logicdudes.com/?p=193 by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 03 Nov 2015 23:52:45 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8"><META HTTP-EQUIV="Refresh" CONTENT="0; URL=computer-services/online-advertising.html"><TITLE>Page has moved</TITLE>
</HEAD>
<BODY>
<A HREF="computer-services/online-advertising.html"><h3>Click here...</h3></A>
</BODY>
<!-- Created by HTTrack Website Copier/3.48-21 [XR&CO'2014] -->
<!-- Mirrored from logicdudes.com/?p=193 by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 03 Nov 2015 23:52:45 GMT -->
</HTML>
| KaitlynMarie/KaitlynMarie.github.io | portfolio/logicdudes.com/index28c5.html | HTML | mit | 809 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Consul-UX</title>
</head>
<body>
<div class="container">
<div id="app"></div>
</div>
</body>
</html> | marconi/consul-ux | app/index.html | HTML | mit | 182 |
<img src="assets/img/loading.png">
<div class="modal">
</div> | zxqian1991/angular2-build | src/app/components/loading/loading.component.html | HTML | mit | 62 |
<!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 / released</a></li>
<li class="active"><a href="">8.10.2 / 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("2022-01-18 13:05:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 13:05:13 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "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.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2).
The following dependencies couldn'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">
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.10.2/equations/1.2.3+8.11.html | HTML | mit | 7,194 |
---
layout: page
title: lk-Sri Lanka
---
{% include postbycat key="lk" %} | binhbat/binhbat.github.io | _drafts/lk/index.html | HTML | mit | 73 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<link rel="stylesheet" type="text/css" href="../form.css">
</head>
<body>
<div class="container">
<div class="paper">
<div class="content">
<table cellpadding="0" cellspacing="0" class="form top">
<tr>
<td class="row"><table cellpadding="0" cellspacing="0" >
<tr class="top">
<td class="pre"><div>
</div></td>
<td class="cell" style="width:100px;"><span> 页面名称 </span></td>
<td class="cell" style="width:120px;"><span> </span></td>
<td class="cell" style="width:100px;"><span> 中文名称</span></td>
<td class="cell" style="width:340px;"><span> </span></td>
<td class="suf"><div>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td class="row"><table cellpadding="0" cellspacing="0" >
<tr>
<td class="pre"><div>
</div></td>
<td class="cell" style="width:100px;"><span> 标题 </span></td>
<td class="cell" style="width:560px;"><span> </span></td>
<td class="suf"><div>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td class="row"><table cellpadding="0" cellspacing="0" >
<tr>
<td class="pre"><div>
</div></td>
<td class="cell" style="width:100px;"><span> 功能描述 </span></td>
<td class="cell" style="width:560px;"><span> </span></td>
<td class="suf"><div>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td class="row"><table cellpadding="0" cellspacing="0" >
<tr>
<td class="pre"><div>
</div></td>
<td class="cell" colspan="4" style="width:660px;"><span style="width:100px"> 表格行数</span></td>
<td class="suf"><div>
</div></td>
</tr>
<tr>
<td class="pre"><div>
</div></td>
<td class="cell" style="width:60px;"><span > 序号 </span></td>
<td class="cell" style="width:400px;"><span > 内容 </span></td>
<td class="cell" style="width:80px;"><span> 成果 </span></td>
<td class="cell" style="width:80px;"><span> 时间 </span></td>
<td class="suf"><div>
</div></td>
</tr>
<tr>
<td class="pre"><div>
</div></td>
<td class="cell" style="width:40px;"><span > 1 </span></td>
<td class="cell" style="width:360px;"><span style="text-align:left" > 内容1 </span></td>
<td class="cell" style="width:100px;"><span> 成果 </span></td>
<td class="cell" style="width:100px;"><span> 2012-3-1 </span></td>
<td class="suf"><div>
</div></td>
</tr>
<tr>
<td class="pre"><div>
</div></td>
<td class="cell" style="width:40px;"><span > 2 </span></td>
<td class="cell" style="width:360px;"><span style="text-align:left" > 内容2 </span></td>
<td class="cell" style="width:100px;"><span> 成果 </span></td>
<td class="cell" style="width:100px;"><span> 2013-3-1 </span></td>
<td class="suf"><div>
</div></td>
</tr>
<tr>
<td class="pre"><div>
</div></td>
<td class="cell" style="width:40px;"><span > 3 </span></td>
<td class="cell" style="width:360px;"><span style="text-align:left" > 内容3 </span></td>
<td class="cell" style="width:100px;"><span> 成果 </span></td>
<td class="cell" style="width:100px;"><span> 2014-3-1 </span></td>
<td class="suf"><div>
</div></td>
</tr>
</table></td>
</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">
window.onclick=clickHandler;
function clickHandler(evt){
var target=evt.target;
var td=up(target,"td");
if(td&&td.className&&td.className.indexOf("suf")>=0){
/*向上寻找一个table元素*/
console.log(tr);
}
}
function up(dom,tagName){
var target=dom;
var flag=!(target.tagName==tagName);
while(flag){
target=target.parentNode;
flag=!(target.tagName==tagName);
if(dom==document.body) flag=true;
}
return target;
}
</script>
</body>
</html>
| ldjking/wbscreen | web/lib/xlib/form/design/form101.html | HTML | mit | 4,905 |
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>Yona!</title>
</head>
<body>
<p>
요나는 잠시 점검중입니다.
</p>
<p>
Yona is under maintenance! (It is probably under updating)
</p>
<p>
<a href='https://repo.yona.io'>점검이 끝났나? 눌러보기</a>
</p>
<p>
그런게 아닌것 같은 데? 라는 생각이 들어서
<a href='https://telegram.me/joinchat/A-3VSTyfpszxjOcW2IzR2g' target='_blank' title='...'>텔레그램으로 무슨 일인지 물어보려면 여길 클릭!</a>
<p>
</body>
</html>
| yona-projects/home | 503.html | HTML | mit | 545 |
<!DOCTYPE html>
<!-- saved from url=(0044)http://player.ooyala.com/ooyala_storage.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script type="text/javascript">
// attach event listener
if (window.addEventListener) {
window.addEventListener("message", onMessage, false);
} else if (window.attachEvent) {
window.attachEvent("onmessage", onMessage);
}
function onMessage(event) {
var msg = null;
try { msg = JSON.parse(event.data); } catch(e) {} //do nothing, will be caught by next line
if (!msg || !msg.method || !msg.callback || !msg.arguments) { return; }
var result = null;
try { result = window.localStorage[msg.method].apply(window.localStorage, msg.arguments); } catch(e) {}
if (window.localStorage[msg.method]) {
event.source.postMessage(JSON.stringify({
callback: msg.callback,
result: result
}), "*");
}
}
// LocalStorage PolyFill (from Mozilla https://developer.mozilla.org/en-US/docs/DOM/Storage)
if (!window.localStorage) {
window.localStorage = {
getItem: function (sKey) {
if (!sKey || !this.hasOwnProperty(sKey)) { return null; }
return unescape(document.cookie.replace(new RegExp("(?:^|.*;\\s*)" + escape(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*((?:[^;](?!;))*[^;]?).*"), "$1"));
},
key: function (nKeyId) {
return unescape(document.cookie.replace(/\s*\=(?:.(?!;))*$/, "").split(/\s*\=(?:[^;](?!;))*[^;]?;\s*/)[nKeyId]);
},
setItem: function (sKey, sValue) {
if(!sKey) { return; }
document.cookie = escape(sKey) + "=" + escape(sValue) + "; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/";
this.length = document.cookie.match(/\=/g).length;
},
length: 0,
removeItem: function (sKey) {
if (!sKey || !this.hasOwnProperty(sKey)) { return; }
document.cookie = escape(sKey) + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
this.length--;
},
hasOwnProperty: function (sKey) {
return (new RegExp("(?:^|;\\s*)" + escape(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=")).test(document.cookie);
}
};
window.localStorage.length = (document.cookie.match(/\=/g) || window.localStorage).length;
}
// JSON Polyfill (from https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/JSON)
if (!window.JSON) {
window.JSON = {
parse: function (sJSON) { return eval("(" + sJSON + ")"); },
stringify: function (vContent) {
if (vContent instanceof Object) {
var sOutput = "";
if (vContent.constructor === Array) {
for (var nId = 0; nId < vContent.length; sOutput += this.stringify(vContent[nId]) + ",", nId++);
return "[" + sOutput.substr(0, sOutput.length - 1) + "]";
}
if (vContent.toString !== Object.prototype.toString) { return "\"" + vContent.toString().replace(/"/g, "\\$&") + "\""; }
for (var sProp in vContent) { sOutput += "\"" + sProp.replace(/"/g, "\\$&") + "\":" + this.stringify(vContent[sProp]) + ","; }
return "{" + sOutput.substr(0, sOutput.length - 1) + "}";
}
return typeof vContent === "string" ? "\"" + vContent.replace(/"/g, "\\$&") + "\"" : String(vContent);
}
};
}
//send Loaded event
parent.postMessage("LOADED", "*");
</script>
<style type="text/css"></style></head>
<body></body></html> | gloriakang/vax-sentiment | articles/article_saved_html/Elmo is scared of vaccines, but singing Taylor Swift helps him shake it off_files/ooyala_storage.html | HTML | mit | 3,346 |
<html>
<head>
<title>Jane Seymour's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Jane Seymour's panel show appearances</h1>
<p>Jane Seymour (born 1951-02-15<sup><a href="https://en.wikipedia.org/wiki/Jane_Seymour_(actress)">[ref]</a></sup>) has appeared in <span class="total">3</span> episodes between 2011-2015. <a href="http://www.imdb.com/name/nm0005412">Jane Seymour on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Jane_Seymour_(actress)">Jane Seymour on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2011</span></td>
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2012</span></td>
<td><div style="height:0px;" class="performances female" title=""></div><span class="year">2013</span></td>
<td><div style="height:0px;" class="performances female" title=""></div><span class="year">2014</span></td>
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2015</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2015-12-11</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2012-04-27</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2011-05-04</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/0dut6vid.html | HTML | mit | 1,795 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>502-55-6.smi.png.html</title>
</head>
<body>ID502-55-6<br/>
<img border="0" src="502-55-6.smi.png" alt="502-55-6.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>502-55-6</td><td>8628</td><td>C6H10O2S4</td><td>242.4024</td><td>21672</td><td>79812</td><td>41672</td><td>4494</td><td>Bis(ethylxanthogen)</td><td></td><td>502-55-6</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C6H10O2S4</td><td>242.4024</td><td>defined organic</td><td>parent</td><td>1,1'-[disulfanediylbis(carbonothioyloxy)]diethane</td><td>CCOC(=S)SSC(=S)OCC</td><td>CCOC(=S)SSC(=S)OCC</td><td>20080825</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 03:59:34 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> | andrewdefries/ToxCast | Figure3/Tox21_nnm/WorkHere/502-55-6.smi.png.html | HTML | mit | 1,625 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">力不逮心</td></tr>
<tr><th class="ztd1"><b>典源 </b></th><td class="ztd2"> 此處所列為「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000238%22.%26v%3D-1" class="clink" target=_blank>力不從心</a>」之典源,提供參考。</font> ※◎<font class="english_word">1</font>漢.班昭〈為兄超求代疏〉(據<font class="dianuan_mark">《後漢書.卷四七.班梁列傳.班超》</font>引)<br><font size=4 color="#808080">超之始出,志捐軀命,冀立微功,以自陳效。會陳睦之變,道路隔絕,超以一身轉側絕域,曉譬諸國,因其兵眾,每有攻戰,輒為先登,身被金夷,不避死亡。賴蒙陛下神靈,且得延命沙漠,至今積三十年。骨肉生離,不復相識。所與相隨時人士眾,皆已物故。超年最長,今且七十。衰老被病,頭髮無黑,兩手不仁,耳目不聰明,扶杖乃能行。雖欲竭盡其力,以報塞天恩,迫於歲暮,犬馬齒索。蠻夷之性,悖逆侮老,而超旦暮入地,久不見代,恐開姦宄之源,生逆亂之心,</font>而卿大夫<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font>咸懷一切,莫肯遠慮。如有卒暴<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>2></i></b></font></font>,超之氣力,不能從心,便為上損國家累世之功,下弃忠臣竭力之用,誠可痛也,<font size=4 color="#808080">故超萬里歸誠,自陳苦急,延頸踰望,三年於今,未蒙省錄。</font></font> <br><font class="dianuan_mark2">〔注解〕</font><br></font>
<div class="Rulediv"><font class="english_word">(1)</font> 卿大夫:卿和大夫。後泛指貴族。</font></div>
<div class="Rulediv"><font class="english_word">(2)</font> 卒暴:突然發生的暴動。卒,音ㄘㄨˋ,突然。</font> ※</div><br><div>◎<font class="english_word">2</font><font class="dianuan_mark">《後漢書.卷八八.西域傳》</font><br>二十一年冬,車師前王、鄯善、焉耆等十八國俱遣子入侍,獻其珍寶。及得見,皆流涕稽首,願得都護。天子以中國初定,北邊未服,皆還其侍子,厚賞賜之。是時賢自負兵強,欲并兼西域,攻擊益甚。諸國聞都護不出,而侍子皆還,大憂恐,乃與敦煌太守檄,願留侍子以示莎車,言侍子見留,都護尋出,冀且息其兵。裴遵以狀聞,天子許之。二十二年,賢知都護不至,遂遺鄯善王安書,令絕通漢道。安不納而殺其使。賢大怒,發兵攻鄯善。安迎戰,兵敗,亡入山中。賢殺略千餘人而去。其冬,賢復攻殺龜茲王,遂兼其國。鄯善、焉耆諸國侍子久留敦煌,愁思,皆亡歸。鄯善王上書,願復遣子入侍,更請都護。都護不出,誠迫於匈奴。天子報曰:「今使者大兵未能得出,如諸國力不從心,東西南北自在也。」於是鄯善、車師復附匈奴,而賢益橫。</font></div>
</td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/3000-3999/3377-31.html | HTML | mit | 3,624 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">花攢錦簇</td></tr>
<tr><th class="ztd1"><b>典源 </b></th><td class="ztd2"> 此處所列為「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000001260%22.%26v%3D-1" class="clink" target=_blank>花團錦簇</a>」之典源,提供參考。</font> ※#唐.施肩吾〈少婦游春詞〉(據<font class="dianuan_mark">《全唐詩.卷四九四.施肩吾》</font>引)<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font><br>簇錦攢花<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>2></i></b></font></font>鬥勝遊,萬人行處最風流<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>3></i></b></font></font>。無端<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>4></i></b></font></font>自向春園裡,笑摘青梅叫阿侯<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>5></i></b></font></font>。</font> <br><font class="dianuan_mark2">〔注解〕</font><br></font>
<div class="Rulediv"><font class="english_word">(1)</font> 典故或見於<font class="dianuan_mark"><font class="dianuan_mark">《景德傳燈錄.卷一七.洪州雲居道膺禪師》</font></font>。</font></div>
<div class="Rulediv"><font class="english_word">(2)</font> 簇錦攢花:花朵錦繡聚集在一起。簇,音ㄘㄨˋ,聚集成堆或成團的物體。攢,音ㄘㄨㄢˊ,聚合。</font></div>
<div class="Rulediv"><font class="english_word">(3)</font> 風流:風韻美好動人。</font></div>
<div class="Rulediv"><font class="english_word">(4)</font> 無端:沒來由。</font></div>
<div class="Rulediv"><font class="english_word">(5)</font> 阿侯:相傳為古代美女莫愁的女兒,後遂用以泛指美女。</font><font size=4 ></div><br><font class="dianuan_mark2">〔參考資料〕</font><br></font> <font class="dianuan_mark"><font class="dianuan_mark">《景德傳燈錄.卷一七.洪州雲居道膺禪師》</font></font><br>欲得恁麼事,須是恁麼人;既是恁麼人,何愁恁麼事!學佛邊事,是錯用心。假饒解千經萬論,講得天華落石點頭,亦不干自己事,況乎其餘,有何用處?若將有限心識作無限中用,如將方木逗圓孔,多少差訛?設使攢花簇錦,事事及得,及盡一切事,亦只喚作了事人、無過人,終不喚作尊貴。將知尊貴邊著得什麼物?</font></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/2000-2999/2296-31.html | HTML | mit | 3,005 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="charset=utf-8;"/>
<script src="../../lib/jquery-1.8.0.min.js"></script>
<script src="../../dist/jui.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.11.0/codemirror.min.css">
</head>
<body >
<div id="chart"></div>
<script id="script_code">
var d = [{
id: "광주",
value: 10
}, {
id: "서울",
value: 100
}, {
id: "인천",
value: 70
}, {
id: "대전",
value: 50
}, {
id: "부산",
value: 80
}, {
id: "대구",
value: 20
}];
jui.ready([ "chart.builder" ], function(chart) {
c = chart("#chart", {
width : 500,
height : 650,
padding : 0,
theme : "pattern",
axis : [{
map : {
path : "../../dist/img/map/korea-500x650.svg",
width : 500,
height : 650
},
data : d
}],
brush : [{
type : "map.bubble",
color : function(d) {
if(d.value > 70) {
return "linear(top) #ff686c,0.9 #fa5559";
} else if(d.value > 35) {
return "linear(top) #ff9d46,0.9 #ff7800";
}
return "linear(top) #9694e0,0.9 #7977C2";
}
}, {
type : "map.selector",
activeEvent : "map.click"
}],
style : {
mapPathBackgroundColor : "pattern-jennifer-01"
}
});
})
</script>
</body>
</html> | centurio1987/ispAssignment | bower_components/jui/sample/map/korea.html | HTML | mit | 1,782 |
<!DOCTYPE html>
<html lang="ko-KR" class="no-js">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8"/>
<title>Fullpage Carousel | eatdesiglove's UI Component</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/fullpage-carousel.css">
</head>
<body>
<div class="fullpage-carousel">
<div class="fullpage-carousel__wrapper">
<section class="carousel-section">
<h2 class="carousel-section__headline">This is Heading 01</h2>
<p class="carousel-section__desc">This is description</p>
</section>
<section class="carousel-section">
<h2 class="carousel-section__headline">This is Heading 02</h2>
<p class="carousel-section__desc">This is description</p>
</section>
<section class="carousel-section">
<h2 class="carousel-section__headline">This is Heading< 03</h2>
<p class="carousel-section__desc">This is description</p>
</section>
<section class="carousel-section">
<h2 class="carousel-section__headline">This is Heading 04</h2>
<p class="carousel-section__desc">This is description</p>
</section>
</div>
<div class="fullpage-carousel__buttons"></div>
</div>
<script src="../../resources/dom-helper/DOM-Helper-IIFE.js"></script>
<script src="js/fullpage-carousel.js"></script>
</body>
</html>
| eatdesignlove/eatdesignlove.github.io | projects/fullpage-carousel/index.html | HTML | mit | 1,417 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<title>Twitch API JS Tutorial</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/how-to-guide-twitch-api-js">Twitch API Tutorial</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Navigation <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="preview-page.html">The Application</a></li>
<li><a href="twitch-client-id.html">Twitch Client-ID</a></li>
<li><a href="http-requests.html">HTTP Requests</a></li>
<li><a href="twitch-api-docs.html">Twitch API Documentation</a></li>
<li><a href="json-response.html">JSON Response</a></li>
<li><a href="embed-preview.html">Embedding Previews</a></li>
<li><a href="final-page.html">Final Words</a></li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.container-fluid -->
</nav>
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Twitch API Documentation</h1>
<p>Navigating the <a href="https://github.com/justintv/Twitch-API">official documentation</a> is simple if we know what we want. Recall that our goal was to get a list of <b>STREAMS</b> for the <b>GAME</b> HearthStone. We need to populate <code>request.open(requestMethod, queryURL + queryString);</code> with the correct method and query.</p>
<ol class="tutorial">
<li>
<p>We head over to the main page and find the section labeled Streams. Here we see that the valid request methods are GET. API calls are usually GET or POST requests.</p>
<p><img class="tutorial" src="images/twitch-api-doc-1.jpg"></img>
</p>
<p>We can either pass the method directly as a string or through a variable like so <code>var requestMethod = "GET";</code></p>
</li>
<li>
<p>We now need to get our query. Near the top of the page, we find the base URL format of queries. Also note that data requests and responses are sent in JSON. This will be important later.</p>
<p><img class="tutorial" src="images/twitch-api-doc-3.jpg"></img>
</p>
<p>All our queries will start with <code>https://api.twitch.tv/kraken</code></p>
</li>
<li>
<p>To get the final part of our query, we'll need to navigate to the specific API call.Technically, a query string of “/streams” is valid and would return a list of streams with the most viewers. However, we want streams specifically
playing HearthStone.
</p>
<p><img class="tutorial" src="images/twitch-api-doc-2.jpg"></img>
</p>
<p>We use the parameter <code>game</code> shown to filter the results for hearthstone. We end up with the formatted string: <code>/streams?game=Hearthstone%3A%20Heroes%20of%20Warcraft</code> The quickest way to find the name of a game
is to look at the URL of the game's page on Twitch.</p>
</li>
<li>
<p>Our final function now looks like this. <pre><code>request.open("GET","https://api.twitch.tv/kraken/streams?game=Hearthstone%3A%20Heroes%Warcraft")</code></pre>
</p>
</li>
</ol>
<p>In the next section, we'll look at the JSON response that we receive from our API call.</p>
<div class="page-nav">
<p>
<a class="btn btn-lg btn-primary" href="http-requests.html" role="button">« Back</a>
<a class="btn btn-lg btn-primary" href="json-response.html" role="button">Next »</a>
</p>
</div>
</div>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="jquery.min.js"><\/script>')
</script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
| eltonium/how-to-guide-twitch-api-js | twitch-api-docs.html | HTML | mit | 6,374 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="UTF-8" />
<title>HTML5版驴子跳(Donkey Jump) - HTML5游戏 - 御剑神兵的博客 - 专注前端技术研究</title>
<meta name="description" content="这是一个基于HTML5 Canvas和Audio开发的游戏,提供源码下载和详细的注释" />
<meta name="keywords" content="Web前端, 前端开发, JavaScript, HTML, Canvas, Audio, HTML5画布, HTML5游戏, HTML5版驴子跳(Donkey Jump)" />
<link type="text/css" rel="stylesheet" href="css/main.css" />
</head>
<body>
<div id="donkeyJump">
<!-- 预备界面 -->
<div id="gameCover" class="block background">
<!-- 声音控制按钮 -->
<a href="javascript:void(0)" id="btnSound" class="icon"> </a>
<!-- 成就 -->
<a href="javascript:void(0)" id="btnCup" class="icon"> </a>
<!-- 排行榜 -->
<a href="javascript:void(0)" id="btnScore" class="icon"> </a>
<!-- 开始 -->
<a href="javascript:void(0)" id="btnPlay" class="icon"> </a>
<!-- 更多 -->
<a href="javascript:void(0)" id="btnMore" class="icon"> </a>
<!-- 分享 -->
<a href="javascript:void(0)" id="btnShare" class="icon"> </a>
<!-- 加载资源 -->
<span id="progressText"></span>
</div>
<!-- 游戏主体 -->
<div id="gameBody" class="block">
<div id="gameCanvas" class="block">
<!-- 天空背景层 -->
<canvas width="480" height="800" id="canvasSkyLayer"></canvas>
<!-- 远景山丘背景层 -->
<canvas width="480" height="800" id="canvasHillLayer"></canvas>
<!-- 近景山丘背景层 -->
<canvas width="480" height="800" id="canvasHillNearLayer"></canvas>
<!-- 房子背景层 -->
<canvas width="480" height="800" id="canvasFloorLayer"></canvas>
<!-- 白云精灵层 -->
<canvas width="480" height="800" id="canvasStairLayer"></canvas>
<!-- 驴子精灵层 -->
<canvas width="480" height="800" id="canvasDonkeyLayer"></canvas>
<!-- 效果精灵层 -->
<canvas width="480" height="800" id="canvasEffectLayer"></canvas>
</div>
<!-- 分数及暂停按钮 -->
<div id="numberAndPause" class="block">
<!-- 分数 -->
<div id="number" class="icon"></div>
<!-- 暂停 -->
<a href="javascript:void(0)" id="btnPause" class="icon"> </a>
</div>
<!-- 预备 -->
<div id="beingReady" class="icon">
</div>
<!-- 开始 -->
<div id="beingGo" class="icon">
</div>
<!-- 暂停面板 -->
<div id="panelResume" class="icon">
<!-- 返回列表 -->
<a href="javascript:void(0)" id="btnResumeExit"> </a>
<!-- 继续游戏 -->
<a href="javascript:void(0)" id="btnResume"> </a>
</div>
</div>
<!-- 游戏结束 -->
<div id="gameOver" class="block background">
<!-- 分享 -->
<a href="javascript:void(0)" id="btnShare2" class="icon"> </a>
<!-- 名字 -->
<span id="name"></span>
<!-- 得分 -->
<span id="score"></span>
<!-- 排行榜 -->
<a href="javascript:void(0)" id="btnScore2" class="icon"> </a>
<!-- 准备 -->
<a href="javascript:void(0)" id="btnRetry" class="icon"> </a>
<!-- 更多 -->
<a href="javascript:void(0)" id="btnMore2" class="icon"> </a>
<!-- 成就 -->
<a href="javascript:void(0)" id="btnCup2" class="icon"> </a>
</div>
</div>
<!-- engine -->
<script type="text/javascript" src="myEngine/core/my.js"></script>
<script type="text/javascript" src="myEngine/component/Component.js"></script>
<script type="text/javascript" src="myEngine/component/DisplayObject.js"></script>
<script type="text/javascript" src="myEngine/component/DisplayObjectContainer.js"></script>
<script type="text/javascript" src="myEngine/component/Bitmap.js"></script>
<script type="text/javascript" src="myEngine/component/Animation.js"></script>
<script type="text/javascript" src="myEngine/component/Sprite.js"></script>
<script type="text/javascript" src="myEngine/component/Viewport.js"></script>
<script type="text/javascript" src="myEngine/component/Layer.js"></script>
<script type="text/javascript" src="myEngine/component/Game.js"></script>
<script type="text/javascript" src="myEngine/event/KeyEvent.js"></script>
<script type="text/javascript" src="myEngine/utils/ImageManager.js"></script>
<script type="text/javascript" src="myEngine/utils/DOM.js"></script>
<script type="text/javascript" src="myEngine/utils/Math.js"></script>
<script type="text/javascript" src="myEngine/utils/buzz.js"></script>
<!-- donkey jump -->
<script type="text/javascript" src="js/resources/images.js"></script>
<script type="text/javascript" src="js/resources/audios.js"></script>
<script type="text/javascript" src="js/frames/prop.js"></script>
<script type="text/javascript" src="js/frames/stair.js"></script>
<script type="text/javascript" src="js/frames/donkey.js"></script>
<script type="text/javascript" src="js/frames/effect.js"></script>
<script type="text/javascript" src="js/classes/Prop.js"></script>
<script type="text/javascript" src="js/classes/Stair.js"></script>
<script type="text/javascript" src="js/classes/Cloud.js"></script>
<script type="text/javascript" src="js/classes/Donkey.js"></script>
<script type="text/javascript" src="js/classes/DonkeyJump.js"></script>
<script type="text/javascript" src="js/classes/UI.js"></script>
<script type="text/javascript" src="js/classes/Audio.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html> | wxmaudio/prac | canvas/donkeyjump/index.html | HTML | mit | 5,791 |
<HTML><HEAD><TITLE>NSF Award Abstracts Links for awards_1993/awd_1993_49</TITLE><HEAD><BODY>
<A HREF=a9349451.txt>a9349451.txt</A><BR>
</BODY></HTML>
| camilldesmoulins/SearchEngine | Corpus/Part 1/awards_1993/awd_1993_49/links.html | HTML | mit | 150 |
<!DOCTYPE html>
<html>
<head>
<?php include _VIEW_ . "/public/head.html"; ?>
<title>Airome</title>
</head>
<body>
<div class="body" data-role="page" id="device_list_page" data-transition="flip" data-theme="a" data-dom-cache="true">
<div data-theme="b" data-role="header">
<a data-rel="back" data-icon="back">返回</a>
<h2><?=$_COOKIE['user_name']?>的Airome</h2>
</div>
<!-- 设备列表 -->
<div class="container" data-role="content" align="center" id="Time_Device_list">
</div>
<script type="text/javascript">
$("#Time_Device_list").load("?v=function/Time_Device_list");
</script>
</div>
</body>
</html> | Silas-Yang/Airome | Web/view/function/Time_Device.html | HTML | mit | 700 |
<!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="./c91d17deb3c37a6f6926cd3cb970edf96cb67a8ba0698184caa52cfb732bb200.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/2d5ea7141e153545eb8038ffff96f98584bdbf6513d4211af59ad43c145db2a1.html | HTML | mit | 550 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Class 4 ~ Intro to PHP ~ Girl Develop It</title>
<meta name="description" content="This is the official Girl Develop It PHP, initially developed by Sylvia Pellicore.
The course is meant to be taught in 4 two-hour sections. Each of the slides and practice files are customizable according to the needs of a given class or audience">
<meta name="author" content="Girl Develop It">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/simple.css" id="theme">
<link rel="stylesheet" href="css/custom.css">
<!-- For syntax highlighting -->
<!-- light editor --><link rel="stylesheet" href="lib/css/light.css">
<!-- dark editor <link rel="stylesheet" href="lib/css/dark.css">-->
<!-- <link rel="stylesheet" href="lib/css/zenburn.css"> -->
<link rel="stylesheet" href="plugin/accessibility-helper/css/accessibility-helper.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!-- If use the PDF print sheet so students can print slides-->
<link rel="stylesheet" href="css/print/pdf.css" type="text/css" media="print">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<img src="img/circle-gdi-logo.png" alt="BDI Logo" class="noborder" style="max-height:400px;">
<h1>Introduction to PHP</h1>
<h2>Class 4</h2>
</section>
<section>
<section>
<h3>HTTP Requests</h3>
<img src="img/client-server.jpg" alt="Laptop and server connected via the internet"/>
<p><small>Photo credits: <a href="http://www.flickr.com/photos/papalars/5210226441/" target="_blank">Andrew E. Larson</a> and <a href="http://www.flickr.com/photos/johnseb/3425464/" target="_blank">John Seb Barber</a> <a href="http://creativecommons.org/licenses/by-nc/2.0/" target="_blank">cc</a></small></p>
</section>
<section>
<h3>HTTP Requests</h3>
<ul>
<li>HTTP (<strong>H</strong>yper<strong>t</strong>ext <strong>T</strong>ransfer <strong>P</strong>rotocol) is a way browsers and servers communicate</li>
<li>It's the most common communication protocol on the web. That's why web addresses start with http://</li>
<li>The most common types of requests are GET and POST. GET requests data from a specific resource. POST submits data to a specified resource.</li>
<li>When you send a PHP server a GET or POST request, you can use PHP to capture some information from the request.</li>
</ul>
</section>
<section>
<h3>GET vs. POST</h3>
<h4>GET</h4>
<ul>
<li>GET requests include all information in the URL, and can be bookmarked</li>
<li>GET requests are visible to everyone.</li>
<li>GET requests are good for showing different information on the same template.</li>
</ul>
<h4>POST</h4>
<ul>
<li>POST requests send information as part of a the request directly. They can't be bookmarked</li>
<li>POST requests are invisible to others.</li>
<li>POST requests are great for forms.</li>
</ul>
</section>
<section>
<h3>Let's Develop It</h3>
<p>We're going to practice retrieving data from requests to gather information from your users. We'll need a few more files.<a href="class4-codesample.zip">Download a copy of today's practice files</a> and unzip them directly into your gdi folder.</li>
</section>
</section>
<section>
<section>
<h3>User Input</h3>
<img src="img/comment-box.jpg" alt="Comment box"/>
<p class="credit">Photo credit: <a href="https://flic.kr/p/fnZ4RT" target="_blank">Rym DeCoster</a> <a href="http://creativecommons.org/licenses/by-nc/2.0/" target="_blank">cc</a></p>
</section>
<section>
<h3>URL Parameters</h3>
<p>You use URL parameters to send information via GET request. URL parameters go at the end of a URL. Parameters use the form <code>?var1=val1&var2=val2&...</code>. For example, you could send a first and last name like this:</p>
<pre><code class="php">http://example.com/index.php?firstname=ada&lastname=lovelace
</code></pre>
</section>
<section>
<h3>Super Globals</h3>
<p>Remember global and local variables? PHP has a special class of variables called superglobals. Superglobals are built-in variables that are always available in all scopes. <code>$_GET</code> is a superglobal that contains all the information from a GET request.</p>
</section>
<section>
<h3>Using $_GET</h3>
<p>To retrieve the first name and last name values from this url:</p>
<pre><code class="php">http://example.com/index.php?firstname=ada&lastname=lovelace
</code></pre>
<p>You can use $_GET</p>
<pre><code class="php">$firstName = htmlspecialchars($_GET["firstname"]);
$lastName = htmlspecialchars($_GET["lastname"]);
</code></pre>
<p>Using <code>$_GET["urlparameter"]</code> retrieves the value from the $_GET superglobal. The function <code>htmlspecialchars</code> is a built-in function to help clean up user data.</p>
</section>
<section>
<h3>Let's Develop It</h3>
<p>Let's practice using $_GET.</p>
<ol>
<li>Go to <a href="http://localhost/gdi/mycats.php" target="_blank">the cats list page.</a> You should see a list of cat names, with links.</li>
<li>Hover over one of the links. You should see a long URL, like this: catdetails.php?name=Caramel&furcolor=Calico&age=3&personality=Sweet.</li>
<li>Click on a link. It will take you to a template page without any information.</li>
<li>Open up catdeatils.php. Modify the code of this page to use the $_GET variable to retrieve the information from the URL and store it in variables.</li>
<li>Display the variables in the table</li>
</ol>
</section>
</section>
<section>
<section>
<h3>HTML Forms</h3>
<p>A simple HTML form may look something like this:</p>
<pre><code class="html"><form action="myform.php" method="post">
<label for="question">A question?</label>
<input type="text" name="question" maxlength="50">
<input type="submit" id="formSubmit" value="Submit">
</form>
</code></pre>
<p>The <strong>action</strong> attribute tells the browser where to send the form. The <strong>method</strong> attribute tells the browser what type of HTTP request to use. In this case, when the user selects the submit button, the browser will send the form data to myform.php in a POST request.</p>
</section>
<section>
<h3>Using $_POST</h3>
<p><code>$_POST</code> is a superglobal variable, just like $_GET. When a user submits a form, the $_POST variable will store information based on the name (not id!) of the HTML form field. So to retrieve data from this field:</p>
<pre><code class="html"><input type="text" name="question">
</code></pre>
<p>You would use this code:
<pre><code class="php">$question = htmlspecialchars($_POST["question"]);
</code></pre>
<p>Using <code>$_POST["fieldname"]</code> retrieves the value from the $_POST superglobal.</p>
</section>
<section>
<h3>Using POST on forms</h3>
<p>There are two common ways to submit a form with PHP:</p>
<ol>
<li>Submit the form data to a seperate form-processing page, like a thank you or confirmation page.</li>
<li>Submit the form to the same page the form is on.</li>
</ol>
</section>
<section>
<h3>Checking the request type</h3>
<p>If you are submitting a form to the same PHP file, you can use an if statement to wrap your form-processing script:</p>
<pre><code class="php">if ($_SERVER["REQUEST_METHOD"] == "POST") {
//Process the form data and display results
}
</code></pre>
</section>
<section>
<h3>Let's Develop It</h3>
<p>Using <a href="http://localhost/gdi/myform.php" target="_blank">a sample form</a> we'll process some user-submitted data. This is a big task. Work piece by piece and test as you go.</p>
<ol>
<li>Open the file myform.php and find the two fields on the form. The form submits to the same page using POST</li>
<li>Add code to retrieve data from the form. Don't forget your if statement!</li>
<li>Add code to calculate the final bill</li>
<li>Add code to display the results somewhere on the page</li>
</ol>
</section>
</section>
<section>
<section>
<h3>Cookies</h3>
<img src="img/cookies.jpg" alt="Cookies on a computer keyboard"/>
<p class="credit">Photo credit: <a href="https://flic.kr/p/PE7Wvc" target="_blank">Theo Crazzolara</a> <a href="http://creativecommons.org/licenses/by-nc/2.0/" target="_blank">cc</a></p>
</section>
<section>
<h3>Cookies</h3>
<ul>
<li>A cookie is small piece of data stored on a user's computer</li>
<li>Each time the same browser requests a page, it will send the cookie too</li>
<li>Often used to track data like logins or shopping carts</li>
<li>The user's browser must voluntarily accept the cookie. The browser settings control this.</li>
</ul>
</section>
<section>
<h3>Cookies in PHP</h3>
<p>PHP has built in features to set and read cookies. This uses a special superglobal, <code>$_COOKIE</code>. When we add vaues to this superglobal, PHP will also send the cookie to the user's computer.<p>
</section>
<section>
<h3>Setting Cookies</h3>
<p>The basic values used to set a cookie are:</p>
<ul>
<li><strong>Name:</strong> The name of the cookie. Usually something like user or cart</li>
<li><strong>Value:</strong> The value of the cookie, such a user's id or cart number</li>
<li><strong>Expire:</strong> When the cookie should be deleted from the user's computer</li>
<li><strong>Path:</strong> What parts of the site it should apply to. / means the entire site, /folder will only apply in that directory</li>
</ul>
</section>
<section>
<h3>Setting Cookies</h3>
<p>The basic syntax is:</p>
<pre><code class="php">setcookie(name, value, expire, path)
</code></pre>
<p>For example:</p>
<pre><code class="php">$cookie_name = "username";
$cookie_value = "Grace Hopper";
$cookie_time = time() + (86400 * 30); /*The current time, plus 30 days.
The time stamp is in seconds, and there are 86400 seconds in one day*/
setcookie($cookie_name, $cookie_value, $cookie_time, "/");
</code></pre>
</section>
<section>
<h3>Reading Cookies</h3>
<p>We can use the <code>isset()</code> function to check to see if cookies exist. If they do, we can retrieve the information from the superglobal.</p>
<pre><code class="php">if(!isset($_COOKIE[$cookie_name])) {
echo "Cookie named $cookie_name is not set!";
} else {
echo "Cookie $cookie_name is set!<br />";
echo "Value is: " . $_COOKIE[$cookie_name];
}
</code></pre>
</section>
<section>
<h3>Let's Develop It</h3>
<p>Set a cookie on one of your pages. Then see if you can retrieve the value on a different page.</p>
</section>
</section>
<!-- Final slides-->
<section id="final">
<section>
<h3>You did it!</h3>
<img src="img/jumping-man.jpg" alt="Man jumping in air"/>
<p class="credit">Photo credit: <a href="http://www.flickr.com/photos/sunface13/988453859/" target="_blank">sunface13</a> <a href="http://creativecommons.org/licenses/by-nc/2.0/" target="_blank">cc</a></p>
</section>
<section>
<h3>Resources</h3>
<ul>
<li><a href="http://www.php.net/manual/en/" target="_blank">PHP Manual</a>, the official PHP documentation. Check the comments; they are useful.</li>
<li><a href="http://www.codecademy.com/tracks/php" target="_blank">Code Academy</a>, with interactive PHP lessons to help you review.</li>
</ul>
</section>
</section>
</div>
<footer>
<div class="copyright">
Intro to PHP ~ Girl Develop It <a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/3.0/80x15.png" /></a>
</div>
</footer>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/accessibility-helper/js/accessibility-helper.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>
| Roenok/gdi-php-intro | class4.html | HTML | mit | 15,139 |
{% if page.fb_title %}
<div class="post-comments fb-comments" data-href="https://wckhg89.github.io/archivers/{{ page.fb_title }}" data-width="720" data-numposts="5"></div>
<div class="post-comments fb-like" data-href="https://wckhg89.github.io/archivers/{{ page.fb_title }}" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
{% endif %}
| wckhg89/wckhg89.github.io | _includes/comment.html | HTML | mit | 395 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.html_title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="shortcut icon" href="//tylerp.me/favicon.ico" />
<link rel="stylesheet" href="/assets/css/site.min.css">
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-11559286-4');ga('send','pageview');
</script>
</head>
<body>
{{ content }}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//platform.twitter.com/widgets.js"></script>
<script src="/assets/js/lazyload.js"></script>
<script src="/assets/js/onscreen.js"></script>
<script src="/assets/js/twlinkify.js"></script>
<script src="/assets/js/setup.js"></script>
</body>
</html>
| tylerpearson/congress-twitter-most-followed-site | _layouts/default.html | HTML | mit | 1,324 |
---
layout: default
---
<div class="post">
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">______________________________</span>
{{ content }}
</div>
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
{% for post in site.related_posts limit:3 %}
<li>
<h3>
<a href="{{ site.baseurl }}{{ post.url }}">
{{ post.title }}
</a>
</h3>
</li>
{% endfor %}
</ul>
</div>
| comicsguy/comicfirsts | _layouts/post.html | HTML | mit | 484 |
---
layout: page
permalink: "/authors/"
title: Authors
---
<style>
table {
border-collapse: collapse;
width: 100%;
}
tr {
border-bottom: 1px solid gray;
border-top: 1px solid gray;
}
td {
padding-top: 5px;
padding-bottom: 5px;
}
</style>
{% for author_kvp in site.data.authors %}
{% assign authorid = author_kvp[0] %}
{% assign author = author_kvp[1] %}
<br/>
<br/>
<br/>
<h3>Posts by {% include gen_author_link.html %}</h3>
<p>
{% include author_table.html %}
{% endfor %}
| lwe-blog/lwe-blog.github.io | authors.html | HTML | mit | 517 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>msets-extra: 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 / msets-extra - 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>
msets-extra
<small>
1.2.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: "thomas@tuerk-brechen.de"
homepage: "https://github.com/thtuerk/MSetsExtra"
dev-repo: "git+https://github.com/thtuerk/MSetsExtra.git"
bug-reports: "https://github.com/thtuerk/MSetsExtra/issues"
authors: ["FireEye Formal Methods Team <formal-methods@fireeye.com>" "Thomas Tuerk <thomas@tuerk-brechen.de>"]
license: "LGPL-2.1-only"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
]
tags: [ "keyword:finite sets"
"keyword:fold with abort"
"keyword:extracting efficient code"
"keyword:data structures"
"category:Computer Science/Data Types and Data Structures"
"category:Miscellaneous/Extracted Programs/Data structures"
"logpath:MSetsExtra"
"date:2019-09-19" ]
synopsis: "Extensions of MSets for Efficient Execution"
description: """
Coq's MSet library provides various, reasonably efficient finite set
implementations. Nevertheless, FireEye was struggling with performance
issues. This library contains extensions to Coq's MSet library that
helped the FireEye Formal Methods team (formal-methods@fireeye.com),
solve these performance issues. There are
- Fold With Abort
efficient folding with possibility to start late and stop early
- Interval Sets
a memory efficient representation of sets of numbers
- Unsorted Lists with Duplicates"""
url {
src: "https://github.com/thtuerk/MSetsExtra/archive/1.2.0.tar.gz"
checksum: "sha256=e886237194cde8602dbf191d3db7b1c28c6231c1c42996ca1b1819db3ab339ef"
}
</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-msets-extra.1.2.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-msets-extra -> 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-msets-extra.1.2.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/msets-extra/1.2.0.html | HTML | mit | 7,631 |
---
layout: content-main
title: Aikataulu
theme: swedish
course: rub6.4
---
{% include course-schedule.html data=site.data.schedule_2018-2019_rub6_4 prework=false %}
| riikkak/riikkak.github.io | kurssit/2018-2019/rub6.4/aikataulu/index.html | HTML | mit | 167 |
<div layout-padding>
<div flex>
<h1 translate>Index</h1>
<hr/>
</div>
</div>
| kfei/gitlab-auditor | public/partials/index.html | HTML | mit | 89 |
<!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_72) on Wed Dec 31 16:42:14 UTC 2014 -->
<title>Uses of Class org.mockito.internal.verification.checkers.NumberOfInvocationsChecker (Mockito 1.10.19 API)</title>
<meta name="date" content="2014-12-31">
<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 org.mockito.internal.verification.checkers.NumberOfInvocationsChecker (Mockito 1.10.19 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/mockito/internal/verification/checkers/NumberOfInvocationsChecker.html" title="class in org.mockito.internal.verification.checkers">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<!-- Note there is a weird javadoc task bug if using the double quote char \" that causes an 'illegal package name' error -->
<em id="mockito-version-header-javadoc7"><strong>Mockito 1.10.19 API</strong></em>
<!-- using the beautify plugin for jQuery from https://bitbucket.org/larscorneliussen/beautyofcode/ -->
<script type="text/javascript">
var shBaseURL = '../../../../../../js/sh-2.1.382/';
</script>
<script type="text/javascript" src="../../../../../../js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="../../../../../../js/jquery.beautyOfCode-min.js"></script>
<script type="text/javascript">
/* Apply beautification of code */
var usingOldIE = false;
if($.browser.msie && parseInt($.browser.version) < 9) usingOldIE = true;
if(!usingOldIE) {
$.beautyOfCode.init({
theme : 'Eclipse',
brushes: ['Java']
});
var version = '1.10.19';
jQuery.fn.removeAttributes = function() {
return this.each(function() {
var attributes = $.map(this.attributes, function(item) {
return item.name;
});
var img = $(this);
$.each(attributes, function(i, item) {
img.removeAttr(item);
});
});
};
$(function() {
/* Add name & version to header for Javadoc 1.6 */
$('td.NavBarCell1[colspan=2]').each(function(index, element) {
var jqueryTD = $(element);
jqueryTD.after(
$('<td><em><strong>Mockito 1.10.19 API</strong></em></td>').attr('class','NavBarCell1').attr('id','mockito-version-header-javadoc6')
);
jqueryTD.removeAttr('colspan');
});
/* Cleans up mess with Javadoc 1.7 */
$('body > h1').removeAttributes().attr('class', 'bar').attr('title', 'Mockito 1.10.19 API');
/* Cleans up mess with Javadoc 1.7 with Javadoc 1.6 */
$('td em#mockito-version-header-javadoc7').remove();
});
}
</script>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/mockito/internal/verification/checkers/class-use/NumberOfInvocationsChecker.html" target="_top">Frames</a></li>
<li><a href="NumberOfInvocationsChecker.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 org.mockito.internal.verification.checkers.NumberOfInvocationsChecker" class="title">Uses of Class<br>org.mockito.internal.verification.checkers.NumberOfInvocationsChecker</h2>
</div>
<div class="classUseContainer">No usage of org.mockito.internal.verification.checkers.NumberOfInvocationsChecker</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/mockito/internal/verification/checkers/NumberOfInvocationsChecker.html" title="class in org.mockito.internal.verification.checkers">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<!-- Note there is a weird javadoc task bug if using the double quote char \" that causes an 'illegal package name' error -->
<em id="mockito-version-header-javadoc7"><strong>Mockito 1.10.19 API</strong></em>
<!-- using the beautify plugin for jQuery from https://bitbucket.org/larscorneliussen/beautyofcode/ -->
<script type="text/javascript">
var shBaseURL = '../../../../../../js/sh-2.1.382/';
</script>
<script type="text/javascript" src="../../../../../../js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="../../../../../../js/jquery.beautyOfCode-min.js"></script>
<script type="text/javascript">
/* Apply beautification of code */
var usingOldIE = false;
if($.browser.msie && parseInt($.browser.version) < 9) usingOldIE = true;
if(!usingOldIE) {
$.beautyOfCode.init({
theme : 'Eclipse',
brushes: ['Java']
});
var version = '1.10.19';
jQuery.fn.removeAttributes = function() {
return this.each(function() {
var attributes = $.map(this.attributes, function(item) {
return item.name;
});
var img = $(this);
$.each(attributes, function(i, item) {
img.removeAttr(item);
});
});
};
$(function() {
/* Add name & version to header for Javadoc 1.6 */
$('td.NavBarCell1[colspan=2]').each(function(index, element) {
var jqueryTD = $(element);
jqueryTD.after(
$('<td><em><strong>Mockito 1.10.19 API</strong></em></td>').attr('class','NavBarCell1').attr('id','mockito-version-header-javadoc6')
);
jqueryTD.removeAttr('colspan');
});
/* Cleans up mess with Javadoc 1.7 */
$('body > h1').removeAttributes().attr('class', 'bar').attr('title', 'Mockito 1.10.19 API');
/* Cleans up mess with Javadoc 1.7 with Javadoc 1.6 */
$('td em#mockito-version-header-javadoc7').remove();
});
}
</script>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/mockito/internal/verification/checkers/class-use/NumberOfInvocationsChecker.html" target="_top">Frames</a></li>
<li><a href="NumberOfInvocationsChecker.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>
| JPAT-ROSEMARY/SCUBA | org.jpat.scuba.external.mockito/mockito-1.10.19/javadocs/org/mockito/internal/verification/checkers/class-use/NumberOfInvocationsChecker.html | HTML | mit | 9,651 |
---
layout: post
title: ! 'Following the error: lein-cljsbuild and :foreign-libs'
tags:
- followin the error
---
<p>Everyday we stumble across cryptical error messages and complicated stack traces. Some of them requires you to go to different websites and documentation, and if it keeps getting in the way, check the source code to finally understand the Why.</p>
<p>I want to document my line of thoughts when I come across those little problems that really make you sad.</p>
<p>Todays problem was when I was trying out Clojurescript. I started out with a simple `lein new project` and added the cljsbuild < <a href="https://github.com/emezeske/lein-cljsbuild">https://github.com/emezeske/lein-cljsbuild</a> > plugin to start the fun.</p>
<h3>Some context before the error happens</h3>
<p>I wanted to play around with some graphics and I just start drawing squares on a <canvas> tag. No libraries required so far, just some old js functions to grab elements and draw on the canvas.</p>
<p>I realised that I would need another way to draw on the browser. The canvas won’t get mouse events unless I keep track of it and that was too cumbersome for me.</p>
<p>SVG sounded better, but the api to work with it in the browser is not so fun. A quick google search and raphaeljs.com is on the way.</p>
<h3>Investigating the Clojurescript integration with different libraries</h3>
<p><em>"Raphael.js is an awesome graphical library for JavaScript. Let’s see how it integrates with clojurescript".</em></p>
<p>The first search for clojurescript and raphael takes me to the blogpost < <a href="http://lukevanderhart.com/2011/09/30/using-javascript-and-clojurescript.html">http://lukevanderhart.com/2011/09/30/using-javascript-and-clojurescript.html</a> ></p>
<p>It is a very complete blog post that gives you different examples of how to integrate cljs with other js libs.</p>
<p>"Wow. it is just one line, let me add this :foreign-libs"</p>
<h3>Let the error hunt begin</h3>
<p><em>"But I followed all the instructions" said the baffled developer.</em></p>
<p>Going to raphaeljs website there is a big button to download the code. Right-click and copy url. Paste on the proper space on the project.clj and we should be good. Right?!</p>
<p>After that, no code was downloaded. “Well, I forgot the require”. Ok, added on the file and we have an error on the webpage.</p>
<p><em>"goog.require raphael.core is not found"</em></p>
<p>That lead me to understand better the integration of Clojurecsript and the Google Closure framework.</p>
<p>On the blog post of Luke VanderHart, there is a comment about the version where the :foreign-libs was introduced. The code is not so complicated and reading the changeset gives us a nice insight < <a href="https://github.com/clojure/clojurescript/commit/96b38e2c951ef07b397e9d">https://github.com/clojure/clojurescript/commit/96b38e2c951ef07b397e9d</a> ></p>
<p>"Well, the code should inject that remote file when compiling everything together". `ack raphael` and no files are reported on the directory, but the project.clj and the require’s statements.</p>
<h3>Approaching the light</h3>
<p><em>'That is super weird. I need more help.'</em></p>
<p>I thought something was configured wrong. Reading the sources, documentations and everything seems to be on the right place. But what was wrong? At this point, asking other people is the best way to get better ideas.</p>
<p><span>IRC app. /j #clojure. HALP!</span></p>
<p><span>dnolen suggested to try using a local file. ‘IT WORKS!’. But it works is not enough. Why it didn’t work before?</span></p>
<h3><span>First step: Is the error related to using a remote file?</span></h3>
<p><span>`python -m SimpleHTTPServer` and changing the project.clj to point to http://localhost:8000/raphael-min.js</span></p>
<p><span>Works. Yay! But why the other one does not work?</span></p>
<p><span> </span></p>
<h3><span>Second step: What is the status of the file I am pointing to?</span></h3>
<p><span>`wget <raphael-url>` gave me some redirects. This might be related. First I get a 301. Moved permanently. To the HTTPS version.</span></p>
<p><span>Interesting… redirects…</span></p>
<h3><span>Third step: Why a redirect does not work?</span></h3>
<p><span>Reading the source, cljsbuild generate a InputStream for that content. InputStream is part of java. This is not in the plugin anymore.</span></p>
<p><span>With some search, we end up on this bug report </span><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4620571">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4620571</a></p>
<p>Quoting the reply of java’s engineers:</p>
<blockquote>
<div>After discussion among Java Networking engineers, it is felt that we shouldn’t automatically follow redirect from one protocol to another, for instance, from http to https and vise versa, doing so may have serious security consequences. Thus the fix is to return the server responses for redirect. Check response code and Location header field value for redirect information. It’s the application’s responsibility to follow the redirect</div>
</blockquote>
<p><span> </span></p>
<p><span>The error happened because of the protocol change not being followed, as we are used to have in the browser.</span></p>
<p><span>Ah, now I can sleep.</span></p>
<p><span> </span></p>
<p></p>
| bltavares/bltavares.github.io | _posts/tumblr/2013-08-09-following-the-error-lein-cljsbuild-and-foreign-libs.html | HTML | mit | 5,445 |
<html>
<head>
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/css/socialicious.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="stylesheet" type="text/css" href="/css/monokai.css">
<link href="/blog/rss.xml" rel="alternate" type="application/rss+xml" title="{{site.blog_title}}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>{{page.title}} - {{ site.blog_title }}</title>
<script type="text/javascript" src='/js/highlight.pack.js'></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div id='layout'>
{% include header.html %}
<div style='clear: both'></div>
</div>
<div id='content' style='background-image:url("/images/blog/large/{{page.image}}"); background-position: center center; background-size: cover;' class="layer">
<a title="overview" href="/">
<div id="closer">
<div><div> </div></div>
</div>
</a>
<div id='page'>
<img src="/images/blog/large/{{ page.image }}" class="mainimg"/>
<h1 id='page-title'>{{page.title}}</h1>
<!-- <h2 id='page-summary'>{{page.summary}}</h1> -->
{%assign programm = site.data.programm%}
<!--programm chapters-->
<h2>Unsere Standpunkte:</h2>
<div id="programchapters">
{%for tag in page.tags%}
{%for p in programm%}
{%if p[0] == tag %}
<div class="tagline"> {{ p[1][0] }} </div>
<h3>{{tag}}</h3>
<div class="programcontent">
<p>
{{ p[1][1]}}
</p>
</div>
{%endif%}
{%endfor%}
{%endfor%}
</div>
<hr />
<ul id="relatedposters"> <!--programm chapters-->
{%for otherpage in site.categories.blog%}
{%for tag1 in otherpage.tags%}
{%for tag2 in page.tags%}
{%if tag1 == tag2 %}
{%if otherpage.id != page.id%}
<li>
<!-- {{otherpage.title}} -->
<a href="{{otherpage.url}}">
<img src="/images/blog/small/{{otherpage.image}}"/>
</a>
<!-- {{otherpage.path}} -->
</li>
{%endif%}
{%endif%}
{%endfor%}
{%endfor%}
{%endfor%}
</ul>
</div>
<div style='clear:both'></div>
</div>
<div id='footer'>
{{site.full_name}} - {{site.copyright_year}}
</div>
</div>
</body>
</html>
| prtxhn/prtxhn.github.io | _layouts/blog.html | HTML | mit | 2,795 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">報仇雪恨</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄅㄠ<sup class="subfont">ˋ</sup> ㄔㄡ<sup class="subfont">ˊ</sup> ㄒㄩㄝ<sup class="subfont">ˇ</sup> ㄏㄣ<sup class="subfont">ˋ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">bào chóu xuě hèn</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">報復冤仇,洗刷怨恨。水滸傳˙第五十八回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>濫官害民賊徒!把我全家誅戮!今日正好報仇雪恨。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>精忠岳傳˙第四十七回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>若果有中興之主,用賢去奸,奮志恢復,何難報仇雪恨,奠安百姓?<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/12000-12999/12284-22.html | HTML | mit | 1,659 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Question Title</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for 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]-->
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!-- nav bar here -->
<nav class="navbar navbar-inverse navbar_backgroud navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="navbar_active"><a href="#">Index</a></li>
<li><a href="#">Topic</a></li>
<li><a href="#">Hightlight</a></li>
<li><a href="#">Message</a></li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control typeahead" placeholder="Search for Answers.." autocomplete="off">
<div class="input-group-addon navbar_clickable">
<span class="glyphicon glyphicon-search" aria-hidden="true"></span>
</div>
</div>
</div>
</form>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle navbar_portraitBox" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img class="navbar_portrait" src="image/sample_icon.png" alt=""> <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> My Home Page</a></li>
<li><a href="#"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> My Message</a></li>
<li><a href="#"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span> Setting</a></li>
<li role="separator" class="divider"></li>
<li><a href="#"><span class="glyphicon glyphicon-log-out" aria-hidden="true"></span> Logout</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<br>
<div class="row">
<div class="col-md-8">
<div class="col-md-12 question_layout">
<div class="row question_tag">
<div class="col-md-12">
<a class="btn btn-primary" href="#" role="button">Tag1</a>
<a class="btn btn-primary" href="#" role="button">Tag2</a>
<a class="btn btn-primary" href="#" role="button">Tag3</a>
</div>
</div>
<div class="row question_title">
<div class="col-md-12">
<h2> Question Title </h2>
</div>
</div>
<div class="row question_content">
<div class="col-md-12">
<p>
Question Content blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
</p>
</div>
</div>
<div class="row question_answer">
<div class="col-md-12">
<a href="#"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Answer</a>
<a href="#"><span class="glyphicon glyphicon-star-empty" aria-hidden="true"></span> Bookmark</a>
<a href="#"><span class="glyphicon glyphicon-send" aria-hidden="true"></span> Invite Friends</a>
</div>
<div class="col-md-12">
<form>
<div class="form-group">
<textarea class="form-control" id="question_answerSubmission" placeholder="Write your answer here." rows="3"></textarea>
</div>
<button type="submit" class="btn btn-warning">Submit</button>
</form>
</div>
</div>
<hr>
</div>
<div class="col-md-12 answer_layout">
<div class="answer_num clearfix">
<p>5 answers</p>
<div class="question_sortby">
<a href="">Sort by Rate</a> / <a href="">Sort by Date</a>
</div>
</div>
<hr>
<div class="answer_overall">
<div class="answer_voting">
<button type="button" class="btn btn-primary">
<div>
<span class="glyphicon glyphicon-triangle-top clear_margin"></span>
</div>
117
</button>
<button type="button" class="btn btn-primary">
<span class="glyphicon glyphicon-triangle-bottom clear_margin"></span>
</button>
</div>
<div class="answer_userInfo clearfix">
<p><span class="answer_username">Mr Asd</span> , the embodiment of ultimate randomness</p>
<img src="image/sample_icon.png" alt="">
</div>
<div class="answer_content">
<p>Answer Content blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
</p>
</div>
<div class="answer_info">
<a href="#">Posted on 2016-05-05</a>
<a href="#"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>Comment</a>
<a href="#"><span class="glyphicon glyphicon-heart" aira-hidden="true"></span>Like</a>
<a href="#"><span class="glyphicon glyphicon-star-empty" aria-hidden="true"></span>Bookmark</a>
<a href="#"><span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span>Not helpful</a>
<a href="#"><span class="glyphicon glyphicon-remove-sign" aria-hidden="true"></span>Report</a>
</div>
</div>
<div class="answer_more">
<hr>
<button type="button" class="btn btn-default">More</button>
</div>
<div class="clearfix question_answer">
<hr>
<div>
<p>
<a href="#" class="username">Mr Asd</a>
<img src="image/sample_icon.png" alt="...">
</p>
</div>
<form>
<div class="form-group">
<textarea class="form-control" id="question_answerSubmission" placeholder="Write your answer here." rows="3"></textarea>
</div>
<button type="submit" class="btn btn-warning">Submit</button>
</form>
</div>
</div>
<hr>
</div>
<div class="col-md-4">
<div class="question_subscribe">
<div>
<button type="button" class="btn btn-success">Subscribe</button>
</div>
<div>
<a href="#">270</a> people have subscribed to this question.
</div>
<div>
<img src="image/sample_icon.png" alt="..." class="img-rounded">
<img src="image/sample_icon.png" alt="..." class="img-rounded">
<img src="image/sample_icon.png" alt="..." class="img-rounded">
<img src="image/sample_icon.png" alt="..." class="img-rounded">
<img src="image/sample_icon.png" alt="..." class="img-rounded">
</div>
</div>
<hr>
<div class="question_related">
<h4>You might also be interested in:</h4>
<p><a href="#">Another short question</a> 100 answers</p>
<p><a href="#">Another damn looooo ooooo ooooo
ooooo oooooooo oooooo ooooo
ooooo oooo ooooo ooooooooog question</a> 1 answer</p>
<p><a href="#">Another question of usual / normal / typical / expected length</a> 5 answers</p>
</div>
<hr>
<div class="question_copyright">
© 2016 Ding & KKP All Rights Reserved
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap3-typeahead.js"></script>
<script>
var $input = $('.typeahead');
$input.typeahead({source:[
{id: "someId1", name: "Display name 1", category: "skill"},
{id: "someId2", name: "Display name 2", category: "game"},
{id: "someId3", name: "Display Name 3", category: "game"}],
autoSelect: true});
</script>
<script>
var $input = $('#blockUserInput');
$input.typeahead({source:[
{id: "someId1", name: "Display name 1", category: "skill"},
{id: "someId2", name: "Display name 2", category: "game"},
{id: "someId3", name: "Display Name 3", category: "game"}],
autoSelect: true});
</script>
</body>
</html> | xpdavid/Ding | prototype/question.html | HTML | mit | 11,745 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dictionaries: 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.0 / dictionaries - 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>
dictionaries
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-01 06:52:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 06:52:58 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.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.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/dictionaries"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Dictionaries"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: modules"
"keyword: functors"
"keyword: search trees"
"category: Computer Science/Data Types and Data Structures"
"category: Miscellaneous/Extracted Programs/Data structures"
"date: 2003-02-6"
]
authors: [
"Pierre Castéran <casteran@labri.fr>"
]
bug-reports: "https://github.com/coq-contribs/dictionaries/issues"
dev-repo: "git+https://github.com/coq-contribs/dictionaries.git"
synopsis: "Dictionaries (with modules)"
description: """
This file contains a specification for dictionaries, and
an implementation using binary search trees. Coq's module system,
with module types and functors, is heavily used. It can be considered
as a certified version of an example proposed by Paulson in Standard ML.
A detailed description (in French) can be found in the chapter 11 of
The Coq'Art, the book written by Yves Bertot and Pierre Castéran
(please follow the link http://coq.inria.fr/doc-eng.html)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/dictionaries/archive/v8.10.0.tar.gz"
checksum: "md5=f3526b8bd66cfea5d80f86ddda5a866f"
}
</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-dictionaries.8.10.0 coq.8.8.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.8.0).
The following dependencies couldn't be met:
- coq-dictionaries -> 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-dictionaries.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.8.0/dictionaries/8.10.0.html | HTML | mit | 7,418 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cfgv: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.3 / cfgv - 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>
cfgv
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-02 14:57:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 14:57:45 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-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.3 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"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "http://www.nuprl.org/html/CFGVLFMTP2014/"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CFGV"]
depends: [
"ocaml"
"coq" {>= "8.9.1" & < "8.10~"}
]
tags: [
"keyword: generic programming"
"keyword: variable bindings"
"keyword: context free grammars"
"keyword: substitution"
"keyword: alpha equality"
"keyword: equivariance"
"category: Computer Science/Lambda Calculi"
]
authors: [
"Abhishek <abhishek.anand.iitg@gmail.com> [http://www.cs.cornell.edu/~aa755/]"
"Vincent Rahli <vincent.rahli@gmail.com> [http://www.cs.cornell.edu/~rahli/]"
]
bug-reports: "https://github.com/coq-contribs/cfgv/issues"
dev-repo: "git+https://github.com/coq-contribs/cfgv.git"
synopsis: "Generic Proofs about Alpha Equality and Substitution"
description: """
Please read the following paper"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/cfgv/archive/v8.9.0.tar.gz"
checksum: "md5=cd43cb9753c4c89e2decf15e76e52525"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-cfgv.8.9.0 coq.8.5.3</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3).
The following dependencies couldn't be met:
- coq-cfgv -> coq >= 8.9.1 -> 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-cfgv.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.04.2-2.0.5/released/8.5.3/cfgv/8.9.0.html | HTML | mit | 7,173 |
<h3>这里是filters</h3> | jiangjianqing/angular_demo | app/views/inputbox/filters.html | HTML | mit | 25 |
<html>
<head>
<meta charset="utf-8">
<title>majaX.js</title>
<link href="./../style.css" rel="stylesheet" type="text/css">
<script src="./../majax.js"></script>
</head>
<body>
<h1>majaX.js</h1>
<h2>debug 1</h2>
<div class="return" id="debug1"></div><hr/>
<h2>debug 2</h2>
<div class="return" id="debug2"></div><hr/>
<h2>debug 3</h2>
<div class="return" id="debug3"></div><hr/>
<h2>debug 4</h2>
<div class="return" id="debug4"></div>
</body>
<script>
document.getElementById('debug1').innerHTML = JSON.stringify(majaX({url:'http://simon.waldherr.eu/', method:'DEBUG', data:{foo:'bar',lorem:'ipsum'}}), null, ' ');
document.getElementById('debug2').innerHTML = JSON.stringify(majaX({url:'http://simon.waldherr.eu/images/projects/simfigure.png', method:'DEBUG', data:{foo:'bar',lorem:'ipsum'}}), null, ' ');
document.getElementById('debug3').innerHTML = JSON.stringify(majaX({url:'https://raw.github.com/SimonWaldherr/PullToRefresh/master/ptr.js', method:'DEBUG', data:{foo:'bar',lorem:'ipsum'}}), null, ' ');
document.getElementById('debug4').innerHTML = JSON.stringify(majaX({url:'http://simonwaldherr.github.io:80/majaX.js/content/xml.xml?foo=bar&lorem=ipsum', method:'DEBUG', data:{foo:'bar',lorem:'ipsum'}}), null, ' ');
</script>
</html>
| TheGlycerine/Nux | src/js/vendor/majaX.js-master/demos/debug.html | HTML | mit | 1,279 |
<div style="background-color: #eee; padding: 70px 0;">
<div class="container">
<div class="row">
<br/><br/>
<div class="col-sm-4">
<div class="row text-center">
<div class="col-md-3 col-sm-4 col-xs-3">
<i class="fa fa-magic fa-4x"></i>
</div>
<div class="col-md-3 col-sm-4 col-xs-3">
<i class="fa fa-lightbulb-o fa-4x"></i>
</div>
<div class="clearfix hidden-xs"></div>
<br class="hidden-xs"/>
<div class="col-md-3 col-sm-4 col-xs-3">
<i class="fa fa-group fa-4x"></i>
</div>
<div class="col-md-3 col-sm-4 col-xs-3">
<i class="fa fa-wrench fa-4x"></i>
</div>
</div>
<br/>
<h1 style="font-weight: 300;">Some of <em>Code for Africa</em>'s flagship programs include:</h1>
</div>
<div class="col-sm-8">
<div class="row">
<div class="col-md-6">
<h2>Data Liberation</h2>
<p>Unlike North America or Europe, there is little open data freely available in Africa. And, where it is
available, government data is often incomplete or skewed.</p>
<p>A priority for <em>Code for Africa</em> is therefore to digitize and liberate data, turning 'deadwood'
paper archives into a digital resource, or building APIs to access existing data. This includes going
beyond government data, by hosting DataLiberation Scraperthons
or supporting scraping projects such as <a href="https://sourceafrica.net/" target="_blank">sourceAFRICA</a>,
to unlock the knowledge held in academia, the media, civil society, and citizen groups.</p>
</div>
<div class="col-md-6">
<h2>Data Skills</h2>
<p>Data is meaningless if no-one knows how to use it. <em>Code for Africa</em> therefore brings together
pioneers who are already supporting data training, ranging from large institutional partners such as the
<a
href="http://wbi.worldbank.org" target="_blank">World Bank</a>, to industry associations such as the
<a
href="http://icfj.org" target="_blank">International Center for Journalists</a>, trend-setting
corporates such as <a href="http://google-africa.blogspot.com/" target="_blank">Google</a>, and grassroots
user-groups such as <a href="https://www.facebook.com/HacksHackersAfrica"
target="_blank">Hacks/Hackers</a> to
synchronize and amplify their programs.</p>
<p>The partnerships includes evening seminars, more intensive policy
roundtables, weeklong skills bootcamps, advanced masterclasses, and Code4Democracy hackathons.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Data Fellowships</h2>
<p>Even once people have skills and data, it is still difficult to get organizations to change the way they
operate. <em>Code for Africa</em> therefore embeds change agents, as Data Fellows,
in thought-leader media and civil society organizations.</p>
<p>These Data Fellows serve as catalysts and enablers
who help create the internal systems and resources necessary to entrench data as 'mission critical'. The
fellowships are supported by external civic technology labs, and run for between six and 12 months. Each
fellow builds proof-of-concept services / apps, and helps to develop internal policy, data platforms, and
recruitment / staff strategies.</p>
</div>
<div class="col-md-6">
<h2>Data Tools</h2>
<p>The best way to convince people about the power and relevance of data, is to point them to some showcase
tools or services that demonstrate pragmatic potential. <em>Code for Africa</em> therefore supports the
development of citizen-driven solutions, such as the <a href="http://gottovote.cc" target="_blank">GotToVote</a>
toolkit that has already been used in Kenya, Malawi & Zimbabwe, or the
<a href="http://africannewschallenge.org/2012-winners/" target="_blank">actNOW and askAFRICA</a> projects
in Ghana and South Africa. But, there is a real danger that scarce resources are wasted reinventing the
wheel.</p>
<p><em>Code for Africa</em> therefore champions re-use and replication wherever appropriate, by supporting
the work of pioneers such as <a href="http://www.mysociety.org/" target="_blank">mySociety</a> and <a
href="http://okfn.org" target="_blank">Open Knowledge Foundation</a> and others.</p>
</div>
</div>
<!-- /.row -->
</div>
</div>
</div>
<!-- /.container -->
</div>
| CodeForAfrica/CodeForAfrica.org | _includes/home/programs.html | HTML | mit | 5,023 |
<!DOCTYPE html>
<html>
<head>
<title>hanu - Free Audio- video calls </title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<link href="color/default.css" rel="stylesheet" media="screen">
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<body>
<h1 id="title">invite a friend</h1>
<style>
.videoContainer {
position: relative;
width: 200px;
height: 150px;
}
.videoContainer video {
position: absolute;
width: 100%;
height: 100%;
}
.volume_bar {
position: absolute;
width: 5px;
height: 0px;
right: 0px;
bottom: 0px;
background-color: #12acef;
}
</style>
<button id="screenShareButton"></button>
<p id="subTitle"></p>
<form id="createRoom">
<input id="sessionInput"/>
<button type="submit">Create it!</button>
</form>
<div class="videoContainer">
<video id="localVideo" style="height: 150px;" oncontextmenu="return false;"></video>
<div id="localVolume" class="volume_bar"></div>
</div>
<div id="remotes"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="simplewebrtc.bundle.js"></script>
<script>
// grab the room from the URL
var room = location.search && location.search.split('?')[1];
// create our webrtc connection
var webrtc = new SimpleWebRTC({
// the id/element dom element that will hold "our" video
localVideoEl: 'localVideo',
// the id/element dom element that will hold remote videos
remoteVideosEl: '',
// immediately ask for camera access
autoRequestMedia: true,
debug: false,
detectSpeakingEvents: true,
autoAdjustMic: false
});
// when it's ready, join if we got a room from the URL
webrtc.on('readyToCall', function () {
// you can name it anything
if (room) webrtc.joinRoom(room);
});
function showVolume(el, volume) {
if (!el) return;
if (volume < -45) { // vary between -45 and -20
el.style.height = '0px';
} else if (volume > -20) {
el.style.height = '100%';
} else {
el.style.height = '' + Math.floor((volume + 100) * 100 / 25 - 220) + '%';
}
}
webrtc.on('channelMessage', function (peer, label, data) {
if (data.type == 'volume') {
showVolume(document.getElementById('volume_' + peer.id), data.volume);
}
});
webrtc.on('videoAdded', function (video, peer) {
console.log('video added', peer);
var remotes = document.getElementById('remotes');
if (remotes) {
var d = document.createElement('div');
d.className = 'videoContainer';
d.id = 'container_' + webrtc.getDomId(peer);
d.appendChild(video);
var vol = document.createElement('div');
vol.id = 'volume_' + peer.id;
vol.className = 'volume_bar';
video.onclick = function () {
video.style.width = video.videoWidth + 'px';
video.style.height = video.videoHeight + 'px';
};
d.appendChild(vol);
remotes.appendChild(d);
}
});
webrtc.on('videoRemoved', function (video, peer) {
console.log('video removed ', peer);
var remotes = document.getElementById('remotes');
var el = document.getElementById('container_' + webrtc.getDomId(peer));
if (remotes && el) {
remotes.removeChild(el);
}
});
webrtc.on('volumeChange', function (volume, treshold) {
//console.log('own volume', volume);
showVolume(document.getElementById('localVolume'), volume);
});
// Since we use this twice we put it here
function setRoom(name) {
$('form').remove();
$('h1').text(name);
$('#subTitle').text('Link to join: ' + location.href);
$('body').addClass('active');
}
if (room) {
setRoom(room);
} else {
$('form').submit(function () {
var val = $('#sessionInput').val().toLowerCase().replace(/\s/g, '-').replace(/[^A-Za-z0-9_\-]/g, '');
webrtc.createRoom(val, function (err, name) {
console.log(' create room cb', arguments);
var newUrl = location.pathname + '?' + name;
if (!err) {
history.replaceState({foo: 'bar'}, null, newUrl);
setRoom(name);
} else {
console.log(err);
}
});
return false;
});
}
var button = $('#screenShareButton'),
setButton = function (bool) {
button.text(bool ? 'share screen' : 'stop sharing');
};
webrtc.on('localScreenStopped', function () {
setButton(true);
});
setButton(true);
button.click(function () {
if (webrtc.getLocalScreen()) {
webrtc.stopScreenShare();
setButton(true);
} else {
webrtc.shareScreen(function (err) {
if (err) {
setButton(true);
} else {
setButton(false);
}
});
}
});
</script>
</body>
<div class="menu-area">
<div id="dl-menu" class="dl-menuwrapper">
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li>
<a href="#intro">Home</a>
</li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#works">Works</a></li>
<li><a href="#contact">Contact</a></li>
<li>
<a href="#">Sub Menu</a>
<ul class="dl-submenu">
<li><a href="#">Sub menu</a></li>
<li><a href="#">Sub menu</a></li>
</ul>
</li>
</ul>
</div><!-- /dl-menuwrapper -->
</div>
<!-- intro area -->
<!-- <div id="intro">
<div class="intro-text">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="brand">
<h1><a href="index.html">Mamba</a></h1>
<div class="line-spacer"></div>
<p><span>Awesome Bootstrap template</span></p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- About -->
<section id="about" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>video conferencing</h2>
<!-- <p>We’ve been building unique digital products, platforms, and experiences for the past 6 years.</p>-->
<!-- video and audio divs will go here -->
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInDown" data-wow-delay="0.1s">
<img src="img/team/1.jpg" alt="" class="img-responsive" />
<h4>Kurt coleman</h4>
<p>Art Director</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.3s">
<div class="box-team wow bounceInDown">
<img src="img/team/2.jpg" alt="" class="img-responsive" />
<h4>Isobel lyna</h4>
<p>Web Designer</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.5s">
<div class="box-team wow bounceInDown">
<img src="img/team/3.jpg" alt="" class="img-responsive" />
<h4>Leslie gutierrez</h4>
<p>Illustrator</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="box-team wow bounceInDown">
<img src="img/team/4.jpg" alt="" class="img-responsive" />
<h4>Letitia pena</h4>
<p>Typographer</p>
</div>
</div>
</div>
</div>
</section>
<!-- spacer -->
<section id="spacer1" class="home-section spacer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="color-light">
<h2 class="wow bounceInDown" data-wow-delay="1s">Details are the key for perfection</h2>
<p class="lead wow bounceInUp" data-wow-delay="2s">We mix all detailed things together</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section id="services" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>Services</h2>
<p>Est te congue scaevola comprehensam. No pri simul decore, in partem electram voluptatibus vel esse facer.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="service-box wow bounceInDown" data-wow-delay="0.1s">
<i class="fa fa-code fa-4x"></i>
<h4>Valid HTML5</h4>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
<a class="btn btn-primary">Learn more</a>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.3s">
<div class="service-box wow bounceInDown" data-wow-delay="0.1s">
<i class="fa fa-cog fa-4x"></i>
<h4>Easy to Customize</h4>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
<a class="btn btn-primary">Learn more</a>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.5s">
<div class="service-box wow bounceInDown" data-wow-delay="0.1s">
<i class="fa fa-desktop fa-4x"></i>
<h4>Responsive Layout</h4>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
<a class="btn btn-primary">Learn more</a>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3" data-wow-delay="0.7s">
<div class="service-box wow bounceInDown" data-wow-delay="0.1s">
<i class="fa fa-dropbox fa-4x"></i>
<h4>Ready to use</h4>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
<a class="btn btn-primary">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<!-- Works -->
<section id="works" class="home-section bg-gray">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>Works</h2>
<p>Dicunt tamquam dissentiet vix ex, ne mei dico reformidans, accumsan gloriatur necessitatibus eu sit.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8">
<ul class="lb-album">
<li>
<a href="#image-1">
<img src="img/works/thumbs/1.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-1">
<a href="#page" class="lb-close">X</a>
<img src="img/works/1.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
<li>
<a href="#image-2">
<img src="img/works/thumbs/2.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-2">
<a href="#page" class="lb-close">x Close</a>
<img src="img/works/2.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
<li>
<a href="#image-3">
<img src="img/works/thumbs/3.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-3">
<a href="#page" class="lb-close">x Close</a>
<img src="img/works/3.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
<li>
<a href="#image-4">
<img src="img/works/thumbs/4.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-4">
<a href="#page" class="lb-close">x Close</a>
<img src="img/works/4.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
<li>
<a href="#image-5">
<img src="img/works/thumbs/5.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-5">
<a href="#page" class="lb-close">X</a>
<img src="img/works/5.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
<li>
<a href="#image-6">
<img src="img/works/thumbs/6.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-6">
<a href="#page" class="lb-close">x Close</a>
<img src="img/works/6.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
<li>
<a href="#image-7">
<img src="img/works/thumbs/7.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-7">
<a href="#page" class="lb-close">x Close</a>
<img src="img/works/7.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
<li>
<a href="#image-8">
<img src="img/works/thumbs/8.jpg" alt="">
<span>+</span>
</a>
<div class="lb-overlay" id="image-8">
<a href="#page" class="lb-close">x Close</a>
<img src="img/works/8.jpg" alt="" />
<div>
<h3>Sleek <span>/Design/</h3>
<p>Lorem ipsum dolor sit amet, ut decore iracundia urbanitas sit.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- spacer 2 -->
<section id="spacer2" class="home-section spacer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="color-light">
<h2 class="wow bounceInDown" data-wow-delay="1s">Details are the key for perfection</h2>
<p class="lead wow bounceInUp" data-wow-delay="2s">We mix all detailed things together</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>Contact us</h2>
<p>Contact via form below and we will be get in touch with you within 24 hours. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-10">
<form class="form-horizontal" role="form">
<div class="form-group">
<div class="col-md-offset-2 col-md-8">
<input type="text" class="form-control" id="inputName" placeholder="Name">
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-8">
<input type="email" class="form-control" id="inputEmail" placeholder="Email">
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-8">
<input type="text" class="form-control" id="inputSubject" placeholder="Subject">
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-8">
<textarea name="message" class="form-control" rows="3" placeholder="Message"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-8">
<button type="button" class="btn btn-theme btn-lg btn-block">Send message</button>
</div>
</div>
</form>
</div>
</div>
<div class="row mar-top30 ">
<div class="col-md-offset-2 col-md-8">
<h5>We're on social networks</h5>
<ul class="social-network">
<li><a href="#">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span></a>
</li>
<li><a href="#">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-dribbble fa-stack-1x fa-inverse"></i>
</span></a>
</li>
<li><a href="#">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span></a>
</li>
<li><a href="#">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-pinterest fa-stack-1x fa-inverse"></i>
</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright ©2014 Mamba company. All rights reserved. By <a href="http://bootstraptaste.com">Bootstraptaste</a></p>
</div>
</div>
</div>
</footer>
<!-- js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.smooth-scroll.min.js"></script>
<script src="js/jquery.dlmenu.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</html> | hanumesh/video-web | video.html | HTML | mit | 17,949 |
<!DOCTYPE html><html><head><link rel="canonical" href="http://wgundamj44.github.io/tags/linux/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://wgundamj44.github.io/tags/linux/" /></head></html> | wgundamj44/wgundamj44.github.io | tags/linux/page/1/index.html | HTML | mit | 265 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Gemfile.html - RDoc Documentation</title>
<link href="../fonts.css" rel="stylesheet">
<link href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script src="../js/jquery.js"></script>
<script src="../js/navigation.js"></script>
<script src="../js/search_index.js"></script>
<script src="../js/search.js"></script>
<script src="../js/searcher.js"></script>
<script src="../js/darkfish.js"></script>
<body id="top" role="document" class="file">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="../index.html" rel="home">Home</a>
</h2>
<div id="table-of-contents-navigation">
<a href="../table_of_contents.html#pages">Pages</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</div>
</div>
<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>
<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>
</div>
<div id="project-metadata">
<div id="fileindex-section" class="nav-section">
<h3>Pages</h3>
<ul class="link-list">
<li><a href="../Gemfile.html">Gemfile</a>
<li><a href="../Gemfile_lock.html">Gemfile.lock</a>
<li><a href="../LICENSE.html">LICENSE</a>
<li><a href="../MIT-LICENSE.html">MIT-LICENSE</a>
<li><a href="../README_md.html">README</a>
<li><a href="../README_rdoc.html">README</a>
<li><a href="../Rakefile.html">Rakefile</a>
<li><a href="../app/assets/javascripts/rails_embed_editor/application_coffee.html">application.coffee</a>
<li><a href="../app/assets/stylesheets/rails_embed_editor/application_scss.html">application.scss</a>
<li><a href="../doc/ActiveSupport_html.html">ActiveSupport.html</a>
<li><a href="../doc/ApplicationController_html.html">ApplicationController.html</a>
<li><a href="../doc/ApplicationHelper_html.html">ApplicationHelper.html</a>
<li><a href="../doc/ConfigTest_html.html">ConfigTest.html</a>
<li><a href="../doc/Dummy_html.html">Dummy.html</a>
<li><a href="../doc/Dummy/Application_html.html">Application.html</a>
<li><a href="../doc/EditorControllerTest_html.html">EditorControllerTest.html</a>
<li><a href="../doc/FileManagerTest_html.html">FileManagerTest.html</a>
<li><a href="../doc/Gemfile_html.html">Gemfile.html</a>
<li><a href="../doc/Gemfile_lock_html.html">Gemfile_lock.html</a>
<li><a href="../doc/LICENSE_html.html">LICENSE.html</a>
<li><a href="../doc/Logger_html.html">Logger.html</a>
<li><a href="../doc/MIT-LICENSE_html.html">MIT-LICENSE.html</a>
<li><a href="../doc/NavigationTest_html.html">NavigationTest.html</a>
<li><a href="../doc/Object_html.html">Object.html</a>
<li><a href="../doc/README_md_html.html">README_md.html</a>
<li><a href="../doc/README_rdoc_html.html">README_rdoc.html</a>
<li><a href="../doc/RailsEmbedEditor_html.html">RailsEmbedEditor.html</a>
<li><a href="../doc/RailsEmbedEditor/ApplicationController_html.html">ApplicationController.html</a>
<li><a href="../doc/RailsEmbedEditor/ApplicationHelper_html.html">ApplicationHelper.html</a>
<li><a href="../doc/RailsEmbedEditor/Config_html.html">Config.html</a>
<li><a href="../doc/RailsEmbedEditor/EditorController_html.html">EditorController.html</a>
<li><a href="../doc/RailsEmbedEditor/EditorMode_html.html">EditorMode.html</a>
<li><a href="../doc/RailsEmbedEditor/Engine_html.html">Engine.html</a>
<li><a href="../doc/RailsEmbedEditor/FileManager_html.html">FileManager.html</a>
<li><a href="../doc/RailsEmbedEditorTest_html.html">RailsEmbedEditorTest.html</a>
<li><a href="../doc/Rakefile_html.html">Rakefile.html</a>
<li><a href="../doc/app/assets/javascripts/rails_embed_editor/application_coffee_html.html">application_coffee.html</a>
<li><a href="../doc/app/assets/stylesheets/rails_embed_editor/application_scss_html.html">application_scss.html</a>
<li><a href="../doc/fonts_css.html">fonts.css</a>
<li><a href="../doc/gemfiles/Gemfile_rails-4_0_x_html.html">Gemfile_rails-4_0_x.html</a>
<li><a href="../doc/index_html.html">index.html</a>
<li><a href="../doc/js/darkfish_js.html">darkfish.js</a>
<li><a href="../doc/js/jquery_js.html">jquery.js</a>
<li><a href="../doc/js/navigation_js.html">navigation.js</a>
<li><a href="../doc/js/search_js.html">search.js</a>
<li><a href="../doc/js/search_index_js.html">search_index.js</a>
<li><a href="../doc/js/searcher_js.html">searcher.js</a>
<li><a href="../doc/lib/tasks/rails_embed_editor_tasks_rake_html.html">rails_embed_editor_tasks_rake.html</a>
<li><a href="../doc/rails_embed_editor_gemspec_html.html">rails_embed_editor_gemspec.html</a>
<li><a href="../doc/rdoc_css.html">rdoc.css</a>
<li><a href="../doc/table_of_contents_html.html">table_of_contents.html</a>
<li><a href="../doc/test/dummy/README_rdoc_html.html">README_rdoc.html</a>
<li><a href="../doc/test/dummy/Rakefile_html.html">Rakefile.html</a>
<li><a href="../doc/test/dummy/app/assets/javascripts/application_js_html.html">application_js.html</a>
<li><a href="../doc/test/dummy/app/assets/stylesheets/application_css_html.html">application_css.html</a>
<li><a href="../doc/test/dummy/config_ru_html.html">config_ru.html</a>
<li><a href="../doc/test/dummy/db/test_sqlite3_html.html">test_sqlite3.html</a>
<li><a href="../doc/test/dummy/log/development_log_html.html">development_log.html</a>
<li><a href="../doc/test/dummy/log/test_log_html.html">test_log.html</a>
<li><a href="../doc/test/dummy/public/404_html_html.html">404_html.html</a>
<li><a href="../doc/test/dummy/public/422_html_html.html">422_html.html</a>
<li><a href="../doc/test/dummy/public/500_html_html.html">500_html.html</a>
<li><a href="../doc/test/dummy/public/favicon_ico_html.html">favicon_ico.html</a>
<li><a href="../gemfiles/Gemfile_rails-4_0_x.html">Gemfile.rails-4.0.x</a>
<li><a href="../lib/tasks/rails_embed_editor_tasks_rake.html">rails_embed_editor_tasks.rake</a>
<li><a href="../rails_embed_editor_gemspec.html">rails_embed_editor.gemspec</a>
<li><a href="../test/dummy/README_rdoc.html">README</a>
<li><a href="../test/dummy/Rakefile.html">Rakefile</a>
<li><a href="../test/dummy/app/assets/javascripts/application_js.html">application.js</a>
<li><a href="../test/dummy/app/assets/stylesheets/application_css.html">application.css</a>
<li><a href="../test/dummy/config_ru.html">config.ru</a>
<li><a href="../test/dummy/db/test_sqlite3.html">test.sqlite3</a>
<li><a href="../test/dummy/log/development_log.html">development.log</a>
<li><a href="../test/dummy/log/test_log.html">test.log</a>
<li><a href="../test/dummy/public/404_html.html">404.html</a>
<li><a href="../test/dummy/public/422_html.html">422.html</a>
<li><a href="../test/dummy/public/500_html.html">500.html</a>
<li><a href="../test/dummy/public/favicon_ico.html">favicon.ico</a>
</ul>
</div>
</div>
</nav>
<main role="main" aria-label="Page doc/Gemfile.html">
<p><!DOCTYPE html></p>
<p><html> <head> <meta charset=“UTF-8”></p>
<p><title>Gemfile - RDoc Documentation</title></p>
<p><link href=“./fonts.css” rel=“stylesheet”> <link href=“./rdoc.css”
rel=“stylesheet”></p>
<p><script type=“text/javascript”></p>
<pre>var rdoc_rel_prefix = "./";</pre>
<p></script></p>
<p><script src=“./js/jquery.js”></script> <script
src=“./js/navigation.js”></script> <script
src=“./js/search_index.js”></script> <script
src=“./js/search.js”></script> <script
src=“./js/searcher.js”></script> <script
src=“./js/darkfish.js”></script></p>
<p><body id=“top” role=“document” class=“file”> <nav
role=“navigation”></p>
<pre><div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="./index.html" rel="home">Home</a>
</h2>
<div id="table-of-contents-navigation">
<a href="./table_of_contents.html#pages">Pages</a>
<a href="./table_of_contents.html#classes">Classes</a>
<a href="./table_of_contents.html#methods">Methods</a>
</div></pre>
<p></div></p>
<pre> <div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>
<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form></pre>
<p></div></p>
<pre></div>
<div id="project-metadata">
<div id="fileindex-section" class="nav-section">
<h3>Pages</h3>
<ul class="link-list">
<li><a href="./Gemfile.html">Gemfile</a>
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
<li><a href="./LICENSE.html">LICENSE</a>
<li><a href="./MIT-LICENSE.html">MIT-LICENSE</a>
<li><a href="./README_md.html">README</a>
<li><a href="./README_rdoc.html">README</a>
<li><a href="./Rakefile.html">Rakefile</a>
<li><a href="./app/assets/javascripts/rails_embed_editor/application_coffee.html">application.coffee</a>
<li><a href="./app/assets/stylesheets/rails_embed_editor/application_scss.html">application.scss</a>
<li><a href="./gemfiles/Gemfile_rails-4_0_x.html">Gemfile.rails-4.0.x</a>
<li><a href="./lib/tasks/rails_embed_editor_tasks_rake.html">rails_embed_editor_tasks.rake</a>
<li><a href="./rails_embed_editor_gemspec.html">rails_embed_editor.gemspec</a>
<li><a href="./test/dummy/README_rdoc.html">README</a>
<li><a href="./test/dummy/Rakefile.html">Rakefile</a>
<li><a href="./test/dummy/app/assets/javascripts/application_js.html">application.js</a>
<li><a href="./test/dummy/app/assets/stylesheets/application_css.html">application.css</a>
<li><a href="./test/dummy/config_ru.html">config.ru</a>
<li><a href="./test/dummy/db/test_sqlite3.html">test.sqlite3</a>
<li><a href="./test/dummy/log/development_log.html">development.log</a>
<li><a href="./test/dummy/log/test_log.html">test.log</a>
<li><a href="./test/dummy/public/404_html.html">404.html</a>
<li><a href="./test/dummy/public/422_html.html">422.html</a>
<li><a href="./test/dummy/public/500_html.html">500.html</a>
<li><a href="./test/dummy/public/favicon_ico.html">favicon.ico</a>
</ul></pre>
<p></div></p>
<pre></div></pre>
<p></nav></p>
<p><main role=“main” aria-label=“Page Gemfile”></p>
<p><p>source “<a href=“<a
href="https://rubygems.org">rubygems.org</a>”</p">rubygems.org”>rubygems.org</a>”</p</a>></p>
<p><p># Declare your gem’s dependencies in rails_embed_editor.gemspec. #
Bundler will treat runtime dependencies like base dependencies, and #
development dependencies will be added by default to the :development
group. gemspec</p></p>
<p><p># Declare any dependencies that are still in development here
instead of in # your gemspec. These might include edge Rails or gems from
your path or # Git. Remember to move these dependencies to your gemspec
before releasing # your gem to rubygems.org.</p></p>
<p><p># To use debugger # gem ‘debugger’</p></p>
<p><p>gem ‘coveralls’</p> </main></p>
<p><footer id=“validator-badges” role=“contentinfo”></p>
<pre><p><a href="http://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.</pre>
<p></footer></p>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>
| timcolonel/rails_embed_editor | doc/doc/Gemfile_html.html | HTML | mit | 14,714 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hydra-battles: 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 / hydra-battles - dev</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hydra-battles
<small>
dev
<span class="label label-warning">Error with dependencies 🚒</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-16 03:29:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-16 03:29:46 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
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.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "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: "Exploration of some properties of Kirby and Paris' hydra battles, with the help of Coq"
description: """
An exploration of some properties of Kirby and Paris' hydra battles,
with the help of the Coq Proof assistant. This development includes
the study of several representations of ordinal numbers, and a part
of the so-called Ketonen and Solovay machinery (combinatorial
properties of epsilon0)."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.13" & < "8.15~") | (= "dev")}
"coq-equations" {(>= "1.2" & < "1.4~") | (= "dev")}
]
tags: [
"category:Mathematics/Combinatorics and Graph Theory"
"category:Mathematics/Logic/Foundations"
"keyword:Ketonen-Solovay machinery"
"keyword:ordinals"
"keyword:primitive recursive functions"
"logpath:hydras"
]
authors: [
"Pierre Castéran"
"Évelyne Contejean"
"Jeremy Damour"
"Russell O'Connor"
"Karl Palmskog"
"Clément Pit-Claudel"
"Théo Zimmermann"
]
url {
src: "git+https://github.com/coq-community/hydra-battles.git#master"
}
</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-hydra-battles.dev coq.dev</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-hydra-battles.dev coq.dev</code></dd>
<dt>Return code</dt>
<dd>7936</dd>
<dt>Duration</dt>
<dd>3 m 32 s</dd>
<dt>Output</dt>
<dd><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.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
The following actions will be performed:
- install coq-equations dev
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-equations.dev] synchronised from git+https://github.com/mattam82/Coq-Equations#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-equations failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j7".
#=== ERROR while compiling coq-equations.dev ==================================#
# context 2.0.1 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///home/bench/run/opam-coq-archive/extra-dev
# path ~/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-equations.dev
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j7
# exit-code 2
# env-file ~/.opam/log/coq-equations-3732-865888.env
# output-file ~/.opam/log/coq-equations-3732-865888.out
### output ###
# [...]
# Use Univ.Level.Set
# File "src/equations_common.ml", line 226, characters 13-28:
# Warning 3: deprecated: module Univ.LSet
# Use Univ.Level.Set
# File "src/equations_common.ml", line 557, characters 17-42:
# Error: This expression has type Pp.t but an expression was expected of type
# int
# make[2]: *** [Makefile.coq:711: src/equations_common.cmx] Error 2
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.coq:387: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-equations.dev'
# make: *** [Makefile:6: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-equations dev
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
</pre></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/extra-dev/dev/hydra-battles/dev.html | HTML | mit | 10,959 |
<button type="button" #ttip="bs-tooltip"
class="btn btn-icon d-flex align-content-center" (click)="toggle()"
[tooltip]="tooltip">
<icon [icon]="icon"></icon>
</button>
<field-errors [control]="control">
</field-errors>
| cyclosproject/cyclos4-ui | src/app/ui/shared/field-privacy.component.html | HTML | mit | 225 |
<!DOCTYPE html><html lang="en-US"><head><link rel="preload" as="script" href="https://briguy52.github.io/briguy52.github.io/bootstrap.303875fa.js"/><link rel="preload" as="script" href="https://briguy52.github.io/briguy52.github.io/templates/src/containers/Post.e5787f1c.js"/><link rel="preload" as="script" href="https://briguy52.github.io/briguy52.github.io/main.486e5124.js"/><link rel="preload" as="style" href="https://briguy52.github.io/briguy52.github.io/styles.266e945f.css"/><link rel="stylesheet" href="https://briguy52.github.io/briguy52.github.io/styles.266e945f.css"/><meta charSet="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no"/></head><body><div id="root"><div class="background" data-reactroot=""><div class="content"><div><a class="active" aria-current="page" href="https://briguy52.github.io/briguy52.github.io/blog/"><<!-- --> Back</a><br/><h3>nesciunt quas odio</h3><p>repudiandae veniam quaerat sunt sed
alias aut fugiat sit autem sed est
voluptatem omnis possimus esse voluptatibus quis
est aut tenetur dolor neque</p></div></div></div></div><script type="text/javascript">window.__CSS_CHUNKS__ = {"main":"https://briguy52.github.io/briguy52.github.io/styles.266e945f.css"}</script><script type="text/javascript">
window.__routeInfo = {"path":"blog/post/5","templateID":3,"sharedPropsHashes":{},"localProps":null,"allProps":{"post":{"userId":1,"id":5,"title":"nesciunt quas odio","body":"repudiandae veniam quaerat sunt sed\nalias aut fugiat sit autem sed est\nvoluptatem omnis possimus esse voluptatibus quis\nest aut tenetur dolor neque"}},"siteData":{"title":"Brian Lin"}};</script><script defer="" type="text/javascript" src="https://briguy52.github.io/briguy52.github.io/bootstrap.303875fa.js"></script><script defer="" type="text/javascript" src="https://briguy52.github.io/briguy52.github.io/templates/src/containers/Post.e5787f1c.js"></script><script defer="" type="text/javascript" src="https://briguy52.github.io/briguy52.github.io/main.486e5124.js"></script></body></html> | Briguy52/briguy52.github.io | blog/post/5/index.html | HTML | mit | 2,077 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /fasttmp/mkdist-qt-4.3.5-1211793125/qtopia-core-opensource-src-4.3.5/src/opengl/qglframebufferobject.cpp -->
<head>
<title>Qt 4.3: QGLFramebufferObject Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"><a href="http://www.trolltech.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table><h1 align="center">QGLFramebufferObject Class Reference<br /><sup><sup>[<a href="qtopengl.html">QtOpenGL</a> module]</sup></sup></h1>
<p>The QGLFramebufferObject class encapsulates an OpenGL framebuffer object. <a href="#details">More...</a></p>
<pre> #include <QGLFramebufferObject></pre><p>Inherits <a href="qpaintdevice.html">QPaintDevice</a>.</p>
<p>This class was introduced in Qt 4.2.</p>
<ul>
<li><a href="qglframebufferobject-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-types"></a>
<h3>Public Types</h3>
<ul>
<li><div class="fn"/>enum <b><a href="qglframebufferobject.html#Attachment-enum">Attachment</a></b> { NoAttachment, CombinedDepthStencil, Depth }</li>
</ul>
<a name="public-functions"></a>
<h3>Public Functions</h3>
<ul>
<li><div class="fn"/><b><a href="qglframebufferobject.html#QGLFramebufferObject">QGLFramebufferObject</a></b> ( const QSize & <i>size</i>, GLenum <i>target</i> = GL_TEXTURE_2D )</li>
<li><div class="fn"/><b><a href="qglframebufferobject.html#QGLFramebufferObject-2">QGLFramebufferObject</a></b> ( int <i>width</i>, int <i>height</i>, GLenum <i>target</i> = GL_TEXTURE_2D )</li>
<li><div class="fn"/><b><a href="qglframebufferobject.html#QGLFramebufferObject-3">QGLFramebufferObject</a></b> ( int <i>width</i>, int <i>height</i>, Attachment <i>attachment</i>, GLenum <i>target</i> = GL_TEXTURE_2D, GLenum <i>internal_format</i> = GL_RGBA8 )</li>
<li><div class="fn"/><b><a href="qglframebufferobject.html#QGLFramebufferObject-4">QGLFramebufferObject</a></b> ( const QSize & <i>size</i>, Attachment <i>attachment</i>, GLenum <i>target</i> = GL_TEXTURE_2D, GLenum <i>internal_format</i> = GL_RGBA8 )</li>
<li><div class="fn"/>virtual <b><a href="qglframebufferobject.html#dtor.QGLFramebufferObject">~QGLFramebufferObject</a></b> ()</li>
<li><div class="fn"/>Attachment <b><a href="qglframebufferobject.html#attachment">attachment</a></b> () const</li>
<li><div class="fn"/>bool <b><a href="qglframebufferobject.html#bind">bind</a></b> ()</li>
<li><div class="fn"/>GLuint <b><a href="qglframebufferobject.html#handle">handle</a></b> () const</li>
<li><div class="fn"/>bool <b><a href="qglframebufferobject.html#isValid">isValid</a></b> () const</li>
<li><div class="fn"/>bool <b><a href="qglframebufferobject.html#release">release</a></b> ()</li>
<li><div class="fn"/>QSize <b><a href="qglframebufferobject.html#size">size</a></b> () const</li>
<li><div class="fn"/>GLuint <b><a href="qglframebufferobject.html#texture">texture</a></b> () const</li>
<li><div class="fn"/>QImage <b><a href="qglframebufferobject.html#toImage">toImage</a></b> () const</li>
</ul>
<ul>
<li><div class="fn"/>12 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li>
</ul>
<a name="static-public-members"></a>
<h3>Static Public Members</h3>
<ul>
<li><div class="fn"/>bool <b><a href="qglframebufferobject.html#hasOpenGLFramebufferObjects">hasOpenGLFramebufferObjects</a></b> ()</li>
</ul>
<h3>Additional Inherited Members</h3>
<ul>
<li><div class="fn"/>1 protected function inherited from <a href="qpaintdevice.html#protected-functions">QPaintDevice</a></li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QGLFramebufferObject class encapsulates an OpenGL framebuffer object.</p>
<p>The QGLFramebufferObject class encapsulates an OpenGL framebuffer object, defined by the <tt>GL_EXT_framebuffer_object</tt> extension. In addition it provides a rendering surface that can be painted on with a <a href="qpainter.html">QPainter</a>, rendered to using native GL calls, or both. This surface can be bound and used as a regular texture in your own GL drawing code. By default, the QGLFramebufferObject class generates a 2D GL texture (using the <tt>GL_TEXTURE_2D</tt> target), which is used as the internal rendering target.</p>
<p><b>It is important to have a current GL context when creating a QGLFramebufferObject, otherwise initialization will fail.</b></p>
<p>OpenGL framebuffer objects and pbuffers (see <a href="qglpixelbuffer.html">QGLPixelBuffer</a>) can both be used to render to offscreen surfaces, but there are a number of advantages with using framebuffer objects instead of pbuffers:</p>
<ol type="1">
<li>A framebuffer object does not require a separate rendering context, so no context switching will occur when switching rendering targets. There is an overhead involved in switching targets, but in general it is cheaper than a context switch to a pbuffer.</li>
<li>Rendering to dynamic textures (i.e. render-to-texture functionality) works on all platforms. No need to do explicit copy calls from a render buffer into a texture, as was necessary on systems that did not support the <tt>render_texture</tt> extension.</li>
<li>It is possible to attach several rendering buffers (or texture objects) to the same framebuffer object, and render to all of them without doing a context switch.</li>
<li>The OpenGL framebuffer extension is a pure GL extension with no system dependant WGL, AGL or GLX parts. This makes using framebuffer objects more portable.</li>
</ol>
<p>Note that <a href="qpainter.html">QPainter</a> antialiasing of drawing primitives will not work when using a QGLFramebufferObject as a paintdevice. This is because sample buffers, which are needed for antialiasing, are not yet supported in application-defined framebuffer objects. However, an extension to solve this has already been approved by the OpenGL ARB (<tt>GL_EXT_framebuffer_multisample</tt>), and will most likely be available in the near future.</p>
<p>See also <a href="opengl-framebufferobject.html">Framebuffer Object Example</a>.</p>
<hr />
<h2>Member Type Documentation</h2>
<h3 class="fn"><a name="Attachment-enum"></a>enum QGLFramebufferObject::Attachment</h3>
<p>This enum type is used to configure the depth and stencil buffers attached to the framebuffer object when it is created.</p>
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QGLFramebufferObject::NoAttachment</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">No attachment is added to the framebuffer object. Note that the OpenGL depth and stencil tests won't work when rendering to a framebuffer object without any depth or stencil buffers. This is the default value.</td></tr>
<tr><td valign="top"><tt>QGLFramebufferObject::CombinedDepthStencil</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">If the <tt>GL_EXT_packed_depth_stencil</tt> extension is present, a combined depth and stencil buffer is attached. If the extension is not present, only a depth buffer is attached.</td></tr>
<tr><td valign="top"><tt>QGLFramebufferObject::Depth</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">A depth buffer is attached to the framebuffer object.</td></tr>
</table></p>
<p>This enum was introduced in Qt 4.3.</p>
<p>See also <a href="qglframebufferobject.html#attachment">attachment</a>().</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="QGLFramebufferObject"></a>QGLFramebufferObject::QGLFramebufferObject ( const <a href="qsize.html">QSize</a> & <i>size</i>, GLenum <i>target</i> = GL_TEXTURE_2D )</h3>
<p>Constructs an OpenGL framebuffer object and binds a 2D GL texture to the buffer of the size <i>size</i>. The texture is bound to the <tt>GL_COLOR_ATTACHMENT0</tt> target in the framebuffer object.</p>
<p>The <i>target</i> parameter is used to specify the GL texture target. The default target is <tt>GL_TEXTURE_2D</tt>. Keep in mind that <tt>GL_TEXTURE_2D</tt> textures must have a power of 2 width and height (e.g. 256x512), unless you are using OpenGL 2.0 or higher.</p>
<p>By default, no depth and stencil buffers are attached. This behavior can be toggled using one of the overloaded constructors.</p>
<p>The default internal texture format is <tt>GL_RGBA8</tt>.</p>
<p>It is important that you have a current GL context set when creating the <a href="qglframebufferobject.html">QGLFramebufferObject</a>, otherwise the initialization will fail.</p>
<p>See also <a href="qglframebufferobject.html#size">size</a>(), <a href="qglframebufferobject.html#texture">texture</a>(), and <a href="qglframebufferobject.html#attachment">attachment</a>().</p>
<h3 class="fn"><a name="QGLFramebufferObject-2"></a>QGLFramebufferObject::QGLFramebufferObject ( int <i>width</i>, int <i>height</i>, GLenum <i>target</i> = GL_TEXTURE_2D )</h3>
<p>Constructs an OpenGL framebuffer object and binds a 2D GL texture to the buffer of the given <i>width</i> and <i>height</i>.</p>
<p>See also <a href="qglframebufferobject.html#size">size</a>() and <a href="qglframebufferobject.html#texture">texture</a>().</p>
<h3 class="fn"><a name="QGLFramebufferObject-3"></a>QGLFramebufferObject::QGLFramebufferObject ( int <i>width</i>, int <i>height</i>, <a href="qglframebufferobject.html#Attachment-enum">Attachment</a> <i>attachment</i>, GLenum <i>target</i> = GL_TEXTURE_2D, GLenum <i>internal_format</i> = GL_RGBA8 )</h3>
<p>Constructs an OpenGL framebuffer object and binds a texture to the buffer of the given <i>width</i> and <i>height</i>.</p>
<p>The <i>attachment</i> parameter describes the depth/stencil buffer configuration, <i>target</i> the texture target and <i>internal_format</i> the internal texture format. The default texture target is <tt>GL_TEXTURE_2D</tt>, while the default internal format is <tt>GL_RGBA8</tt>.</p>
<p>See also <a href="qglframebufferobject.html#size">size</a>(), <a href="qglframebufferobject.html#texture">texture</a>(), and <a href="qglframebufferobject.html#attachment">attachment</a>().</p>
<h3 class="fn"><a name="QGLFramebufferObject-4"></a>QGLFramebufferObject::QGLFramebufferObject ( const <a href="qsize.html">QSize</a> & <i>size</i>, <a href="qglframebufferobject.html#Attachment-enum">Attachment</a> <i>attachment</i>, GLenum <i>target</i> = GL_TEXTURE_2D, GLenum <i>internal_format</i> = GL_RGBA8 )</h3>
<p>Constructs an OpenGL framebuffer object and binds a texture to the buffer of the given <i>size</i>.</p>
<p>The <i>attachment</i> parameter describes the depth/stencil buffer configuration, <i>target</i> the texture target and <i>internal_format</i> the internal texture format. The default texture target is <tt>GL_TEXTURE_2D</tt>, while the default internal format is <tt>GL_RGBA8</tt>.</p>
<p>See also <a href="qglframebufferobject.html#size">size</a>(), <a href="qglframebufferobject.html#texture">texture</a>(), and <a href="qglframebufferobject.html#attachment">attachment</a>().</p>
<h3 class="fn"><a name="dtor.QGLFramebufferObject"></a>QGLFramebufferObject::~QGLFramebufferObject () <tt> [virtual]</tt></h3>
<p>Destroys the framebuffer object and frees any allocated resources.</p>
<h3 class="fn"><a name="attachment"></a><a href="qglframebufferobject.html#Attachment-enum">Attachment</a> QGLFramebufferObject::attachment () const</h3>
<p>Returns the status of the depth and stencil buffers attached to this framebuffer object.</p>
<h3 class="fn"><a name="bind"></a>bool QGLFramebufferObject::bind ()</h3>
<p>Switches rendering from the default, windowing system provided framebuffer to this framebuffer object. Returns true upon success, false otherwise.</p>
<h3 class="fn"><a name="handle"></a>GLuint QGLFramebufferObject::handle () const</h3>
<p>Returns the GL framebuffer object handle for this framebuffer object (returned by the <tt>glGenFrameBuffersEXT()</tt> function). This handle can be used to attach new images or buffers to the framebuffer. The user is responsible for cleaning up and destroying these objects.</p>
<h3 class="fn"><a name="hasOpenGLFramebufferObjects"></a>bool QGLFramebufferObject::hasOpenGLFramebufferObjects () <tt> [static]</tt></h3>
<p>Returns true if the OpenGL <tt>GL_EXT_framebuffer_object</tt> extension is present on this system; otherwise returns false.</p>
<h3 class="fn"><a name="isValid"></a>bool QGLFramebufferObject::isValid () const</h3>
<p>Returns true if the framebuffer object is valid.</p>
<p>The framebuffer can become invalid if the initialization process fails, the user attaches an invalid buffer to the framebuffer object, or a non-power of 2 width/height is specified as the texture size if the texture target is <tt>GL_TEXTURE_2D</tt>.</p>
<h3 class="fn"><a name="release"></a>bool QGLFramebufferObject::release ()</h3>
<p>Switches rendering back to the default, windowing system provided framebuffer. Returns true upon success, false otherwise.</p>
<h3 class="fn"><a name="size"></a><a href="qsize.html">QSize</a> QGLFramebufferObject::size () const</h3>
<p>Returns the size of the texture attached to this framebuffer object.</p>
<h3 class="fn"><a name="texture"></a>GLuint QGLFramebufferObject::texture () const</h3>
<p>Returns the texture id for the texture attached as the default rendering target in this framebuffer object. This texture id can be bound as a normal texture in your own GL code.</p>
<h3 class="fn"><a name="toImage"></a><a href="qimage.html">QImage</a> QGLFramebufferObject::toImage () const</h3>
<p>Returns the contents of this framebuffer object as a <a href="qimage.html">QImage</a>.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright © 2008 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.3.5</div></td>
</tr></table></div></address></body>
</html>
| misizeji/StudyNote_201308 | webserver/html/qglframebufferobject.html | HTML | mit | 15,137 |
---
layout: home
author_profile: true
no_title: true
---
| hejtmy/neuro-coder | index.html | HTML | mit | 57 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../button/meddelare.css">
</head>
<body>
<h1><a href="https://meddelare.com/">Meddelare</a> multiple urls example</h1>
<p>
This example shows buttons and counters for multiple urls on the same page, using <code>data-meddelare-url</code>. Remember to change the sharing links to point to your own url as well.
</p>
<p>The first counter: <a href="https://meddelare.com/">meddelare.com</a></p>
<div>
<!-- Change the data-meddelare-url and sharing links to your own -->
<div class="meddelare-container" data-meddelare-url="https://meddelare.com/">
<a href="https://twitter.com/home?status=https%3A%2F%2Fmeddelare.com%2F" target="_blank" class="meddelare-network" data-meddelare-network="twitter" data-count="—">
<span class="meddelare-icon"></span>
</a>
<a href="https://www.facebook.com/share.php?u=https%3A%2F%2Fmeddelare.com%2F" target="_blank" class="meddelare-network" data-meddelare-network="facebook" data-count="—">
<span class="meddelare-icon"></span>
</a>
<a href="https://plus.google.com/share?url=https%3A%2F%2Fmeddelare.com%2F" target="_blank" class="meddelare-network" data-meddelare-network="googleplus" data-count="—">
<span class="meddelare-icon"></span>
</a>
</div>
</div>
<p>The second counter: <a href="https://github.com/meddelare">github.com/meddelare</a></p>
<div>
<!-- Change the data-meddelare-url and sharing links to your own -->
<div class="meddelare-container" data-meddelare-url="https://github.com/meddelare">
<a href="https://twitter.com/home?status=https://github.com/meddelare" target="_blank" class="meddelare-network" data-meddelare-network="twitter" data-count="—">
<span class="meddelare-icon"></span>
</a>
<a href="https://www.facebook.com/share.php?u=https://github.com/meddelare" target="_blank" class="meddelare-network" data-meddelare-network="facebook" data-count="—">
<span class="meddelare-icon"></span>
</a>
<a href="https://plus.google.com/share?url=https://github.com/meddelare" target="_blank" class="meddelare-network" data-meddelare-network="googleplus" data-count="—">
<span class="meddelare-icon"></span>
</a>
</div>
</div>
<p>The third counter: the current page (empty value)</p>
<div>
<!-- Change the data-meddelare-url and sharing links to your own -->
<div class="meddelare-container" data-meddelare-url="">
<a href="https://twitter.com/home?status=" target="_blank" class="meddelare-network" data-meddelare-network="twitter" data-count="—">
<span class="meddelare-icon"></span>
</a>
<a href="https://www.facebook.com/share.php?u=" target="_blank" class="meddelare-network" data-meddelare-network="facebook" data-count="—">
<span class="meddelare-icon"></span>
</a>
<a href="https://plus.google.com/share?url=" target="_blank" class="meddelare-network" data-meddelare-network="googleplus" data-count="—">
<span class="meddelare-icon"></span>
</a>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="../button/meddelare.js"></script>
</body>
</html> | meddelare/meddelare-examples | examples/button-multiple/index.html | HTML | mit | 3,547 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY — CMake 3.7.2 Documentation</title>
<link rel="stylesheet" href="../_static/cmake.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '3.7.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/cmake-favicon.ico"/>
<link rel="top" title="CMake 3.7.2 Documentation" href="../index.html" />
<link rel="up" title="cmake-variables(7)" href="../manual/cmake-variables.7.html" />
<link rel="next" title="CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>" href="CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.html" />
<link rel="prev" title="CMAKE_BUILD_WITH_INSTALL_RPATH" href="CMAKE_BUILD_WITH_INSTALL_RPATH.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.html" title="CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="CMAKE_BUILD_WITH_INSTALL_RPATH.html" title="CMAKE_BUILD_WITH_INSTALL_RPATH"
accesskey="P">previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.7.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-variables.7.html" accesskey="U">cmake-variables(7)</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="cmake-compile-pdb-output-directory">
<span id="variable:CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY"></span><h1>CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY<a class="headerlink" href="#cmake-compile-pdb-output-directory" title="Permalink to this headline">¶</a></h1>
<p>Output directory for MS debug symbol <code class="docutils literal"><span class="pre">.pdb</span></code> files
generated by the compiler while building source files.</p>
<p>This variable is used to initialize the
<span class="target" id="index-0-prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY"></span><a class="reference internal" href="../prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.html#prop_tgt:COMPILE_PDB_OUTPUT_DIRECTORY" title="COMPILE_PDB_OUTPUT_DIRECTORY"><code class="xref cmake cmake-prop_tgt docutils literal"><span class="pre">COMPILE_PDB_OUTPUT_DIRECTORY</span></code></a> property on all the targets.</p>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="CMAKE_BUILD_WITH_INSTALL_RPATH.html"
title="previous chapter">CMAKE_BUILD_WITH_INSTALL_RPATH</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.html"
title="next chapter">CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG></a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<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="CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.html" title="CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>"
>next</a> |</li>
<li class="right" >
<a href="CMAKE_BUILD_WITH_INSTALL_RPATH.html" title="CMAKE_BUILD_WITH_INSTALL_RPATH"
>previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.7.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-variables.7.html" >cmake-variables(7)</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2000-2016 Kitware, Inc. and Contributors.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4a0+.
</div>
</body>
</html> | ontouchstart/emcc | base/cmake-3.7.2-Linux-x86_64/doc/cmake/html/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.html | HTML | mit | 6,231 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>换肤</title>
<style>
html, body, div {
margin: 0;
padding: 0;
}
body {
width: 100%;
background: url(img/skinPeeler_images/1.jpg) no-repeat;
background-size:cover;
position:relative;
}
body::before{
content:"简单的换肤,点击五张小图中的一个可以改变可视区域背景,用到的知识点是背景图片的background-size属性和事件中this的指向";
padding-left:15px;
font-size: 22px;
color:white;
width:100px;
position:absolute;
}
.back {
width: 100%;
height: 180px;
background: rgba(255, 255, 255, 0.3);
padding-top: 50px;
text-align: center;
}
.back img {
width: 200px;
cursor: pointer;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script>
$(document).ready(function() {
var h = $(window).height();
$("body").css({height:h});
})
</script>
</head>
<body>
<div class="back">
<img id="pic1" src="img/skinPeeler_images/1.jpg" alt="">
<img id="pic2" src="img/skinPeeler_images/2.jpg" alt="">
<img id="pic3" src="img/skinPeeler_images/3.jpg" alt="">
<img id="pic4" src="img/skinPeeler_images/4.jpg" alt="">
<img id="pic5" src="img/skinPeeler_images/5.jpg" alt="">
</div>
<script>
//获取页面元素
//var tupian1 = document.getElementById("pic1");
var tuP1 = myId("pic1");
var tuP2 = myId("pic2");
var tuP3 = myId("pic3");
var tuP4 = myId("pic4");
var tuP5 = myId("pic5");
var changePic = function () {
//this指向事件源
document.body.style.backgroundImage = "url(" + this.src + ")";
};
tuP1.onclick = changePic;
tuP2.onclick = changePic;
tuP3.onclick = changePic;
tuP4.onclick = changePic;
tuP5.onclick = changePic;
//函数可以帮我们获取页面元素
function myId(id) {
return document.getElementById(id);
}
</script>
</body>
</html> | yihangli/DemoTree | skinPeeler.html | HTML | mit | 2,261 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Limitless - Responsive Web Application Kit by Eugene Kopyov</title>
<!-- Global stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900" rel="stylesheet" type="text/css">
<link href="assets/css/icons/icomoon/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/core.css" rel="stylesheet" type="text/css">
<link href="assets/css/components.css" rel="stylesheet" type="text/css">
<link href="assets/css/colors.css" rel="stylesheet" type="text/css">
<!-- /global stylesheets -->
<!-- Core JS files -->
<script type="text/javascript" src="assets/js/plugins/loaders/pace.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/loaders/blockui.min.js"></script>
<!-- /core JS files -->
<!-- Theme JS files -->
<script type="text/javascript" src="assets/js/core/app.js"></script>
<!-- /theme JS files -->
</head>
<body>
<!-- Main navbar -->
<div class="navbar navbar-inverse">
<div class="navbar-header">
<a class="navbar-brand" href="index.html"><img src="assets/images/logo_light.png" alt=""></a>
<ul class="nav navbar-nav visible-xs-block">
<li><a data-toggle="collapse" data-target="#navbar-mobile"><i class="icon-tree5"></i></a></li>
<li><a class="sidebar-mobile-main-toggle"><i class="icon-paragraph-justify3"></i></a></li>
</ul>
</div>
<div class="navbar-collapse collapse" id="navbar-mobile">
<ul class="nav navbar-nav">
<li><a class="sidebar-control sidebar-main-toggle hidden-xs"><i class="icon-paragraph-justify3"></i></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-git-compare"></i>
<span class="visible-xs-inline-block position-right">Git updates</span>
<span class="badge bg-warning-400">9</span>
</a>
<div class="dropdown-menu dropdown-content">
<div class="dropdown-content-heading">
Git updates
<ul class="icons-list">
<li><a href="#"><i class="icon-sync"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body width-350">
<li class="media">
<div class="media-left">
<a href="#" class="btn border-primary text-primary btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-pull-request"></i></a>
</div>
<div class="media-body">
Drop the IE <a href="#">specific hacks</a> for temporal inputs
<div class="media-annotation">4 minutes ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-warning text-warning btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-commit"></i></a>
</div>
<div class="media-body">
Add full font overrides for popovers and tooltips
<div class="media-annotation">36 minutes ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-info text-info btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-branch"></i></a>
</div>
<div class="media-body">
<a href="#">Chris Arney</a> created a new <span class="text-semibold">Design</span> branch
<div class="media-annotation">2 hours ago</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-success text-success btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-merge"></i></a>
</div>
<div class="media-body">
<a href="#">Eugene Kopyov</a> merged <span class="text-semibold">Master</span> and <span class="text-semibold">Dev</span> branches
<div class="media-annotation">Dec 18, 18:36</div>
</div>
</li>
<li class="media">
<div class="media-left">
<a href="#" class="btn border-primary text-primary btn-flat btn-rounded btn-icon btn-sm"><i class="icon-git-pull-request"></i></a>
</div>
<div class="media-body">
Have Carousel ignore keyboard events
<div class="media-annotation">Dec 12, 05:46</div>
</div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All activity"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
</ul>
<p class="navbar-text">
<span class="label bg-success">Online</span>
</p>
<div class="navbar-right">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-people"></i>
<span class="visible-xs-inline-block position-right">Users</span>
</a>
<div class="dropdown-menu dropdown-content">
<div class="dropdown-content-heading">
Users online
<ul class="icons-list">
<li><a href="#"><i class="icon-gear"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body width-300">
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Jordana Ansley</a>
<span class="display-block text-muted text-size-small">Lead web developer</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-success"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Will Brason</a>
<span class="display-block text-muted text-size-small">Marketing manager</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-danger"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Hanna Walden</a>
<span class="display-block text-muted text-size-small">Project manager</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-success"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Dori Laperriere</a>
<span class="display-block text-muted text-size-small">Business developer</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-warning-300"></span></div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading text-semibold">Vanessa Aurelius</a>
<span class="display-block text-muted text-size-small">UX expert</span>
</div>
<div class="media-right media-middle"><span class="status-mark border-grey-400"></span></div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All users"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-bubbles4"></i>
<span class="visible-xs-inline-block position-right">Messages</span>
<span class="badge bg-warning-400">2</span>
</a>
<div class="dropdown-menu dropdown-content width-350">
<div class="dropdown-content-heading">
Messages
<ul class="icons-list">
<li><a href="#"><i class="icon-compose"></i></a></li>
</ul>
</div>
<ul class="media-list dropdown-content-body">
<li class="media">
<div class="media-left">
<img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt="">
<span class="badge bg-danger-400 media-badge">5</span>
</div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">James Alexander</span>
<span class="media-annotation pull-right">04:58</span>
</a>
<span class="text-muted">who knows, maybe that would be the best thing for me...</span>
</div>
</li>
<li class="media">
<div class="media-left">
<img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt="">
<span class="badge bg-danger-400 media-badge">4</span>
</div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Margo Baker</span>
<span class="media-annotation pull-right">12:16</span>
</a>
<span class="text-muted">That was something he was unable to do because...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Jeremy Victorino</span>
<span class="media-annotation pull-right">22:48</span>
</a>
<span class="text-muted">But that would be extremely strained and suspicious...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Beatrix Diaz</span>
<span class="media-annotation pull-right">Tue</span>
</a>
<span class="text-muted">What a strenuous career it is that I've chosen...</span>
</div>
</li>
<li class="media">
<div class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></div>
<div class="media-body">
<a href="#" class="media-heading">
<span class="text-semibold">Richard Vango</span>
<span class="media-annotation pull-right">Mon</span>
</a>
<span class="text-muted">Other travelling salesmen live a life of luxury...</span>
</div>
</li>
</ul>
<div class="dropdown-content-footer">
<a href="#" data-popup="tooltip" title="All messages"><i class="icon-menu display-block"></i></a>
</div>
</div>
</li>
<li class="dropdown dropdown-user">
<a class="dropdown-toggle" data-toggle="dropdown">
<img src="assets/images/placeholder.jpg" alt="">
<span>Victoria</span>
<i class="caret"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#"><i class="icon-user-plus"></i> My profile</a></li>
<li><a href="#"><i class="icon-coins"></i> My balance</a></li>
<li><a href="#"><span class="badge bg-blue pull-right">58</span> <i class="icon-comment-discussion"></i> Messages</a></li>
<li class="divider"></li>
<li><a href="#"><i class="icon-cog5"></i> Account settings</a></li>
<li><a href="#"><i class="icon-switch2"></i> Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- /main navbar -->
<!-- Page container -->
<div class="page-container">
<!-- Page content -->
<div class="page-content">
<!-- Main sidebar -->
<div class="sidebar sidebar-main">
<div class="sidebar-content">
<!-- User menu -->
<div class="sidebar-user">
<div class="category-content">
<div class="media">
<a href="#" class="media-left"><img src="assets/images/placeholder.jpg" class="img-circle img-sm" alt=""></a>
<div class="media-body">
<span class="media-heading text-semibold">Victoria Baker</span>
<div class="text-size-mini text-muted">
<i class="icon-pin text-size-small"></i> Santa Ana, CA
</div>
</div>
<div class="media-right media-middle">
<ul class="icons-list">
<li>
<a href="#"><i class="icon-cog3"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /user menu -->
<!-- Main navigation -->
<div class="sidebar-category sidebar-category-visible">
<div class="category-content no-padding">
<ul class="navigation navigation-main navigation-accordion">
<!-- Main -->
<li class="navigation-header"><span>Main</span> <i class="icon-menu" title="Main pages"></i></li>
<li><a href="index.html"><i class="icon-home4"></i> <span>Dashboard</span></a></li>
<li>
<a href="#"><i class="icon-stack2"></i> <span>Page layouts</span></a>
<ul>
<li><a href="layout_navbar_fixed.html">Fixed navbar</a></li>
<li><a href="layout_navbar_sidebar_fixed.html">Fixed navbar & sidebar</a></li>
<li><a href="layout_sidebar_fixed_native.html">Fixed sidebar native scroll</a></li>
<li><a href="layout_navbar_hideable.html">Hideable navbar</a></li>
<li><a href="layout_navbar_hideable_sidebar.html">Hideable & fixed sidebar</a></li>
<li><a href="layout_footer_fixed.html">Fixed footer</a></li>
<li class="navigation-divider"></li>
<li><a href="boxed_default.html">Boxed with default sidebar</a></li>
<li><a href="boxed_mini.html">Boxed with mini sidebar</a></li>
<li><a href="boxed_full.html">Boxed full width</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-copy"></i> <span>Layouts</span></a>
<ul>
<li><a href="../../../layout_1/LTR/index.html" id="layout1">Layout 1</a></li>
<li><a href="index.html" id="layout2">Layout 2 <span class="label bg-warning-400">Current</span></a></li>
<li><a href="../../../layout_3/LTR/index.html" id="layout3">Layout 3</a></li>
<li><a href="../../../layout_4/LTR/index.html" id="layout4">Layout 4</a></li>
<li><a href="../../../layout_5/LTR/index.html" id="layout5">Layout 5</a></li>
<li class="disabled"><a href="../../../layout_6/LTR/index.html" id="layout6">Layout 6 <span class="label label-transparent">Coming soon</span></a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-droplet2"></i> <span>Color system</span></a>
<ul>
<li><a href="colors_primary.html">Primary palette</a></li>
<li><a href="colors_danger.html">Danger palette</a></li>
<li><a href="colors_success.html">Success palette</a></li>
<li><a href="colors_warning.html">Warning palette</a></li>
<li><a href="colors_info.html">Info palette</a></li>
<li class="navigation-divider"></li>
<li><a href="colors_pink.html">Pink palette</a></li>
<li><a href="colors_violet.html">Violet palette</a></li>
<li><a href="colors_purple.html">Purple palette</a></li>
<li><a href="colors_indigo.html">Indigo palette</a></li>
<li><a href="colors_blue.html">Blue palette</a></li>
<li><a href="colors_teal.html">Teal palette</a></li>
<li><a href="colors_green.html">Green palette</a></li>
<li><a href="colors_orange.html">Orange palette</a></li>
<li><a href="colors_brown.html">Brown palette</a></li>
<li><a href="colors_grey.html">Grey palette</a></li>
<li><a href="colors_slate.html">Slate palette</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stack"></i> <span>Starter kit</span></a>
<ul>
<li><a href="starters/horizontal_nav.html">Horizontal navigation</a></li>
<li><a href="starters/1_col.html">1 column</a></li>
<li><a href="starters/2_col.html">2 columns</a></li>
<li>
<a href="#">3 columns</a>
<ul>
<li><a href="starters/3_col_dual.html">Dual sidebars</a></li>
<li><a href="starters/3_col_double.html">Double sidebars</a></li>
</ul>
</li>
<li><a href="starters/4_col.html">4 columns</a></li>
<li>
<a href="#">Detached layout</a>
<ul>
<li><a href="starters/detached_left.html">Left sidebar</a></li>
<li><a href="starters/detached_right.html">Right sidebar</a></li>
<li><a href="starters/detached_sticky.html">Sticky sidebar</a></li>
</ul>
</li>
<li><a href="starters/layout_boxed.html">Boxed layout</a></li>
<li class="navigation-divider"></li>
<li><a href="starters/layout_navbar_fixed_main.html">Fixed main navbar</a></li>
<li><a href="starters/layout_navbar_fixed_secondary.html">Fixed secondary navbar</a></li>
<li><a href="starters/layout_navbar_fixed_both.html">Both navbars fixed</a></li>
<li><a href="starters/layout_fixed.html">Fixed layout</a></li>
</ul>
</li>
<li><a href="changelog.html"><i class="icon-list-unordered"></i> <span>Changelog <span class="label bg-blue-400">1.4</span></span></a></li>
<li><a href="../../RTL/index.html"><i class="icon-width"></i> <span>RTL version</span></a></li>
<!-- /main -->
<!-- Forms -->
<li class="navigation-header"><span>Forms</span> <i class="icon-menu" title="Forms"></i></li>
<li>
<a href="#"><i class="icon-pencil3"></i> <span>Form components</span></a>
<ul>
<li><a href="form_inputs_basic.html">Basic inputs</a></li>
<li><a href="form_checkboxes_radios.html">Checkboxes & radios</a></li>
<li><a href="form_input_groups.html">Input groups</a></li>
<li><a href="form_controls_extended.html">Extended controls</a></li>
<li><a href="form_floating_labels.html">Floating labels</a></li>
<li>
<a href="#">Selects</a>
<ul>
<li><a href="form_select2.html">Select2 selects</a></li>
<li><a href="form_multiselect.html">Bootstrap multiselect</a></li>
<li><a href="form_select_box_it.html">SelectBoxIt selects</a></li>
<li><a href="form_bootstrap_select.html">Bootstrap selects</a></li>
</ul>
</li>
<li><a href="form_tag_inputs.html">Tag inputs</a></li>
<li><a href="form_dual_listboxes.html">Dual Listboxes</a></li>
<li><a href="form_editable.html">Editable forms</a></li>
<li><a href="form_validation.html">Validation</a></li>
<li><a href="form_inputs_grid.html">Inputs grid</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-file-css"></i> <span>JSON forms</span></a>
<ul>
<li><a href="alpaca_basic.html">Basic inputs</a></li>
<li><a href="alpaca_advanced.html">Advanced inputs</a></li>
<li><a href="alpaca_controls.html">Controls</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-footprint"></i> <span>Wizards</span></a>
<ul>
<li><a href="wizard_steps.html">Steps wizard</a></li>
<li><a href="wizard_form.html">Form wizard</a></li>
<li><a href="wizard_stepy.html">Stepy wizard</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-spell-check"></i> <span>Editors</span></a>
<ul>
<li><a href="editor_summernote.html">Summernote editor</a></li>
<li><a href="editor_ckeditor.html">CKEditor</a></li>
<li><a href="editor_wysihtml5.html">WYSIHTML5 editor</a></li>
<li><a href="editor_code.html">Code editor</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-select2"></i> <span>Pickers</span></a>
<ul>
<li><a href="picker_date.html">Date & time pickers</a></li>
<li><a href="picker_color.html">Color pickers</a></li>
<li><a href="picker_location.html">Location pickers</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-insert-template"></i> <span>Form layouts</span></a>
<ul>
<li><a href="form_layout_vertical.html">Vertical form</a></li>
<li><a href="form_layout_horizontal.html">Horizontal form</a></li>
</ul>
</li>
<!-- /forms -->
<!-- Appearance -->
<li class="navigation-header"><span>Appearance</span> <i class="icon-menu" title="Appearance"></i></li>
<li>
<a href="#"><i class="icon-grid"></i> <span>Components</span></a>
<ul>
<li><a href="components_modals.html">Modals</a></li>
<li><a href="components_dropdowns.html">Dropdown menus</a></li>
<li><a href="components_tabs.html">Tabs component</a></li>
<li><a href="components_pills.html">Pills component</a></li>
<li><a href="components_navs.html">Accordion and navs</a></li>
<li><a href="components_buttons.html">Buttons</a></li>
<li><a href="components_notifications_pnotify.html">PNotify notifications</a></li>
<li><a href="components_notifications_others.html">Other notifications</a></li>
<li><a href="components_popups.html">Tooltips and popovers</a></li>
<li><a href="components_alerts.html">Alerts</a></li>
<li><a href="components_pagination.html">Pagination</a></li>
<li><a href="components_labels.html">Labels and badges</a></li>
<li><a href="components_loaders.html">Loaders and bars</a></li>
<li><a href="components_thumbnails.html">Thumbnails</a></li>
<li><a href="components_page_header.html">Page header</a></li>
<li><a href="components_breadcrumbs.html">Breadcrumbs</a></li>
<li><a href="components_media.html">Media objects</a></li>
<li><a href="components_affix.html">Affix and Scrollspy</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-puzzle2"></i> <span>Content appearance</span></a>
<ul>
<li><a href="appearance_content_panels.html">Content panels</a></li>
<li><a href="appearance_panel_heading.html">Panel heading elements</a></li>
<li><a href="appearance_panel_footer.html">Panel footer elements</a></li>
<li><a href="appearance_draggable_panels.html">Draggable panels</a></li>
<li><a href="appearance_text_styling.html">Text styling</a></li>
<li><a href="appearance_typography.html">Typography</a></li>
<li><a href="appearance_helpers.html">Helper classes</a></li>
<li><a href="appearance_syntax_highlighter.html">Syntax highlighter</a></li>
<li><a href="appearance_content_grid.html">Grid system</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-gift"></i> <span>Extra components</span></a>
<ul>
<li><a href="extra_sliders_noui.html">NoUI sliders</a></li>
<li><a href="extra_sliders_ion.html">Ion range sliders</a></li>
<li><a href="extra_session_timeout.html">Session timeout</a></li>
<li><a href="extra_idle_timeout.html">Idle timeout</a></li>
<li><a href="extra_trees.html">Dynamic tree views</a></li>
<li><a href="extra_context_menu.html">Context menu</a></li>
<li><a href="extra_fab.html">Floating action buttons</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-spinner2 spinner"></i> <span>Animations</span></a>
<ul>
<li><a href="animations_css3.html">CSS3 animations</a></li>
<li>
<a href="#">Velocity animations</a>
<ul>
<li><a href="animations_velocity_basic.html">Basic usage</a></li>
<li><a href="animations_velocity_ui.html">UI pack effects</a></li>
<li><a href="animations_velocity_examples.html">Advanced examples</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#"><i class="icon-thumbs-up2"></i> <span>Icons</span></a>
<ul>
<li><a href="icons_glyphicons.html">Glyphicons</a></li>
<li><a href="icons_icomoon.html">Icomoon</a></li>
<li><a href="icons_fontawesome.html">Font awesome</a></li>
</ul>
</li>
<!-- /appearance -->
<!-- Layout -->
<li class="navigation-header"><span>Layout</span> <i class="icon-menu" title="Layout options"></i></li>
<li>
<a href="#"><i class="icon-indent-decrease2"></i> <span>Sidebars</span></a>
<ul>
<li><a href="sidebar_default_collapse.html">Default collapsible</a></li>
<li><a href="sidebar_default_hide.html">Default hideable</a></li>
<li><a href="sidebar_mini_collapse.html">Mini collapsible</a></li>
<li><a href="sidebar_mini_hide.html">Mini hideable</a></li>
<li>
<a href="#">Dual sidebar</a>
<ul>
<li><a href="sidebar_dual.html">Dual sidebar</a></li>
<li><a href="sidebar_dual_double_collapse.html">Dual double collapse</a></li>
<li><a href="sidebar_dual_double_hide.html">Dual double hide</a></li>
<li><a href="sidebar_dual_swap.html">Swap sidebars</a></li>
</ul>
</li>
<li>
<a href="#">Double sidebar</a>
<ul>
<li><a href="sidebar_double_collapse.html">Collapse main sidebar</a></li>
<li><a href="sidebar_double_hide.html">Hide main sidebar</a></li>
<li><a href="sidebar_double_fix_default.html">Fix default width</a></li>
<li><a href="sidebar_double_fix_mini.html">Fix mini width</a></li>
<li><a href="sidebar_double_visible.html">Opposite sidebar visible</a></li>
</ul>
</li>
<li>
<a href="#">Detached sidebar</a>
<ul>
<li><a href="sidebar_detached_left.html">Left position</a></li>
<li><a href="sidebar_detached_right.html">Right position</a></li>
<li><a href="sidebar_detached_sticky_custom.html">Sticky (custom scroll)</a></li>
<li><a href="sidebar_detached_sticky_native.html">Sticky (native scroll)</a></li>
<li><a href="sidebar_detached_separate.html">Separate categories</a></li>
</ul>
</li>
<li><a href="sidebar_hidden.html">Hidden sidebar</a></li>
<li><a href="sidebar_light.html">Light sidebar</a></li>
<li><a href="sidebar_components.html">Sidebar components</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-sort"></i> <span>Vertical navigation</span></a>
<ul>
<li><a href="navigation_vertical_collapsible.html">Collapsible menu</a></li>
<li><a href="navigation_vertical_accordion.html">Accordion menu</a></li>
<li><a href="navigation_vertical_sizing.html">Navigation sizing</a></li>
<li><a href="navigation_vertical_bordered.html">Bordered navigation</a></li>
<li><a href="navigation_vertical_right_icons.html">Right icons</a></li>
<li><a href="navigation_vertical_labels_badges.html">Labels and badges</a></li>
<li><a href="navigation_vertical_disabled.html">Disabled navigation links</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-transmission"></i> <span>Horizontal navigation</span></a>
<ul>
<li><a href="navigation_horizontal_click.html">Submenu on click</a></li>
<li><a href="navigation_horizontal_hover.html">Submenu on hover</a></li>
<li><a href="navigation_horizontal_elements.html">With custom elements</a></li>
<li><a href="navigation_horizontal_tabs.html">Tabbed navigation</a></li>
<li><a href="navigation_horizontal_disabled.html">Disabled navigation links</a></li>
<li><a href="navigation_horizontal_mega.html">Horizontal mega menu</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-menu3"></i> <span>Navbars</span></a>
<ul>
<li><a href="navbar_single.html">Single navbar</a></li>
<li>
<a href="#">Multiple navbars</a>
<ul>
<li><a href="navbar_multiple_navbar_navbar.html">Navbar + navbar</a></li>
<li><a href="navbar_multiple_navbar_header.html">Navbar + header</a></li>
<li><a href="navbar_multiple_header_navbar.html">Header + navbar</a></li>
<li><a href="navbar_multiple_top_bottom.html">Top + bottom</a></li>
</ul>
</li>
<li><a href="navbar_colors.html">Color options</a></li>
<li><a href="navbar_sizes.html">Sizing options</a></li>
<li><a href="navbar_hideable.html">Hide on scroll</a></li>
<li><a href="navbar_components.html">Navbar components</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-tree5"></i> <span>Menu levels</span></a>
<ul>
<li><a href="#"><i class="icon-IE"></i> Second level</a></li>
<li>
<a href="#"><i class="icon-firefox"></i> Second level with child</a>
<ul>
<li><a href="#"><i class="icon-android"></i> Third level</a></li>
<li>
<a href="#"><i class="icon-apple2"></i> Third level with child</a>
<ul>
<li><a href="#"><i class="icon-html5"></i> Fourth level</a></li>
<li><a href="#"><i class="icon-css3"></i> Fourth level</a></li>
</ul>
</li>
<li><a href="#"><i class="icon-windows"></i> Third level</a></li>
</ul>
</li>
<li><a href="#"><i class="icon-chrome"></i> Second level</a></li>
</ul>
</li>
<!-- /layout -->
<!-- Data visualization -->
<li class="navigation-header"><span>Data visualization</span> <i class="icon-menu" title="Data visualization"></i></li>
<li>
<a href="#"><i class="icon-graph"></i> <span>Echarts library</span></a>
<ul>
<li><a href="echarts_lines_areas.html">Lines and areas</a></li>
<li><a href="echarts_columns_waterfalls.html">Columns and waterfalls</a></li>
<li><a href="echarts_bars_tornados.html">Bars and tornados</a></li>
<li><a href="echarts_scatter.html">Scatter charts</a></li>
<li><a href="echarts_pies_donuts.html">Pies and donuts</a></li>
<li><a href="echarts_funnels_chords.html">Funnels and chords</a></li>
<li><a href="echarts_candlesticks_others.html">Candlesticks and others</a></li>
<li><a href="echarts_combinations.html">Chart combinations</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-statistics"></i> <span>D3 library</span></a>
<ul>
<li><a href="d3_lines_basic.html">Simple lines</a></li>
<li><a href="d3_lines_advanced.html">Advanced lines</a></li>
<li><a href="d3_bars_basic.html">Simple bars</a></li>
<li><a href="d3_bars_advanced.html">Advanced bars</a></li>
<li><a href="d3_pies.html">Pie charts</a></li>
<li><a href="d3_circle_diagrams.html">Circle diagrams</a></li>
<li><a href="d3_tree.html">Tree layout</a></li>
<li><a href="d3_other.html">Other charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stats-dots"></i> <span>Dimple library</span></a>
<ul>
<li>
<a href="#">Line charts</a>
<ul>
<li><a href="dimple_lines_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_lines_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Bar charts</a>
<ul>
<li><a href="dimple_bars_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_bars_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Area charts</a>
<ul>
<li><a href="dimple_area_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_area_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li>
<a href="#">Step charts</a>
<ul>
<li><a href="dimple_step_horizontal.html">Horizontal orientation</a></li>
<li><a href="dimple_step_vertical.html">Vertical orientation</a></li>
</ul>
</li>
<li><a href="dimple_pies.html">Pie charts</a></li>
<li><a href="dimple_rings.html">Ring charts</a></li>
<li><a href="dimple_scatter.html">Scatter charts</a></li>
<li><a href="dimple_bubble.html">Bubble charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-stats-bars"></i> <span>C3 library</span></a>
<ul>
<li><a href="c3_lines_areas.html">Lines and areas</a></li>
<li><a href="c3_bars_pies.html">Bars and pies</a></li>
<li><a href="c3_advanced.html">Advanced examples</a></li>
<li><a href="c3_axis.html">Chart axis</a></li>
<li><a href="c3_grid.html">Grid options</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-google"></i> <span>Google visualization</span></a>
<ul>
<li><a href="google_lines.html">Line charts</a></li>
<li><a href="google_bars.html">Bar charts</a></li>
<li><a href="google_pies.html">Pie charts</a></li>
<li><a href="google_scatter_bubble.html">Bubble & scatter charts</a></li>
<li><a href="google_other.html">Other charts</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-map5"></i> <span>Maps integration</span></a>
<ul>
<li>
<a href="#">Google maps</a>
<ul>
<li><a href="maps_google_basic.html">Basics</a></li>
<li><a href="maps_google_controls.html">Controls</a></li>
<li><a href="maps_google_markers.html">Markers</a></li>
<li><a href="maps_google_drawings.html">Map drawings</a></li>
<li><a href="maps_google_layers.html">Layers</a></li>
</ul>
</li>
<li><a href="maps_vector.html">Vector maps</a></li>
</ul>
</li>
<!-- /data visualization -->
<!-- Extensions -->
<li class="navigation-header"><span>Extensions</span> <i class="icon-menu" title="Extensions"></i></li>
<li>
<a href="#"><i class="icon-puzzle4"></i> <span>Extensions</span></a>
<ul>
<li><a href="extension_image_cropper.html">Image cropper</a></li>
<li><a href="extension_blockui.html">Block UI</a></li>
<li><a href="extension_dnd.html">Drag and drop</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-popout"></i> <span>JQuery UI</span></a>
<ul>
<li><a href="jqueryui_interactions.html">Interactions</a></li>
<li><a href="jqueryui_forms.html">Forms</a></li>
<li><a href="jqueryui_components.html">Components</a></li>
<li><a href="jqueryui_sliders.html">Sliders</a></li>
<li><a href="jqueryui_navigation.html">Navigation</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-upload"></i> <span>File uploaders</span></a>
<ul>
<li><a href="uploader_plupload.html">Plupload</a></li>
<li><a href="uploader_bootstrap.html">Bootstrap file uploader</a></li>
<li><a href="uploader_dropzone.html">Dropzone</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-calendar3"></i> <span>Event calendars</span></a>
<ul>
<li><a href="extension_fullcalendar_views.html">Basic views</a></li>
<li><a href="extension_fullcalendar_styling.html">Event styling</a></li>
<li><a href="extension_fullcalendar_formats.html">Language and time</a></li>
<li><a href="extension_fullcalendar_advanced.html">Advanced usage</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-sphere"></i> <span>Internationalization</span></a>
<ul>
<li><a href="internationalization_switch_direct.html">Direct translation</a></li>
<li><a href="internationalization_switch_query.html">Querystring parameter</a></li>
<li><a href="internationalization_on_init.html">Set language on init</a></li>
<li><a href="internationalization_after_init.html">Set language after init</a></li>
<li><a href="internationalization_fallback.html">Language fallback</a></li>
<li><a href="internationalization_callbacks.html">Callbacks</a></li>
</ul>
</li>
<!-- /extensions -->
<!-- Tables -->
<li class="navigation-header"><span>Tables</span> <i class="icon-menu" title="Tables"></i></li>
<li>
<a href="#"><i class="icon-table2"></i> <span>Basic tables</span></a>
<ul>
<li><a href="table_basic.html">Basic examples</a></li>
<li><a href="table_sizing.html">Table sizing</a></li>
<li class="active"><a href="table_borders.html">Table borders</a></li>
<li><a href="table_styling.html">Table styling</a></li>
<li><a href="table_elements.html">Table elements</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-grid7"></i> <span>Data tables</span></a>
<ul>
<li><a href="datatable_basic.html">Basic initialization</a></li>
<li><a href="datatable_styling.html">Basic styling</a></li>
<li><a href="datatable_advanced.html">Advanced examples</a></li>
<li><a href="datatable_sorting.html">Sorting options</a></li>
<li><a href="datatable_api.html">Using API</a></li>
<li><a href="datatable_data_sources.html">Data sources</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-alignment-unalign"></i> <span>Data tables extensions</span></a>
<ul>
<li><a href="datatable_extension_reorder.html">Columns reorder</a></li>
<li><a href="datatable_extension_row_reorder.html">Row reorder</a></li>
<li><a href="datatable_extension_fixed_columns.html">Fixed columns</a></li>
<li><a href="datatable_extension_fixed_header.html">Fixed header</a></li>
<li><a href="datatable_extension_autofill.html">Auto fill</a></li>
<li><a href="datatable_extension_key_table.html">Key table</a></li>
<li><a href="datatable_extension_scroller.html">Scroller</a></li>
<li><a href="datatable_extension_select.html">Select</a></li>
<li>
<a href="#">Buttons</a>
<ul>
<li><a href="datatable_extension_buttons_init.html">Initialization</a></li>
<li><a href="datatable_extension_buttons_flash.html">Flash buttons</a></li>
<li><a href="datatable_extension_buttons_print.html">Print buttons</a></li>
<li><a href="datatable_extension_buttons_html5.html">HTML5 buttons</a></li>
</ul>
</li>
<li><a href="datatable_extension_colvis.html">Columns visibility</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-file-spreadsheet"></i> <span>Handsontable</span></a>
<ul>
<li><a href="handsontable_basic.html">Basic configuration</a></li>
<li><a href="handsontable_advanced.html">Advanced setup</a></li>
<li><a href="handsontable_cols.html">Column features</a></li>
<li><a href="handsontable_cells.html">Cell features</a></li>
<li><a href="handsontable_types.html">Basic cell types</a></li>
<li><a href="handsontable_custom_checks.html">Custom & checkboxes</a></li>
<li><a href="handsontable_ac_password.html">Autocomplete & password</a></li>
<li><a href="handsontable_search.html">Search</a></li>
<li><a href="handsontable_context.html">Context menu</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-versions"></i> <span>Responsive options</span></a>
<ul>
<li><a href="table_responsive.html">Responsive basic tables</a></li>
<li><a href="datatable_responsive.html">Responsive data tables</a></li>
</ul>
</li>
<!-- /tables -->
<!-- Page kits -->
<li class="navigation-header"><span>Page kits</span> <i class="icon-menu" title="Page kits"></i></li>
<li>
<a href="#"><i class="icon-task"></i> <span>Task manager</span></a>
<ul>
<li><a href="task_manager_grid.html">Task grid</a></li>
<li><a href="task_manager_list.html">Task list</a></li>
<li><a href="task_manager_detailed.html">Task detailed</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-cash3"></i> <span>Invoicing</span></a>
<ul>
<li><a href="invoice_template.html">Invoice template</a></li>
<li><a href="invoice_grid.html">Invoice grid</a></li>
<li><a href="invoice_archive.html">Invoice archive</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-people"></i> <span>User pages</span></a>
<ul>
<li><a href="user_pages_cards.html">User cards</a></li>
<li><a href="user_pages_list.html">User list</a></li>
<li><a href="user_pages_profile.html">Simple profile</a></li>
<li><a href="user_pages_profile_cover.html">Profile with cover</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-user-plus"></i> <span>Login & registration</span></a>
<ul>
<li><a href="login_simple.html">Simple login</a></li>
<li><a href="login_advanced.html">More login info</a></li>
<li><a href="login_registration.html">Simple registration</a></li>
<li><a href="login_registration_advanced.html">More registration info</a></li>
<li><a href="login_unlock.html">Unlock user</a></li>
<li><a href="login_password_recover.html">Reset password</a></li>
<li><a href="login_hide_navbar.html">Hide navbar</a></li>
<li><a href="login_transparent.html">Transparent box</a></li>
<li><a href="login_background.html">Background option</a></li>
<li><a href="login_validation.html">With validation</a></li>
<li><a href="login_tabbed.html">Tabbed form</a></li>
<li><a href="login_modals.html">Inside modals</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-magazine"></i> <span>Timelines</span></a>
<ul>
<li><a href="timelines_left.html">Left timeline</a></li>
<li><a href="timelines_right.html">Right timeline</a></li>
<li><a href="timelines_center.html">Centered timeline</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-lifebuoy"></i> <span>Support</span></a>
<ul>
<li><a href="support_conversation_layouts.html">Conversation layouts</a></li>
<li><a href="support_conversation_options.html">Conversation options</a></li>
<li><a href="support_knowledgebase.html">Knowledgebase</a></li>
<li><a href="support_faq.html">FAQ page</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-search4"></i> <span>Search</span></a>
<ul>
<li><a href="search_basic.html">Basic search results</a></li>
<li><a href="search_users.html">User search results</a></li>
<li><a href="search_images.html">Image search results</a></li>
<li><a href="search_videos.html">Video search results</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-images2"></i> <span>Gallery</span></a>
<ul>
<li><a href="gallery_grid.html">Media grid</a></li>
<li><a href="gallery_titles.html">Media with titles</a></li>
<li><a href="gallery_description.html">Media with description</a></li>
<li><a href="gallery_library.html">Media library</a></li>
</ul>
</li>
<li>
<a href="#"><i class="icon-warning"></i> <span>Error pages</span></a>
<ul>
<li><a href="error_403.html">Error 403</a></li>
<li><a href="error_404.html">Error 404</a></li>
<li><a href="error_405.html">Error 405</a></li>
<li><a href="error_500.html">Error 500</a></li>
<li><a href="error_503.html">Error 503</a></li>
<li><a href="error_offline.html">Offline page</a></li>
</ul>
</li>
<!-- /page kits -->
</ul>
</div>
</div>
<!-- /main navigation -->
</div>
</div>
<!-- /main sidebar -->
<!-- Main content -->
<div class="content-wrapper">
<!-- Page header -->
<div class="page-header page-header-default">
<div class="page-header-content">
<div class="page-title">
<h4><i class="icon-arrow-left52 position-left"></i> <span class="text-semibold">Tables</span> - Borders</h4>
</div>
<div class="heading-elements">
<div class="heading-btn-group">
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-bars-alt text-primary"></i><span>Statistics</span></a>
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-calculator text-primary"></i> <span>Invoices</span></a>
<a href="#" class="btn btn-link btn-float has-text"><i class="icon-calendar5 text-primary"></i> <span>Schedule</span></a>
</div>
</div>
</div>
<div class="breadcrumb-line">
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-home2 position-left"></i> Home</a></li>
<li><a href="table_borders.html">Tables</a></li>
<li class="active">Borders</li>
</ul>
<ul class="breadcrumb-elements">
<li><a href="#"><i class="icon-comment-discussion position-left"></i> Support</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-gear position-left"></i>
Settings
<span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#"><i class="icon-user-lock"></i> Account security</a></li>
<li><a href="#"><i class="icon-statistics"></i> Analytics</a></li>
<li><a href="#"><i class="icon-accessibility"></i> Accessibility</a></li>
<li class="divider"></li>
<li><a href="#"><i class="icon-gear"></i> All settings</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /page header -->
<!-- Content area -->
<div class="content">
<!-- Border options title -->
<h6 class="content-group text-semibold">
Border options
<small class="display-block">Examples of <code><tbody></code> borders</small>
</h6>
<!-- /border options title -->
<!-- Horizontal borders -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Horizontal borders</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of <code>horizontal</code> table borders. This is a default table border style attached to <code>.table</code> class. All borders have the same grey color and style, table itself doesn't have a border, but you can add this border using <code>.table-framed</code> class added to the table with <code>.table</code> class.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /horizontal borders -->
<!-- Vertical borders -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Vertical borders</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of <code>vertical</code> table borders. This custom table border layout displays vertical borders only. However border between table <code>head</code> and table <code>body</code> is also visible for better visual separation. To use this layout add <code>.table-columned</code> class to the table with <code>.table</code> class.
</div>
<div class="table-responsive">
<table class="table table-columned">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /vertical borders -->
<!-- Both borders -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Both borders</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of a fully <code>bordered</code> table. Here we have both vertical and horizontal borders displayed. All borders have the same color, table <code>head</code> is visually divided from the table <code>body</code> with a bit darker border color. To use this layout add <code>.table-bordered</code> class to the table with <code>.table</code> class.
</div>
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /both borders -->
<!-- Borderless table -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Borderless table</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of <code>borderless</code> table. Here all border are hidden, except border between table <code>head</code> and table <code>body</code>, table <code>body</code> and table <code>footer</code>, this border is added to all table layouts and is always visible. To hide all borders from the table, add <code>.table-borderless</code> class to the table with <code>.table</code> class.
</div>
<div class="table-responsive">
<table class="table table-borderless">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /borderless table -->
<!-- Head borders title -->
<h6 class="content-group text-semibold">
Table head borders
<small class="display-block">Basic and custom <code><thead></code> row borders</small>
</h6>
<!-- /head borders title -->
<!-- Default thead border -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Default border</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of a default <code>thead</code> border. This border has 1px width and slightly darker color than other borders for better visual separation of table <code>head</code> and table <code>body</code>. Vertical cell borders in the table head always have the same color as borders in table body.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /default thead border -->
<!-- Solid thead border -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Solid border</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of a <code>solid</code>border inside table head. This border inherits all styling options from the default border style, the only difference is it has <code>2px</code> width. Sometimes it could be useful for visual separation and addition highlight. To use this border add <code>.border-solid</code> to the table head row.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr class="border-solid">
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /solid thead border -->
<!-- Double thead border -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Double border</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of a <code>double</code> border inside table head. This border has <code>3px</code> width, <code>double</code> style and inherits all styling options from the default border style. Visually it displays table <code>head</code> and <code>body</code> as 2 separated table areas. To use this border add <code>.border-double</code> to the table head row.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr class="border-double">
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /double thead border -->
<!-- Custom thead border color -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Border color</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of a table head border with <code>custom</code> color. According to the custom color system options, you can set any of predefined colors by adding <code>.border-bottom-*</code> class to the table head row. This technique works with all border styles demonstrated above. You can check all <a href="colors_primary.html">available colors here →</a>.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr class="border-bottom-danger">
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr class="border-top-info">
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr class="border-top-primary">
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr class="border-top-success">
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- custom thead border color -->
<!-- Body borders heading -->
<h6 class="content-group text-semibold">
Table body borders
<small class="display-block">Custom <code><tbody></code> border styling</small>
</h6>
<!-- /body borders heading -->
<!-- Default border styling -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Default border</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of default borders inside table body. Basic table body borders have the same <code>light grey</code> color, style and width. Since this is a default table body border styling, rows don't require any additional classes and work in default markup with <code>.table</code> classes added to the table.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /default border styling -->
<!-- Solid border styling -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Solid border</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of a <code>solid</code> borders inside table body. This border inherits all styling options from the default border style, the only difference is it has <code>2px</code> width. To use this border add <code>.border-solid</code> to the table <code>body</code> row. This border style works only with horizontal borders.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr class="border-solid">
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr class="border-solid">
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /solid border styling -->
<!-- Double border styling -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Double border</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of <code>double</code> borders inside table body. This has <code>3px</code> width and <code>double</code> style. Visually it separates rows and the table looks more like a list of rows. To use this border add <code>.border-double</code> to the table <code>body</code> row. This border style works only with horizontal borders.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr class="border-double">
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr>
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr class="border-double">
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr>
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /double border styling -->
<!-- Dashed border styling -->
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Dashed border</h5>
<div class="heading-elements">
<ul class="icons-list">
<li><a data-action="collapse"></a></li>
<li><a data-action="reload"></a></li>
<li><a data-action="close"></a></li>
</ul>
</div>
</div>
<div class="panel-body">
Example of <code>dashed</code> borders inside table body. This border perfectly fits when you need to highlight incomplete or extra rows. Dashed border style works only with horizontal borders and only in table body, it is mostly useless in table head. To use this border style add <code>.border-dashed</code> to the table <code>body</code> row.
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Eugene</td>
<td>Kopyov</td>
<td>@Kopyov</td>
</tr>
<tr class="border-dashed">
<td>2</td>
<td>Victoria</td>
<td>Baker</td>
<td>@Vicky</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Alexander</td>
<td>@Alex</td>
</tr>
<tr class="border-dashed">
<td>4</td>
<td>Franklin</td>
<td>Morrison</td>
<td>@Frank</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /dashed border styling -->
<!-- Footer -->
<div class="footer text-muted">
© 2015. <a href="#">Limitless Web App Kit</a> by <a href="http://themeforest.net/user/Kopyov" target="_blank">Eugene Kopyov</a>
</div>
<!-- /footer -->
</div>
<!-- /content area -->
</div>
<!-- /main content -->
</div>
<!-- /page content -->
</div>
<!-- /page container -->
</body>
</html>
| app-bunsin/app_personal | application/Resource/table_borders.html | HTML | mit | 70,452 |
<html><img border=0 src=599-64-4.txt alt=599-64-4.txt></img><body>
"x"
"1" "JAPAN CHEMICAL INDUSTRY ECOLOGY- TOXICOLOGY AND INFORMATION CENTER,JAPAN, MUTAGENICITY TEST DATA OF EXISTING CHEMICAL SUBSTANCES BASED ON THETOXICITY INVESTIGATION OF THE INDUSTRIAL SAFETY AN __ D HEALTH LAW,1996"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 599-64-4.txt.html | HTML | mit | 314 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Sun Dec 11 02:01:59 EET 2011 -->
<TITLE>
Uses of Class edu.cmu.cs.stage3.alice.authoringtool.util.ElementPopupUtilities.SortGroupAlphabeticallyRunnable
</TITLE>
<META NAME="date" CONTENT="2011-12-11">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class edu.cmu.cs.stage3.alice.authoringtool.util.ElementPopupUtilities.SortGroupAlphabeticallyRunnable";
}
}
</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="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/util/ElementPopupUtilities.SortGroupAlphabeticallyRunnable.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.util"><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>
</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?edu/cmu/cs/stage3/alice/authoringtool/util//class-useElementPopupUtilities.SortGroupAlphabeticallyRunnable.html" target="_top"><B>FRAMES</B></A>
<A HREF="ElementPopupUtilities.SortGroupAlphabeticallyRunnable.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>edu.cmu.cs.stage3.alice.authoringtool.util.ElementPopupUtilities.SortGroupAlphabeticallyRunnable</B></H2>
</CENTER>
No usage of edu.cmu.cs.stage3.alice.authoringtool.util.ElementPopupUtilities.SortGroupAlphabeticallyRunnable
<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="../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/util/ElementPopupUtilities.SortGroupAlphabeticallyRunnable.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.util"><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>
</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?edu/cmu/cs/stage3/alice/authoringtool/util//class-useElementPopupUtilities.SortGroupAlphabeticallyRunnable.html" target="_top"><B>FRAMES</B></A>
<A HREF="ElementPopupUtilities.SortGroupAlphabeticallyRunnable.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>
</BODY>
</HTML>
| ai-ku/langvis | doc/edu/cmu/cs/stage3/alice/authoringtool/util/class-use/ElementPopupUtilities.SortGroupAlphabeticallyRunnable.html | HTML | mit | 6,657 |
<!DOCTYPE html>
<html>
<head>
<title>Aspose.Cells Java for Eclipse (Maven) - Release Notes</title>
</head>
<body>
<b>Aspose.Cells Java for Eclipse (Maven) - v1.0.0</b>
<p> This is new Plugin for Eclipse IDE by <a href="http://aspose.com">Aspose</a>. The Plugin intended for developers using Maven platform for Java developments and want to use <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> in their projects.</p>
<p><b>NOTE:</b> <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> is Java API developed by <a href="http://aspose.com">Aspose</a> that offers easy Microsoft Excel spreadsheets creation and manipulation right from within Java Projects. For the API detailed features list check the <a href="http://goo.gl/gtvhlQ">link</a>.
</p><p> The plugin provides following features to work with <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> API within <b>Eclipse IDE</b> comfortably:
</p><ul><li><b>Aspose.Cells Maven Project</b><br><ul><li>By using this wizard plugin creates Maven project for using <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> from <b>New -> Project -> Maven-> Aspose.Cells Maven Project</b></li><li>The wizard will also give option for downloading latest available Code Examples for using the API.</li></ul></li>
<li><b>Aspose.Cells Code Example</b><ul><li>By using this wizard plugin lets you copy the downloaded Code Examples into your project for using <a href="http://goo.gl/gtvhlQ">Aspose.Cells for Java</a> from <b>New -> Other -> Java -> Aspose.Cells Code Example</b></li><li>The wizard will also look for and updates for newly available Code Examples from <a href="https://goo.gl/uxznrb">Aspose.Cells for Java examples repository.</a></li></ul></li>
<li><b>Other Features</b><ul><li>Supports latest <b>Eclipse Mars.1 (4.5.1)</b> version</li><li>Compatible with <b>Mac</b>, <b>Linux Flavors</b> and <b>Windows</b></li><li>Native IDE user experience</li><li>Open Source</li></ul></li></ul>
</body>
</html> | fahadadeel/Aspose.Cells-for-Java | Plugins/Aspose-Cells-Java-for-Eclipse(Maven)/Release Notes.html | HTML | mit | 1,973 |
{% extends "layout.html" %}
{% block hero %}
<div class="hero-text">
<h1>Lodging fit for a captain</h1>
<p>The Next Generation of vacation rentals.</p>
</div>
{% endblock %}
{% block content %}
<div class="container">
<div class="row">
{% for prop in vacation_properties %}
<div class="col-md-4">
<a href="{{ url_for('new_reservation', property_id=prop.id) }}" class="property">
<img src="{{ prop.image_url }}" alt="Vacation Property"/>
<h2>{{ prop.description }}"</h2>
</a>
</div>
{% endfor %}
</div>
</div>
{% endblock %} | TwilioDevEd/airtng-flask | airtng_flask/templates/properties.html | HTML | mit | 634 |
<form class="form-horizontal">
<div class="row">
<div class="col-sm-12">
<div class="input-group" *ngFor="let extend of extends; let i = index">
<input
type="text"
id="extend-key"
class="form-control"
placeholder="key"
[(ngModel)]="extend.name"
[ngModelOptions]="{ standalone: true }"
(ngModelChange)="emitExtendData()"
/>
<input
type="text"
id="extend-value"
class="form-control"
placeholder="value"
[(ngModel)]="extend.value"
[ngModelOptions]="{ standalone: true }"
(ngModelChange)="emitExtendData()"
/>
<div class="input-group-append">
<button class="btn btn-default" (click)="delExtendItem(i)">
<ion-icon class="icon" name="trash"></ion-icon>
</button>
</div>
</div>
<button
type="button"
class="btn btn-default btn-sm btn-block btn-with-icon"
(click)="addExtendItem()"
>
<ion-icon class="icon" name="add"></ion-icon>
<span>增加扩展</span>
</button>
</div>
</div>
</form> | surmon-china/angular-admin | src/app/pages/article/components/edit/components/extend/extend.component.html | HTML | mit | 1,185 |
{% extends "layout.html" %}
{% block title %}Despre{% endblock %}
{% block navbar %}
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Statistici examene</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/">Acasă</a></li>
<li class="active"><a href="/despre">Despre</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Orașe <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">București</a></li>
<li><a href="#">Vâlcea</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
{% endblock %}
{% block content %}
<div class="jumbotron">
<h1>Despre.</h1>
</div>
{% endblock %}
| palcu/examstats | app/templates/despre.html | HTML | mit | 1,436 |
<!--
Base for io-value input elements
@element io-base-editable
@extends io-base
@homepage https://github.com/arodic/io-value
@demo http://akirodic.com/components/io-value/demo.html
@blurb Base for generic io-value input elements
@status alpha
-->
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="_io-base.html">
<polymer-element name="io-base-editable" extends="io-base">
<script>
Polymer({
publish: {
/**
* Immediate value to be updated on each key stroke.
*
* @attribute immediateValue
* @type any
* @default null
*/
immediateValue: null,
/**
* Determines if value is updated from immediateValue on each key stroke
*
* @attribute updateImmediate
* @type boolean
* @default false
*/
updateImmediate: false,
/**
* Determines if the input can be clicked.
* If enabled, the input requires double-click to focus.
*
* @attribute clickmasked
* @type boolean
* @default false
*/
clickmasked: {value: false, reflect: true},
/**
* Specifies a short hint that describes the expected value of an input field
*
* @attribute placeholder
* @type string
* @default ''
*/
placeholder: '',
},
focused: false,
eventDelegates: {
'focus': 'focusAction',
'blur': 'blurAction',
'dblclick': 'dblclickAction',
'contextmenu': 'dblclickAction',
'mousedown': 'mousedownAction'
},
mousedownAction: function(event) {
// prevent focus but let currently focused blur
if (this.clickmasked && !this.focused) {
event.preventDefault();
document.activeElement.blur();
}
},
focusAction: function(event) {
event.stopPropagation();
if (event.path[0] == this.$.value) {
this.focused = true;
}
},
blurAction: function(event) {
event.stopPropagation();
var selection = window.getSelection();
selection.removeAllRanges();
this.focused = false;
if (this.clickmasked) this.disabledChanged();
if (event.path[0] == this.$.value) {
if (this.value !== this.immediateValue) {
this.setValue(this.immediateValue);
}
// If content of the value is overflowing the container,
// make sure the scroll resets at blur.
this.$.value.scrollLeft = 0
}
this.immediateValueChanged();
},
dblclickAction: function(event) {
if (this.clickmasked) {
event.preventDefault();
this.$.value.setAttribute('tabindex', 0);
this.$.value.setAttribute('contenteditable', '');
this.$.value.focus();
}
},
placeholderChanged: function() {
if (this.placeholder) {
this.setAttribute('aria-label', this.placeholder);
} else {
this.removeAttribute('aria-label');
}
},
clickmaskedChanged: function() {
this.disabledChanged();
}
});
</script>
</polymer-element> | drewe/io-bundle | _io-base-editable.html | HTML | mit | 3,260 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<title>LPM: Lagrangian Particle Methods: Data Fields - Functions/Subroutines</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>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">LPM: Lagrangian Particle Methods
 <span id="projectnumber">2.0</span>
</div>
<div id="projectbrief">PDE solver</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Types List</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Types List</span></a></li>
<li><a href="classes.html"><span>Data Types</span></a></li>
<li class="current"><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions/Subroutines</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li class="current"><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_q.html#index_q"><span>q</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_w.html#index_w"><span>w</span></a></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><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Modules</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</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="contents">
 
<h3><a class="anchor" id="index_c"></a>- c -</h3><ul>
<li>ccwadjacentfaces()
: <a class="el" href="group___poly_mesh2d.html#gafea011e46aebdf0fe0d921c625d66ee5">polymesh2dmodule</a>
</li>
<li>ccwedgesaroundface()
: <a class="el" href="group___poly_mesh2d.html#ga1117b877c1ee6f1d5f023adafdd9c4fc">polymesh2dmodule</a>
</li>
<li>ccwfacesaroundvertex()
: <a class="el" href="group___poly_mesh2d.html#gabfb6f53d3285a8e759173d4fc29f20d7">polymesh2dmodule</a>
</li>
<li>ccwverticesaroundface()
: <a class="el" href="group___poly_mesh2d.html#gaec4398a712feb200a284a04c7da490ed">polymesh2dmodule</a>
</li>
<li>chorddistance()
: <a class="el" href="group___sphere_geom.html#ga842d3856281acd8492c9b00a4804f67b">spheregeommodule</a>
</li>
<li>copyprivate()
: <a class="el" href="group___beta_plane.html#gaabc280102971514bee5e54008a9ee46b">betaplanemeshmodule::copy</a>
, <a class="el" href="group___beta_plane.html#ga15d526c6a666f9d3c940f378ae02a4cb">betaplanemeshmodule</a>
, <a class="el" href="group___edges.html#ga786d44dc7bc790f6e766896aa8f21e0f">edgesmodule::copy</a>
, <a class="el" href="group___edges.html#ga7c6bf54d42330afdcc34f50049fe1bc9">edgesmodule</a>
, <a class="el" href="group___faces.html#ga728473dba61e9eeb0a9bdf25d1a4ecd2">facesmodule::copy</a>
, <a class="el" href="group___faces.html#ga9aa882a09e26abf1c79372112d3a7dd9">facesmodule</a>
, <a class="el" href="group___field.html#gaab88b0f93336d4019bc714a5702d6df1">fieldmodule::copy</a>
, <a class="el" href="group___field.html#ga3b7083f244350655be6a2c39bccb3731">fieldmodule</a>
, <a class="el" href="group___m_p_i_setup.html#ga28a33a2a6466becd2b6c7df25f66c1e9">mpisetupmodule::copy</a>
, <a class="el" href="group___m_p_i_setup.html#gaf07a597271a9176fa438e9f824bd8b58">mpisetupmodule</a>
, <a class="el" href="group___particles.html#ga2004160afe6348fa69f38518b9d8e123">particlesmodule::copy</a>
, <a class="el" href="group___particles.html#ga684359560f08bbd8dfe57387466de865">particlesmodule</a>
, <a class="el" href="group___planar_incompressible.html#gaa85e36d1a7d0f3c987344a3248eacb76">planarincompressiblemodule::copy</a>
, <a class="el" href="group___planar_incompressible.html#ga28e0e36c3058cbc7bd1e5ac404a4863f">planarincompressiblemodule</a>
, <a class="el" href="group___planar_s_w_e.html#ga85bb437983286bc0be97de1d72f2485f">planarswemodule::copy</a>
, <a class="el" href="group___planar_s_w_e.html#gaadddaf207a3b781a73ecdfc7c44fec18">planarswemodule</a>
, <a class="el" href="group___poly_mesh2d.html#ga845afc9763e7278d1beb1aa44e8a5ffe">polymesh2dmodule::copy</a>
, <a class="el" href="group___poly_mesh2d.html#gaf268fe9ab3e99fedeaa31570ce9817f3">polymesh2dmodule</a>
, <a class="el" href="group___sphere_b_v_e.html#ga6386cf08deae15509fc7d07791ddd6bb">spherebvemodule::copy</a>
, <a class="el" href="group___sphere_b_v_e.html#ga525a2022d6658658bd49ca8ec5373ad1">spherebvemodule</a>
, <a class="el" href="interfacesphereswemodule_1_1copy.html#ac77c44c211ec74554f17dd1d4a2c174d">sphereswemodule::copy</a>
, <a class="el" href="classsphereswemodule.html#a9fa5dfd1979a33786105d153ac9117dd">sphereswemodule</a>
</li>
<li>countparentedges()
: <a class="el" href="group___edges.html#ga69c0df879a4a5ab1279b0186b990e5a2">edgesmodule</a>
, <a class="el" href="group___edges.html#ga09cfd4e20e67ab15b4b0902e93acc67c">edgesmodule::countparents</a>
</li>
<li>countparentfaces()
: <a class="el" href="group___faces.html#gaafbf1637eda1297e07295e04e9eef6d9">facesmodule</a>
, <a class="el" href="group___faces.html#ga6ee0d505abf81d13a2949cf0bcab6348">facesmodule::countparents</a>
</li>
<li>crossmagnitude()
: <a class="el" href="group___sphere_geom.html#ga083ba411ea033ab8bbc0b9add0e2b815">spheregeommodule</a>
</li>
<li>crossproduct()
: <a class="el" href="group___sphere_geom.html#gae761eafa99d3fb63198828714880743d">spheregeommodule</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Jan 12 2016 10:09:31 for LPM: Lagrangian Particle Methods by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
| pbosler/lpm-v2 | doc/html/functions_func_c.html | HTML | mit | 10,702 |
{% extends "admin_base.html" %}
{% block content %}
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-lg-10">
<h2>申请加入列表</h2>
<ol class="breadcrumb">
<li>
<a href="/admin">首页</a>
</li>
<li class="active">
<strong>申请加入列表</strong>
</li>
</ol>
</div>
</div>
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-content" id="search-params">
<div class="form-group">
<label class="col-xs-4 col-sm-2 control-label">审核状态</label>
<div class="col-xs-8 col-sm-10">
<label class="radio-inline i-checks">
<input type="radio" name="review_status" value="1" checked> 待审核
</label>
<label class="checkbox-inline i-checks">
<input type="radio" name="review_status" value="2"> 已审核
</label>
<label class="checkbox-inline i-checks">
<input type="radio" name="review_status" value=""> 全部
</label>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-content">
<div class="jqGrid_wrapper">
<table id="jqgrid-table"></table>
<div id="jqgrid-pager"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block script %}
<!-- jqGrid -->
<script src="/static/in/js/plugins/jqGrid/i18n/grid.locale-cn.js"></script>
<script src="/static/in/js/plugins/jqGrid/jquery.jqGrid.min.js"></script>
<!-- iCheck -->
<script src="/static/in/js/plugins/iCheck/icheck.min.js"></script>
<script>
$(function () {
$('.i-checks').iCheck({
checkboxClass: 'icheckbox_square-green',
radioClass: 'iradio_square-green',
});
});
</script>
<script>
var review_status = {{config.app.review_status|dump|safe}};
$(function () {
$("#jqgrid-table").jqGrid({
url:'/admin/company_apply',
editurl:'/admin/company_apply_edit',
postData:{ review_status:$('[name=review_status]:checked').val()},
mtype:'post',
datatype: 'json',
autowidth: true,
height: '100%',
rowNum: 20,
rowList: [10, 20, 30],
colNames:['#','公司名称', '社会信用代码', '申请时间','审核状态','最近审核时间','操作'],
colModel:[
{name:'id', width:50, sortable:false},
{name:'name', width:150},
{name:'uscc', width:120},
{name:'create_time', width:120, formatter:'date', formatoptions: { srcformat:'u', newformat:'Y-m-d H:i:s'}},
{name:'review_status', width:80, formatter: function(cell, opt, row){ return review_status[cell] || cell; }},
{name:'update_time', width:120, formatter:'date', formatoptions: { srcformat:'u', newformat:'Y-m-d H:i:s'}},
{name:'id', width: 100, sortable: false, formatter: function(cell, opt, row){
return ''
+ ' <a class="btn btn-primary btn-outline btn-xs" href="/admin/company_apply_edit?id='+cell+'" >复核</a>';
}}
],
pager: "#jqgrid-pager",
viewrecords: true,
multiselect: true
});
// Setup buttons
$("#jqgrid-table").jqGrid('navGrid', '#jqgrid-pager',
{edit: false, add: false, del: true, search: true},
{height: 200, reloadAfterSubmit: true}
);
// Add responsive to jqGrid
$(window).bind('resize', function () {
var width = $('.jqGrid_wrapper').width();
$('#jqgrid-table').setGridWidth(width);
});
setTimeout(function(){
$('.wrapper-content').removeClass('animated fadeInRight');
},700);
$('#search-params .i-checks input[type=radio]').on('ifChecked', function(e){
var $target = $(e.currentTarget);
var val = $target.val(),
name = $target.attr('name');
var jqgrid = $('#jqgrid-table');
var postData = jqgrid.jqGrid('getGridParam', 'postData');
$.extend(postData, { [name]: val });
jqgrid.jqGrid('setGridParam', { search: true }).trigger('reloadGrid', [{ page: 1}]);
});
});
</script>
{% endblock %}
{% block css %}
<link href="/static/in/css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css" rel="stylesheet">
<link href="/static/in/css/plugins/jqGrid/ui.jqgrid.css" rel="stylesheet">
<link href="/static/in/css/plugins/iCheck/custom.css" rel="stylesheet">
{% endblock %}
| lumin824/tax | view/admin_company_apply.html | HTML | mit | 5,242 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ails: 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 / ails - 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>
ails
<small>
8.8.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-06 01:30:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-06 01:30:14 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.0 Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ails"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AILS"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: ails" "keyword: aircraft" "keyword: trajectory" "keyword: conflict" "keyword: collision" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" "date: 2002" ]
authors: [ "Olivier Desmettre" ]
bug-reports: "https://github.com/coq-contribs/ails/issues"
dev-repo: "git+https://github.com/coq-contribs/ails.git"
synopsis: "Proof of AILS algorithm"
description: """
An aircraft trajectory modeling and analysis using the AILS
algorithm (Airborne Information for Lateral Spacing) to warn
against possible collisions."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ails/archive/v8.8.0.tar.gz"
checksum: "md5=40237efb5d539f1ce89be6b97f0becf3"
}
</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-ails.8.8.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-ails -> 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-ails.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.09.0-2.0.5/released/8.11.0/ails/8.8.0.html | HTML | mit | 6,985 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>flocq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.0 / flocq - 4.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
flocq
<small>
4.0.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-16 15:00:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-16 15:00:10 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.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: "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: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.12"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"logpath:Flocq"
"date:2021-11-05"
]
authors: [
"Sylvie Boldo <sylvie.boldo@inria.fr>"
"Guillaume Melquiond <guillaume.melquiond@inria.fr>"
]
synopsis: "A formalization of floating-point arithmetic for the Coq system"
url {
src: "https://flocq.gitlabpages.inria.fr/releases/flocq-4.0.0.tar.gz"
checksum: "sha512=fa58ea6d735cdb0b65dd7cd11daaebc3172145626d8e0accabddaf336c486f8e54b4af246aabb0c1731ebb8fe0d37c9e7a3892128b9aa3e744f93af48f923f05"
}
</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.4.0.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-flocq -> 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-flocq.4.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.07.1-2.0.6/released/8.11.0/flocq/4.0.0.html | HTML | mit | 6,793 |
<div class="commune_descr limited">
<p>
Quincieu est
un village
situé dans le département de l'Isère en Rhône-Alpes. On dénombrait 71 habitants en 2008.</p>
<p>À coté de Quincieu sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/saint-michel-de-saint-geoirs_38427/">Saint-Michel-de-Saint-Geoirs</a> située à 4 km, 322 habitants,
<a href="{{VLROOT}}/immobilier/chasselay_38086/">Chasselay</a> située à 4 km, 411 habitants,
<a href="{{VLROOT}}/immobilier/saint-paul-dizeaux_38437/">Saint-Paul-d'Izeaux</a> à 5 km, 317 habitants,
<a href="{{VLROOT}}/immobilier/serre-nerpol_38275/">Serre-Nerpol</a> à 2 km, 291 habitants,
<a href="{{VLROOT}}/immobilier/plan_38308/">Plan</a> localisée à 4 km, 221 habitants,
<a href="{{VLROOT}}/immobilier/brion_38060/">Brion</a> située à 4 km, 129 habitants,
entre autres. De plus, Quincieu est située à seulement 28 km de <a href="{{VLROOT}}/immobilier/grenoble_38185/">Grenoble</a>.</p>
<p>Si vous envisagez de emmenager à Quincieu, vous pourrez facilement trouver une maison à acheter. </p>
<p>Le parc d'habitations, à Quincieu, se décomposait en 2011 en deux appartements et 45 maisons soit
un marché plutôt équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/38330.html | HTML | mit | 1,279 |
<html>
<head>
<title>OGRE: OgreGLSLESCgProgram.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="dir_a0ea8adf8f427753e49fe0a68c42bef4.html">RenderSystems</a> » <a class="el" href="dir_c6efccb90ec58f5a21bb8e9ee1ea4007.html">GLES2</a> » <a class="el" href="dir_bf8e30cdc83025efb7a0cba082f597d8.html">src</a> » <a class="el" href="dir_0ba04cf2f267eda330f216a5e2db8731.html">GLSLES</a> » <a class="el" href="dir_e57461b7b5c754c17fef6e5c876ea35b.html">include</a>
</div>
</div>
<div class="contents">
<h1>OgreGLSLESCgProgram.h File Reference</h1><code>#include "<a class="el" href="OgreGLSLESProgram_8h_source.html">OgreGLSLESProgram.h</a>"</code><br/>
<code>#include "<a class="el" href="OgreStringVector_8h_source.html">OgreStringVector.h</a>"</code><br/>
<p><a href="OgreGLSLESCgProgram_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1GLSLESCgProgram.html">Ogre::GLSLESCgProgram</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Specialisation of <a class="el" href="classOgre_1_1HighLevelGpuProgram.html" title="Abstract base class representing a high-level program (a vertex or fragment program)...">HighLevelGpuProgram</a> to provide support for CG. <a href="classOgre_1_1GLSLESCgProgram.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1GLSLESCgProgram_1_1CmdProfiles.html">Ogre::GLSLESCgProgram::CmdProfiles</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Command object for setting profiles. <a href="classOgre_1_1GLSLESCgProgram_1_1CmdProfiles.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1GLSLESCgProgram_1_1CmdEntryPoint.html">Ogre::GLSLESCgProgram::CmdEntryPoint</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Command object for setting entry point. <a href="classOgre_1_1GLSLESCgProgram_1_1CmdEntryPoint.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceOgre.html">Ogre</a></td></tr>
<p><tr><td class="mdescLeft"> </td><td class="mdescRight"><p>----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see <a href="http://www.ogre3d.org/">http://www.ogre3d.org/</a> </p>
<br/></td></tr>
</p>
</table>
</div>
<hr>
<p>
Copyright © 2012 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Sun Sep 2 08:16:12 2012
</p>
</body>
</html>
| lennonchan/OgreSource | Docs/api/html/OgreGLSLESCgProgram_8h.html | HTML | mit | 5,422 |
<!DOCTYPE html>
<html lang="en">
Liquid syntax error: Unknown tag 'feed_meta'
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Hello_World()</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">/Home</a>
</li>
<li>
<a href="/about/">/Mohammed Ali Ashour</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Post Header -->
<header class="intro-header" style="background-image: url('/img/python-args.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>*args and **kwargs in python functions</h1>
<span class="meta">Posted by Hello_World() on June 18, 2016</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h2 id="and-args">* and *args</h2>
<p>let’s start with that simple function</p>
<div>
<pre><code class="python">def sum_3(a, b, c):
print(a+b+c)</code></pre>
</div>
<div>
<pre><code class="python">sum_3(1,2,3)</code></pre>
</div>
<p>we get </p>
<div>
<pre><code class="python">6</code></pre>
</div>
<p>but if we use this function with 2 args</p>
<div>
<pre><code class="python">sum_3(1,2) # too little args</code></pre>
</div>
<p>we get an error for the missing argument </p>
<div>
<pre><code class="python">TypeError Traceback (most recent call last)
<ipython-input-2-bc6e0dc1ceb4> in <module>()
----> 1 sum_3(1,2) # too little args
TypeError: sum_3() missing 1 required positional argument: 'c'</code></pre>
</div>
<p>and here with 4 argument </p>
<div>
<pre><code class="python">sum_3(1,2,3,4) # too many args</code></pre>
</div>
<p>we get an error for the argument issue</p>
<div>
<pre><code class="python">TypeError Traceback (most recent call last)
<ipython-input-3-6ed3f114fc0b> in <module>()
----> 1 sum_3(1,2,3,4) # too many args
TypeError: sum_3() takes 3 positional arguments but 4 were given</code></pre>
</div>
<p>So, What is the deal when we want to make a function accepts any number
of argument without complaining ?
in this issue, pthon got the astric magic argument
let’s see what it can really do</p>
<div>
<pre><code class="python">def sum_any(*args):
sum = 0
for i in args :
sum += i
print(sum)</code></pre>
</div>
<p>let’s play with our new baby function and it’s magic argument</p>
<div>
<pre><code class="python">#accepts any num of args
sum_any(1)
sum_any(1,2,3)
sum_any(1,2,3,4,5,6)
sum_any(*[1,2,3,4,5,6]) # sum_any(1,2,3,4,5,6)
sum_any(*(1,2,3,4,5,6))</code></pre>
</div>
<p>the result :</p>
<div>
<pre><code class="python">1
6
21
21
21</code></pre>
</div>
<p>so it seems that we have alot of magic here, the astrik argument
makes our function accept any number of argument and take them all
in a tuple so we can deal with any of them </p>
<p>beside that we had some other shapes of passing those parameters like
sum_any(<em>[1,2,3,4,5,6]) that is equivalent to sum_any(1, 2, 3, 4, 5, 6)
and
sum_any(</em>(1,2,3,4,5,6)) is equivalent to sum_ny(1, 2, 3, 4, 5, 6)
that is what we call unpacking
we also can use the unpacking methode in the ordinary functions , but
we should take care of the number of the elements in the list we pass</p>
<div>
<pre><code class="python">num_3 = [1, 2, 3]
num_4 = num_3+ [4]
sum_3(*num_3) # sum_3(1,2,3)
sum_3(*num_4)</code></pre>
</div>
<p>the result :</p>
<div>
<pre><code class="python">6
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-7-67a4778bddc3> in <module>()
2 num_4 = num_3+ [4]
3 sum_3(*num_3) # sum_3(1,2,3)
----> 4 sum_3(*num_4)
TypeError: sum_3() takes 3 positional arguments but 4 were given</code></pre>
</div>
<p>we also can make a function takes ordinary and astrik argument ,
but we must make our ordinary argument the first one, because the
astrik argument takes all the arguments that comes after and if we
put it in the first place it will take all the argument and always
we will have a missing argument that have no data left
lets have an example</p>
<div>
<pre><code class="python">def new_print(a, *args):
for i in args:
print(i)
print("a = {0}".format(a))
new_print(1, 2,3, [5,4], "five")</code></pre>
</div>
<p>the result</p>
<div>
<pre><code class="python">2
3
[5, 4]
five
a = 1</code></pre>
</div>
<h2 id="and-kwargs">** and **kwargs</h2>
<p>the keyword argument (**kwargs) works like the single astrik one
except that it needs a key and value for each argument </p>
<div>
<pre><code class="python">def try_kwargs( **kwargs):
if 'one' in kwargs:
print('hey we got ' + str(kwargs['one']))
for key, value in kwargs.items() :
print("key : {0} value : {1}".format(key, value))
try_kwargs(one=1, two=2)</code></pre>
</div>
<p>the result : </p>
<div>
<pre><code class="python">hey we got 1
key : one value : 1
key : two value : 2</code></pre>
</div>
<p>we can use both of them in one function !</p>
<div>
<pre><code class="python">def try_args_kwargs(*args, **kwargs):
for i in args :
print (i)
for key, value in kwargs.items() :
print("key : {0} value : {1}".format(key, value))
try_args_kwargs(5, 7, 9, one=1, two=2)</code></pre>
</div>
<p>the result : </p>
<div>
<pre><code class="python">5
7
9
key : one value : 1
key : two value : 2</code></pre>
</div>
<p>Note:</p>
<div>
<pre><code class="python">ls = [1,2,3]
x, y, z = ls
print(x)
print(y)
print(z)
a, *rest = ls
print(a)
print(rest)
*rest, b = ls
print(b)
print(rest)</code></pre>
</div>
<p>the result : </p>
<div>
<pre><code class="python">1
2
3
1
[2, 3]
3
[1, 2]</code></pre>
</div>
<hr>
<ul class="pager">
<li class="next">
<a href="/2017/04/13/linear-regression-from-scratch.markdown/" data-toggle="tooltip" data-placement="top" title="Linear Regression From Scratch.markdown">Next Post →</a>
</li>
</ul>
</div>
</div>
</div>
</article>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="/feed.xml">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/Mohammed-Ashour">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:m.aly.ashour@gmail.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCMWoyK_xNL4Ubbhoiwylhxg">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/malyashour">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/js/jquery.min.js "></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js "></script>
<!-- Custom Theme JavaScript -->
<script src="/js/clean-blog.min.js "></script>
</body>
</html>
| Mohammed-Ashour/Mohammed-Ashour.github.io | serve/python/functions/args/2016/06/18/args-kwargs-python/index.html | HTML | mit | 10,356 |
<html>
<head>
<script type="text/javascript" src="src/draganddrop.js">
</script>
</head>
<body>
<div id='page-mod-chat-report'>
<h1>Questionari del cavall </h1>
<div class='generalbox'>
<h2>És l'enunciat del cavall</h2>
<table border=1>
<tr>
<td heigth=100>
<!--div id="DiVSumergir" style="height:70px;cursor:move;" draggable="true" ondragstart="drag(event)">sumergir los tallos en agua</div-->
<div id="enunciat1_0" draggable="true" ondragstart="drag(event)">Color</div>
</td>
</tr>
<tr>
<td>
<div>valerse de paciencia y esfuerzo</driv>
</td>
</tr>
</table>
<table border="1">
<tr border="1">
<td>Primer enunciat</td>
<td width=350>
<div id="DivDos" style="height:70px;" draggable="true" ondrop="drop(event)" ondragover="allowDrop(event)" ></div>
</td>
</tr>
<tr>
<td>Segon enunciat </td>
<td> </td>
</tr>
</table>
<!--p>Drag the W3Schools image into the rectangle:</p>
<div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)"></div>
<br>
<img id="drag1" src="http://www.w3schools.com/html/img_logo.gif" draggable="true" ondragstart="drag(event)" width="336" height="69">
<table width=100%>
<tr>
<td>
<div align="left">
<input type='image' src='img/fletxaes.gif' />
</div>
</td>
<td>
<div align="right">
<input type='image' src='img/fletxadre.gif' />
</div>
</td>
</tr>
</table>
</div>
</div-->
</body>
</html>
| fercavi/jsquest | test.html | HTML | mit | 1,739 |
<Title:>
Forbidden
<Body:>
<h1>403</h1>
<p>Looks like you don't have permission to access <b>{{$render.url}}</b>.
<p>Try heading back to the <a href="/">home page</a>.
| ile/d-passport-example | views/403.html | HTML | mit | 177 |
<!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_01) on Wed Jun 27 20:19:28 EEST 2012 -->
<title>ohtu.beddit.views.timepicker</title>
<meta name="date" content="2012-06-27">
<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="ohtu.beddit.views.timepicker";
}
//-->
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../ohtu/beddit/views/package-summary.html">Prev Package</a></li>
<li><a href="../../../../ohtu/beddit/web/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?ohtu/beddit/views/timepicker/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package ohtu.beddit.views.timepicker</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/AnimationFinishedListener.html" title="interface in ohtu.beddit.views.timepicker">AnimationFinishedListener</a></td>
<td class="colLast">
<div class="block">A simple interface for listening to when an animation finishes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/HourChangedListener.html" title="interface in ohtu.beddit.views.timepicker">HourChangedListener</a></td>
<td class="colLast">
<div class="block">A simple interface to allow the hour hand to report changes in its value</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/MinuteChangedListener.html" title="interface in ohtu.beddit.views.timepicker">MinuteChangedListener</a></td>
<td class="colLast">
<div class="block">A simple interface to allow the minute hand to report changes in its value</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/ValueChangedListener.html" title="interface in ohtu.beddit.views.timepicker">ValueChangedListener</a></td>
<td class="colLast">
<div class="block">A simple interface for reporting a changed value.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/AnalogClock.html" title="class in ohtu.beddit.views.timepicker">AnalogClock</a></td>
<td class="colLast">
<div class="block">The analog clock face part of CustomTimePicker.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/Animator.html" title="class in ohtu.beddit.views.timepicker">Animator</a></td>
<td class="colLast">
<div class="block">Used for animating the clock hands and interval slider when they are clicked.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/ClockHand.html" title="class in ohtu.beddit.views.timepicker">ClockHand</a></td>
<td class="colLast">
<div class="block">ClockHand defines how to draw and general functionality for clock hands</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/CustomTimePicker.html" title="class in ohtu.beddit.views.timepicker">CustomTimePicker</a></td>
<td class="colLast">
<div class="block">A special view for choosing a time by manipulating the clock
hands on an analog clock face.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/GrabPoint.html" title="class in ohtu.beddit.views.timepicker">GrabPoint</a></td>
<td class="colLast">
<div class="block">Defines an area on the screen that the user can select and drag with a finger</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/HourHand.html" title="class in ohtu.beddit.views.timepicker">HourHand</a></td>
<td class="colLast">
<div class="block">A special clock hand that moves in increments of one hour on the clock face.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/MinuteHand.html" title="class in ohtu.beddit.views.timepicker">MinuteHand</a></td>
<td class="colLast">
<div class="block">A special clock hand that moves in one minute increments on the clock face.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/Movable.html" title="class in ohtu.beddit.views.timepicker">Movable</a></td>
<td class="colLast">
<div class="block">An abstraction of a view component that can respond to click events on the
screen, can be dragged by the user, and can move to some target position
using an animator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/Slider.html" title="class in ohtu.beddit.views.timepicker">Slider</a></td>
<td class="colLast">
<div class="block">A slider that can be manipulated by the user</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../ohtu/beddit/views/timepicker/TimeDisplay.html" title="class in ohtu.beddit.views.timepicker">TimeDisplay</a></td>
<td class="colLast">
<div class="block">A digital display of the time selected.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../ohtu/beddit/views/package-summary.html">Prev Package</a></li>
<li><a href="../../../../ohtu/beddit/web/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?ohtu/beddit/views/timepicker/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
| bedditor/ohtu-Alarmclock | beddit_alarm/docs/ohtu/beddit/views/timepicker/package-summary.html | HTML | mit | 9,196 |
<section block="promo" mod="inner">
<div class="row">
<div class="lg-4 lg-offset-1 ex-6 ex-offset-1">
<div elem="text-bold">
Консалтингв корпоративных
инновациях с 2013 года
</div>
</div>
<div class="lg-1 lg-offset-1 xs-hidden">
<a href="#" elem="link">In English</a>
</div>
<div class="lg-2 lg-offset-2 xs-hidden">
<div elem="text">
+7926-000-90-25
dm@metabeta.ru
</div>
</div>
</div>
</section>
| mik639/metabeta | markup/modules/promo/promo_inner.html | HTML | mit | 616 |
<html xmlns:th="http://www.thymeleaf.org">
<head th:include="layout :: htmlhead" th:with="title='Images'"></head>
<body>
<div th:replace="layout :: navbar">(navbar)</div>
<p></p>
<div class="container">
<h2>Image Table</h2>
<p></p>
<table class="table table-bordered table-hover">
<thead>
<tr>
<th>Image Number</th>
<th>Image URL</th>
<th>Image Width</th>
<th>Image Height</th>
<th>Image ID</th>
<!-- <th>Image Resolution</th>
<th>CH Object ID</th> -->
<th>Link</th>
</tr>
</thead>
<tbody>
<tr th:each="image : ${Images}">
<td th:text="${image.image_no}"></td>
<td th:text="${image.url}"></td>
<td th:text="${image.width}"></td>
<td th:text="${image.height}"></td>
<td th:text="${image.image_id}"></td>
<!-- <td th:text="${image.image_resolution}"></td> -->
<!-- <td th:text="${image.cho_id}"></td> -->
<td><a th:href="${image.url}" class="ui-btn">Link</a></td>
</tr>
</tbody>
</table>
</div>
<div th:include="layout :: footer" id="footer">(footer)</div>
</body>
</html>
| kasiabrych/caf_group_project | GroupProject/src/main/resources/templates/displayImages.html | HTML | mit | 1,145 |
<template name="meteoris_userLogin">
<form id="loginForm">
<div class="form-group has-feedback">
<input id="email" type="email" class="form-control" placeholder="Email">
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
</div>
<div class="form-group has-feedback">
<input id="password" type="password" class="form-control" placeholder="Password">
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
</div>
<div class="row">
<div class="col-xs-8">
<div class="checkbox icheck">
<label>
<input type="checkbox"> Remember Me
</label>
</div>
</div><!-- /.col -->
<div class="col-xs-4">
<button id="btnLogin" type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button>
</div><!-- /.col -->
</div>
</form>
<div class="social-auth-links text-center">
<p>- OR -</p>
<a href="#" id="btnLoginFacebook" class="btn btn-block btn-social btn-facebook btn-flat"><i class="fa fa-facebook"></i> Sign in using Facebook</a>
<a href="#" class="btn btn-block btn-social btn-google btn-flat"><i class="fa fa-google-plus"></i> Sign in using Google+</a>
</div><!-- /.social-auth-links -->
<a href="/meteoris/user/forget-password">I forgot my password</a><br>
<a href="/meteoris/user/register" class="text-center">Register a new membership</a>
</template>
| meteoris/meteoris | packages/meteoris:user/client/views/login.html | HTML | mit | 1,593 |
<!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>
Streamline Design Solutions Inc -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492321855171&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=44316&V_SEARCH.docsStart=44315&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.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=44314&V_DOCUMENT.docRank=44315&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492321877337&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567014013&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=44316&V_DOCUMENT.docRank=44317&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492321877337&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567156777&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>
Streamline Design Solutions Inc
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Streamline Design Solutions Inc</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.streamline.pro"
target="_blank" title="Website URL">http://www.streamline.pro</a></p>
<p><a href="mailto:michele@streamline.pro" title="michele@streamline.pro">michele@streamline.pro</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">
P.O. Box 222<br/>
Lambeth Stn<br/>
LONDON,
Ontario<br/>
N6P 1P9
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
4365 Colonel Talbot Rd<br/>
LONDON,
Ontario<br/>
N6P 1B6
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(519) 652-3003
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(519) 652-6625</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567110348&graphFileName=StreamlineLogo2.jpg&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Supplier of Structural Steel Fabrication Detail Drawings using SDS/2 software<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>
Michele
Johnson
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Owner - Structural Steel Detailer<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 652-3003
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(519) 652-6625
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
michele@streamline.pro
</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>
Year Established:
</strong>
</div>
<div class="col-md-7">
2000
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541340 - Drafting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541420 - Industrial Design Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
3
</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">
Structural Steel Detailing<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Provide Structural Steel Fabrication Drawings using SDS/2 3D modelling software<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 -->
<h3 class="page-header">
Technology profile
</h3>
<section class="container-fluid">
SDS/2 Detailing Software
</section>
<!-- Market Profile -->
<!-- Sector Information -->
<h3 class="page-header">
Sector information
</h3>
<section class="container-fluid">
<h4>
Distribution of employees:
</h4>
5 steel detailers, 4 of which have over 15 years experience in the steel detailing field.
</section>
<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>
Michele
Johnson
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Owner - Structural Steel Detailer<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 652-3003
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(519) 652-6625
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
michele@streamline.pro
</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>
Year Established:
</strong>
</div>
<div class="col-md-7">
2000
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541340 - Drafting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541420 - Industrial Design Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$200,000 to $499,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
3
</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">
Structural Steel Detailing<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Provide Structural Steel Fabrication Drawings using SDS/2 3D modelling software<br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel5">
<summary>
Technology
</summary>
<h2 class="wb-invisible">
Technology profile
</h2>
<section class="container-fluid">
SDS/2 Detailing Software
</section>
</details>
<details id="details-panel7">
<summary>
Sector
</summary>
<h2 class="wb-invisible">
Sector information
</h2>
<section class="container-fluid">
<h4>
Distribution of employees:
</h4>
5 steel detailers, 4 of which have over 15 years experience in the steel detailing field.
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-03-28
</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/234567110348.html | HTML | mit | 38,377 |
<head>
<style>
body {
text-align: center;
}
</style>
</head>
<body>
<script src="/builds/ts/index.js"></script>
</body> | davidfig/pixi-viewport | docs/builds/ts/index.html | HTML | mit | 168 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Boldly Goes</title>
<meta name="description" content="Three lads from Hertfordshire entertain you with articles on outdoor topics.">
<meta name="keywords" content="outdoor, camping, travel, bushcraft, gear, reviews" />
<meta name="HandheldFriendly" content="True">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<!-- Open Graph data -->
<meta property="og:title" content="BOLDLY GOES" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/cover.jpg" />
<meta property="og:site_name" content="BOLDLY GOES" />
<meta property="og:description" content="Three lads from Hertfordshire entertain you with articles on outdoor topics." />
<meta property="og:url" content="/" />
<meta property="article:author" content="https://www.instagram.com/boldly_goes/" />
<link rel="author" href="https://www.instagram.com/boldly_goes/" />
<!-- End: Open Graph data -->
<link href='https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield|Merriweather:300italic,700,300,700italic|Open+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- <link rel="stylesheet" href="/css/screen.css"> -->
<link rel="stylesheet" type="text/css" href="https://boldlygoes.co.uk/css/prism.css">
<link rel="stylesheet" type="text/css" href="https://boldlygoes.co.uk/css/screen.css">
<!-- <link rel="stylesheet" href="/css/prism.css"> -->
<link rel="alternate" type="application/rss+xml" title="BOLDLY GOES" href="/feed.xml">
<!-- BG globe logo -->
<link rel="icon" href="/assets/favicon.ico" sizes="16x16" type="image/png">
<link rel="icon" href="/assets/favicon-32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/assets/favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="/assets/favicon-62.png" sizes="62x62" type="image/png">
<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-68574207-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="home-template">
<div class="site-wrapper">
<header class="main-header detail-page image-bg has-cover" style="background-image: url(/assets/cover.jpg)" >
<h1 class="page-title"><a href="/" title="BOLDLY GOES">BOLDLY GOES</a></h1>
<h2 class="page-description">Outdoor Articles and Reviews</h2>
<div class="nav">
<ul>
<li><a class="page-link" href="/" title="Home">Home</a></li>
<li><a class="page-link" href="/about/" title="About">About</a></li>
<li><a class="page-link" href="/features/" title="Features">Features</a></li>
<li><a class="page-link" href="/reviews/" title="Reviews">Reviews</a></li>
</ul>
</div>
</header>
<!-- <div class="splitter">
<p class="intro">Welcome to Boldly Goes.<br>Harvey, Sam and James; three budding adventurers bring you tales from their slightly haphazard forays into the wilder corners of Britain and further afield.</p>
</div> -->
<!-- <div class="faces-lockup">
<a class="faces james" href="https://www.instagram.com/j.s.b.1990/"></a>
<a class="faces sam" href="https://www.instagram.com/scs_h/"></a>
<a class="faces harvey" href="https://www.instagram.com/harvey.rae/"></a>
</div> -->
<script src="/js/jquery-3.1.1.min.js"></script>
<script src="/js/tiles.js"></script>
<!-- <h3>Our most recent posts</h3> -->
<div class="tile-wrap no-touch">
<div class="tile">
<div class="boxInner">
<a href="/features/c2c-part-3">
<img src="/media/img/tiles/tile-c2c3.jpg" />
</a>
<div class="titleBox">
<a href="/features/c2c-part-3">COAST TO COAST PART 3</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/c2c-part-2">
<img src="/media/img/tiles/tile-c2c2.jpg" />
</a>
<div class="titleBox">
<a href="/features/c2c-part-2">COAST TO COAST PART 2</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/c2c-part-1">
<img src="/media/img/tiles/tile-c2c1.jpg" />
</a>
<div class="titleBox">
<a href="/features/c2c-part-1">PHOTO STORY: COAST TO COAST PART 1</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/ray-mears">
<img src="/media/img/tiles/tile-raymears.jpg" />
</a>
<div class="titleBox">
<a href="/features/ray-mears">Q&A WITH RAY MEARS</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/managing-diabetes">
<img src="/media/img/tiles/tile-managing.jpg" />
</a>
<div class="titleBox">
<a href="/features/managing-diabetes">MANAGING DIABETES IN THE MOUNTAINS</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/GR-20">
<img src="/media/img/tiles/tile-gr20.jpg" />
</a>
<div class="titleBox">
<a href="/features/GR-20">HIKING THE GR20</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/wild-teas">
<img src="/media/img/tiles/tile-wildteas.jpg" />
</a>
<div class="titleBox">
<a href="/features/wild-teas">A WILD TEA TASTING SESSION</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/24-peak-district">
<img src="/media/img/tiles/tile-peakdistrict.jpg" />
</a>
<div class="titleBox">
<a href="/features/24-peak-district">24 HOURS IN THE PEAK DISTRICT: SUMMER SOLSTICE CAMP</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/going-ultralight-2">
<img src="/media/img/tiles/tile-ultralight2.jpg" />
</a>
<div class="titleBox">
<a href="/features/going-ultralight-2">GOING ULTRALIGHT PART 2: REFINING THE ESSENTIAL</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/black-sail">
<img src="/media/img/tiles/tile-blacksail.jpg" />
</a>
<div class="titleBox">
<a href="/features/black-sail">THE LAKE DISTRICT: WILD CAMPING AND BLACK SAIL</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/24-wicklow">
<img src="/media/img/tiles/tile-wicklow.jpg" />
</a>
<div class="titleBox">
<a href="/features/24-wicklow">24 HOURS IN THE WICKLOW MOUNTAINS</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/reviews/os-app-review">
<img src="/media/img/tiles/tile-osapp.jpg" />
</a>
<div class="titleBox">
<a href="/reviews/os-app-review">OS MAPS APP REVIEW</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/mark-beaumont-interview">
<img src="/media/img/tiles/tile-beaumont.jpg" />
</a>
<div class="titleBox">
<a href="/features/mark-beaumont-interview">Q&A WITH MARK BEAUMONT</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/kielder-observatory">
<img src="/media/img/tiles/tile-kielder.jpg" />
</a>
<div class="titleBox">
<a href="/features/kielder-observatory">KIELDER OBSERVATORY AND SKYSPACE</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/reviews/compact-ultra-twins">
<img src="/media/img/tiles/tile-twins.jpg" />
</a>
<div class="titleBox">
<a href="/reviews/compact-ultra-twins">ALPKIT COMPACT ULTRA TWINS REVIEW</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/borough-bivvy-bagging">
<img src="/media/img/tiles/tile-borough.jpg" />
</a>
<div class="titleBox">
<a href="/features/borough-bivvy-bagging">BOROUGH BIVVY BAGGING</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/wild-camping-dartmoor">
<img src="/media/img/tiles/tile-48dartmoor.jpg" />
</a>
<div class="titleBox">
<a href="/features/wild-camping-dartmoor">WILD CAMPING IN DARTMOOR</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/reviews/trangia-28t-review">
<img src="/media/img/tiles/tile-28t.jpg" />
</a>
<div class="titleBox">
<a href="/reviews/trangia-28t-review">TRANGIA 28-T REVIEW</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/reviews/sparrow-review">
<img src="/media/img/tiles/tile-sparrow.jpg" />
</a>
<div class="titleBox">
<a href="/reviews/sparrow-review">WISPORT SPARROW 20 LITRE BACKPACK REVIEW</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/alone-in-the-wilderness">
<img src="/media/img/tiles/tile-alone.jpg" />
</a>
<div class="titleBox">
<a href="/features/alone-in-the-wilderness">ALONE IN THE WILDERNESS BY JOSEPH KNOWLES</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/ups-and-downs">
<img src="/media/img/tiles/tile-ups.jpg" />
</a>
<div class="titleBox">
<a href="/features/ups-and-downs">CYCLING LONDON TO SCOTLAND: UPS AND DOWNS</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/reviews/delta-gtx-review">
<img src="/media/img/tiles/tile-deltagtx.jpg" />
</a>
<div class="titleBox">
<a href="/reviews/delta-gtx-review">SCARPA DELTA GTX ACTIV REVIEW</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/going-ultralight-1">
<img src="/media/img/tiles/tile-ultralight1.jpg" />
</a>
<div class="titleBox">
<a href="/features/going-ultralight-1">GOING ULTRALIGHT PART 1: REPACKING</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/reviews/sunix-review">
<img src="/media/img/tiles/tile-sunix.jpg" />
</a>
<div class="titleBox">
<a href="/reviews/sunix-review">SUNIX 120 HEADTORCH REVIEW</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/how-to-camp-out">
<img src="/media/img/tiles/tile-march2017.jpg" />
</a>
<div class="titleBox">
<a href="/features/how-to-camp-out">HOW TO CAMP OUT BY JOHN M GOULD</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/hot-tenting">
<img src="/media/img/tiles/tile-hot.jpg" />
</a>
<div class="titleBox">
<a href="/features/hot-tenting">HOT TENT CAMPING ON A SHOESTRING</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/beer-fire-and-power-tools">
<img src="/media/img/tiles/tile-beer.jpg" />
</a>
<div class="titleBox">
<a href="/features/beer-fire-and-power-tools">BEER, FIRE AND POWER TOOLS</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/soloventures">
<img src="/media/img/tiles/tile-solovent.jpg" />
</a>
<div class="titleBox">
<a href="/features/soloventures">SOLOVENTURING: TAKING ON YOUR FIRST SOLO TRIP</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/24-newforest">
<img src="/media/img/tiles/tile-newf.jpg" />
</a>
<div class="titleBox">
<a href="/features/24-newforest">24 HOURS IN THE NEW FOREST</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/cycling-scotland">
<img src="/media/img/tiles/tile-edstor.jpg" />
</a>
<div class="titleBox">
<a href="/features/cycling-scotland">PHOTO STORY: EDINBURGH TO STORNORWAY</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/reviews/gossamer-review">
<img src="/media/img/tiles/tile-gossamer.jpg" />
</a>
<div class="titleBox">
<a href="/reviews/gossamer-review">GOSSAMER 1 REVIEW</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/overnight-kit">
<img src="/media/img/tiles/tile-overnight.jpg" />
</a>
<div class="titleBox">
<a href="/features/overnight-kit">JAMES' OVERNIGHT BAG</a>
</div>
</div>
</div>
<div class="tile">
<div class="boxInner">
<a href="/features/24-norfolk">
<img src="/media/img/tiles/tile-norfolk.jpg" />
</a>
<div class="titleBox">
<a href="/features/24-norfolk">24 HOURS ON THE NORFOLK COAST</a>
</div>
</div>
</div>
</div>
<!--
<asi
<div class="body-lockup ">
<div class="first-line">
<div class="top-left" style="background-image:url(/media/img/overnight_kit.jpg);">
<div class="overlay">
<a href="/features/overnight-kit">JAMES' OVERNIGHT BAG</a>
</div>
<!-- <a href="/articles" class="pic-link wc" >24-hours in Norfolk</a>
</div>
<div class="top-right" style="background-image:url(/media/img/norfolk.jpg);">
<div class="overlay">
<a href="/features/24-norfolk">24 HOURS: ON THE NORFOLK COAST</a>
</div>
<!-- <a href="/articles" class=" pic-link nf" >24-hours in the New Forest</a>
</div>
</div>
<div class="second-line">
<div class="bot-left" style="background-image:url(/media/img/edstor/album1.jpg);">
<div class="overlay">
<a href="/features/cycling-scotland">PHOTO STORY: EDINBURGH TO STORNORWAY</a>
</div>
</div>
<div class="bot-right" style="background-image:url(/media/img/gossamer/cover.jpg);">
<div class="overlay">
<a href="/reviews/gossamer-review">GOSSAMER 1 REVIEW</a>
</div>
</div>
</div>
<div class="third-line">
<div class="left hover"></div>
<div class="right-third hover"></div>
</div>
</div>
-->
<div id="content" class="content">
<h3>Recent Posts</h3>
<ul class="category recent-posts">
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/c2c-part-3" title="Coast to Coast Part 3">Coast to Coast Part 3</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-10-29 ">October 29, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/c2c-part-2" title="Coast to Coast Part 2">Coast to Coast Part 2</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-10-16 ">October 16, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/c2c-part-1" title="Photo Story: Coast to Coast Part 1">Photo Story: Coast to Coast Part 1</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-09-17 ">September 17, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/ray-mears" title="Q&A with Ray Mears">Q&A with Ray Mears</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-09-08 ">September 8, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/managing-diabetes" title="Managing Diabetes in the mountains">Managing Diabetes in the mountains</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-08-18 ">August 18, 2017</time>
</header>
</article>
</div>
</li>
</ul>
<h3 id="features">Features</h3>
<ul class="category features">
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/c2c-part-3" title="Coast to Coast Part 3">Coast to Coast Part 3</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-10-29 ">October 29, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/c2c-part-2" title="Coast to Coast Part 2">Coast to Coast Part 2</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-10-16 ">October 16, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/c2c-part-1" title="Photo Story: Coast to Coast Part 1">Photo Story: Coast to Coast Part 1</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-09-17 ">September 17, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/ray-mears" title="Q&A with Ray Mears">Q&A with Ray Mears</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-09-08 ">September 8, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/managing-diabetes" title="Managing Diabetes in the mountains">Managing Diabetes in the mountains</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-08-18 ">August 18, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/GR-20" title="Hiking the GR20">Hiking the GR20</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-07-14 ">July 14, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/wild-teas" title="A wild tea tasting session">A wild tea tasting session</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-07-07 ">July 7, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/24-peak-district" title="24 hours in the Peak District: Summer Solstice Camp">24 hours in the Peak District: Summer Solstice Camp</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-06-30 ">June 30, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/going-ultralight-2" title="Going Ultralight: Part 2">Going Ultralight: Part 2</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-06-23 ">June 23, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/black-sail" title="The Lake District: Wild Camping and Black Sail">The Lake District: Wild Camping and Black Sail</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-06-20 ">June 20, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/24-wicklow" title="24 Hours in the Wicklow Mountains">24 Hours in the Wicklow Mountains</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-06-16 ">June 16, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/mark-beaumont-interview" title="Q&A with Mark Beaumont">Q&A with Mark Beaumont</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-05-30 ">May 30, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/kielder-observatory" title="Kielder Observatory and Skyspace">Kielder Observatory and Skyspace</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-05-10 ">May 10, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/borough-bivvy-bagging" title="Borough Bivvy Bagging">Borough Bivvy Bagging</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-28 ">April 28, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/wild-camping-dartmoor" title="48 Hours: Wild Camping in Dartmoor">48 Hours: Wild Camping in Dartmoor</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-22 ">April 22, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/alone-in-the-wilderness" title="Alone in the Wilderness by Joseph Knowles">Alone in the Wilderness by Joseph Knowles</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-11 ">April 11, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/ups-and-downs" title="Cycling London to Scotland: Ups and Downs">Cycling London to Scotland: Ups and Downs</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-07 ">April 7, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/going-ultralight-1" title="Going Ultralight: Part 1">Going Ultralight: Part 1</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-03-30 ">March 30, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/how-to-camp-out" title="How to Camp Out by John M Gould">How to Camp Out by John M Gould</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-03-24 ">March 24, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/hot-tenting" title="Hot tent camping on a shoestring">Hot tent camping on a shoestring</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-03-10 ">March 10, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/beer-fire-and-power-tools" title="Beer, fire and power tools">Beer, fire and power tools</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-03-09 ">March 9, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/soloventures" title="Soloventuring: Taking on your first solo trip">Soloventuring: Taking on your first solo trip</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-03-01 ">March 1, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/24-newforest" title="24 hours in the New Forest">24 hours in the New Forest</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-02-18 ">February 18, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/cycling-scotland" title="Photo Story: Edinburgh to Stornorway">Photo Story: Edinburgh to Stornorway</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-02-14 ">February 14, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/overnight-kit" title="James' Overnight Kit">James' Overnight Kit</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-01-05 ">January 5, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/features/24-norfolk" title="24 hours in Norfolk">24 hours in Norfolk</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2016-11-01 ">November 1, 2016</time>
</header>
</article>
</div>
</li>
</ul>
<h3 id="reviews">Reviews</h3>
<ul class="category reviews">
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/os-app-review" title="OS Maps App Review">OS Maps App Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-06-06 ">June 6, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/compact-ultra-twins" title="Alpkit Compact Ultra Twins Review">Alpkit Compact Ultra Twins Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-05-02 ">May 2, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/hunka-review" title="Alpkit Hunka Bivvy Bag Review">Alpkit Hunka Bivvy Bag Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-25 ">April 25, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/trangia-28t-review" title="Trangia 28-T Review">Trangia 28-T Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-18 ">April 18, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/sparrow-review" title="Wisport Sparrow 20 Litre Backpack Review">Wisport Sparrow 20 Litre Backpack Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-14 ">April 14, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/delta-gtx-review" title="Scarpa Delta GTX Activ Review">Scarpa Delta GTX Activ Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-04-04 ">April 4, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/sunix-review" title="Sunix Headtorch Review">Sunix Headtorch Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-03-28 ">March 28, 2017</time>
</header>
</article>
</div>
</li>
<li>
<div class="article">
<article class="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<span class="title">
<a itemprop="name" href="/reviews/gossamer-review" title="Gossamer 1 Review">Gossamer 1 Review</a>
</span>
<time class="date" itemprop="datePublished" datetime=" 2017-02-09 ">February 9, 2017</time>
</header>
</article>
</div>
</li>
</ul>
</div>
<footer class="site-footer">
<button class="go-to-top"></button>
<p class="copyright"><a
href=""
title="BOLDLY GOES">BOLDLY GOES</a> © 2017 | <a href="/feed.xml" title="RSS Feed">RSS Feed</a></p>
</footer>
</div>
</body>
</script>
</html>
| BoldlyGoes/boldlygoes.github.io | _site/index.html | HTML | mit | 36,674 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.dev / contrib:qarith-stern-brocot dev</a></li>
<li class="active"><a href="">2014-12-13 08:31:47</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:qarith-stern-brocot
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-13 08:31:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-13 08:31:47 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:qarith-stern-brocot/coq:contrib:qarith-stern-brocot.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:qarith-stern-brocot.dev coq.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev).
The following dependencies couldn't be met:
- coq:contrib:qarith-stern-brocot -> coq >= dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:qarith-stern-brocot.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.dev
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.dev.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.hott [required by coq:contrib:qarith-stern-brocot]
- install coq:contrib:qarith-stern-brocot.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.hott:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.hott.
Building coq:contrib:qarith-stern-brocot.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:qarith-stern-brocot.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:qarith-stern-brocot/dev/2014-12-13_08-31-47.html | HTML | mit | 7,044 |
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Help the needy, search for nearby NGOs and work with them.">
<meta name="author" content="allofasudden">
<title>NGeO! {% block title %}{% endblock %}</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="{% static "assets/css/bootstrap.min.css"%}" rel="stylesheet">
<!-- Custom CSS -->
<link href="{% static "assets/css/freelancer.css"%}" rel="stylesheet">
<!-- <CENTER></CENTER>ustom Fonts -->
<link href="{% static "assets/font-awesome/css/font-awesome.min.css"%}" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">NGO Locator</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#page-top">Home</a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-text">
<span class="name">NGeO!</span>
{% block form %} {% endblock %}
</div>
</div>
</div>
</div>
</header>
{% block content %} {% endblock %}
<!-- About Section -->
<section id="about" style="color:#18bc9c;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About NGO Locator</h2>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>We want to help you so that you can easily help the needy by disovering NGOs in your location.
This will give you all nearby NGOs with a map. <br/>
To use this you just need to enter your address.
With a single click you will get all the nearby NGOs with a map and all information about
them.
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-6">
</div>
<div class="footer-col col-md-6">
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/STHelpTheNeedy" class="btn-social btn-outline" target= "_blank"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://github.com/tapasweni-pathak/Help-The-Needy" class="btn-social btn-outline" target= "_blank"><i class="fa fa-fw fa-github"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visble-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery -->
<script src="{% static "assets/js/jquery.js"%}"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{% static "assets/js/bootstrap.min.js"%}"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="{% static "assets/js/classie.js"%}"></script>
<script src="{% static "assets/js/cbpAnimatedHeader.js"%}"></script>
<!-- Custom Theme JavaScript -->
<script src="{% static "assets/js/freelancer.js"%}"></script>
</body>
</html>
| KrishMunot/NGeO | NGeO/templates/base.html | HTML | mit | 6,141 |
<html><body>
<h4>Windows 10 x64 (18362.449)</h4><br>
<h2>_EPROCESS_VALUES</h2>
<font face="arial"> +0x000 KernelTime : Uint8B<br>
+0x008 UserTime : Uint8B<br>
+0x010 ReadyTime : Uint8B<br>
+0x018 CycleTime : Uint8B<br>
+0x020 ContextSwitches : Uint8B<br>
+0x028 ReadOperationCount : Int8B<br>
+0x030 WriteOperationCount : Int8B<br>
+0x038 OtherOperationCount : Int8B<br>
+0x040 ReadTransferCount : Int8B<br>
+0x048 WriteTransferCount : Int8B<br>
+0x050 OtherTransferCount : Int8B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.449)/_EPROCESS_VALUES.html | HTML | mit | 580 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
<html xmlns:mx="urn:mx-scripts">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8">
<title>mx.controls.Calendar 类</title>
<link rel="stylesheet" href="../../../css/common.css"><script src="../../../scripts/jquery.js"></script><script src="../../../scripts/jquery.chili.js"></script><script>
ChiliBook.recipeFolder = "../../../scripts/";
ChiliBook.automatic = true;
</script><script src="../../../scripts/class.js"></script></head>
<body>
<div id="frame" class="class">
<div id="head">
<div id="links"><a id="openInNewWindow" href="javascript:window.open(window.location);">在新窗口中打开</a><a id="hideOverrides" action="hide" href="javascript:;">隐藏基类成员</a></div><a id="namespace" href="../../../html/mx/controls/index.html">mx.controls</a><h1 id="class">Calendar 类
</h1>
</div>
<div id="body">
<div id="classDetail">
<table id="summaryTable">
<tr>
<td>全称</td>
<td>mx.controls.Calendar</td>
</tr>
<tr>
<td>命名空间</td>
<td><a href="../../../html/mx/controls/index.html">mx.controls</a></td>
</tr>
<tr>
<td>类</td>
<td>Calendar</td>
</tr>
<tr>
<td>继承层次结构</td>
<td><span>Calendar</span><span id="inherit"></span><a href="../../../html/mx/controls/Control.html">Control</a></td>
</tr>
<tr>
<td>源文件</td>
<td>~\mx\scripts\controls\Calendar.js</td>
</tr>
</table>
<div class="summary">提供一个日历控件的类。</div>
<p></p>
<h4>示例 1</h4>
<div class="h4Content">
以下是创建 <a href="../../../html/mx/controls/Calendar.html">Calendar</a> 的示例。
该示例将说明如何创建一个初始值为当前日期的 <a href="../../../html/mx/controls/Calendar.html">Calendar</a>。
<table class="exampleCode" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td>JavaScript 代码
</td>
</tr>
</thead>
<tbody>
<tr>
<td><code class="JavaScript">var calendar = new mx.controls.Calendar();</code></td>
</tr>
</tbody>
</table>
</div>
<p></p>
<h4>示例 2</h4>
<div class="h4Content">
该示例将说明如何创建一个同时显示时间的 <a href="../../../html/mx/controls/Calendar.html">Calendar</a>,并设置日期格式。
<table class="exampleCode" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td>JavaScript 代码
</td>
</tr>
</thead>
<tbody>
<tr>
<td><code class="JavaScript">var calendar = new mx.controls.Calendar({
displayTime: true,
formatString: "yyyy-mm-dd hh:mm:ss"
});</code></td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
<div id="constructorsIndex" class="indexSection">
<h2>构造函数</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="method">
<td><a href="#Calendar">Calendar()
</a></td>
<td>构建 Calendar 类的新实例。</td>
</tr>
</tbody>
</table>
</div>
<div id="methodsIndex" class="indexSection">
<h2>初始化函数</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="method" override="true">
<td><a href="#init">init()
</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="methodsIndex" class="indexSection">
<h2>方法</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="method" override="true">
<td><a href="#contains">contains($p_target)
</a></td>
<td>返回一个 Boolean 值,该值表示控件的容器中是否包含该 JQuery 对象。</td>
</tr>
<tr class="method" override="true">
<td><a href="#dispose">dispose()
</a></td>
<td>释放对象运行时动态生成的内容(属性、方法、事件)。</td>
</tr>
<tr class="method" override="true">
<td><a href="#getContext">getContext()
</a></td>
<td>获取控件当前所属 <a href="../../../html/mx/weblets/Weblet.html">Weblet</a> 的上下文信息( <a href="../../../html/mx/weblets/WebletContext.html">WebletContext</a> 类型)。</td>
</tr>
<tr class="method" override="true">
<td><a href="#getEl">getEl()
</a></td>
<td>获取控件容器对应的 HTML DOM 元素对象。</td>
</tr>
<tr class="method" override="true">
<td><a href="#hide">hide()
</a></td>
<td>隐藏控件,设置控件不可见。</td>
</tr>
<tr class="method" override="true">
<td><a href="#moveTo">moveTo(p_left, p_top)
</a></td>
<td>移动控件到指定位置。</td>
</tr>
<tr class="method">
<td><a href="#navigateTo">navigateTo(p_date)
</a></td>
<td>导航到指定的年月。</td>
</tr>
<tr class="method">
<td><a href="#navigateTo">navigateTo(p_year, p_month)
</a></td>
<td>导航到指定的年月。</td>
</tr>
<tr class="method">
<td><a href="#navigateToNextMonth">navigateToNextMonth()
</a></td>
<td>导航到下一个月。如果当前为 12 月,则导航到第二年的 1 月。</td>
</tr>
<tr class="method">
<td><a href="#navigateToPrevMonth">navigateToPrevMonth()
</a></td>
<td>导航到上一个月。如果当前为 1 月,则导航到上一年的 12 月。</td>
</tr>
<tr class="method" override="true">
<td><a href="#resizeTo">resizeTo(p_width, p_height)
</a></td>
<td>重设控件的大小。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setBorder">setBorder(p_border)
</a></td>
<td>设置控件的边框样式。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setBottom">setBottom(p_bottom)
</a></td>
<td>设置 <a href="#bottom">bottom</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setCss">setCss(p_css)
</a></td>
<td>设置 <a href="#css">css</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setCssClass">setCssClass(p_cssClass)
</a></td>
<td>设置 <a href="#cssClass">cssClass</a>} 字段的值</td>
</tr>
<tr class="method" override="true">
<td><a href="#setDisplay">setDisplay(p_display)
</a></td>
<td>设置 <a href="#display">display</a> 字段的值。</td>
</tr>
<tr class="method">
<td><a href="#setDisplayTime">setDisplayTime(p_displayTime)
</a></td>
<td>设置 <a href="#displayTime">displayTime</a> 字段的值。该方法强制显示时间控件,不管 <a href="#formatString">formatString</a> 的值。建议使用 <a href="#setFormatString">setFormatString</a> 方法控制时间控件的显示。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setEnabled">setEnabled(p_enabled)
</a></td>
<td>设置 <a href="../../../html/mx/controls/Control.html#enabled">Control.enabled</a> 字段的值。</td>
</tr>
<tr class="method">
<td><a href="#setFormatString">setFormatString(p_format)
</a></td>
<td>设置 <a href="#formatString">formatString</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setHeight">setHeight(p_height)
</a></td>
<td>设置 <a href="#height">height</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setLeft">setLeft(p_left)
</a></td>
<td>设置 <a href="#left">left</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setPadding">setPadding(p_padding)
</a></td>
<td>设置控件的内边距。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setPosition">setPosition(p_position)
</a></td>
<td>设置 <a href="#position">position</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setRight">setRight(p_right)
</a></td>
<td>设置 <a href="#right">right</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setTop">setTop(p_top)
</a></td>
<td>设置 <a href="#top">top</a> 字段的值。</td>
</tr>
<tr class="method">
<td><a href="#setValue">setValue(p_value, p_triggerEvent)
</a></td>
<td>设置 <a href="#value">value</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setVisible">setVisible(p_visible)
</a></td>
<td>设置 <a href="#visible">visible</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setWidth">setWidth(p_width)
</a></td>
<td>设置 <a href="#width">width</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#show">show()
</a></td>
<td>显示控件,设置控件可见。</td>
</tr>
<tr class="method" override="true">
<td><a href="#$">$(p_expression)
</a></td>
<td>该方法与 me.$e.find(p_expression) 等同。</td>
</tr>
<tr class="method" override="true">
<td><a href="#$wrap">$wrap([p_obj])
</a></td>
<td>返回一个 JQuery 对象。</td>
</tr>
</tbody>
</table>
</div>
<div id="fieldsIndex" class="indexSection">
<h2>字段</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="field" override="true">
<td><a href="#alias">alias</a></td>
<td>获取或设置一个字符串,表示控件的别名。</td>
</tr>
<tr class="field" override="true">
<td><a href="#border">border</a></td>
<td>获取控件的边框样式。如“1px solid red”,表示边框的样式为 1 像素红色的实线。请使用 <a href="#setBorder">setBorder</a>
方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#bottom">bottom</a></td>
<td>获取控件的下边界与父容器下边界的像素距离。请使用 <a href="#setBottom">setBottom</a> 方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#cssClass">cssClass</a></td>
<td>指定css伪类名称,设置控件显示样式</td>
</tr>
<tr class="field" override="true">
<td><a href="#display">display</a></td>
<td>获取控件的显示样式值。如“none”,表示隐藏控件;
“block”表示强制作为块对象呈递。请使用 <a href="#setDisplay">setDisplay</a>。注:该"block"值不能在ComplexGrid控件中使用。
方法设置该字段的值。</td>
</tr>
<tr class="field">
<td><a href="#displayTime">displayTime</a></td>
<td>获取一个值,表示是否显示 <a href="#timeEditor">timeEditor</a> 对象。如果该值为 true,则显示;反之则不显示。
请使用 <a href="#setDisplayTime">setDisplayTime</a> 方法设置该字段的值。
该属性在初始化时是通过 <a href="#setFormatString">setFormatString</a> 决定,在实例化过后可以通过调用 <a href="#setDisplayTime">setDisplayTime</a> 强制显示或者隐藏时间控件。
推荐使用 <a href="#setFormatString">setFormatString</a> 方法设置是否显示时间编辑器。</td>
</tr>
<tr class="field" override="true">
<td><a href="#enabled">enabled</a></td>
<td>获取控件是否可以对用户交互作出响应。如果该值为 true,则表示控件可以对用户交互作出响应;反之则不能。
请使用 <a href="#setEnabled">setEnabled</a> 方法设置该字段的值。</td>
</tr>
<tr class="field">
<td><a href="#formatString">formatString</a></td>
<td>获取格式说明符字符,指示如何显示值。请使用 <a href="#setFormatString">setFormatString</a> 方法设置该字段的值。<br/>
该字段的可选值包括:
<ul>
<li>yyyy-MM</li>
<li>yyyy-MM-dd</li>
<li>yyyy-MM-dd HH:mm</li>
<li>yyyy-MM-dd HH:mm:ss</li>
</ul></td>
</tr>
<tr class="field" override="true">
<td><a href="#height">height</a></td>
<td>获取控件的高度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setHeight">setHeight</a> 方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#layoutConfigs">layoutConfigs</a></td>
<td>获取或者设置一个 JSON 对象,该属性表示控件在父容器中的布局配置参数。该属性只有在控件父容器运用布局器才会生效。</td>
</tr>
<tr class="field" override="true">
<td><a href="#left">left</a></td>
<td>获取控件的左边界与父容器左边界的像素距离。请使用 <a href="#setLeft">setLeft</a> 方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#padding">padding</a></td>
<td>获取控件的内边距。如“4px”表示上下左右的内边距均为 4 像素; “4px 2px 3px 1px”则表示上边距为 4 像素,右边距为 2
像素,下边距为 3 像素,左边距为 1 像素。请使用 <a href="#setPadding">setPadding</a> 方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#parent">parent</a></td>
<td>获取控件所属的父对象。</td>
</tr>
<tr class="field" override="true">
<td><a href="#permissionID">permissionID</a></td>
<td>获取或设置一个字符串,表示控件的权限标识。</td>
</tr>
<tr class="field" override="true">
<td><a href="#position">position</a></td>
<td>获取控件位置样式值。如“static”,表示无特殊定位,对象遵循 HTML 定位规则。请使用 <a href="#setPosition">setPosition</a>
方法设置该字段的值。
<p>
该字段的可选值包括:
<ul>
<li>static</li>
<li>relative</li>
<li>absolute</li>
<li>fixed</li>
</ul>
</p></td>
</tr>
<tr class="field" override="true">
<td><a href="#right">right</a></td>
<td>获取控件的右边界与父容器右边界的像素距离。请使用 <a href="#setRight">setRight</a> 方法设置该字段的值。</td>
</tr>
<tr class="field">
<td><a href="#timeEditor">timeEditor</a></td>
<td>一个 <a href="../../../html/mx/editors/TimeEditor.html">TimeEditor</a> 对象,表示显示在底部的时间控件。</td>
</tr>
<tr class="field" override="true">
<td><a href="#top">top</a></td>
<td>获取控件的上边界与父容器上边界的像素距离。请使用 <a href="#setTop">setTop</a> 方法设置该字段的值。</td>
</tr>
<tr class="field">
<td><a href="#value">value</a></td>
<td>获取控件当前显示的日期和时间值。请使用 <a href="#setValue">setValue</a> 方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#visible">visible</a></td>
<td>获取一个 Boolean 值,表示控件是否可见。如果该值为 true,则表示控件可见;反之则不可见。请使用 <a href="#setVisible">setVisible</a>
方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#width">width</a></td>
<td>获取控件的宽度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setWidth">setWidth</a> 方法设置该字段的值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#$e">$e</a></td>
<td>获取该控件的占位符,该占位符为一个 JQuery 对象。</td>
</tr>
</tbody>
</table>
</div>
<div id="eventsIndex" class="indexSection">
<h2>事件</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="event">
<td><a href="#onchanged">onchanged</a></td>
<td>当该字段的值发生更改后将触发该事件。调用 <a href="#setValue">setValue</a>(p_value, true) 方法并成功更改字段值后会触发该事件。</td>
</tr>
<tr class="event">
<td><a href="#ondateclick">ondateclick</a></td>
<td>点击日期某天时触发事件。</td>
</tr>
</tbody>
</table>
</div>
<hr>
<div id="constructor" class="detailSection">
<h2>构造函数详细信息</h2><a name="Calendar"></a><div id="method" class="detail">
<h3>Calendar()
方法
</h3>
<div class="content">
<div class="summary">构建 Calendar 类的新实例。</div>
</div>
<hr>
</div>
</div>
<div id="initializer" class="detailSection">
<h2>初始化函数详细信息</h2><a name="init"></a><div id="method" class="detail" override="true">
<h3>init()
方法
</h3>
<div class="content">
<div class="summary"></div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#init">mx.controls.Control.init</a></div>
</div>
<hr>
</div>
</div>
<div id="method" class="detailSection">
<h2>方法详细信息</h2><a name="contains"></a><div id="method" class="detail" override="true">
<h3>contains($p_target)
方法
</h3>
<div class="content">
<div class="summary">返回一个 Boolean 值,该值表示控件的容器中是否包含该 JQuery 对象。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">$p_target</b><div class="paramSummary">一个 JQuery 对象,或 JQuery 选择器对应的字符串(如“#container”),或 HTML DOM 元素。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#contains">mx.controls.Control.contains</a></div>
</div>
<hr>
</div><a name="dispose"></a><div id="method" class="detail" override="true">
<h3>dispose()
方法
</h3>
<div class="content">
<div class="summary">释放对象运行时动态生成的内容(属性、方法、事件)。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#dispose">mx.controls.Control.dispose</a></div>
</div>
<hr>
</div><a name="getContext"></a><div id="method" class="detail" override="true">
<h3>getContext()
方法
</h3>
<div class="content">
<div class="summary">获取控件当前所属 <a href="../../../html/mx/weblets/Weblet.html">Weblet</a> 的上下文信息( <a href="../../../html/mx/weblets/WebletContext.html">WebletContext</a> 类型)。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#getContext">mx.controls.Control.getContext</a></div>
</div>
<hr>
</div><a name="getEl"></a><div id="method" class="detail" override="true">
<h3>getEl()
方法
</h3>
<div class="content">
<div class="summary">获取控件容器对应的 HTML DOM 元素对象。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#getEl">mx.controls.Control.getEl</a></div>
</div>
<hr>
</div><a name="hide"></a><div id="method" class="detail" override="true">
<h3>hide()
方法
</h3>
<div class="content">
<div class="summary">隐藏控件,设置控件不可见。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#hide">mx.controls.Control.hide</a></div>
</div>
<hr>
</div><a name="moveTo"></a><div id="method" class="detail" override="true">
<h3>moveTo(p_left, p_top)
方法
</h3>
<div class="content">
<div class="summary">移动控件到指定位置。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_left</b><div class="paramSummary">一个数字,表示 css 样式的 left 属性。</div>
</li>
<li><b class="paramName">p_top</b><div class="paramSummary">一个数字,表示 css 样式的 top 属性。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#moveTo">mx.controls.Control.moveTo</a></div>
</div>
<hr>
</div><a name="navigateTo"></a><div id="method" class="detail">
<h3>navigateTo(p_date)
方法
</h3>
<div class="content">
<div class="summary">导航到指定的年月。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_date</b><div class="paramSummary">一个 Date 对象,指定需要导航到的日期。</div>
</li>
</ul>
</div>
<hr>
</div><a name="navigateTo"></a><div id="method" class="detail">
<h3>navigateTo(p_year, p_month)
方法
</h3>
<div class="content">
<div class="summary">导航到指定的年月。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_year</b><div class="paramSummary">一个整数(如 2011)表示年。当参数只有 p_year 时,它还可以表示 Date 和字符串(如 2011-03-01)形式的日期值。</div>
</li>
<li><b class="paramName">p_month</b><div class="paramSummary">一个整数表示月份值,一个处于 0 到 11 之间的整数,它代表 Date 对象中的月份值。这个整数并不等于按照惯例来表示月份的数字,而是要比按惯例表示的值小 1。例如 3 表示 4 月份。</div>
</li>
</ul>
</div>
<hr>
</div><a name="navigateToNextMonth"></a><div id="method" class="detail">
<h3>navigateToNextMonth()
方法
</h3>
<div class="content">
<div class="summary">导航到下一个月。如果当前为 12 月,则导航到第二年的 1 月。</div>
</div>
<hr>
</div><a name="navigateToPrevMonth"></a><div id="method" class="detail">
<h3>navigateToPrevMonth()
方法
</h3>
<div class="content">
<div class="summary">导航到上一个月。如果当前为 1 月,则导航到上一年的 12 月。</div>
</div>
<hr>
</div><a name="resizeTo"></a><div id="method" class="detail" override="true">
<h3>resizeTo(p_width, p_height)
方法
</h3>
<div class="content">
<div class="summary">重设控件的大小。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_width</b><div class="paramSummary">控件的宽度,可以是数字(如 100),也可以是字符串(如 “100%”)。</div>
</li>
<li><b class="paramName">p_height</b><div class="paramSummary">控件的高度,可以是数字(如 100),也可以是字符串(如 “100%”)。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#resizeTo">mx.controls.Control.resizeTo</a></div>
</div>
<hr>
</div><a name="setBorder"></a><div id="method" class="detail" override="true">
<h3>setBorder(p_border)
方法
</h3>
<div class="content">
<div class="summary">设置控件的边框样式。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_border</b><div class="paramSummary">一个字符串,表示css样式的 border 属性。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setBorder">mx.controls.Control.setBorder</a></div>
</div>
<hr>
</div><a name="setBottom"></a><div id="method" class="detail" override="true">
<h3>setBottom(p_bottom)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#bottom">bottom</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_bottom</b><div class="paramSummary">控件的下边界与父容器下边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setBottom">mx.controls.Control.setBottom</a></div>
</div>
<hr>
</div><a name="setCss"></a><div id="method" class="detail" override="true">
<h3>setCss(p_css)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#css">css</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_css</b><div class="paramSummary">一个 JSON 对象,表示控件的 CSS 样式。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setCss">mx.controls.Control.setCss</a></div>
</div>
<hr>
</div><a name="setCssClass"></a><div id="method" class="detail" override="true">
<h3>setCssClass(p_cssClass)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#cssClass">cssClass</a>} 字段的值</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_cssClass</b><div class="paramSummary">一个String 对象,样式classname</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setCssClass">mx.controls.Control.setCssClass</a></div>
</div>
<hr>
</div><a name="setDisplay"></a><div id="method" class="detail" override="true">
<h3>setDisplay(p_display)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#display">display</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_display</b><div class="paramSummary">css 样式的 display 属性。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setDisplay">mx.controls.Control.setDisplay</a></div>
</div>
<hr>
</div><a name="setDisplayTime"></a><div id="method" class="detail">
<h3>setDisplayTime(p_displayTime)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#displayTime">displayTime</a> 字段的值。该方法强制显示时间控件,不管 <a href="#formatString">formatString</a> 的值。建议使用 <a href="#setFormatString">setFormatString</a> 方法控制时间控件的显示。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_displayTime</b><div class="paramSummary"></div>
</li>
</ul>
</div>
<hr>
</div><a name="setEnabled"></a><div id="method" class="detail" override="true">
<h3>setEnabled(p_enabled)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="../../../html/mx/controls/Control.html#enabled">Control.enabled</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_enabled</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setEnabled">mx.controls.Control.setEnabled</a></div>
</div>
<hr>
</div><a name="setFormatString"></a><div id="method" class="detail">
<h3>setFormatString(p_format)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#formatString">formatString</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_format</b><div class="paramSummary"></div>
</li>
</ul>
</div>
<hr>
</div><a name="setHeight"></a><div id="method" class="detail" override="true">
<h3>setHeight(p_height)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#height">height</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_height</b><div class="paramSummary">控件的高度,可以是数字(如 100),也可以是字符串(如 “100%”)。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setHeight">mx.controls.Control.setHeight</a></div>
</div>
<hr>
</div><a name="setLeft"></a><div id="method" class="detail" override="true">
<h3>setLeft(p_left)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#left">left</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_left</b><div class="paramSummary">控件的左边界与父容器左边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setLeft">mx.controls.Control.setLeft</a></div>
</div>
<hr>
</div><a name="setPadding"></a><div id="method" class="detail" override="true">
<h3>setPadding(p_padding)
方法
</h3>
<div class="content">
<div class="summary">设置控件的内边距。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_padding</b><div class="paramSummary">一个字符串,表示css样式的 padding 属性。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setPadding">mx.controls.Control.setPadding</a></div>
</div>
<hr>
</div><a name="setPosition"></a><div id="method" class="detail" override="true">
<h3>setPosition(p_position)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#position">position</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_position</b><div class="paramSummary">一个字符串,表示 css 样式的 position 属性。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setPosition">mx.controls.Control.setPosition</a></div>
</div>
<hr>
</div><a name="setRight"></a><div id="method" class="detail" override="true">
<h3>setRight(p_right)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#right">right</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_right</b><div class="paramSummary">控件的右边界与父容器右边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setRight">mx.controls.Control.setRight</a></div>
</div>
<hr>
</div><a name="setTop"></a><div id="method" class="detail" override="true">
<h3>setTop(p_top)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#top">top</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_top</b><div class="paramSummary">控件的上边界与父容器上边界的像素距离,可以是数字(如 50),也可以是字符串(如 50%)。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setTop">mx.controls.Control.setTop</a></div>
</div>
<hr>
</div><a name="setValue"></a><div id="method" class="detail">
<h3>setValue(p_value, p_triggerEvent)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#value">value</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_value</b><div class="paramSummary">一个 Date 类型或字符串形式的日期值。</div>
</li>
<li><b class="paramName">p_triggerEvent</b><div class="paramSummary">一个 Boolean 值,表示是否需要触发 <a href="#onchanged">onchanged</a> 事件。如果该值为 true,则触发事件;反之则不触发。</div>
</li>
</ul>
</div>
<hr>
</div><a name="setVisible"></a><div id="method" class="detail" override="true">
<h3>setVisible(p_visible)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#visible">visible</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_visible</b><div class="paramSummary">一个 Boolean 值,表示控件是否可见。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setVisible">mx.controls.Control.setVisible</a></div>
</div>
<hr>
</div><a name="setWidth"></a><div id="method" class="detail" override="true">
<h3>setWidth(p_width)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#width">width</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_width</b><div class="paramSummary">控件的高度,可以是数字(如 500)、字符串(如“500px”或“50%”).</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#setWidth">mx.controls.Control.setWidth</a></div>
</div>
<hr>
</div><a name="show"></a><div id="method" class="detail" override="true">
<h3>show()
方法
</h3>
<div class="content">
<div class="summary">显示控件,设置控件可见。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#show">mx.controls.Control.show</a></div>
</div>
<hr>
</div><a name="$"></a><div id="method" class="detail" override="true">
<h3>$(p_expression)
方法
</h3>
<div class="content">
<div class="summary">该方法与 me.$e.find(p_expression) 等同。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_expression</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#$">mx.controls.Control.$</a></div>
</div>
<hr>
</div><a name="$wrap"></a><div id="method" class="detail" override="true">
<h3>$wrap([p_obj])
方法
</h3>
<div class="content">
<div class="summary">返回一个 JQuery 对象。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_obj</b><div class="paramSummary">可选的。默认值为“me.$e”。一个 JQuery 对象,或继承自 Control 的控件,或字符串,或 HTML DOM 元素。如果参数为 JQuery 对象,则返回本身;如果参数为继承自 Control 的控件,则返回控件的 $e 对象;如果参数为字符串,则返回以字符串为选择器的 JQuery 对象;如果参数为空,则返回控件本身的 $e 对象。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#$wrap">mx.controls.Control.$wrap</a></div>
</div>
<hr>
</div>
</div>
<div id="field" class="detailSection">
<h2>字段详细信息</h2><a name="alias"></a><div id="field" class="detail" override="true">
<h3>alias 字段
</h3>
<div class="content">
<div class="summary">获取或设置一个字符串,表示控件的别名。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#alias">mx.controls.Control.alias</a></div>
</div>
<hr>
</div><a name="border"></a><div id="field" class="detail" override="true">
<h3>border 字段
</h3>
<div class="content">
<div class="summary">获取控件的边框样式。如“1px solid red”,表示边框的样式为 1 像素红色的实线。请使用 <a href="#setBorder">setBorder</a>
方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#border">mx.controls.Control.border</a></div>
</div>
<hr>
</div><a name="bottom"></a><div id="field" class="detail" override="true">
<h3>bottom 字段
</h3>
<div class="content">
<div class="summary">获取控件的下边界与父容器下边界的像素距离。请使用 <a href="#setBottom">setBottom</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#bottom">mx.controls.Control.bottom</a></div>
</div>
<hr>
</div><a name="cssClass"></a><div id="field" class="detail" override="true">
<h3>cssClass 字段
</h3>
<div class="content">
<div class="summary">指定css伪类名称,设置控件显示样式</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#cssClass">mx.controls.Control.cssClass</a></div>
</div>
<hr>
</div><a name="display"></a><div id="field" class="detail" override="true">
<h3>display 字段
</h3>
<div class="content">
<div class="summary">获取控件的显示样式值。如“none”,表示隐藏控件;
“block”表示强制作为块对象呈递。请使用 <a href="#setDisplay">setDisplay</a>。注:该"block"值不能在ComplexGrid控件中使用。
方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#display">mx.controls.Control.display</a></div>
</div>
<hr>
</div><a name="displayTime"></a><div id="field" class="detail">
<h3>displayTime 字段
</h3>
<div class="content">
<div class="summary">获取一个值,表示是否显示 <a href="#timeEditor">timeEditor</a> 对象。如果该值为 true,则显示;反之则不显示。
请使用 <a href="#setDisplayTime">setDisplayTime</a> 方法设置该字段的值。
该属性在初始化时是通过 <a href="#setFormatString">setFormatString</a> 决定,在实例化过后可以通过调用 <a href="#setDisplayTime">setDisplayTime</a> 强制显示或者隐藏时间控件。
推荐使用 <a href="#setFormatString">setFormatString</a> 方法设置是否显示时间编辑器。</div>
<h4>默认值</h4>
<div class="h4Content">false</div>
</div>
<hr>
</div><a name="enabled"></a><div id="field" class="detail" override="true">
<h3>enabled 字段
</h3>
<div class="content">
<div class="summary">获取控件是否可以对用户交互作出响应。如果该值为 true,则表示控件可以对用户交互作出响应;反之则不能。
请使用 <a href="#setEnabled">setEnabled</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#enabled">mx.controls.Control.enabled</a></div>
<h4>默认值</h4>
<div class="h4Content">true</div>
</div>
<hr>
</div><a name="formatString"></a><div id="field" class="detail">
<h3>formatString 字段
</h3>
<div class="content">
<div class="summary">获取格式说明符字符,指示如何显示值。请使用 <a href="#setFormatString">setFormatString</a> 方法设置该字段的值。<br/>
该字段的可选值包括:
<ul>
<li>yyyy-MM</li>
<li>yyyy-MM-dd</li>
<li>yyyy-MM-dd HH:mm</li>
<li>yyyy-MM-dd HH:mm:ss</li>
</ul></div>
<h4>默认值</h4>
<div class="h4Content">yyyy-MM-dd</div>
</div>
<hr>
</div><a name="height"></a><div id="field" class="detail" override="true">
<h3>height 字段
</h3>
<div class="content">
<div class="summary">获取控件的高度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setHeight">setHeight</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#height">mx.controls.Control.height</a></div>
</div>
<hr>
</div><a name="layoutConfigs"></a><div id="field" class="detail" override="true">
<h3>layoutConfigs 字段
</h3>
<div class="content">
<div class="summary">获取或者设置一个 JSON 对象,该属性表示控件在父容器中的布局配置参数。该属性只有在控件父容器运用布局器才会生效。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#layoutConfigs">mx.controls.Control.layoutConfigs</a></div>
</div>
<hr>
</div><a name="left"></a><div id="field" class="detail" override="true">
<h3>left 字段
</h3>
<div class="content">
<div class="summary">获取控件的左边界与父容器左边界的像素距离。请使用 <a href="#setLeft">setLeft</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#left">mx.controls.Control.left</a></div>
</div>
<hr>
</div><a name="padding"></a><div id="field" class="detail" override="true">
<h3>padding 字段
</h3>
<div class="content">
<div class="summary">获取控件的内边距。如“4px”表示上下左右的内边距均为 4 像素; “4px 2px 3px 1px”则表示上边距为 4 像素,右边距为 2
像素,下边距为 3 像素,左边距为 1 像素。请使用 <a href="#setPadding">setPadding</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#padding">mx.controls.Control.padding</a></div>
</div>
<hr>
</div><a name="parent"></a><div id="field" class="detail" override="true">
<h3>parent 字段
</h3>
<div class="content">
<div class="summary">获取控件所属的父对象。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#parent">mx.controls.Control.parent</a></div>
</div>
<hr>
</div><a name="permissionID"></a><div id="field" class="detail" override="true">
<h3>permissionID 字段
</h3>
<div class="content">
<div class="summary">获取或设置一个字符串,表示控件的权限标识。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#permissionID">mx.controls.Control.permissionID</a></div>
</div>
<hr>
</div><a name="position"></a><div id="field" class="detail" override="true">
<h3>position 字段
</h3>
<div class="content">
<div class="summary">获取控件位置样式值。如“static”,表示无特殊定位,对象遵循 HTML 定位规则。请使用 <a href="#setPosition">setPosition</a>
方法设置该字段的值。
<p>
该字段的可选值包括:
<ul>
<li>static</li>
<li>relative</li>
<li>absolute</li>
<li>fixed</li>
</ul>
</p></div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#position">mx.controls.Control.position</a></div>
</div>
<hr>
</div><a name="right"></a><div id="field" class="detail" override="true">
<h3>right 字段
</h3>
<div class="content">
<div class="summary">获取控件的右边界与父容器右边界的像素距离。请使用 <a href="#setRight">setRight</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#right">mx.controls.Control.right</a></div>
</div>
<hr>
</div><a name="timeEditor"></a><div id="field" class="detail">
<h3>timeEditor 字段
</h3>
<div class="content">
<div class="summary">一个 <a href="../../../html/mx/editors/TimeEditor.html">TimeEditor</a> 对象,表示显示在底部的时间控件。</div>
</div>
<hr>
</div><a name="top"></a><div id="field" class="detail" override="true">
<h3>top 字段
</h3>
<div class="content">
<div class="summary">获取控件的上边界与父容器上边界的像素距离。请使用 <a href="#setTop">setTop</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#top">mx.controls.Control.top</a></div>
</div>
<hr>
</div><a name="value"></a><div id="field" class="detail">
<h3>value 字段
</h3>
<div class="content">
<div class="summary">获取控件当前显示的日期和时间值。请使用 <a href="#setValue">setValue</a> 方法设置该字段的值。</div>
</div>
<hr>
</div><a name="visible"></a><div id="field" class="detail" override="true">
<h3>visible 字段
</h3>
<div class="content">
<div class="summary">获取一个 Boolean 值,表示控件是否可见。如果该值为 true,则表示控件可见;反之则不可见。请使用 <a href="#setVisible">setVisible</a>
方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#visible">mx.controls.Control.visible</a></div>
<h4>默认值</h4>
<div class="h4Content">true</div>
</div>
<hr>
</div><a name="width"></a><div id="field" class="detail" override="true">
<h3>width 字段
</h3>
<div class="content">
<div class="summary">获取控件的宽度。可以是数字(如 500)、字符串(如“500px”或“50%”)。请使用 <a href="#setWidth">setWidth</a> 方法设置该字段的值。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#width">mx.controls.Control.width</a></div>
</div>
<hr>
</div><a name="$e"></a><div id="field" class="detail" override="true">
<h3>$e 字段
</h3>
<div class="content">
<div class="summary">获取该控件的占位符,该占位符为一个 JQuery 对象。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/controls/Control.html#$e">mx.controls.Control.$e</a></div>
</div>
<hr>
</div>
</div>
<div id="event" class="detailSection">
<h2>事件详细信息</h2><a name="onchanged"></a><div id="event" class="detail">
<h3>onchanged 事件
</h3>
<div class="content">
<div class="summary">当该字段的值发生更改后将触发该事件。调用 <a href="#setValue">setValue</a>(p_value, true) 方法并成功更改字段值后会触发该事件。</div>
</div>
<hr>
</div><a name="ondateclick"></a><div id="event" class="detail">
<h3>ondateclick 事件
</h3>
<div class="content">
<div class="summary">点击日期某天时触发事件。</div>
</div>
<hr>
</div>
</div>
</div>
</div>
</body>
</html> | MagicCube/mxframework-2-0-doc | html/mx/controls/Calendar.html | HTML | mit | 57,215 |
<!-- HTML header for doxygen 1.8.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<title>CubbyFlow: CubbyFlow::FDMMGUtils2 Class Reference</title>
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href="jquery.smartmenus.bootstrap.css" rel="stylesheet">
<script type="text/javascript" src="jquery.smartmenus.js"></script>
<!-- SmartMenus jQuery Bootstrap Addon -->
<script type="text/javascript" src="jquery.smartmenus.bootstrap.js"></script>
<!-- SmartMenus jQuery plugin -->
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">CubbyFlow v0.71</a>
</div>
</div>
</nav>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div class="content" id="content">
<div class="container">
<div class="row">
<div class="col-sm-12 panel " style="padding-bottom: 15px;">
<div style="margin-bottom: 15px;">
<!-- end header part --><!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_cubby_flow.html">CubbyFlow</a></li><li class="navelem"><a class="el" href="class_cubby_flow_1_1_f_d_m_m_g_utils2.html">FDMMGUtils2</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="class_cubby_flow_1_1_f_d_m_m_g_utils2-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">CubbyFlow::FDMMGUtils2 Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Multigrid utilities for 2-D FDM system.
<a href="class_cubby_flow_1_1_f_d_m_m_g_utils2.html#details">More...</a></p>
<p><code>#include <<a class="el" href="_f_d_m_m_g_linear_system2_8hpp_source.html">Core/FDM/FDMMGLinearSystem2.hpp</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a7f7adcdb19f5a6befe75803ded4afb39"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_f_d_m_m_g_utils2.html#a7f7adcdb19f5a6befe75803ded4afb39">Restrict</a> (const <a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> &finer, <a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> *coarser)</td></tr>
<tr class="memdesc:a7f7adcdb19f5a6befe75803ded4afb39"><td class="mdescLeft"> </td><td class="mdescRight">Restricts given finer grid to the coarser grid. <a href="#a7f7adcdb19f5a6befe75803ded4afb39">More...</a><br /></td></tr>
<tr class="separator:a7f7adcdb19f5a6befe75803ded4afb39"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2dae7068aa0195ed84d26a2bf4ed3708"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_f_d_m_m_g_utils2.html#a2dae7068aa0195ed84d26a2bf4ed3708">Correct</a> (const <a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> &coarser, <a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> *finer)</td></tr>
<tr class="memdesc:a2dae7068aa0195ed84d26a2bf4ed3708"><td class="mdescLeft"> </td><td class="mdescRight">Corrects given coarser grid to the finer grid. <a href="#a2dae7068aa0195ed84d26a2bf4ed3708">More...</a><br /></td></tr>
<tr class="separator:a2dae7068aa0195ed84d26a2bf4ed3708"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa9c85aaf22432231e594401fc6c2f487"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
<tr class="memitem:aa9c85aaf22432231e594401fc6c2f487"><td class="memTemplItemLeft" align="right" valign="top">static void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_f_d_m_m_g_utils2.html#aa9c85aaf22432231e594401fc6c2f487">ResizeArrayWithCoarsest</a> (const <a class="el" href="namespace_cubby_flow.html#a9b998d7447a5b8cd6dbe09b9934691b1">Vector2UZ</a> &coarsestResolution, size_t numberOfLevels, std::vector< <a class="el" href="namespace_cubby_flow.html#a394dd521512ab234e41c897139f550ab">Array2</a>< T >> *levels)</td></tr>
<tr class="memdesc:aa9c85aaf22432231e594401fc6c2f487"><td class="mdescLeft"> </td><td class="mdescRight">Resizes the array with the coarsest resolution and number of levels. <a href="#aa9c85aaf22432231e594401fc6c2f487">More...</a><br /></td></tr>
<tr class="separator:aa9c85aaf22432231e594401fc6c2f487"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a28b8a763303ae4d0d4406a89dfa76c50"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
<tr class="memitem:a28b8a763303ae4d0d4406a89dfa76c50"><td class="memTemplItemLeft" align="right" valign="top">static void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_f_d_m_m_g_utils2.html#a28b8a763303ae4d0d4406a89dfa76c50">ResizeArrayWithFinest</a> (const <a class="el" href="namespace_cubby_flow.html#a9b998d7447a5b8cd6dbe09b9934691b1">Vector2UZ</a> &finestResolution, size_t maxNumberOfLevels, std::vector< <a class="el" href="namespace_cubby_flow.html#a394dd521512ab234e41c897139f550ab">Array2</a>< T >> *levels)</td></tr>
<tr class="memdesc:a28b8a763303ae4d0d4406a89dfa76c50"><td class="mdescLeft"> </td><td class="mdescRight">Resizes the array with the finest resolution and max number of levels. <a href="#a28b8a763303ae4d0d4406a89dfa76c50">More...</a><br /></td></tr>
<tr class="separator:a28b8a763303ae4d0d4406a89dfa76c50"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Multigrid utilities for 2-D FDM system. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a id="a2dae7068aa0195ed84d26a2bf4ed3708"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2dae7068aa0195ed84d26a2bf4ed3708">◆ </a></span>Correct()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void CubbyFlow::FDMMGUtils2::Correct </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> & </td>
<td class="paramname"><em>coarser</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> * </td>
<td class="paramname"><em>finer</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Corrects given coarser grid to the finer grid. </p>
</div>
</div>
<a id="aa9c85aaf22432231e594401fc6c2f487"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa9c85aaf22432231e594401fc6c2f487">◆ </a></span>ResizeArrayWithCoarsest()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void CubbyFlow::FDMMGUtils2::ResizeArrayWithCoarsest </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="namespace_cubby_flow.html#a9b998d7447a5b8cd6dbe09b9934691b1">Vector2UZ</a> & </td>
<td class="paramname"><em>coarsestResolution</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>numberOfLevels</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::vector< <a class="el" href="namespace_cubby_flow.html#a394dd521512ab234e41c897139f550ab">Array2</a>< T >> * </td>
<td class="paramname"><em>levels</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Resizes the array with the coarsest resolution and number of levels. </p>
</div>
</div>
<a id="a28b8a763303ae4d0d4406a89dfa76c50"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a28b8a763303ae4d0d4406a89dfa76c50">◆ </a></span>ResizeArrayWithFinest()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void CubbyFlow::FDMMGUtils2::ResizeArrayWithFinest </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="namespace_cubby_flow.html#a9b998d7447a5b8cd6dbe09b9934691b1">Vector2UZ</a> & </td>
<td class="paramname"><em>finestResolution</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>maxNumberOfLevels</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::vector< <a class="el" href="namespace_cubby_flow.html#a394dd521512ab234e41c897139f550ab">Array2</a>< T >> * </td>
<td class="paramname"><em>levels</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Resizes the array with the finest resolution and max number of levels. </p>
<p>This function resizes the system with multiple levels until the resolution is divisible with 2^(level-1).</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">finestResolution</td><td>- The finest grid resolution. </td></tr>
<tr><td class="paramname">maxNumberOfLevels</td><td>- Maximum number of multigrid levels. </td></tr>
<tr><td class="paramname">levels</td><td>- The array to resize. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="a7f7adcdb19f5a6befe75803ded4afb39"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7f7adcdb19f5a6befe75803ded4afb39">◆ </a></span>Restrict()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void CubbyFlow::FDMMGUtils2::Restrict </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> & </td>
<td class="paramname"><em>finer</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespace_cubby_flow.html#aa399c549b850bb7d74ee00db425d13d8">FDMVector2</a> * </td>
<td class="paramname"><em>coarser</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Restricts given finer grid to the coarser grid. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>Core/FDM/<a class="el" href="_f_d_m_m_g_linear_system2_8hpp_source.html">FDMMGLinearSystem2.hpp</a></li>
<li>Core/FDM/<a class="el" href="_f_d_m_m_g_linear_system2-_impl_8hpp_source.html">FDMMGLinearSystem2-Impl.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
</div>
</div>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 15 2021 02:18:15 for CubbyFlow by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
<script type="text/javascript" src="doxy-boot.js"></script>
</html>
| utilForever/CubbyFlow | class_cubby_flow_1_1_f_d_m_m_g_utils2.html | HTML | mit | 15,567 |
{% load staticfiles %}
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
<style type="text/css">
html {
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
position: relative;
margin: 0;
}
.footerWeb {
background-color: #1565C0;
padding:15px;
}
input[type=text] {
width: 100%;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 15px;
font-size: 16px;
background-color: white;
background-image: url('searchicon.png');
background-size: contain;
background-repeat: no-repeat;
padding: 4px 20px 4px 40px;
}
.header-background {
background-image: url({% static 'library/images/bg_1.jpg' %});
background-size: 100% 100%;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
.search_Tab_Box {
height: 70px;
}
.search_Tab_Header {
max-width: 600px;
height: auto;
width: 100%;
}
.search_Tab {
max-width: 800px;
height: auto;
}
.searchBox {
height: 40px;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border: 2px solid !important;
border-color: #BDBDBD !important;
width: 100%;
}
.searchButton {
height: 40px;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border: 2px solid !important;
border-left: 0 !important;
border-color: #BDBDBD !important;
}
.mdl-layout__header--waterfall.is-casting-shadow {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.mdl-layout__header.is-compact {
max-height: 50px;
}
}
</style>
</head>
<body>
<div class="mdl-layout__container has-scrolling-header">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdl-layout__header--waterfall header-background">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">Smart Library</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation">
<a href="/lib/" class="mdl-navigation__link" style="margin: 0px;">Home</a>
<a href="/lib/catalog/" class="mdl-navigation__link" style="margin: 0px;">Catalog</a> {% if user.is_active %}
<a href="/lib/borrow/" class="mdl-navigation__link" style="margin: 0px;">Profile</a>
<a href="/lib/setting/" class="mdl-navigation__link" style="margin: 0px;">Setting</a>
<a href="/logout/" class="mdl-navigation__link" style="margin: 0px;">Log Out</a> {% else %}
<a href="/login/" class="mdl-navigation__link" style="margin: 0px;">Log In</a> {% endif %}
</nav>
</div>
<div class="mdl-layout__header-row search_Tab_Box">
<!-- <div class="mdl-grid search_Tab_Area"> -->
<form class="mdl-grid search_Tab_Header" id="search" action="/lib/catalog/" method="POST" autocomplete="off" _lpchecked="1">
<div style="float:left; width:85%;">
{% csrf_token %}
<input class="searchBox" name="search" type="text" placeholder="Search..." value="" tabindex="1" autocomplete="off" maxlength="240">
</div>
<div style="float:left;">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent searchButton" type="submit" name="general" /><i class="material-icons">search</i></button>
</div>
</form>
<!-- </div> -->
</div>
</header>
<main class="mdl-layout__content">
<div class="mdl-grid" style="max-height:870px;">
<div class="mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--10-col-desktop mdl-cell--12-col-phone mdl-cell--12-col-tablet mdl-cell--1-offset-desktop mdl-grid">
<!-- <h2 style="margin:30px;">Borrow Book</h2> -->
<div class="mdl-cell mdl-cell--12-col mdl-grid">
<h2 class="mdl-cell--middle" style="max-height:90px; margin:15px; font-family: 'Handlee', cursive;"><i><b>Borrow Book</b></i></h2>
<h4 class="mdl-cell--middle" style="margin-left:30px; font-family: 'Handlee', cursive;"><b>Student ID: {{student.student_ID}}<br> Student: {{student.user.first_name}} {{student.user.last_name}}</b></h4>
</div>
<div class="mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-grid">
<form id="searchForm" action='/lib/borrow/' method="post">
{% csrf_token %}
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label" style="margin-left:20px;">
<label for="search_book" class="mdl-textfield__label">Book ID</label>
<input style="border-radius: 5px !important; border: 0px !important; border-bottom: 1px solid gray; padding-left:0px;" id="search_book" type="text" class="mdl-textfield__input" name="search_book" value="{{book_code}}" required />
</div>
<button type="submit" style="margin-left:20px;" class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent" name="submit_borrow">Borrow</button>
</form>
</div>
<div class="mdl-cell mdl-cell--11-col mdl-grid">
<form id="studentform" action='/lib/librarian/backend_returnbook/' method="post">
{% csrf_token %}
<table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead>
<tr>
<th>#</th>
<th class="mdl-data-table__cell--non-numeric">Code</th>
<th class="mdl-data-table__cell--non-numeric">Name</th>
<th class="mdl-data-table__cell--non-numeric">Return Date</th>
</tr>
</thead>
<tbody>
{% for book in book_list %}
<tr name="studentTable" value="{{student.user.username}}" id="{{student.user.username}}">
<td>
{{forloop.counter}}
</td>
<td class="mdl-data-table__cell--non-numeric"><b>{{book.code}}</b></td>
<td class="mdl-data-table__cell--non-numeric">{{book.name}}</td>
<td class="mdl-data-table__cell--non-numeric">{{book.borrow_date|date}}</td>
</tr>
{% endfor %}
</tbody>
</table>
</form>
</div>
</div>
</div>
</main>
<footer class="mdl-mini-footer footerWeb">
<div class="mdl-mini-footer__left-section mdl-cell--middle">
<div class="mdl-logo" style="font-size:20px;">Smart Library</div>
<ul class="mdl-mini-footer__link-list" style="color:#FFFFFF">
<li><a href="https://github.com/DreamN/Smart-Library">About Us</a></li>
</ul>
</div>
</footer>
</div>
</div>
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
<dialog class="mdl-dialog" id="error_message">
<h4 class="mdl-dialog__title">Error!</h4>
<div class="mdl-dialog__content">
<p>
{{error_message}}
</p>
</div>
<div class="mdl-dialog__actions">
<button type="button" class="mdl-button close">No</button>
</div>
</dialog>
<script type="text/javascript">
{% if error_message %}
var dialog0 = document.querySelector('#error_message');
dialog0.showModal();
if (!dialog0.showModal) {
dialogPolyfill.registerDialog(dialog0);
}
dialog0.querySelector('.close').addEventListener('click', function() {
dialog0.close();
});
{% endif %}
</script>
</body>
</html>
| DreamN/Smart-Library | library/templates/borrowbook.html | HTML | mit | 8,376 |
<link rel="import" href="form-field.html">
<polymer-element name="core-own-signin">
<template>
<style>
:host {
width: 100%;
height: auto;
}
#send {
margin-left: auto;
margin-right: auto;
display: block;
background-color: rgb(137, 191, 79);
}
</style>
<div>
<form-field
id="username"
label="Username"
icon="account-circle"
errorMsg="Please write a valid username"
checkInDB="true"
regexp=".{3,}"
></form-field>
<form-field
id="email"
type="email"
label="E-mail address"
icon="mail"
errorMsg="Should be a valid email address"
checkInDB="true"
regexp="[\w-\.]{3,}@([\w-]{2,}\.)*([\w-]{2,}\.)[\w-]{2,4}"
></form-field>
<form-field
id="name"
label="Your name"
icon="account-circle"
errorMsg="Please write a name"
regexp=".{3,}"
></form-field>
<form-field
id="password"
type="password"
label="Choose password"
icon="lock"
errorMsg="Password must contain 6 to 16 characters, and it must include uppercase, lowercase and numbers"
on-blur="{{checkPassword}}"
regexp="^(?=.+\d)(?=.*[a-z])(?=.*[A-Z])[\da-zA-Z]{6,16}$"
></form-field>
<form-field
id="password2"
type="password"
label="Re-enter password"
icon="lock"
errorMsg="Must be the same password"
on-blur="{{checkPassword}}"
></form-field>
<form-field
id="bdate"
label="Birth date"
icon="redeem"
on-keydown="{{keydown}}"
errorMsg="Fill in a valid date. (dd-mm-yy)"
regexp="^(0?[1-9]|[12][0-9]|3[01])[\/\-](0?[1-9]|1[012])[\/\-](19|20)?\d{2}$"
></form-field>
</div>
<paper-fab disabled on-click="{{startProgress}}" id="send" icon="arrow-forward" title="submit"></paper-fab>
</template>
<script>
Polymer({
ready: function() {
this.addEventListener('blur', this.validateAll);
},
checkPassword: function(){
if (this.$.password2.$.input.value) {
if (this.$.password.$.input.value === this.$.password2.$.input.value) {
this.$.password2.$.icon.className = "green";
this.$.password2.error.visible = false;
return true;
} else {
this.$.password2.$.icon.className = "red";
this.$.password2.error.visible = true;
return false;
}
} else {
this.$.password2.$.icon.className = "";
}
},
validateAll: function() {
var fields = this.shadowRoot.getElementsByTagName('form-field');
var isValid = true;
var that = this;
for(var i=0; i<fields.length; i++) {
/* A field is not valid if:
* 1) The data introduced is incorrect (mainly because there is a non-empty pattern and the data does not fit it)... OR
* 2) The data introduced is already in the database.
*/
if ((fields[i].$.input.pattern && !fields[i].$.input.validity.valid) || fields[i].error.inDB) {
isValid = false;
}
}
if (isValid) {
that.$.send.removeAttribute("disabled");
} else {
that.$.send.setAttribute( "disabled", '');
}
},
keydown: function(event, detail, sender) {
if(event.keyCode === 13) {
this.validateAll();
}
},
startProgress: function(){
var datos = {
username: this.$.username.$.field.input.value,
name: this.$.name.$.field.input.value,
mail: this.$.email.$.field.input.value,
bdate: this.$.bdate.$.field.input.value,
password: this.$.password.$.field.input.value,
}
datos.type = "create";
console.log('own signin');
console.log(datos);
this.fire('login', JSON.stringify(datos));
}
});
</script>
</polymer-element>
| josestrk/PersonalQR | core/core-own-signin/core-own-signin.html | HTML | mit | 3,840 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Fancytree - Example: Forms</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js" type="text/javascript"></script>
<link href="../src/skin-win7/ui.fancytree.css" rel="stylesheet" type="text/css">
<script src="../src/jquery.fancytree.js" type="text/javascript"></script>
<!-- Start_Exclude: This block is not part of the sample code -->
<link href="../lib/prettify.css" rel="stylesheet">
<script src="../lib/prettify.js" type="text/javascript"></script>
<link href="sample.css" rel="stylesheet" type="text/css">
<script src="sample.js" type="text/javascript"></script>
<!-- End_Exclude -->
<style type="text/css">
</style>
<!-- Add code to initialize the tree when the document is loaded: -->
<script type="text/javascript">
$(function(){
$("#tree").fancytree({
checkbox: true,
selectMode: 2,
source: [
// {title: "Item 1 with embedded html: <input type='input' name='node1info'>", key: "node1"},
{title: "Item 1", key: "node1"},
{title: "Folder 2", folder: true, expanded: true, key: "node2",
children: [
{title: "Sub-item 2.1", key: "node2.1"},
{title: "Sub-item 2.2", key: "node2.2"}
]
},
{title: "Item 3", key: "node3"}
]
});
$("#tree2").fancytree({
checkbox: false,
selectMode: 3,
source: [
{title: "Item 1", key: "node1"},
{title: "Folder 2", folder: true, key: "node2",
children: [
{title: "Sub-item 2.1", key: "node2.1"},
{title: "Sub-item 2.2", key: "node2.2"}
]
},
{title: "Item 3", key: "node3"}
]
});
$("form").submit(function() {
// Render hidden <input> elements for active and selected nodes
$("#tree").fancytree("getTree").generateFormElements();
$("#tree2").fancytree("getTree").generateFormElements();
alert("POST data:\n" + jQuery.param($(this).serializeArray()));
// return false to prevent submission of this sample
return false;
});
});
</script>
<!-- Start_Exclude: This block is not part of the sample code -->
<script>
$(function(){
/*
addSampleButton({
label: "Generate <input> elements",
code: function(){
$("#tree").fancytree("getTree").generateInput();
$("#tree2").fancytree("getTree").generateInput();
}
});
*/
});
</script>
<!-- End_Exclude -->
</head>
<body class="example">
<h1>Example: Form</h1>
<!-- Start_Exclude: This block is not part of the sample code -->
<div class="description">
These two trees are embedded in a form, together with some standard elements.
<ul>
<li>Use TAB key to move the focus between form elements.<br>
Note that a tree behaves like a single control (like a radio button group)
<li>Experimental support for <a href="http://www.w3.org/TR/wai-aria/">WAI-ARIA</a>
<li>The submit handler is hooked to generate hidden checkbox elements for
selected and active nodes.<br>
Note that in select mode 3 only the topmost nodes are considered.
<li>The values are then POSTed to the server (together with the other form elements).
</ul>
</div>
<div>
<label for="skinswitcher">Skin:</label> <select id="skinswitcher"></select>
</div>
<hr>
<!-- End_Exclude -->
<!--
<form action="http://127.0.0.1:8001/submit_data" method="POST">
-->
<form action="/submit_data" method="POST">
<textarea name="comment"></textarea>
<br>
<fieldset>
<legend>Radioboxes</legend>
<input type="radio" name="rb1" value="foo" checked> Foo
<input type="radio" name="rb1" value="bar"> Bar
<input type="radio" name="rb1" value="baz"> Baz
</fieldset>
<br>
<fieldset>
<legend>Checkboxes</legend>
<input type="checkbox" name="cb1" value="John" checked>John
<input type="checkbox" name="cb1" value="Paul">Paul
<input type="checkbox" name="cb1" value="George">George
<input type="checkbox" name="cb1" value="Ringo">Ringo
</fieldset>
<br>
<fieldset>
<legend>Lists</legend>
<select name="list1" multiple="multiple">
<option value="up">Up</option>
<option value="down">Down</option>
<option value="charm">Charm</option>
<option value="strange">Strange</option>
</select>
</fieldset>
Username: <input type="text" name="userName" />
<br>
<!-- The name attribute is used by tree.serializeArray() -->
<fieldset>
<legend>Select 1</legend>
<div id="tree" name="selNodes">
</div>
</fieldset>
<fieldset>
<legend>Select 2</legend>
<div id="tree2" name="selNodes2">
</div>
</fieldset>
<input type="submit" value="Send data">
</form>
<!-- Start_Exclude: This block is not part of the sample code -->
<p id="sampleButtons">
</p>
<hr>
<p class="sample-links no_code">
<a class="hideInsideFS" href="https://github.com/mar10/fancytree/">Fancytree project home</a>
<a class="hideOutsideFS" href="#">Link to this page</a>
<a class="hideInsideFS" href="index.html">Example Browser</a>
<a href="#" id="codeExample">View source code</a>
</p>
<pre id="sourceCode" class="prettyprint" style="display:none"></pre>
<!-- End_Exclude -->
</body>
</html>
| H4213/WeLyon1.0 | static/components/fancytree-2.9.0/demo/sample-form.html | HTML | mit | 5,272 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.