path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
app/templates/edit_post.html
caser789/xuejiao-blog
{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %} XueJiao's Blog - Edit Post {% endblock %} {% block page_content %} <div class="page-header"> <h1>Edit Post</h1> </div> <div> {{ wtf.quick_form(form) }} </div> {% endblock %} {% block scripts %} {{ super() }} {{ pagedown.include_pagedown() }} {% endblock %}
webroot/orgchart/css/jquery.orgchart.css
si-quimera/avante
/* * jQuery OrgChart Plugin * https://github.com/dabeng/OrgChart * * Demos of jQuery OrgChart Plugin * http://dabeng.github.io/OrgChart/local-datasource/ * http://dabeng.github.io/OrgChart/ajax-datasource/ * http://dabeng.github.io/OrgChart/ondemand-loading-data/ * http://dabeng.github.io/OrgChart/option-createNode/ * http://dabeng.github.io/OrgChart/export-orgchart/ * http://dabeng.github.io/OrgChart/integrate-map/ * * Copyright 2016, dabeng * http://dabeng.github.io/ * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ .orgchart { display: inline-block; min-height: 202px; min-width: 202px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-size: 10px 10px; border: 1px dashed rgba(0,0,0,0); padding: 20px; } .orgchart .hidden, .orgchart~.hidden { display: none!important; } .orgchart *, .orgchart *:before, .orgchart *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .orgchart.b2t { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); } .orgchart.l2r { position: absolute; transform: rotate(-90deg) rotateY(180deg); -ms-transform: rotate(-90deg) rotateY(180deg); -moz-transform: rotate(-90deg) rotateY(180deg); -webkit-transform: rotate(-90deg) rotateY(180deg); transform-origin: left top; -ms-transform-origin: left top; -moz-transform-origin: left top; -webkit-transform-origin: left top; } .orgchart .verticalNodes ul { list-style: none; margin:0px; padding-left: 24px; } .orgchart.r2l { position: absolute; transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform-origin: left top; -ms-transform-origin: left top; -moz-transform-origin: left top; -webkit-transform-origin: left top; } .orgchart>.spinner { font-size: 100px; margin-top: 30px; color: rgba(68, 157, 68, 0.8); } .orgchart table { border-spacing: 0!important; border-collapse: separate!important; } .orgchart>table:first-child{ margin: 20px auto; } .orgchart td { text-align: center; vertical-align: top; padding: 0; } .orgchart tr.lines td.topLine { border-top: 2px solid rgba(217, 83, 79, 0.8); } .orgchart tr.lines td.rightLine { border-right: 1px solid rgba(217, 83, 79, 0.8); float: none; border-radius: 0px; } .orgchart tr.lines td.leftLine { border-left: 1px solid rgba(217, 83, 79, 0.8); float: none; border-radius: 0px; } .orgchart tr.lines .downLine { background-color: rgba(217, 83, 79, 0.8); margin: 0px auto; height: 20px; width: 2px; float: none; } /* node styling */ .orgchart .node { display: inline-block; position: relative; margin: 0; padding: 3px; border: 2px dashed transparent; text-align: center; width: 130px; } .orgchart.l2r .node, .orgchart.r2l .node { width: 50px; height: 130px; } .orgchart .node>.spinner { position: absolute; top: calc(50% - 15px); left: calc(50% - 15px); vertical-align: middle; font-size: 30px; color: rgba(68, 157, 68, 0.8); } .orgchart .node:hover { background-color: rgba(238, 217, 54, 0.5); transition: .5s; cursor: default; z-index: 20; } .orgchart .node.focused { background-color: rgba(238, 217, 54, 0.5); } .orgchart .ghost-node { position: fixed; left: -10000px; top: -10000px; } .orgchart .ghost-node>* { fill: #ffffff; stroke: #bf0000; } .orgchart .node.allowedDrop { border-color: rgba(68, 157, 68, 0.9); } .orgchart .node .title { text-align: center; font-size: 12px; font-weight: bold; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-color: rgba(217, 83, 79, 0.8); color: #fff; border-radius: 4px 4px 0 0; } .orgchart.b2t .node .title { transform: rotate(-180deg); -ms-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform-origin: center bottom; -ms-transform-origin: center bottom; -moz-transform-origin: center bottom; -webkit-transform-origin: center bottom; } .orgchart.l2r .node .title { transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); -ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); -moz-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); -webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); transform-origin: bottom center; -ms-transform-origin: bottom center; -moz-transform-origin: bottom center; -webkit-transform-origin: bottom center; width: 120px; } .orgchart.r2l .node .title { transform: rotate(-90deg) translate(-40px, -40px); -ms-transform: rotate(-90deg) translate(-40px, -40px); -moz-transform: rotate(-90deg) translate(-40px, -40px); -webkit-transform: rotate(-90deg) translate(-40px, -40px); transform-origin: bottom center; -ms-transform-origin: bottom center; -moz-transform-origin: bottom center; -webkit-transform-origin: bottom center; width: 120px; } .orgchart .node .title .symbol { float: left; margin-top: 4px; margin-left: 2px; } .orgchart .node .content { width: 100%; height: 20px; font-size: 11px; line-height: 18px; border: 1px solid rgba(217, 83, 79, 0.8); border-radius: 0 0 4px 4px; text-align: center; background-color: #fff; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .orgchart.b2t .node .content { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform-origin: center top; -ms-transform-origin: center top; -moz-transform-origin: center top; -webkit-transform-origin: center top; } .orgchart.l2r .node .content { transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); -ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); -moz-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); -webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg); transform-origin: top center; -ms-transform-origin: top center; -moz-transform-origin: top center; -webkit-transform-origin: top center; width: 120px; } .orgchart.r2l .node .content { transform: rotate(-90deg) translate(-40px, -40px); -ms-transform: rotate(-90deg) translate(-40px, -40px); -moz-transform: rotate(-90deg) translate(-40px, -40px); -webkit-transform: rotate(-90deg) translate(-40px, -40px); transform-origin: top center; -ms-transform-origin: top center; -moz-transform-origin: top center; -webkit-transform-origin: top center; width: 120px; } .orgchart .node .edge { font-size: 15px; position: absolute; color: rgba(68, 157, 68, 0.5); cursor: default; transition: .2s; -webkit-transition: .2s; } .orgchart.noncollapsable .node .edge { display: none; } .orgchart .edge:hover { color: #449d44; cursor: pointer; } .orgchart .node .verticalEdge { width: calc(100% - 10px); width: -webkit-calc(100% - 10px); width: -moz-calc(100% - 10px); left: 5px; } .orgchart .node .topEdge { top: -4px; } .orgchart .node .bottomEdge { bottom: -4px; } .orgchart .node .horizontalEdge { width: 15px; height: calc(100% - 10px); height: -webkit-calc(100% - 10px); height: -moz-calc(100% - 10px); top: 5px; } .orgchart .node .rightEdge { right: -4px; } .orgchart .node .leftEdge { left: -4px; } .orgchart .node .horizontalEdge::before { position: absolute; top: calc(50% - 7px); top: -webkit-calc(50% - 7px); top: -moz-calc(50% - 7px); } .orgchart .node .rightEdge::before { right: 3px; } .orgchart .node .leftEdge::before { left: 3px; } .orgchart .node .toggleBtn { position: absolute; left: -9px; bottom: 16px; color: rgba(68, 157, 68, 0.6); } .orgchart .node .toggleBtn:hover { color: rgba(68, 157, 68, 0.8); } .oc-export-btn { display: inline-block; position: absolute; right: 5px; top: 5px; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #fff; background-color: #5cb85c; border: 1px solid transparent; border-color: #4cae4c; border-radius: 4px; } .oc-export-btn[disabled] { cursor: not-allowed; filter: alpha(opacity=30); -webkit-box-shadow: none; box-shadow: none; opacity: 0.3; } .oc-export-btn:hover,.oc-export-btn:focus,.oc-export-btn:active { background-color: #449d44; border-color: #347a34; } .orgchart~.mask { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 999; text-align: center; background-color: rgba(0,0,0,0.3); } .orgchart~.mask .spinner { position: absolute; top: calc(50% - 54px); left: calc(50% - 54px); color: rgba(255,255,255,0.8); font-size: 108px; } .orgchart .node { transition: all 0.3s; webkit-transition: all 0.3s; opacity: 1; top: 0; left: 0; } .orgchart .slide-down { opacity: 0; top: 40px; } .orgchart.l2r .node.slide-down, .orgchart.r2l .node.slide-down { top: 130px; } .orgchart .slide-up { opacity: 0; top: -40px; } .orgchart.l2r .node.slide-up, .orgchart.r2l .node.slide-up { top: -130px; } .orgchart .slide-right { opacity: 0; left: 130px; } .orgchart.l2r .node.slide-right, .orgchart.r2l .node.slide-right { left: 40px; } .orgchart .slide-left { opacity: 0; left: -130px; } .orgchart.l2r .node.slide-left, .orgchart.r2l .node.slide-left { left: -40px; } .orgchart .top-level .title { background-color: #006699; } .orgchart .top-level .content { border-color: #006699; } .orgchart .middle-level .title { background-color: #009933; } .orgchart .middle-level .content { border-color: #009933; } .orgchart .bottom-level .title { background-color: #993366; } .orgchart .bottom-level .content { border-color: #993366; } .orgchart .four-level .title { background-color: #ff834d; } .orgchart .four-level .content { border-color: #ff834d; }
doc/api/classes/ActionDispatch/Routing/Mapper/Concerns.html
zhuzhang/auc
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActionDispatch::Routing::Mapper::Concerns</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" /> <script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.0.0</span><br /> <h1> <span class="type">Module</span> ActionDispatch::Routing::Mapper::Concerns </h1> <ul class="files"> <li><a href="../../../../files/home/jude/_gem/ruby/2_0_0/gems/actionpack-4_0_0/lib/action_dispatch/routing/mapper_rb.html">/home/jude/.gem/ruby/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/routing/mapper.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <div class="description"> <p><a href="../../Routing.html">Routing</a> <a href="Concerns.html">Concerns</a> allow you to declare common routes that can be reused inside others resources and routes.</p> <pre>concern :commentable do resources :comments end concern :image_attachable do resources :images, only: :index end</pre> <p>These concerns are used in <a href="Resources.html">Resources</a> routing:</p> <pre>resources :messages, concerns: [:commentable, :image_attachable]</pre> <p>or in a scope or namespace:</p> <pre>namespace :posts do concerns :commentable end</pre> </div> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>C</dt> <dd> <ul> <li> <a href="#method-i-concern">concern</a>, </li> <li> <a href="#method-i-concerns">concerns</a> </li> </ul> </dd> </dl> <!-- Methods --> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-concern"> <b>concern</b>(name, callable = nil, &amp;block) <a href="../../../../classes/ActionDispatch/Routing/Mapper/Concerns.html#method-i-concern" name="method-i-concern" class="permalink">Link</a> </div> <div class="description"> <p>Define a routing concern using a name.</p> <p><a href="Concerns.html">Concerns</a> may be defined inline, using a block, or handled by another object, by passing that object as the second parameter.</p> <p>The concern object, if supplied, should respond to <code>call</code>, which will receive two parameters:</p> <pre>* The current mapper * A hash of options which the concern object may use</pre> <p>Options may also be used by concerns defined in a block by accepting a block parameter. So, using a block, you might do something as simple as limit the actions available on certain resources, passing standard resource options through the concern:</p> <pre class="ruby"><span class="ruby-identifier">concern</span> :<span class="ruby-identifier">commentable</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">options</span><span class="ruby-operator">|</span> <span class="ruby-identifier">resources</span> :<span class="ruby-identifier">comments</span>, <span class="ruby-identifier">options</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">resources</span> :<span class="ruby-identifier">posts</span>, <span class="ruby-identifier">concerns</span><span class="ruby-operator">:</span> :<span class="ruby-identifier">commentable</span> <span class="ruby-identifier">resources</span> :<span class="ruby-identifier">archived_posts</span> <span class="ruby-keyword">do</span> <span class="ruby-comment"># Don&#39;t allow comments on archived posts</span> <span class="ruby-identifier">concerns</span> :<span class="ruby-identifier">commentable</span>, <span class="ruby-identifier">only</span><span class="ruby-operator">:</span> [:<span class="ruby-identifier">index</span>, :<span class="ruby-identifier">show</span>] <span class="ruby-keyword">end</span> </pre> <p>Or, using a callable object, you might implement something more specific to your application, which would be out of place in your routes file.</p> <pre class="ruby"><span class="ruby-comment"># purchasable.rb</span> <span class="ruby-keyword">class</span> <span class="ruby-constant">Purchasable</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">defaults</span> = {}) <span class="ruby-ivar">@defaults</span> = <span class="ruby-identifier">defaults</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">call</span>(<span class="ruby-identifier">mapper</span>, <span class="ruby-identifier">options</span> = {}) <span class="ruby-identifier">options</span> = <span class="ruby-ivar">@defaults</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">options</span>) <span class="ruby-identifier">mapper</span>.<span class="ruby-identifier">resources</span> :<span class="ruby-identifier">purchases</span> <span class="ruby-identifier">mapper</span>.<span class="ruby-identifier">resources</span> :<span class="ruby-identifier">receipts</span> <span class="ruby-identifier">mapper</span>.<span class="ruby-identifier">resources</span> :<span class="ruby-identifier">returns</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[:<span class="ruby-identifier">returnable</span>] <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-comment"># routes.rb</span> <span class="ruby-identifier">concern</span> :<span class="ruby-identifier">purchasable</span>, <span class="ruby-constant">Purchasable</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">returnable</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>) <span class="ruby-identifier">resources</span> :<span class="ruby-identifier">toys</span>, <span class="ruby-identifier">concerns</span><span class="ruby-operator">:</span> :<span class="ruby-identifier">purchasable</span> <span class="ruby-identifier">resources</span> :<span class="ruby-identifier">electronics</span>, <span class="ruby-identifier">concerns</span><span class="ruby-operator">:</span> :<span class="ruby-identifier">purchasable</span> <span class="ruby-identifier">resources</span> :<span class="ruby-identifier">pets</span> <span class="ruby-keyword">do</span> <span class="ruby-identifier">concerns</span> :<span class="ruby-identifier">purchasable</span>, <span class="ruby-identifier">returnable</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">end</span> </pre> <p>Any routing helpers can be used inside a concern. If using a callable, they&#39;re accessible from the <a href="../Mapper.html">Mapper</a> that&#39;s passed to <code>call</code>.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-concern_source')" id="l_method-i-concern_source">show</a> </p> <div id="method-i-concern_source" class="dyn-source"> <pre><span class="ruby-comment"># File /home/jude/.gem/ruby/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/routing/mapper.rb, line 1727</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">concern</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">callable</span> = <span class="ruby-keyword">nil</span>, &amp;<span class="ruby-identifier">block</span>) <span class="ruby-identifier">callable</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">lambda</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">mapper</span>, <span class="ruby-identifier">options</span><span class="ruby-operator">|</span> <span class="ruby-identifier">mapper</span>.<span class="ruby-identifier">instance_exec</span>(<span class="ruby-identifier">options</span>, &amp;<span class="ruby-identifier">block</span>) } <span class="ruby-ivar">@concerns</span>[<span class="ruby-identifier">name</span>] = <span class="ruby-identifier">callable</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-concerns"> <b>concerns</b>(*args) <a href="../../../../classes/ActionDispatch/Routing/Mapper/Concerns.html#method-i-concerns" name="method-i-concerns" class="permalink">Link</a> </div> <div class="description"> <p>Use the named concerns</p> <pre>resources :posts do concerns :commentable end</pre> <p>concerns also work in any routes helper that you want to use:</p> <pre>namespace :posts do concerns :commentable end</pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-concerns_source')" id="l_method-i-concerns_source">show</a> </p> <div id="method-i-concerns_source" class="dyn-source"> <pre><span class="ruby-comment"># File /home/jude/.gem/ruby/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/routing/mapper.rb, line 1743</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">concerns</span>(*<span class="ruby-identifier">args</span>) <span class="ruby-identifier">options</span> = <span class="ruby-identifier">args</span>.<span class="ruby-identifier">extract_options!</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">name</span><span class="ruby-operator">|</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">concern</span> = <span class="ruby-ivar">@concerns</span>[<span class="ruby-identifier">name</span>] <span class="ruby-identifier">concern</span>.<span class="ruby-identifier">call</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">options</span>) <span class="ruby-keyword">else</span> <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-node">&quot;No concern named #{name} was found!&quot;</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
particles.html
CynthiaTong/cs380-final-project
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Particles</title> <link rel="stylesheet" type="text/css" href="css/particles.css"> <link rel="shortcut icon" href="../media/favicon.ico"> </head> <body> <div id="container"> </div> <script src="lib/p5.min.js"></script> <script src="js/particles.js"></script> </body> </html>
blog/blog_index.html
AlGreen88/AlGreen88.github.io
<!DOCTYPE html> <html> <head> <title>Blog Index</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> </head> <body> <div id="header"> <ul> <li><span id="name">The Blog</span></li> <li> <a href="https://twitter.com/_Suntory_Time_"><img id= "twitter" src="../images/twitter.png"></a><a href="https://github.com/AlGreen88"><img id="github" src="../images/github.png"></a><a href="https://www.linkedin.com/profile/view?id=421239918&trk=hp-identity-name"><img id="linkedin" src="../images/linkedin.png"></a><a href="https://plus.google.com/115769855579364840458/posts"><img id="googleplus" src="../images/google_plus.png"></a></li> </ul> </div> <div id="navbar"> <ul> <li><a href="http://algreen88.github.io">Home</a></li> <li><a href="http://algreen88.github.io/blog/c1-chefs-kitchen.html">Personal</a></li> <li><a href="http://algreen88.github.io/blog/t1-git-blog.html">Technical</a></li> </ul> </div> <img id="profile"src="http://placehold.it/350x150"> <div id="bloglink"> <p> <a href="http://algreen88.github.io/blog/c1-chefs-kitchen.html">The DBC Experience May 24, 2015</a></p> <p> <a href="http://algreen88.github.io/blog/t1-git-blog.html">Phase 0 Week 1 May 24, 2015</a> <p> <a href="http://algreen88.github.io/blog/t2-css-design.html">Absolute Fixed and Relative May 31, 2015</a></p> </div> </body> <footer> <div id= "footer"> <ul> H <li> <a href="https://twitter.com/_Suntory_Time_"><img id= "twitter" src="../images/twitter.png"></a><a href="https://github.com/AlGreen88"><img id="github" src="../images/github.png"></a><a href="https://www.linkedin.com/profile/view?id=421239918&trk=hp-identity-name"><img id="linkedin" src="../images/linkedin.png"></a><a href="https://plus.google.com/115769855579364840458/posts"><img id="googleplus" src="../images/google_plus.png"></a></li> </ul> </div> </footer> <div id="bottom"> the bottom </div> </html>
app/assets/stylesheets/layout.css
KlimekM/boredgames
* { font-family: Helvetica; } header { background-color: #222222; height: 100px; } nav { background-color: #00bc8c; } nav h1 { display: inline-block; font-size: 75px; width: 45%; height: 110px; } nav ul li { font-size: 24px; } nav p { display: inline-block; } #no-top-margin { margin-top: 0; } #search { position: absolute; height: 60px; top: 70px; right: 10px; width: 300px; border-radius: 24px; padding: 4px; font-size: 24px; outline: none; display: inline-block; } .fa-gamepad, .fa-child { display: inline-block; position: absolute; top: 85px; right: 330px; /*float: right;*/ } .search-hide { display: none; } #i-hide { display: none; } /*Game Cards Table*/ .main-page-headers { text-align: center; background-color: #daa520; width: 90%; margin: 80px auto; padding: 10px; } #all-cards { /*background-color: #daa520;*/ width: 95%; margin: 0 auto; } .game-display-table { text-align: center; background-color: #222222; } .game-display-table td{ width: 30%; padding: 10px; background-color: #272727; } .game-display-table h3 { font-size: 20px; word-wrap: break-word; } .game-image { float: left; } .button_to { display: inline-block; } .game-card-buttons { clear: both; width: 100%; display: block; } option { color: black; } #wrapper { margin-top: 50px; }
archive/category/events/feed/index.html
mca62511/charityakita-static
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" > <channel> <title>Events &#8211; Akita Association of JETs</title> <atom:link href="http://charityakita.com/archive/category/events/feed/" rel="self" type="application/rss+xml" /> <link>http://charityakita.com/archive</link> <description>Blog Archive</description> <lastBuildDate>Wed, 18 May 2016 14:27:57 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=4.5.2</generator> <item> <title>AAJ Halloween Party 2015</title> <link>http://charityakita.com/archive/2015/10/23/aaj-halloween-party-2015/</link> <comments>http://charityakita.com/archive/2015/10/23/aaj-halloween-party-2015/#respond</comments> <pubDate>Fri, 23 Oct 2015 06:40:43 +0000</pubDate> <dc:creator><![CDATA[Michael Aubrey]]></dc:creator> <category><![CDATA[Events]]></category> <guid isPermaLink="false">http://www.charityakita.com/?p=380</guid> <description><![CDATA[日本語の情報はFacebookページであります。 The annual AAJ Halloween Party is only a week away! Come to Jamhouse in Akita City on Saturday, October 31 wearing your best costumes! Entry is 2,500 yen or 2,000 yen with your student ID. Proceeds will be donated to Blue for Tohoku, an NPO which works to help and support children living in orphanages &#8230; <a href="http://charityakita.com/archive/2015/10/23/aaj-halloween-party-2015/" class="more-link">Continue reading<span class="screen-reader-text"> "AAJ Halloween Party 2015"</span></a>]]></description> <wfw:commentRss>http://charityakita.com/archive/2015/10/23/aaj-halloween-party-2015/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item> <title>Halloween Poster Contest WINNER!</title> <link>http://charityakita.com/archive/2015/10/01/halloween-poster-contest-winner/</link> <comments>http://charityakita.com/archive/2015/10/01/halloween-poster-contest-winner/#respond</comments> <pubDate>Thu, 01 Oct 2015 02:26:19 +0000</pubDate> <dc:creator><![CDATA[Rachel Youngblood]]></dc:creator> <category><![CDATA[Events]]></category> <category><![CDATA[News]]></category> <category><![CDATA[2015]]></category> <category><![CDATA[halloween]]></category> <category><![CDATA[poster contest]]></category> <category><![CDATA[winner]]></category> <guid isPermaLink="false">http://www.charityakita.com/?p=360</guid> <description><![CDATA[Akita Association of JETs is excited to announce the winner of our first ever Halloween Poster Contest, Jeffrey Lowther. His creative and spooky Sugichi will make an excellent attraction for this year&#8217;s Halloween Party. Congratulations Jeff and thank you so much for your submission! Also, a big thanks to everyone who submitted a poster creation and to &#8230; <a href="http://charityakita.com/archive/2015/10/01/halloween-poster-contest-winner/" class="more-link">Continue reading<span class="screen-reader-text"> "Halloween Poster Contest WINNER!"</span></a>]]></description> <wfw:commentRss>http://charityakita.com/archive/2015/10/01/halloween-poster-contest-winner/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item> <title>Halloween Poster Contest!</title> <link>http://charityakita.com/archive/2015/09/26/halloween-poster-contest/</link> <comments>http://charityakita.com/archive/2015/09/26/halloween-poster-contest/#respond</comments> <pubDate>Fri, 25 Sep 2015 22:44:36 +0000</pubDate> <dc:creator><![CDATA[Michael Aubrey]]></dc:creator> <category><![CDATA[Events]]></category> <category><![CDATA[News]]></category> <category><![CDATA[halloween]]></category> <category><![CDATA[poster contest]]></category> <category><![CDATA[vote]]></category> <guid isPermaLink="false">http://www.charityakita.com/?p=338</guid> <description><![CDATA[Take a look! These are the amazing submissions we have received for AAJ&#8217;s first ever Halloween Poster Contest! Voting will be held from September 26th until the 30th. Please view each poster, choose one by selecting either Entry A/Entry B at the bottom and submit your vote. The winning poster will be announced on October 1st! &#8230; <a href="http://charityakita.com/archive/2015/09/26/halloween-poster-contest/" class="more-link">Continue reading<span class="screen-reader-text"> "Halloween Poster Contest!"</span></a>]]></description> <wfw:commentRss>http://charityakita.com/archive/2015/09/26/halloween-poster-contest/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item> <title>2015 AAJ Farewell Beach Party</title> <link>http://charityakita.com/archive/2015/07/09/2015-aaj-farewell-beach-party/</link> <pubDate>Thu, 09 Jul 2015 16:52:21 +0000</pubDate> <dc:creator><![CDATA[Michael Aubrey]]></dc:creator> <category><![CDATA[Events]]></category> <guid isPermaLink="false">http://www.charityakita.com/2015-aaj-farewell-beach-party</guid> <description><![CDATA[It&#8217;s time for one more big bash before we say goodbye to some of our lovely friends. Come out for a great party and camping! We will be partying it up at Shimohama Beach. Orange House has allowed us to use their facilities for this event. Cost is ¥500 We are going to have a &#8230; <a href="http://charityakita.com/archive/2015/07/09/2015-aaj-farewell-beach-party/" class="more-link">Continue reading<span class="screen-reader-text"> "2015 AAJ Farewell Beach Party"</span></a>]]></description> </item> </channel> </rss>
index.html
xhanley/xhanley.github.io
<!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=""> <meta name="author" content=""> <title>MelbourneSpace</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> <!-- Theme CSS --> <link href="css/agency.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" integrity="sha384-ZoaMbDF+4LeFxg6WdScQ9nnR1QC2MIRxA1O9KWEXQwns1G8UNyIEZIQidzb0T1fo" crossorigin="anonymous"></script> <![endif]--> </head> <body id="page-top" class="index"> <!-- Navigation --> <nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header-main 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> Menu <i class="fa fa-bars"></i> </button> <a class="navbar-brand page-scroll" href="#page-top">Nano-Sat Revolution</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> <a class="page-scroll" href="#timeline">About</a> </li> <!-- DONN EDIT --> <!-- <li> <a class="page-scroll" href="#portfolio">Project</a> </li> <li> <a class="page-scroll" href="#about">Timeline</a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> </li> --> <li> <a class="page-scroll" href="#team">Team</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Header --> <header> <div class="container"> <div class="intro-text"> <div class="intro-lead-in"></div> <div class="intro-heading">Preparing for space...</div> <a href="#timeline" class="page-scroll btn btn-xl">Tell Me More</a> </div> </div> </header> <!-- Donn - Change notes: Hiding some mid sections until better content. NOte links from header to anchors may need to be replaired --> <!-- Mission Section --> <!-- DONN EDIT --> <!-- <section id="mission"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">About</h2> <h3 class="section-subheading text-muted">We are an organisation which was formed in 2015 in Melbourne, Australia. Our first objective is to develop a small stallite (a CubeSat) which will be launched on board a commercial rocket and operated from a groundstation here in Melbourne.</h3> </div> </div> <div class="row text-center"> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-sitemap fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Engineeing a cubesat</h4> <p class="text-muted">Designed and built in Melbourne, Australia. Developing a 1U cubesat...</p> </div> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-rocket fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Launch</h4> <p class="text-muted">Launching in 2019 from somewhere in South America, on board a rocket...</p> </div> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-cube fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Operate</h4> <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p> </div> </div> </div> </section> --> <!-- Project Grid Section --> <!-- <section id="project" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Project</h2> <h3 class="section-subheading text-muted">To get a cubsesat to space...</h3> </div> </div> <div class="row"> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal1" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/roundicons.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Space Segment</h4> <p class="text-muted">Stuff in space</p> </div> </div> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal2" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/startup-framework.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Ground Segement</h4> <p class="text-muted">Mission operations</p> </div> </div> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal3" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/treehouse.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Payload</h4> <p class="text-muted">Remote Earth Sensing</p> </div> </div> </div> </div> </section> --> <!-- About Section --> <section id="timeline"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Timeline</h2> <h3 class="section-subheading text-muted">The mission timeline is prelimnary until initial mission planning is completed.</h3> </div> </div> <div class="row"> <div class="col-lg-12"> <ul class="timeline"> <li> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/1.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>2015-2017</h4> <h4 class="subheading">Team form - mission planning</h4> </div> <div class="timeline-body"> <p class="text-muted">The team get together and set their sights on space.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/2.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>Late 2018</h4> <h4 class="subheading">Launch</h4> </div> <div class="timeline-body"> <p class="text-muted">Launching with Star Corp launch vehicles, the lauch windo will be given 6 months before launch. It will be launched in to low earth orbit about 200-1000km in altitude. Final testing will be completed before the unit is shipped to the launch provider for packaging.</p> </div> </div> </li> <li> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/3.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>2019</h4> <h4 class="subheading">Operations</h4> </div> <div class="timeline-body"> <p class="text-muted">Operated from a ground station in the outback at a secret location. Telemetry, commands and mission operations will be conducted here.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/4.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>2019 and beyond</h4> <h4 class="subheading">Evaluate hyperspecrtal imaging</h4> </div> <div class="timeline-body"> <p class="text-muted">Assuming we can even do this we will gather and interpret the results for the lifetime of the satellite.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-image"> <h4>The future</h4> </div> </li> </ul> </div> </div> </div> </section> <!-- Team Section --> <section id="team" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">The Team</h2> <h3 class="section-subheading text-muted">We are a collection of people with a vision to send create systems for operations in space.</h3> </div> </div> <div class="row"> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/mark.jpg" class="img-responsive img-circle" alt=""> <h4>Mark Smith</h4> <p class="text-muted">Lead Mission</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/stephan.jpg" class="img-responsive img-circle" alt=""> <h4>Stefan Burger</h4> <p class="text-muted">RF Engineer</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/donn.jpg" class="img-responsive img-circle" alt=""> <h4>Donnchadh O h-Ainle</h4> <p class="text-muted">Systems Engineer</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/mendel.jpg" class="img-responsive img-circle" alt=""> <h4>Mendel Jacks</h4> <p class="text-muted">Mechanical Engineer</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/unknown1.png" class="img-responsive img-circle" alt=""> <h4>?</h4> <p class="text-muted">Electronics</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/unknown1.png" class="img-responsive img-circle" alt=""> <h4>?</h4> <p class="text-muted">Software</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/unknown1.png" class="img-responsive img-circle" alt=""> <h4>?</h4> <p class="text-muted">Integration and Test Engineer</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/unknown1.png" class="img-responsive img-circle" alt=""> <h4>?</h4> <p class="text-muted">Ground Station and Opertations</p> <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <p class="large text-muted">We are always looking for adventurer's with a passion for space - jobs@spacecorp.com</p> </div> </div> </div> </section> <!-- Sponsors --> <!-- DONN EDIT --> <!-- <aside class="clients"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-6"> <a href="#"> <img src="img/logos/envato.jpg" class="img-responsive img-centered" alt=""> </a> </div> <div class="col-md-3 col-sm-6"> <a href="#"> <img src="img/logos/designmodo.jpg" class="img-responsive img-centered" alt=""> </a> </div> <div class="col-md-3 col-sm-6"> <a href="#"> <img src="img/logos/themeforest.jpg" class="img-responsive img-centered" alt=""> </a> </div> <div class="col-md-3 col-sm-6"> <a href="#"> <img src="img/logos/creative-market.jpg" class="img-responsive img-centered" alt=""> </a> </div> </div> </div> </aside> --> <!-- Contact Section --> <section id="contact"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Contact Us</h2> <h3 class="section-subheading text-muted">We are always looking people with a passion for space to joi our team. Also if you represent a corporate entity who would be interested in partnering please get in touch. jobs@spacecorp.com partner@spacecorp.com</h3> </div> </div> <!-- DONN EDIT --> <!-- <div class="row"> <div class="col-lg-12"> <form name="sentMessage" id="contactForm" novalidate> <div class="row"> <div class="col-md-6"> <div class="form-group"> <input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name."> <p class="help-block text-danger"></p> </div> <div class="form-group"> <input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address."> <p class="help-block text-danger"></p> </div> <div class="form-group"> <input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number."> <p class="help-block text-danger"></p> </div> </div> <div class="col-md-6"> <div class="form-group"> <textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea> <p class="help-block text-danger"></p> </div> </div> <div class="clearfix"></div> <div class="col-lg-12 text-center"> <div id="success"></div> <button type="submit" class="btn btn-xl">Send Message</button> </div> </div> </form> </div> </div> --> </div> </section> <footer> <div class="container"> <div class="row"> <div class="col-md-4"> <span class="copyright">Copyright &copy; Your Website 2015-2017</span> </div> <div class="col-md-4"> <!-- DONN EDIT --> <!-- <ul class="list-inline social-buttons"> <li><a href="#"><i class="fa fa-twitter"></i></a> </li> <li><a href="#"><i class="fa fa-facebook"></i></a> </li> <li><a href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> --> </div> <div class="col-md-4"> <ul class="list-inline quicklinks"> <li><a href="#">Privacy Policy</a> </li> <li><a href="#">Terms of Use</a> </li> </ul> </div> </div> </div> </footer> <!-- Portfolio Modals --> <!-- Use the modals below to showcase details about your portfolio projects! --> <!-- Portfolio Modal 1 --> <div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Space Segment</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="img/portfolio/roundicons-free.png" alt=""> <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p> <p> <strong>Want these icons in this portfolio item sample?</strong>You can download 60 of them for free, courtesy of <a href="https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc">RoundIcons.com</a>, or you can purchase the 1500 icon set <a href="https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc">here</a>.</p> <ul class="list-inline"> <li>Date: July 2014</li> <li>Client: Round Icons</li> <li>Category: Graphic Design</li> </ul> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 2 --> <div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>Ground Segment</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="img/portfolio/startup-framework-preview.png" alt=""> <p><a href="http://designmodo.com/startup/?u=787">Startup Framework</a> is a website builder for professionals. Startup Framework contains components and complex blocks (PSD+HTML Bootstrap themes and templates) which can easily be integrated into almost any design. All of these components are made in the same style, and can easily be integrated into projects, allowing you to create hundreds of solutions for your future projects.</p> <p>You can preview Startup Framework <a href="http://designmodo.com/startup/?u=787">here</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 3 --> <div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Payload Science Mission</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="img/portfolio/treehouse-preview.png" alt=""> <p>Treehouse is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. This is bright and spacious design perfect for people or startup companies looking to showcase their apps or other projects.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/treehouse-free-psd-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 4 --> <div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Project Name</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="img/portfolio/golden-preview.png" alt=""> <p>Start Bootstrap's Agency theme is based on Golden, a free PSD website template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Golden is a modern and clean one page web template that was made exclusively for Best PSD Freebies. This template has a great portfolio, timeline, and meet your team sections that can be easily modified to fit your needs.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/golden-free-one-page-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 5 --> <div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Project Name</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="img/portfolio/escape-preview.png" alt=""> <p>Escape is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Escape is a one page web template that was designed with agencies in mind. This template is ideal for those looking for a simple one page solution to describe your business and offer your services.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/escape-one-page-psd-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 6 --> <div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Project Name</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="img/portfolio/dreams-preview.png" alt=""> <p>Dreams is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Dreams is a modern one page web template designed for almost any purpose. It’s a beautiful template that’s designed with the Bootstrap framework in mind.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> </div> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" integrity="sha384-mE6eXfrb8jxl0rzJDBRanYqgBxtJ6Unn4/1F7q4xRRyIw7Vdg9jP4ycT7x1iVsgb" crossorigin="anonymous"></script> <!-- Contact Form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Theme JavaScript --> <script src="js/agency.min.js"></script> </body> </html>
animations/stairs/stairsOut.css
UstymUkhman/Dynamic.css
@keyframes stairsOut { from, 25%, 50%, 76%, 99%, to { transform-origin: 50% 100%; } 51%, 75% { transform-origin: 50% 0%; } from { transform: translateY(0) perspective(400px) scale3d(1, 1, 1) rotateX(720deg); } 25% { transform: translateY(0) perspective(400px) scale3d(1, 1, 1) rotateX(720deg); opacity: 1; } 50% { transform: translateY(0) perspective(400px) scale3d(1.2, 1.2, 1.2) rotateX(540deg); } 51% { transform: translateY(220%) perspective(400px) scale3d(1.2, 1.2, 1.2) rotateX(540deg); } 75% { transform: translateY(220%) perspective(400px) scale3d(1.4, 1.4, 1.4) rotateX(360deg); } 76% { transform: translateY(260%) perspective(400px) scale3d(1.4, 1.4, 1.4) rotateX(360deg); } 99% { transform: translateY(280%) perspective(400px) scale3d(1.55, 1.55, 1.55) rotateX(187deg); opacity: .1; } to { transform: translateY(280%) perspective(400px) scale3d(1.6, 1.6, 1.6) rotateX(180deg); opacity: 0; } } @-webkit-keyframes stairsOut { from, 25%, 50%, 76%, 99%, to { -webkit-transform-origin: 50% 100%; } 51%, 75% { -webkit-transform-origin: 50% 0%; } from { -webkit-transform: translateY(0) perspective(400px) scale3d(1, 1, 1) rotateX(720deg); } 25% { -webkit-transform: translateY(0) perspective(400px) scale3d(1, 1, 1) rotateX(720deg); opacity: 1; } 50% { -webkit-transform: translateY(0) perspective(400px) scale3d(1.2, 1.2, 1.2) rotateX(540deg); } 51% { -webkit-transform: translateY(220%) perspective(400px) scale3d(1.2, 1.2, 1.2) rotateX(540deg); } 75% { -webkit-transform: translateY(220%) perspective(400px) scale3d(1.4, 1.4, 1.4) rotateX(360deg); } 76% { -webkit-transform: translateY(260%) perspective(400px) scale3d(1.4, 1.4, 1.4) rotateX(360deg); } 99% { -webkit-transform: translateY(280%) perspective(400px) scale3d(1.55, 1.55, 1.55) rotateX(187deg); opacity: .1; } to { -webkit-transform: translateY(280%) perspective(400px) scale3d(1.6, 1.6, 1.6) rotateX(180deg); opacity: 0; } } .stairsOut { -webkit-animation-timing-function: cubic-bezier(.63, 0, 1, 1); animation-timing-function: cubic-bezier(.63, 0, 1, 1); -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: stairsOut; animation-name: stairsOut; } @keyframes stairsOutLeft { from { transform: none; opacity: 1; } 25% { transform: translate3d(-100%, 100%, 0) rotate(-90deg); } 50% { transform: translate3d(-200%, 200%, 0) rotate(-180deg); } 75% { transform: translate3d(-300%, 300%, 0) rotate(-270deg); opacity: .1; } to { transform: translate3d(-300%, 300%, 0) rotate(-270deg); opacity: 0; } } @-webkit-keyframes stairsOutLeft { from { -webkit-transform: none; opacity: 1; } 25% { -webkit-transform: translate3d(-100%, 100%, 0) rotate(-90deg); } 50% { -webkit-transform: translate3d(-200%, 200%, 0) rotate(-180deg); } 75% { -webkit-transform: translate3d(-300%, 300%, 0) rotate(-270deg); opacity: .1; } to { -webkit-transform: translate3d(-300%, 300%, 0) rotate(-270deg); opacity: 0; } } .stairsOutLeft { -webkit-animation-timing-function: cubic-bezier(.63, 0, 1, 1); animation-timing-function: cubic-bezier(.63, 0, 1, 1); -webkit-animation-name: stairsOutLeft; animation-name: stairsOutLeft; } @keyframes stairsOutRight { from { transform: none; opacity: 1; } 25% { transform: translate3d(100%, 100%, 0) rotate(90deg); } 50% { transform: translate3d(200%, 200%, 0) rotate(180deg); } 75% { transform: translate3d(300%, 300%, 0) rotate(270deg); opacity: .1; } to { transform: translate3d(300%, 300%, 0) rotate(270deg); opacity: 0; } } @-webkit-keyframes stairsOutRight { from { -webkit-transform: none; opacity: 1; } 25% { -webkit-transform: translate3d(100%, 100%, 0) rotate(90deg); } 50% { -webkit-transform: translate3d(200%, 200%, 0) rotate(180deg); } 75% { -webkit-transform: translate3d(300%, 300%, 0) rotate(270deg); opacity: .1; } to { -webkit-transform: translate3d(300%, 300%, 0) rotate(270deg); opacity: 0; } } .stairsOutRight { -webkit-animation-timing-function: cubic-bezier(.63, 0, 1, 1); animation-timing-function: cubic-bezier(.63, 0, 1, 1); -webkit-animation-name: stairsOutRight; animation-name: stairsOutRight; }
reports/index.html
ahomu/Phalanx
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Plato - JavaScript Introspection</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script> var __options = {"flags":{"complexity":{"newmi":true},"jshint":{"options":{"maxlen":100,"quotmark":"single","maxparams":3,"maxdepth":3,"bitwise":true,"curly":true,"eqeqeq":true,"forin":true,"newcap":true,"noarg":true,"noempty":true,"nonew":true,"undef":true,"strict":true,"trailing":true,"browser":true,"devel":true,"jquery":true,"globalstrict":true,"eqnull":true,"expr":true},"globals":{"defineClass":true,"console":true,"Backbone":true,"_":true,"$":true,"jQuery":true,"Zepto":true,"Router":true,"Model":true,"Collection":true,"View":true,"Layout":true,"Component":true,"Trait":true,"define":true,"exports":true,"module":true}}}} </script> <link href="assets/css/vendor/bootstrap-3.0.0-wip.css" rel="stylesheet"> <link href="assets/css/vendor/font-awesome.css" rel="stylesheet"> <link href="assets/css/vendor/font-awesome-ie7.css" rel="stylesheet"> <link href="assets/css/vendor/morris.css" rel="stylesheet"> <link href="assets/css/plato.css" rel="stylesheet"> <link href="assets/css/plato-overview.css" rel="stylesheet"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="container"> <a class="brand" href="http://github.com/jsoverson/plato">Plato on Github</a> <ul class="nav"> <li class="active"> <a href="index.html">Report Home</a> </li> </ul> </div> </div> <div class="jumbotron"> <div class="container"> <h1>JavaScript Source Analysis</h1> </div> </div> <div class="container aggregate-stats"> <div class="row"> <h1 class="span12">Summary</h1> </div> <div class="row"> <div class="span6"> <h2 class="header">Total/Average Lines <i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Source Lines of Code" data-original-title="SLOC"></i></h2> <p class="stat">1104 / 84</p> </div> <div class="span6"> <h2 class="header">Average Maintainability <a href="http://blogs.msdn.com/b/codeanalysis/archive/2007/11/20/maintainability-index-range-and-meaning.aspx"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="A value between 0 and 100 that represents the relative ease of maintaining the code. A high value means better maintainability." data-original-title="Maintainability Index"></i></a></h2> <p class="stat">79.94</p> </div> </div> </div> <div class="container historical"> <div class="row"> <div class="span6"> <div id="chart_historical_sloc" class="chart js-chart"></div> </div> <div class="span6"> <div id="chart_historical_maint" class="chart js-chart"></div> </div> </div> </div> <div class="container overview"> <div class="row"> <h2 class="span12">Maintainability <a href="http://blogs.msdn.com/b/codeanalysis/archive/2007/11/20/maintainability-index-range-and-meaning.aspx"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="A value between 0 and 100 that represents the relative ease of maintaining the code. A high value means better maintainability." data-original-title="Maintainability Index"></i></a></h2> <div class="span12"><div id='chart_maintainability' class='chart js-chart'></div></div> </div> <div class="row"> <h2 class="span12">Lines of code <i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Source Lines of Code" data-original-title="SLOC"></i></h2> <div class="span12"><div id='chart_sloc' class='chart js-chart'></div></div> </div> <div class="row"> <h2 class="span12">Estimated errors in implementation <a href="http://en.wikipedia.org/wiki/Halstead_complexity_measures"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Halstead's delivered bugs is an estimate for the number of errors in the implementation." data-original-title="Delivered Bugs"></i></a></h2> <div class="span12"><div id='chart_bugs' class='chart js-chart'></div></div> </div> <div class="row"> <h2 class="span12">Lint errors</h2> <div class="span12"><div id='chart_lint' class='chart js-chart'></div></div> </div> </div> <div class="container"> <div class="row"> <h1 class="span12">Files</h1> </div> <div class="row"> <ul class="file-list list-unstyled"> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/collection_js/index.html">collection.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="58" data-bugs="0.17" data-complexity="1" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/component_js/index.html">component.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="92" data-bugs="0.33" data-complexity="3" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/define_class_js/index.html">define_class.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="153" data-bugs="0.37" data-complexity="5" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/export_js/index.html">export.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="36" data-bugs="0.14" data-complexity="3" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/layout_js/index.html">layout.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="189" data-bugs="0.95" data-complexity="11" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/model_js/index.html">model.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="58" data-bugs="0.18" data-complexity="1" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/router_js/index.html">router.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="32" data-bugs="0.10" data-complexity="1" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/trait_async_callbacks_js/index.html">trait/async_callbacks.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="17" data-bugs="0.02" data-complexity="1" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/trait_entity_observer_js/index.html">trait/entity_observer.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="46" data-bugs="0.17" data-complexity="3" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/trait_lifecycle_callbacks_js/index.html">trait/lifecycle_callbacks.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="43" data-bugs="0.04" data-complexity="1" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/trait_observable_js/index.html">trait/observable.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="7" data-bugs="0.01" data-complexity="1" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/trait_ui_lookupable_js/index.html">trait/ui_lookupable.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="61" data-bugs="0.31" data-complexity="5" ></span> </li> <li class="span12"> <span class="fade-left fadeout visible-desktop"></span> <span class="span4 file"><a class="file-link" href="./files/view_js/index.html">view.js</a></span> <span class="span8 file-chart js-file-chart" data-lint="0" data-sloc="312" data-bugs="1.74" data-complexity="13" ></span> </li> </ul> </div> </div> <footer class="footer"> <div class="container"> <p>.</p> </div> </footer> <script type="text/javascript" src="assets/scripts/bundles/core-bundle.js"></script> <script type="text/javascript" src="report.js"></script> <script type="text/javascript" src="report.history.js"></script> <script type="text/javascript" src="assets/scripts/plato-overview.js"></script> </body> </html>
ca31986/html/classv8_1_1Debug_1_1EventDetails-members.html
v8-dox/v8-dox.github.io
<!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.11"/> <title>V8 API Reference Guide for node.js v7.7.4: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v7.7.4 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Debug.html">Debug</a></li><li class="navelem"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">EventDetails</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Debug::EventDetails Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html#aedd8014bb1bd644e227774d07ed9784d">GetCallbackData</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html#ae663e7607d27c3252049eea077a83e08">GetClientData</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html#ac871568e8cfd43bbf2cdac62add34ed0">GetEvent</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html#aaa7573eeab71d8c4e914daeccddff77f">GetEventContext</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetEventData</b>() const =0 (defined in <a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html#a201fabdd6d81f711c1b8805c94f09d3e">GetExecutionState</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetIsolate</b>() const =0 (defined in <a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~EventDetails</b>() (defined in <a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
data science/machine_learning_for_the_web/chapter_4/movie/17438.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Affliction (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0118564">Affliction (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Bob+Bloom">Bob Bloom</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> Affliction (1998) 3 1/2 stars out of 4. Starring Nick Nolte, James Coburn and Sissy Spacek.</PRE> <P> Affliction is as depressing and cold as its New Hampshire winter setting.</P> <P> Starring Academy Award-nominee Nick Nolte and Oscar winner James Coburn, this tale of a violent, dysfunctional family is powerful, disturbing filmmaking.</P> <P> But what can you expect when you have a movie directed by Paul Schrader, who adapted a novel by Russell Banks.</P> <P> Wade Whitehouse (Nick Nolte), is the police officer in Lawford, a small, economically depressed town where nothing really ever happens. Wade's job consists mostly of clearing the snow off the roads and acting as the school crossing guard.</P> <P> Wade is a man who keeps his fury and frustrations bottled. He is in the midst of a custody battle with his ex-wife and even at this stage in his life he cannot stand up to his abusive, alcoholic father.</P> <P> An eruption is imminent, and its catalyst is the shooting death of a New England big shot in what is supposed to be a hunting accident. Wade, though, sees conspiracy and sets out to prove that the man's death was murder.</P> <P> Yet, the crime is really a secondary issue to Schrader.</P> <P> Affliction is about a man who gets "to feeling like a whipped dog" that someday is "going to bite back."</P> <P> And circumstances are bringing that day nearer.</P> <P> Despite the love and comfort of Margie (Sissy Spacek), a waitress in a local restaurant, Wade cannot find peace.</P> <P> He feels that if he can prove that a murder was committed and solve it, he will regain the respect of his daughter, the townspeople and, most of all, his father.</P> <P> Coburn is Wade's father, Glen, a bully and a man who breathes violence like the rest of us breathe air. He is abusive physically and mentally and is non-repentent about his actions or lifestyle.</P> <P> Coburn gives a brutal performance as Glen, a bitter drunk who only knows how to express himself with his fists. He spares no one. Glen is a monster, yet the joy of Coburn's performance is that you feel some pity for this man even though you should feel nothing but hate. His Oscar was deserved.</P> <P> Nolte gives the performance of his career. He is a walking mound of rage, exploding suddenly, then subsiding and apologizing like a little boy caught stealing money from his mother's purse.</P> <P> His Wade is a poignant, troubled man living in a climate of self-doubt created by his overbearing father.</P> <P> But the real star of Affliction is Schrader. In films such as Blue Collar and Hard Core, he has created individuals who are outsiders, men who have difficulty connecting with the society around them.</P> <P> An air of bleakness and tragedy hangs over Affliction. Like most of Schrader's works, it is not a feel-good movie, but it is powerful moviemaking from a man who has mapped the darkest terrain of the human soul.</P> <P> Affliction is filled with despair, hopelessness and excruciating losers. You would not want to spend any time with these people, but watching them try to connect is a painfully fascinating experience.</P> <P> Affliction will make you uncomfortable, make you squirm. And you will emerge from the theater saddened. And that is the power of Schrader's work.</P> <P> Bob Bloom is the film critic at the Journal and Courier in Lafayette, IN. He can be reached by e-mail at <A HREF="mailto:bloom@journal-courier.com">bloom@journal-courier.com</A> or at <A HREF="mailto:cbloom@iquest.net.">cbloom@iquest.net.</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
map.html
dodify/website-historicbath
<!DOCTYPE html> <!-- Historic Bath map page. Map view of the index page. @copyright 2015 dodify Ltd. @license See LICENSE in repository root --> <html> <head> <title>Historic Bath - Travel Back in Time</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Travel back in time in Bath" /> <meta name="keywords" content="Bath, history, photos" /> <meta name="author" content="www.dodify.com" /> <link href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" rel="stylesheet" type="text/css" /> <link href='https://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css' /> <link href="Style/main.css" rel="stylesheet" type="text/css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script> <script src="JavaScript/data.js"></script> <script src="JavaScript/interface.map.js"></script> </head> <body> <header> <h1>Historic Bath</h1> <h2>Travel Back in Time</h2> <ul> <li><a href="/">Grid</a></li> <li><a href="map">Map</a></li> </ul> </header> <div id="map"></div> <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-17393798-28', 'auto'); ga('send', 'pageview'); </script> </body> </html>
Docs/api/html/OgreSceneQuery_8h.html
milram/ogre-1.7.4-osx
<html> <head> <title>OGRE: OgreSceneQuery.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.7.4 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;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 id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_baf28dd6bd469ae31765cb0e245772fd.html">OgreMain</a> </li> <li class="navelem"><a class="el" href="dir_4fab7fc723ad652476ded1fd5d55b1e3.html">include</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> &#124; <a href="#typedef-members">Typedefs</a> </div> <div class="headertitle"> <div class="title">OgreSceneQuery.h File Reference</div> </div> </div> <div class="contents"> <div class="textblock"><code>#include &quot;<a class="el" href="OgrePrerequisites_8h_source.html">OgrePrerequisites.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="OgreAxisAlignedBox_8h_source.html">OgreAxisAlignedBox.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="OgreSphere_8h_source.html">OgreSphere.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="OgreRay_8h_source.html">OgreRay.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="OgreRenderOperation_8h_source.html">OgreRenderOperation.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="OgrePlaneBoundedVolume_8h_source.html">OgrePlaneBoundedVolume.h</a>&quot;</code><br/> </div> <p><a href="OgreSceneQuery_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="nested-classes"></a> Classes</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1SceneQuery.html">Ogre::SceneQuery</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A class for performing queries on a scene. <a href="classOgre_1_1SceneQuery.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOgre_1_1SceneQuery_1_1WorldFragment.html">Ogre::SceneQuery::WorldFragment</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Represents part of the world geometry that is a result of a <a class="el" href="classOgre_1_1SceneQuery.html" title="A class for performing queries on a scene.">SceneQuery</a>. <a href="structOgre_1_1SceneQuery_1_1WorldFragment.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1SceneQueryListener.html">Ogre::SceneQueryListener</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This optional class allows you to receive per-result callbacks from <a class="el" href="classOgre_1_1SceneQuery.html" title="A class for performing queries on a scene.">SceneQuery</a> executions instead of a single set of consolidated results. <a href="classOgre_1_1SceneQueryListener.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOgre_1_1SceneQueryResult.html">Ogre::SceneQueryResult</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds the results of a scene query. <a href="structOgre_1_1SceneQueryResult.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RegionSceneQuery.html">Ogre::RegionSceneQuery</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Abstract class defining a query which returns single results from a region. <a href="classOgre_1_1RegionSceneQuery.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AxisAlignedBoxSceneQuery.html">Ogre::AxisAlignedBoxSceneQuery</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specialises the <a class="el" href="classOgre_1_1SceneQuery.html" title="A class for performing queries on a scene.">SceneQuery</a> class for querying within an axis aligned box. <a href="classOgre_1_1AxisAlignedBoxSceneQuery.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1SphereSceneQuery.html">Ogre::SphereSceneQuery</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specialises the <a class="el" href="classOgre_1_1SceneQuery.html" title="A class for performing queries on a scene.">SceneQuery</a> class for querying within a sphere. <a href="classOgre_1_1SphereSceneQuery.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PlaneBoundedVolumeListSceneQuery.html">Ogre::PlaneBoundedVolumeListSceneQuery</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specialises the <a class="el" href="classOgre_1_1SceneQuery.html" title="A class for performing queries on a scene.">SceneQuery</a> class for querying within a plane-bounded volume. <a href="classOgre_1_1PlaneBoundedVolumeListSceneQuery.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RaySceneQueryListener.html">Ogre::RaySceneQueryListener</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Alternative listener class for dealing with <a class="el" href="classOgre_1_1RaySceneQuery.html" title="Specialises the SceneQuery class for querying along a ray.">RaySceneQuery</a>. <a href="classOgre_1_1RaySceneQueryListener.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOgre_1_1RaySceneQueryResultEntry.html">Ogre::RaySceneQueryResultEntry</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This struct allows a single comparison of result data no matter what the type. <a href="structOgre_1_1RaySceneQueryResultEntry.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RaySceneQuery.html">Ogre::RaySceneQuery</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specialises the <a class="el" href="classOgre_1_1SceneQuery.html" title="A class for performing queries on a scene.">SceneQuery</a> class for querying along a ray. <a href="classOgre_1_1RaySceneQuery.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1IntersectionSceneQueryListener.html">Ogre::IntersectionSceneQueryListener</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Alternative listener class for dealing with <a class="el" href="classOgre_1_1IntersectionSceneQuery.html" title="Separate SceneQuery class to query for pairs of objects which are possibly intersecting one another...">IntersectionSceneQuery</a>. <a href="classOgre_1_1IntersectionSceneQueryListener.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOgre_1_1IntersectionSceneQueryResult.html">Ogre::IntersectionSceneQueryResult</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds the results of an intersection scene query (pair values). <a href="structOgre_1_1IntersectionSceneQueryResult.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1IntersectionSceneQuery.html">Ogre::IntersectionSceneQuery</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Separate <a class="el" href="classOgre_1_1SceneQuery.html" title="A class for performing queries on a scene.">SceneQuery</a> class to query for pairs of objects which are possibly intersecting one another. <a href="classOgre_1_1IntersectionSceneQuery.html#details">More...</a><br/></td></tr> <tr><td colspan="2"><h2><a name="namespaces"></a> Namespaces</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceOgre.html">Ogre</a></td></tr> <tr><td colspan="2"><h2><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef list&lt; MovableObject * &gt;<br class="typebreak"/> ::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Scene.html#gad79dcd1262d117ecf4d51a5f555d3071">Ogre::SceneQueryResultMovableList</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef list<br class="typebreak"/> &lt; SceneQuery::WorldFragment * &gt;<br class="typebreak"/> ::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Scene.html#gad9005a54a736be79548ebcdf69dfd448">Ogre::SceneQueryResultWorldFragmentList</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef vector<br class="typebreak"/> &lt; RaySceneQueryResultEntry &gt;<br class="typebreak"/> ::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Scene.html#ga1d0db569747448aeff27f36ecd717686">Ogre::RaySceneQueryResult</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef std::pair<br class="typebreak"/> &lt; MovableObject <br class="typebreak"/> *, MovableObject * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Scene.html#gaa1ca4f17a1e8bb7381446ae6235869d8">Ogre::SceneQueryMovableObjectPair</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef std::pair<br class="typebreak"/> &lt; MovableObject <br class="typebreak"/> *, SceneQuery::WorldFragment * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Scene.html#gae8f394829e3a85cea6faa915ac391653">Ogre::SceneQueryMovableObjectWorldFragmentPair</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef list<br class="typebreak"/> &lt; SceneQueryMovableObjectPair &gt;<br class="typebreak"/> ::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Scene.html#gaddcc5a6779ee6a6bb82aeb5f42239a52">Ogre::SceneQueryMovableIntersectionList</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">typedef list<br class="typebreak"/> &lt; SceneQueryMovableObjectWorldFragmentPair &gt;<br class="typebreak"/> ::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__Scene.html#ga2e63733116c49a9931a2989a2cfe1b51">Ogre::SceneQueryMovableWorldFragmentIntersectionList</a></td></tr> </table> </div> <hr> <p> Copyright &copy; 2008 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 Sat Jan 14 2012 18:40:44 </p> </body> </html>
deps/boost/doc/html/boost_asio/reference/ip__tcp/v6.html
laborautonomo/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ip::tcp::v6</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="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../ip__tcp.html" title="ip::tcp"> <link rel="prev" href="v4.html" title="ip::tcp::v4"> <link rel="next" href="../ip__udp.html" title="ip::udp"> </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="v4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__tcp.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ip__udp.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.ip__tcp.v6"></a><a class="link" href="v6.html" title="ip::tcp::v6">ip::tcp::v6</a> </h4></div></div></div> <p> <a class="indexterm" name="idp88943688"></a> Construct to represent the IPv6 TCP protocol. </p> <pre class="programlisting"><span class="keyword">static</span> <span class="identifier">tcp</span> <span class="identifier">v6</span><span class="special">();</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2013 Christopher M. Kohlhoff<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="v4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__tcp.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ip__udp.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
ef0ca2a/html/classv8_1_1_string_1_1_external_string_resource-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.8.8: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.8.8 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_string.html">String</a></li><li class="navelem"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html">ExternalStringResource</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::String::ExternalStringResource Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html#a987309199b848511adb708e221e0fb0a">data</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource_base.html#af4720342ae31e1ab4656df3f15d069c0">Dispose</a>()</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource_base.html">v8::String::ExternalStringResourceBase</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ExternalStringResource</b>() (defined in <a class="el" href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ExternalStringResourceBase</b>() (defined in <a class="el" href="classv8_1_1_string_1_1_external_string_resource_base.html">v8::String::ExternalStringResourceBase</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource_base.html">v8::String::ExternalStringResourceBase</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html#ab5ca300fea077d7c7774ec49d32e4da1">length</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416">~ExternalStringResource</a>()</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~ExternalStringResourceBase</b>() (defined in <a class="el" href="classv8_1_1_string_1_1_external_string_resource_base.html">v8::String::ExternalStringResourceBase</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_external_string_resource_base.html">v8::String::ExternalStringResourceBase</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:41 for V8 API Reference Guide for node.js v0.8.8 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
IS661/keypath/home.html
vikram1092/vikram1092.github.io
<!DOCTYPE html> <html> <head> <title>Home</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <link href="resources/css/jquery-ui-themes.css" type="text/css" rel="stylesheet"/> <link href="resources/css/axure_rp_page.css" type="text/css" rel="stylesheet"/> <link href="data/styles.css" type="text/css" rel="stylesheet"/> <link href="files/home/styles.css" type="text/css" rel="stylesheet"/> <script src="resources/scripts/jquery-1.7.1.min.js"></script> <script src="resources/scripts/jquery-ui-1.8.10.custom.min.js"></script> <script src="resources/scripts/prototypePre.js"></script> <script src="data/document.js"></script> <script src="resources/scripts/prototypePost.js"></script> <script src="files/home/data.js"></script> <script type="text/javascript"> $axure.utils.getTransparentGifPath = function() { return 'resources/images/transparent.gif'; }; $axure.utils.getOtherPath = function() { return 'resources/Other.html'; }; $axure.utils.getReloadPath = function() { return 'resources/reload.html'; }; </script> </head> <body> <div id="base" class=""> <!-- Unnamed (Rectangle) --> <div id="u0" class="ax_default box_1"> <div id="u0_div" class=""></div> <!-- Unnamed () --> <div id="u1" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u2" class="ax_default box_1"> <div id="u2_div" class=""></div> <!-- Unnamed () --> <div id="u3" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Image) --> <div id="u4" class="ax_default image"> <img id="u4_img" class="img " src="images/home/u4.png"/> <!-- Unnamed () --> <div id="u5" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u6" class="ax_default heading_3"> <div id="u6_div" class=""></div> <!-- Unnamed () --> <div id="u7" class="text"> <p><span>NJIT Feed</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u8" class="ax_default flow_shape"> <div id="u8_div" class=""></div> <!-- Unnamed () --> <div id="u9" class="text"> <p><span>Profile</span></p> </div> </div> <!-- Unnamed (Group) --> <div id="u10" class="ax_default" data-left="14" data-top="33" data-width="283" data-height="228"> <!-- Unnamed (Group) --> <div id="u11" class="ax_default" data-left="14" data-top="33" data-width="283" data-height="228"> <!-- Unnamed (Group) --> <div id="u12" class="ax_default" data-left="14" data-top="216" data-width="31" data-height="31"> <!-- Unnamed (Ellipse) --> <div id="u13" class="ax_default ellipse"> <img id="u13_img" class="img " src="images/home/u13.png"/> <!-- Unnamed () --> <div id="u14" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Shape) --> <div id="u15" class="ax_default icon"> <img id="u15_img" class="img " src="images/home/u15.png"/> <!-- Unnamed () --> <div id="u16" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u17" class="ax_default label"> <div id="u17_div" class=""></div> <!-- Unnamed () --> <div id="u18" class="text"> <p style="font-size:10px;"><span style="font-size:14px;">Thomas Ackley </span><span>[Undergrad]</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u19" class="ax_default label"> <div id="u19_div" class=""></div> <!-- Unnamed () --> <div id="u20" class="text"> <p><span>New Jersey Institute of Technology</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u21" class="ax_default box_1"> <img id="u21_img" class="img " src="images/home/u21.png"/> <!-- Unnamed () --> <div id="u22" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u23" class="ax_default heading_1"> <div id="u23_div" class=""></div> <!-- Unnamed () --> <div id="u24" class="text"> <p><span>55%</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u25" class="ax_default heading_2"> <div id="u25_div" class=""></div> <!-- Unnamed () --> <div id="u26" class="text"> <p><span>SuperTeams</span></p> </div> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u27" class="ax_default box_1"> <img id="u27_img" class="img " src="images/home/u27.png"/> <!-- Unnamed () --> <div id="u28" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u29" class="ax_default" data-left="14" data-top="78" data-width="271" data-height="48"> <!-- Unnamed (Group) --> <div id="u30" class="ax_default" data-left="14" data-top="78" data-width="271" data-height="48"> <!-- Unnamed (Group) --> <div id="u31" class="ax_default" data-left="14" data-top="81" data-width="31" data-height="31"> <!-- Unnamed (Ellipse) --> <div id="u32" class="ax_default ellipse"> <img id="u32_img" class="img " src="images/home/u13.png"/> <!-- Unnamed () --> <div id="u33" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Shape) --> <div id="u34" class="ax_default icon"> <img id="u34_img" class="img " src="images/home/u15.png"/> <!-- Unnamed () --> <div id="u35" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u36" class="ax_default label"> <div id="u36_div" class=""></div> <!-- Unnamed () --> <div id="u37" class="text"> <p style="font-size:10px;"><span style="font-size:14px;">Emma Stone </span><span>[PhD Candidate]</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u38" class="ax_default label"> <div id="u38_div" class=""></div> <!-- Unnamed () --> <div id="u39" class="text"> <p><span>New Jersey Institute of Technology</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u40" class="ax_default box_1"> <img id="u40_img" class="img " src="images/home/u21.png"/> <!-- Unnamed () --> <div id="u41" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u42" class="ax_default heading_1"> <div id="u42_div" class=""></div> <!-- Unnamed () --> <div id="u43" class="text"> <p><span>73%</span></p> </div> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u44" class="ax_default box_1"> <img id="u44_img" class="img " src="images/home/u44.png"/> <!-- Unnamed () --> <div id="u45" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u46" class="ax_default" data-left="14" data-top="156" data-width="271" data-height="50"> <!-- Unnamed (Group) --> <div id="u47" class="ax_default" data-left="14" data-top="156" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u48" class="ax_default label"> <div id="u48_div" class=""></div> <!-- Unnamed () --> <div id="u49" class="text"> <p><span>Communication</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u50" class="ax_default box_1"> <img id="u50_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u51" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u52" class="ax_default" data-left="14" data-top="174" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u53" class="ax_default label"> <div id="u53_div" class=""></div> <!-- Unnamed () --> <div id="u54" class="text"> <p><span>Technical skills</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u55" class="ax_default box_1"> <img id="u55_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u56" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u57" class="ax_default box_1"> <img id="u57_img" class="img " src="images/home/u57.png"/> <!-- Unnamed () --> <div id="u58" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u59" class="ax_default" data-left="14" data-top="158" data-width="271" data-height="48"> <!-- Unnamed (Rectangle) --> <div id="u60" class="ax_default label"> <div id="u60_div" class=""></div> <!-- Unnamed () --> <div id="u61" class="text"> <p><span>Initiative</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u62" class="ax_default box_1"> <img id="u62_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u63" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u64" class="ax_default box_1"> <img id="u64_img" class="img " src="images/home/u64.png"/> <!-- Unnamed () --> <div id="u65" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u66" class="ax_default box_1"> <img id="u66_img" class="img " src="images/home/u66.png"/> <!-- Unnamed () --> <div id="u67" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u68" class="ax_default" data-left="14" data-top="284" data-width="271" data-height="50"> <!-- Unnamed (Group) --> <div id="u69" class="ax_default" data-left="14" data-top="284" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u70" class="ax_default label"> <div id="u70_div" class=""></div> <!-- Unnamed () --> <div id="u71" class="text"> <p><span>Communication</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u72" class="ax_default box_1"> <img id="u72_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u73" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u74" class="ax_default box_1"> <img id="u74_img" class="img " src="images/home/u74.png"/> <!-- Unnamed () --> <div id="u75" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u76" class="ax_default" data-left="14" data-top="302" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u77" class="ax_default label"> <div id="u77_div" class=""></div> <!-- Unnamed () --> <div id="u78" class="text"> <p><span>Technical skills</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u79" class="ax_default box_1"> <img id="u79_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u80" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u81" class="ax_default box_1"> <img id="u81_img" class="img " src="images/home/u81.png"/> <!-- Unnamed () --> <div id="u82" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u83" class="ax_default" data-left="14" data-top="320" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u84" class="ax_default label"> <div id="u84_div" class=""></div> <!-- Unnamed () --> <div id="u85" class="text"> <p><span>Initiative</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u86" class="ax_default box_1"> <img id="u86_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u87" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u88" class="ax_default box_1"> <img id="u88_img" class="img " src="images/home/u88.png"/> <!-- Unnamed () --> <div id="u89" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u90" class="ax_default" data-left="14" data-top="349" data-width="271" data-height="48"> <!-- Unnamed (Group) --> <div id="u91" class="ax_default" data-left="14" data-top="349" data-width="271" data-height="48"> <!-- Unnamed (Group) --> <div id="u92" class="ax_default" data-left="14" data-top="352" data-width="31" data-height="31"> <!-- Unnamed (Ellipse) --> <div id="u93" class="ax_default ellipse"> <img id="u93_img" class="img " src="images/home/u13.png"/> <!-- Unnamed () --> <div id="u94" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Shape) --> <div id="u95" class="ax_default icon"> <img id="u95_img" class="img " src="images/home/u15.png"/> <!-- Unnamed () --> <div id="u96" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u97" class="ax_default label"> <div id="u97_div" class=""></div> <!-- Unnamed () --> <div id="u98" class="text"> <p style="font-size:10px;"><span style="font-size:14px;">Ben Stiller </span><span>[Graduate]</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u99" class="ax_default label"> <div id="u99_div" class=""></div> <!-- Unnamed () --> <div id="u100" class="text"> <p><span>New Jersey Institute of Technology</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u101" class="ax_default box_1"> <img id="u101_img" class="img " src="images/home/u21.png"/> <!-- Unnamed () --> <div id="u102" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u103" class="ax_default heading_1"> <div id="u103_div" class=""></div> <!-- Unnamed () --> <div id="u104" class="text"> <p><span>47%</span></p> </div> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u105" class="ax_default box_1"> <img id="u105_img" class="img " src="images/home/u105.png"/> <!-- Unnamed () --> <div id="u106" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u107" class="ax_default" data-left="14" data-top="428" data-width="271" data-height="50"> <!-- Unnamed (Group) --> <div id="u108" class="ax_default" data-left="14" data-top="428" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u109" class="ax_default label"> <div id="u109_div" class=""></div> <!-- Unnamed () --> <div id="u110" class="text"> <p><span>Communication</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u111" class="ax_default box_1"> <img id="u111_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u112" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u113" class="ax_default box_1"> <img id="u113_img" class="img " src="images/home/u113.png"/> <!-- Unnamed () --> <div id="u114" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u115" class="ax_default" data-left="14" data-top="446" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u116" class="ax_default label"> <div id="u116_div" class=""></div> <!-- Unnamed () --> <div id="u117" class="text"> <p><span>Technical skills</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u118" class="ax_default box_1"> <img id="u118_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u119" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u120" class="ax_default box_1"> <img id="u120_img" class="img " src="images/home/u120.png"/> <!-- Unnamed () --> <div id="u121" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> <!-- Unnamed (Group) --> <div id="u122" class="ax_default" data-left="14" data-top="464" data-width="271" data-height="14"> <!-- Unnamed (Rectangle) --> <div id="u123" class="ax_default label"> <div id="u123_div" class=""></div> <!-- Unnamed () --> <div id="u124" class="text"> <p><span>Initiative</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u125" class="ax_default box_1"> <img id="u125_img" class="img " src="images/home/u50.png"/> <!-- Unnamed () --> <div id="u126" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u127" class="ax_default box_1"> <img id="u127_img" class="img " src="images/home/u88.png"/> <!-- Unnamed () --> <div id="u128" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> </div> <!-- Unnamed (Droplist) --> <div id="u129" class="ax_default droplist"> <select id="u129_input"> <option value="Recently Added">Recently Added</option> <option value="Highest Rated">Highest Rated</option> </select> </div> <!-- Unnamed (Rectangle) --> <div id="u130" class="ax_default label"> <div id="u130_div" class=""></div> <!-- Unnamed () --> <div id="u131" class="text"> <p><span>Not looking for teammates</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u132" class="ax_default label"> <div id="u132_div" class=""></div> <!-- Unnamed () --> <div id="u133" class="text"> <p><span style="color:#FF0000;">Looking for teammates! </span></p><p><span>Fall IS-668-401</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u134" class="ax_default label"> <div id="u134_div" class=""></div> <!-- Unnamed () --> <div id="u135" class="text"> <p><span style="color:#FF0000;">Looking for teammates! </span></p><p><span>Fall IS-665-106</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u136" class="ax_default box_1"> <img id="u136_img" class="img " src="images/home/u136.png"/> <!-- Unnamed () --> <div id="u137" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u138" class="ax_default box_1"> <img id="u138_img" class="img " src="images/home/u136.png"/> <!-- Unnamed () --> <div id="u139" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u140" class="ax_default box_1"> <img id="u140_img" class="img " src="images/home/u136.png"/> <!-- Unnamed () --> <div id="u141" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (HTML Button) --> <div id="u142" class="ax_default html_button"> <input id="u142_input" type="submit" value="Send invite"/> </div> <!-- Unnamed (HTML Button) --> <div id="u143" class="ax_default html_button"> <input id="u143_input" type="submit" value="Send invite"/> </div> <!-- Unnamed (HTML Button) --> <div id="u144" class="ax_default html_button"> <input id="u144_input" type="submit" value="Send invite"/> </div> <!-- Unnamed (Shape) --> <div id="u145" class="ax_default icon"> <img id="u145_img" class="img " src="images/home/u145.png"/> <!-- Unnamed () --> <div id="u146" class="text" style="display:none; visibility: hidden"> <p><span></span></p> </div> </div> </div> </body> </html>
src/Application/GpBundle/Resources/public/css/table.css
dynamicguy/gpweb
/* Table Style */ table { width: 100%; margin: 0 0 15px; text-align: left; font-size: inherit; border-collapse: collapse; border: 1px solid #c4c4c4; } table thead { color: #666; } table th { font-weight: normal; padding: 5px 8px; color: #666; background: #e5e5e5; } table td { padding: 8px; color: #000; border-top: 1px solid #c4c4c4; } table td span.active { color: #55a34a;} table td span.pending { color: #c5a059;} table td span.closed { color: #a02b2b;} table tr { border-top: none; background: #f9f9f9; } table .odd { background: #fff; }
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.2/coq2html/1.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coq2html: 17 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.2 / coq2html - 1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coq2html <small> 1.1 <span class="label label-success">17 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-02 00:56:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 00:56:38 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; homepage: &quot;https://github.com/xavierleroy/coq2html&quot; dev-repo: &quot;git+https://github.com/xavierleroy/coq2html.git&quot; bug-reports: &quot;https://github.com/xavierleroy/coq2html/issues&quot; license: &quot;GPL v2 or later&quot; build: [ [make] ] install: [ [make &quot;BINDIR=%{bin}%&quot; &quot;install&quot;] ] remove: [ [&quot;rm&quot; &quot;%{bin}%/coq2html&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot;} ] synopsis: &quot;Generates HTML documentation from Coq source files. Alternative to coqdoc&quot; authors: &quot;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; flags: light-uninstall url { src: &quot;https://github.com/xavierleroy/coq2html/archive/v1.1.tar.gz&quot; checksum: &quot;md5=8daae17e091a60d335f3a489790e683e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-coq2html.1.1 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coq2html.1.1 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coq2html.1.1 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>17 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.10.2/bin/coq2html</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-coq2html.1.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
templates/ad_resetpwd.html
stuysu/roomres.stuysu.org
{% extends "index2.html" %} {% block content %} <center> {% if not message == "" and success %} <div class="alert alert-success"> {{message}} <h2>{{newP}}</h2> </div> {% endif %} {% if not message == "" and not success %} <div class="alert alert-danger"> {{message}} </div> {% endif %} <h2>Change Password of User</h2> <div class="alert alert-info"> This page is used to change the password for the club presidents that forgot their password if they contact you! </div> <form method="POST"> Club Email: <input type="text" name="email"><br></br> <input class="btn btn-primary" id="submit" name="submit" type="submit" value="Submit" value_="Reset Password"> </form> </center> {% endblock %}
src/main/webapp/admin/settings.tpl.html
PauliNiva/Sotechat
<div class="alert alert-danger"> <strong>VARO!</strong> Vain testikäyttöön! Tarkoitettu viestihistorian siivoamiseen ennen chatin esittelyä. Toiminto ei poista rekisteröityjä käyttäjiä, mutta muutoin palauttaa palvelimen alkutilaan (unohtaa kirjoitetut viestit, aktiiviset sessiot, yms.) </div> <button type="button" class="btn btn-danger btn-lg errorButton" ng-click="resetServer()" name="resetDatabaseButton">Resetoi palvelimen tila </button>
machine-learning/f1_score.html
tpin3694/tpin3694.github.io
v<!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="Notes on Data Science, Machine Learning, &amp; Artificial Intelligence"> <meta name="author" content="Chris Albon"> <link rel="icon" href="../favicon.ico"> <title>F1 Score - Machine Learning</title> <!-- JQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script> window.jQuery || document.write('<script src="../theme/js/jquery.min.js"><\/script>') </script> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="../theme/css/bootstrap.css" /> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <link rel="stylesheet" type="text/css" href="../theme/css/ie10-viewport-bug-workaround.css" /> <!-- Custom styles for this template --> <link rel="stylesheet" type="text/css" href="../theme/css/style.css" /> <link rel="stylesheet" type="text/css" href="../theme/css/notebooks.css" /> <link href='https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:400,500,700' rel='stylesheet' type='text/css'> <!-- 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]--> <link href="http://runningthenumbers.co.uk/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Running the Numbers | Data Science Notes and Resources Full RSS Feed" /> <link href="http://runningthenumbers.co.uk/feeds/machine-learning.rss.xml" type="application/rss+xml" rel="alternate" title="Running the Numbers | Data Science Notes and Resources Categories RSS Feed" /> <meta name="tags" content="Model Evaluation" /> <meta name="google-site-verification" content="7RLmddm4HbzdQLpwH2LH94_vBNmcaMGZSEhmmF5n0NM" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-111487179-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-111487179-1'); </script> </head> <body> <div class="navbar navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="..">Running The Numbers</a> </div> <div class="navbar-collapse collapse" id="searchbar"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">ML/AI Notes<span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="..#Blog">Blog</a></li> <li><a href="..#Machine-Learning">Machine Learning</a></li> <li><a href="..#Deep-Learning">Deep Learning</a></li> <li><a href="..#Algorithms">Algorithms</a></li> <li><a href="..#Python">Python</a></li> <li><a href="..#Statistics">Statistics</a></li> <li><a href="..#Cloud-Computing">Cloud Computing</a></li> <li><a href="..#Javascript">Javascript</a></li> <li><a href="..#SQL">SQL</a></li> <li><a href="..#Scala">Scala</a></li> <li><a href="..#Regex">Regex</a></li> <li><a href="..#Mathematics">Mathematics</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About<span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="../pages/about.html">About Chris</a></li> <li><a href="https://github.com/chrisalbon">GitHub</a></li> <li><a href="https://twitter.com/chrisalbon">Twitter</a></li> <li><a href="https://www.linkedin.com/in/chrisralbon">LinkedIn</a></li> <li><a href="https://pinboard.in/u:chrisalbon">Pinboard</a></li> </ul> </li> <!--<li class="dropdown"> <a href="../feeds/blog.rss.xml">Blog RSS</a> </li>--> </ul> <form class="navbar-form" action="../search.html" onsubmit="return validateForm(this.elements['q'].value);"> <div class="form-group" style="display:inline;"> <div class="input-group" style="display:table;"> <span class="input-group-addon" style="width:1%;"><span class="glyphicon glyphicon-search"></span></span> <input class="form-control search-query" name="q" id="tipue_search_input" placeholder="e.g. scikit KNN, pandas merge" required autocomplete="off" type="text"> </div> </div> </form> </div> <!--/.nav-collapse --> </div> </div> <!-- end of header section --> <div class="container"> <div class="alert alert-warning advert" role="alert"> Want to learn machine learning? Use my <a href="https://machinelearningflashcards.com" class="alert-link">machine learning flashcards</a>. </div> <section id="content" class="body"> <header> <h1> F1 Score </h1> <ol class="breadcrumb"> <li> <time class="published" datetime="2017-09-15T12:00:00+01:00"> 15 September 2017 </time> </li> <li>Machine Learning</li> <li>Model Evaluation</li> </ol> </header> <div class='article_content'> <p><a alt="F1 Score" href="https://machinelearningflashcards.com"> <img src="f1_score/F1_Score_print.png" class="flashcard center-block"> </a></p> <h2>Preliminaries</h2> <div class="highlight"><pre><span></span><span class="c1"># Load libraries</span> <span class="kn">from</span> <span class="nn">sklearn.model_selection</span> <span class="kn">import</span> <span class="n">cross_val_score</span> <span class="kn">from</span> <span class="nn">sklearn.linear_model</span> <span class="kn">import</span> <span class="n">LogisticRegression</span> <span class="kn">from</span> <span class="nn">sklearn.datasets</span> <span class="kn">import</span> <span class="n">make_classification</span> </pre></div> <h2>Generate Features And Target Data</h2> <div class="highlight"><pre><span></span><span class="c1"># Generate features matrix and target vector</span> <span class="n">X</span><span class="p">,</span> <span class="n">y</span> <span class="o">=</span> <span class="n">make_classification</span><span class="p">(</span><span class="n">n_samples</span> <span class="o">=</span> <span class="mi">10000</span><span class="p">,</span> <span class="n">n_features</span> <span class="o">=</span> <span class="mi">3</span><span class="p">,</span> <span class="n">n_informative</span> <span class="o">=</span> <span class="mi">3</span><span class="p">,</span> <span class="n">n_redundant</span> <span class="o">=</span> <span class="mi">0</span><span class="p">,</span> <span class="n">n_classes</span> <span class="o">=</span> <span class="mi">2</span><span class="p">,</span> <span class="n">random_state</span> <span class="o">=</span> <span class="mi">1</span><span class="p">)</span> </pre></div> <h2>Create Logistic Regression</h2> <div class="highlight"><pre><span></span><span class="c1"># Create logistic regression</span> <span class="n">logit</span> <span class="o">=</span> <span class="n">LogisticRegression</span><span class="p">()</span> </pre></div> <h2>Cross-Validate Model Using F1</h2> <div class="highlight"><pre><span></span><span class="c1"># Cross-validate model using precision</span> <span class="n">cross_val_score</span><span class="p">(</span><span class="n">logit</span><span class="p">,</span> <span class="n">X</span><span class="p">,</span> <span class="n">y</span><span class="p">,</span> <span class="n">scoring</span><span class="o">=</span><span class="s2">&quot;f1&quot;</span><span class="p">)</span> </pre></div> <div class="highlight"><pre><span></span>array([ 0.95166617, 0.95765275, 0.95558223]) </pre></div> </div> <aside> <div class="bug-reporting__panel"> <h3>Find an error or bug?</h3> <p>Everything on this site is available on GitHub. Head to <a href='https://github.com/chrisalbon/notes_on_data_science_machine_learning_and_artificial_intelligence/issues/new'>and submit a suggested change</a>. You can also message me directly on <a href='https://twitter.com/chrisalbon'>Twitter</a>.</p> </div> </aside> </section> </div> <!-- start of footer section --> <footer class="footer"> <div class="container"> <p class="text-muted"> <center>This project contains 379 pages and is available on <a href="https://github.com/chrisalbon/notes_on_data_science_machine_learning_and_artificial_intelligence">GitHub</a>. <br/> Copyright &copy; Chris Albon, <time datetime="2017">2017</time>. </center> </p> </div> </footer> <!-- This jQuery line finds any span that contains code highlighting classes and then selects the parent <pre> tag and adds a border. This is done as a workaround to visually distinguish the code inputs and outputs --> <script> $( ".hll, .n, .c, .err, .k, .o, .cm, .cp, .c1, .cs, .gd, .ge, .gr, .gh, .gi, .go, .gp, .gs, .gu, .gt, .kc, .kd, .kn, .kp, .kr, .kt, .m, .s, .na, .nb, .nc, .no, .nd, .ni, .ne, .nf, .nl, .nn, .nt, .nv, .ow, .w, .mf, .mh, .mi, .mo, .sb, .sc, .sd, .s2, .se, .sh, .si, .sx, .sr, .s1, .ss, .bp, .vc, .vg, .vi, .il" ).parent( "pre" ).css( "border", "1px solid #DEDEDE" ); </script> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../theme/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../theme/js/ie10-viewport-bug-workaround.js"></script> <!-- Amazon OneLink --> <script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=946c0716-c88a-4df0-8944-a058be8c1e86"></script> </body> </html>
docs/api/v0.6.1/ev3dev-lang-java/ev3dev/utils/JarResource.html
ev3dev-lang-java/ev3dev-lang-java.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (9-ea) on Wed Jun 07 19:17:16 BST 2017 --> <title>JarResource</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="date" content="2017-06-07"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> <script type="text/javascript" src="../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../jquery/jquery-1.10.2.js"></script> <script type="text/javascript" src="../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="JarResource"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; var pathtoroot = "../../";loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</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>Prev&nbsp;Class</li> <li><a href="../../ev3dev/utils/PilotProps.html" title="class in ev3dev.utils"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?ev3dev/utils/JarResource.html" target="_top">Frames</a></li> <li><a href="JarResource.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <ul class="navListSearch"> <li><span>SEARCH:&nbsp;</span> <input type="text" id="search" value=" " disabled="disabled"> <input type="reset" id="reset" value=" " disabled="disabled"> </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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle"><span class="packageLabelInClass">Package</span>&nbsp;<a href="../../ev3dev/utils/package-summary.html" target="classFrame">ev3dev.utils</a></div> <h2 title="Class JarResource" class="title">Class JarResource</h2> <map id="G" name="G"> <area shape="rect" id="node1_0" href="./JarResource.html" title="ev3dev.utils.JarResource" alt="" coords="15,11,246,109"/> <area shape="rect" id="node1" href="./JarResource.html" title="&lt;TABLE&gt;" alt="" coords="5,5,257,115"/> </map> <!-- UML diagram added by UMLGraph version R5_6-24-gf6e263 (http://www.umlgraph.org/) --> <div align="center"><img src="JarResource.png" alt="Package class diagram package JarResource" usemap="#G" border=0/></div> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>ev3dev.utils.JarResource</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">JarResource</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private static Logger</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../ev3dev/utils/JarResource.html#log">log</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../ev3dev/utils/JarResource.html#JarResource--">JarResource</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../ev3dev/utils/JarResource.html#delete-java.lang.String-">delete</a></span>(java.lang.String&nbsp;resourceName)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../ev3dev/utils/JarResource.html#export-java.lang.String-">export</a></span>(java.lang.String&nbsp;resourceName)</code> <div class="block">Export a resource embedded into a Jar file to the local file path.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="log"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>log</h4> <pre>private static final&nbsp;Logger log</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="JarResource--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JarResource</h4> <pre>public&nbsp;JarResource()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="export-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>export</h4> <pre>public static&nbsp;java.lang.String&nbsp;export(java.lang.String&nbsp;resourceName) throws java.io.IOException</pre> <div class="block">Export a resource embedded into a Jar file to the local file path.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>resourceName</code> - "Sound.wav"</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The path to the exported resource</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.Exception</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="delete-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>delete</h4> <pre>public static&nbsp;void&nbsp;delete(java.lang.String&nbsp;resourceName)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</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>Prev&nbsp;Class</li> <li><a href="../../ev3dev/utils/PilotProps.html" title="class in ev3dev.utils"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?ev3dev/utils/JarResource.html" target="_top">Frames</a></li> <li><a href="JarResource.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
index.html
fedeoasi/scala-presentation
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Introduction to Scala</title> <meta name="description" content="Introduction to Scala"> <meta name="author" content="Federico Caimi"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/moon.css" id="theme"> <!-- Code syntax highlighting --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> <!--[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> <h1>Introduction to Scala</h1> <h3>Functional Data Processing</h3> <p> <small>Created by Federico Caimi / <a href="http://www.github.com/fedeoasi">@fedeoasi</a></small> <br> <small>Backstop Solutions Group</small> </p> </section> <section> <h2>Outline</h2> <ul> <li>Why Scala?</li> <li>Functional and Object Oriented Programming</li> <li>(Some) Language Features</li> <li>Live Code Example (CTA Data Processing)</li> <li>Scala at Backstop</li> </ul> </section> <section> <h2>Why Scala?</h2> <ul> <li>JVM Language</li> <li>Unifies Functional and Object Oriented Programming</li> <li>Typesafe</li> <li>Concise Code</li> </ul> </section> <section> <h2>Functional Programming</h2> <ul> <li>Programming paradigm where functions are first-class citizens</li> <li>Minimize state changes and mutability</li> <li>Minimize external dependencies (e.g., the result of a function only depends on its parameters)</li> <li>Minimize side effects (external changes)</li> </ul> <p class="fragment">Code is suddenly easier to test, debug, and run in parallel!</p> </section> <section> <h2>Unifying FP with Object Oriented Programming</h2> <p>OOP is good at structuring programs</p> <small>Interfaces, Classes, Encapsulation, Delegation, Singleton</small> <p>FP is good at isolating state change</p> <small>Immutability, Repeatability, Concurrency</small> <div class="fragment"> <p>Scala Combines the two: <ul> <li>Preserves all the OOP you can do in Java</li> <li>Fully functional language</li> </ul> </p> </div> </section> <section> <h2>Syntax</h2> <pre><code class="scala" data-trim contenteditable> val ten = 10 //ten is an immutable value of type Int var number = 2 //number is mutable number += 1 //number is now 3 def sum(a: Int, b: Int): Int = a + b def sumThree(a: Int): Int = sum(a, 3) val numbers = 1 to 4 //Range(1, 2, 3, 4) val doubles = numbers.map(_ * 2) //Range(2, 4, 6, 8) val squares = numbers.map(n => n * n) //Range(1, 4, 9, 16) val summedThree = numbers.map(sumThree) //Range(4, 5, 6, 7) </code></pre> </section> <section> <h2>Option</h2> <p> Option[A] is a container type and can have two values: Some[A] and None. </p> <pre><code class="scala" data-trim contenteditable> class User(val username: String, val email: Option[String]) val users = Seq( new User("user1", Some("user1@gmail.com")), new User("user2", None), new User("user3", Some("user3@gmail.com")) ) def sendMessage(email: String, message: String) = println(s"Sending email to $message") users.foreach { u => u.email match { case Some(email) => sendMessage(email, "Welcome to MyApp") case None => } } </code></pre> <p>Your code will be safer as the compiler will force you to think about the None case.</p> </section> <section> <h2>Case Classes</h2> <pre><code class="scala" data-trim contenteditable> case class Person(firstName: String, lastName: String, birthDate: LocalDate) </code></pre> <p>With just a little typing, we get a lot of things:</p> <ul> <li>A class with immutable fields</li> <li>Ability to use Person in pattern matching expression</li> <li>.equals() and .hashCode() that work</li> <li>An apply method</li> </ul> </section> <section> <h2>Processing CTA Datasets</h2> <p>Goal: Have fun processing collections in Scala</p> <p>Possible Side Effect: Learn something interesting about the CTA</p> <p>Code on <a href="https://github.com/fedeoasi/scala-cta-demo">Github</a></p> </section> <section> <h2>Scala at Backstop</h2> <ul> <li>Used in a team of 3-4 developers</li> <li>Rewrote part of our accounting engine</li> <li>Made it 20x faster</li> <li>Most of us learned Scala as we were working on the project</li> </ul> </section> <section> <h2>Want to Learn More?</h2> <ul> <li><a href="http://cacm.acm.org/magazines/2014/4/173220-unifying-functional-and-object-oriented-programming-with-scala/fulltext/"> Unifying Functional and Object-Oriented Programming with Scala (2014)</a> </li> <li> Coursera courses <ul> <li><a href="https://www.coursera.org/course/progfun">Functional Programming Principles in Scala</a></li> <li><a href="https://www.coursera.org/course/reactive">Principles of Reactive Programming</a></li> </ul> </li> <li> Frameworks <ul> <li><a href="https://www.playframework.com/">Play Framework</a></li> <li><a href="http://akka.io/">Akka</a></li> </ul> </li> </ul> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.js"></script> <script> // Full list of configuration options available at: // 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 } ] }); </script> </body> </html>
utils/pmd-bin-5.2.2/docs/pmd-plsql/xref-test/net/sourceforge/pmd/package-frame.html
byronka/xenos
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PMD PL/SQL 5.2.2 Reference Package net.sourceforge.pmd</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" /> </head> <body> <h3> <a href="package-summary.html" target="classFrame">net.sourceforge.pmd</a> </h3> <h3>Classes</h3> <ul> <li> <a href="LanguageVersionDiscovererTest.html" target="classFrame">LanguageVersionDiscovererTest</a> </li> <li> <a href="LanguageVersionTest.html" target="classFrame">LanguageVersionTest</a> </li> <li> <a href="RuleSetFactoryTest.html" target="classFrame">RuleSetFactoryTest</a> </li> </ul> </body> </html>
ZimbraCommon/jars-test/easymock-3.0/clover/org/easymock/tests2/ReflectionUtilsTest_testFindMethod_NotFound_4d.html
nico01f/z-pec
<!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"/> <link rel="SHORTCUT ICON" href="../../../img/clover.ico" /> <style type="text/css" media="screen"> @import url('../../../style.css'); @import url('../../../roundedcorners.css'); @import url('../../../tree.css'); </style> <script src="../../../sorttable.js" type="text/javascript"></script> <script src="../../../overlibmws.js" type="text/javascript"><!-- overLIB (c) Erik Bosrup --></script> <script src="../../../overlibmws_shadow.js" type="text/javascript" ></script> <script src="../../../clover.js" type="text/javascript"></script> <script src="../../../cloud.js" type="text/javascript"></script> <script src="../../../help.js" type="text/javascript"></script> <title>EasyMock 3.0</title> </head> <body onload="setBrowserTitle('EasyMock 3.0: org.easymock.tests2.testFindMethod_NotFound');"> <table cellspacing="0" cellpadding="2" class="barGraph"> <tbody> <tr> <td colspan="6" > <div class="roundedLarge"> <b class="ctop"><b class="cb1"></b><b class="cb2 testHeader"></b><b class="cb3 testHeader"></b><b class="cb4 testHeader"></b></b> <div class="roundedContent"> <table width="100%" cellspacing="0"><tr class="reportHeader "> <td valign="top" class="titleText testHeader">Clover Test Report - <a href="http://www.easymock.org/easymock" target="_top">EasyMock 3.0</a><div class="timestamp"><b>Coverage timestamp:</b>&nbsp;sam. mai 8 2010 14:37:27 CEST </div> <div class="navBar"> <span><a href="../../../test-pkg-summary.html">Overview</a></span>&nbsp;&nbsp;&nbsp; <span><a href="test-pkg-summary.html">Package</a></span>&nbsp;&nbsp;&nbsp; <span><a href="test-ReflectionUtilsTest.html">File</a></span>&nbsp;&nbsp;&nbsp; <span class="navBarCurrent">Test</span> </div> <div class="navBarLink"> &nbsp;&nbsp;&nbsp; <a href="../../../index.html" target="_top">FRAMES</a>&nbsp;&nbsp; <a href="ReflectionUtilsTest_testFindMethod_NotFound_4d.html" target="_top">NO FRAMES</a>&nbsp;&nbsp; <a><label onclick="toggleHelp(this);" class="nonHelpItem">SHOW HELP</label></a>&nbsp;&nbsp; </div> </td> </tr></table> </div> <b class="cbottom"><b class="cb4 testHeader"></b><b class="cb3 testHeader"></b><b class="cb2 testHeader"></b><b class="cb1"></b></b> </div> </td> </tr> <tr><td class="hbreak" colspan="6">&nbsp;</td></tr> <tr> <td class="graphHeaderLeft titleText testHeader">Test</td> <td class="graphHeader headerTitle testHeader"><label onkeyup="return help_total_unique_coverage;">Unique Coverage</label></td> <td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_status;">Status</label></td> <td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_time;">Start time</label></td> <td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_time;">Time (seconds)</label></td> <td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_message;">Message</label></td> </tr> <tr> <td class="graphItem alignTop titleText"> <a href="../../../org/easymock/tests2/ReflectionUtilsTest.html?line=74#src-74" >testFindMethod_NotFound</a> </td> <td class="graphPercent alignTop"> 0% </td> <td class="graphPercent alignTop"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> <td class="graphPercent alignTop"> 8 mai 14:37:16 </td> <td class="graphPercent alignTop"> 0.0 </td> <td class="graphItemRight alignTop"> <div class="titleText"></div> <div class="errorMessage"></div> </td> </tr> <tr><td class="hbreak" colspan="6">&nbsp;</td></tr> </tbody> <tbody> <tr> <td class="graphHeaderLeft titleText sortable testHeader" style="white-space:nowrap;" onclick="ts_resortTable(this, 'alpha', 0);return false;"><label onkeyup="return help_test_target_class;">Target Class</label> &nbsp;</td> <td class="graphHeader sortable testHeader" onclick="ts_resortTable(this, 'number', 1);return false;"><label onkeyup="return help_unique_coverage ;">Unique</label> &nbsp;</td> <td class="graphHeader sortable testHeader" colspan="4" onclick="ts_resortTable(this, 'number', 2);return false;"><label onkeyup="return help_test_contribution;">Coverage contributed by</label> <span class="titleText">testFindMethod_NotFound</span>.</td> </tr> <tr> <td class="graphItem" style="font-size: 11px"> <span class="sortValue">org.easymock.internal.ReflectionUtils</span> &nbsp;&nbsp;<a href="../../../org/easymock/internal/ReflectionUtils.html?id=157#ReflectionUtils" title="ReflectionUtils" name="sl-29">org.easymock.internal.ReflectionUtils</a> </td> <td class="graphPercent"> <span class="sortValue">0.0</span> </td> <td class="graphPercent"> <span class="sortValue">0.23529412</span> 23,5% </td> <td class="graphPercent" style="width: 100%" colspan="3"> <div> <div style="width: 40px; font-size:0px;"></div> <div title="76,5% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative"> <div title="23,5% Covered" class="barPositive contribBarPositive" style="width: 23.5%"></div> </div> </div> </td> </tr> </tbody> <tbody> <tr><td class="hbreak" colspan="6">&nbsp;</td></tr> <tr><td class="footer" colspan="6"> <table> <tr> <td><a target="_new" href="http://www.atlassian.com/software/clover"><img alt="Clover" src="../../../img/logo.gif" style="border:none"/></a></td><td style="white-space:nowrap;"><i>Report generated by </i>Clover <a target="_new" href="http://www.atlassian.com/software/clover">Code Coverage</a> v3.0.1<i><br/>sam. mai 8 2010 14:37:33 CEST</i>.</td> <td>&nbsp;</td><td style="BORDER-LEFT: #9c9c9c 1px solid;">&nbsp;</td><td>Clover: Open Source License registered to EasyMock . </td> </tr> </table> </td> </tr></tbody> </table> </body> </html>
docs/index.html
Onra/inspiringquote
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>One Random Inspiring Quote</title> <link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet"> </head> <body> <div id="root"></div> <script type="text/javascript" src="bundle.js"></script> </body> </html>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.14.0/color/1.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>color: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.0 / color - 1.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> color <small> 1.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-01 12:01:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 12:01: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 conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;frederic.blanqui@inria.fr&quot; authors: [ &quot;Frédéric Blanqui&quot; &quot;Adam Koprowski&quot; &quot;Sébastien Hinderer&quot; &quot;Pierre-Yves Strub&quot; &quot;Sidi Ould Biha&quot; &quot;Solange Coupet-Grimal&quot; &quot;William Delobel&quot; &quot;Hans Zantema&quot; &quot;Stéphane Leroux&quot; &quot;Léo Ducas&quot; &quot;Johannes Waldmann&quot; &quot;Qiand Wang&quot; &quot;Lianyi Zhang&quot; &quot;Sorin Stratulat&quot; ] license: &quot;CeCILL&quot; homepage: &quot;http://color.inria.fr/&quot; bug-reports: &quot;color@inria.fr&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CoLoR&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-bignums&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;date:2018-05-04&quot; &quot;logpath:CoLoR&quot; &quot;category:Computer Science/Algorithms/Correctness proofs of algorithms&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;category:Computer Science/Lambda Calculi&quot; &quot;category:Mathematics/Algebra&quot; &quot;category:Mathematics/Combinatorics and Graph Theory&quot; &quot;category:Mathematics/Logic/Type theory&quot; &quot;category:Miscellaneous/Extracted Programs/Type checking unification and normalization&quot; &quot;keyword:rewriting&quot; &quot;keyword:termination&quot; &quot;keyword:lambda calculus&quot; &quot;keyword:list&quot; &quot;keyword:multiset&quot; &quot;keyword:polynomial&quot; &quot;keyword:vectors&quot; &quot;keyword:matrices&quot; &quot;keyword:FSet&quot; &quot;keyword:FMap&quot; &quot;keyword:term&quot; &quot;keyword:context&quot; &quot;keyword:substitution&quot; &quot;keyword:universal algebra&quot; &quot;keyword:varyadic term&quot; &quot;keyword:string&quot; &quot;keyword:alpha-equivalence&quot; &quot;keyword:de Bruijn indices&quot; &quot;keyword:simple types&quot; &quot;keyword:matching&quot; &quot;keyword:unification&quot; &quot;keyword:relation&quot; &quot;keyword:ordering&quot; &quot;keyword:quasi-ordering&quot; &quot;keyword:lexicographic ordering&quot; &quot;keyword:ring&quot; &quot;keyword:semiring&quot; &quot;keyword:well-foundedness&quot; &quot;keyword:noetherian&quot; &quot;keyword:finitely branching&quot; &quot;keyword:dependent choice&quot; &quot;keyword:infinite sequences&quot; &quot;keyword:non-termination&quot; &quot;keyword:loop&quot; &quot;keyword:graph&quot; &quot;keyword:path&quot; &quot;keyword:transitive closure&quot; &quot;keyword:strongly connected component&quot; &quot;keyword:topological ordering&quot; &quot;keyword:rpo&quot; &quot;keyword:horpo&quot; &quot;keyword:dependency pair&quot; &quot;keyword:dependency graph&quot; &quot;keyword:semantic labeling&quot; &quot;keyword:reducibility&quot; &quot;keyword:Girard&quot; &quot;keyword:fixpoint theorem&quot; &quot;keyword:Tarski&quot; &quot;keyword:pigeon-hole principle&quot; &quot;keyword:Ramsey theorem&quot; ] synopsis: &quot;A library on rewriting theory and termination&quot; flags: light-uninstall url { src: &quot;http://files.inria.fr/blanqui/color/color.1.5.0.tar.gz&quot; checksum: &quot;md5=1853a6fbd4265c9be744b32e7685d05b&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-color.1.5.0 coq.8.14.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.14.0). The following dependencies couldn&#39;t be met: - coq-color -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-color.1.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
resources/css/order_details.css
0455482/avtoplin_new
.border { border: 1px solid black; } .input_container { margin-bottom: 35px; } .md-button.md-icon-button { margin-left: 0; padding-left: 0; margin-right: 0; } .md-datepicker-input-container { margin-left: 0; } .md-datepicker-input-container { min-width: 150px; } .old_order_modal label { color: black; } .border input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled { color: black; } input[type="text"], input[type="password"], textarea, input[type="number"] { font-size: 17px; } .order_details_form .md-text { font-size: 17px; } .gray_wrap { background-color: lightgray; padding: 10px; } .right_form .right_submit { position: static; right: 31%; bottom: 35%; } .left_form .left_submit { position: static; right: 31%; bottom: 35%; } .md-chips .md-chip { cursor: pointer; } .md-dialog-content .md-chips .md-chip-input-container > input { display: none; } .md-dialog-content .md-chips:not(.md-readonly) { cursor: default; } .motors_wrap { display: inline-flex; width: 100%; text-align: center; } .motors_wrap .left { width: 150px; height: 150px; border: 1px solid black; margin: 0 auto; cursor: pointer; } .motors_wrap .right { width: 150px; height: 150px; border: 1px solid black; margin: 0 auto; cursor: pointer; } .selected { visibility: hidden; } .selected_box { box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2); } .motors_wrap .checked { margin-top: -33px; } .motors_wrap .inside_pic { width: 80px; height: 80px; margin: auto; } .motors_type_wrap { display: inline-flex; width: 100%; text-align: center; } .motors_type_wrap .left { width: 90px; height: 90px; border: 1px solid black; margin: 0 auto; cursor: pointer; } .motors_type_wrap .right { width: 90px; height: 90px; border: 1px solid black; margin: 0 auto; cursor: pointer; } .motors_type_wrap .inside_pic { width: 40px; height: 40px; margin: auto; } .motors_type_wrap .checked { margin-top: -33px; } .subvencija_wrap { display: inline-flex; width: 100%; text-align: center; } .subvencija_wrap .left { width: 40px; height: 40px; border: 1px solid black; margin: 0 auto; cursor: pointer; } .subvencija_wrap .checked { margin-top: 0px; } .disable_section { pointer-events: none; opacity: 0.3; } .boxed { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 5px rgba(0, 0, 0, 0.9); } .offer_table { display: table; border-collapse: collapse; border-spacing: 3px 5px; } .offer_row { display: table-row; } .offer_cell { display: table-cell; padding: 5px; border: 1px solid rgb(218,218,218); min-width: 286px; } .icon { min-width: 110px; text-align: center; } .form { display: block; padding: 0; margin: 0; background-color: rgb(234,234,234); } .old_order_modal input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled { opacity: 1; color: black; } .panel-container { padding: 5px; text-align: center; } .content { padding: 40px; } .label-material-style { opacity: 0.6; font-size: 11px; }
data science/machine_learning_for_the_web/chapter_4/movie/9807.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Red Corner (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119994">Red Corner (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Harvey+S.+Karten">Harvey S. Karten</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>RED CORNER</PRE> <PRE> By Harvey Karten, Ph.D. MGM Director: Jon Avnet: Writer: Robert King Cast: Richard Gere, Bai Ling, Bradley Whitford, Byron Mann, Tsai Chin, James Hong, Robert Stanton.</PRE> <P> A colleague swears that he saw a picture in one of those gossip magazines featuring Richard Gere with Cheryl Crawford on one arm and the Dalai Lama on the other. Why not? No words can better sum up the Richard Gere who eats up the screen in "The Red Corner," a picture which is so cleverly digitalized that you'd swear that the action was taking place in and around Beijing's Tienanmen Square. With an opening timed to coincide with the high-profile visit of China's president, Jiang Zemin, "Red Corner" is an effective representation of Gere's views on the current Chinese regime while demonstrating that he has the highest regard for its pretty women. (The dreamily intense, socially-conscious 48- year-old actor made an impassioned plea for the sovereignty of Tibet at the 1992 Academy Awards ceremony, a year after campaigning for worldwide AIDS awareness. If you're not too clear on the connection between China's human rights abuses and the situation in its western province, see the equally politically-correct movie, "Seven Days in Tibet.")</P> <P> While some films made by Chinese themselves such as "The Story of Qui Ju" more artfully criticize that country's political conditions, they cannot match Hollywood for the slick melodrama which director Jon Avnet delivers for his audience. Gere, his hair grayed over and closely cropped, is cast in the role of an businessman competing for a lucrative contract in a potentially huge market. China is undergoing radical change, some of its younger politicians eager to bring in sexy Western entertainment to replace some of the more stolid forms of diversion. Jack Moore (Richard Gere) is competing with a German executive on a plan to bring in American satellite technology to one fourth of the world's population. Seduced by a model, Hong Ling (Jessey Meng)--who seems intent on sketching Moore's long nose--he wakes up in a hotel to discover his playmate murdered and is dragged away by police.</P> <P> The bulk of the story deals with Moore's unfortunate experience with the Chinese legal system and his more fortuitous relationship with his lovely, intelligent and charming attorney, Shen Yuelin (Bai Ling), who has been appointed by the court to defend him. Insisting that the best defense is a guilty plea--which would almost automatically spare him from an ignominious execution within a week of the trial's conclusion--Shen is frustrated by her client's insistence on proving his innocence. </P> <P> Director Avnet allows considerable time for romantic and sentimental attachments to develop between client and lawyer. She is unmarried in a culture that considers singularity to be offensive but complains that China's one billion men are too threatened by her intelligence to ask her out. He is a widowed graduate of Harvard College and Stanford Law School, all the more desirable to Shen because he did not grow up as the pampered son of a capitalist family- -he worked his way through higher education serving at rich people's parties. </P> <P> Nor does Avnet disappoint the action-adventure crowd, cramming an absurd, though heart-pounding chase as a handcuffed murder defendant rushes toward the American Embassy in a dash for sanctuary. </P> <P> As in so many paranoid thrillers, the American officials are almost as villainous as the real enemy, in this case providing the businessman with little help because sensitive trade talks are under way between the U.S. and China--a clear reference to President Bill Clinton's alleged refusal to insist more strongly that China takes steps toward greater human rights in return for lucrative agreements with the States.</P> <P> "The Red Corner" has its heart in the right place, even allowing its lead Chinese actress to argue that the U.S. is no paradise but rather a country with only one-sixth of China's population but with ten times its murder rate. Politically, though, the movie--from Robert King's screenplay--is whipping a dead horse since we all know by now that Communist regimes tend to be brutal, xenophobic, and reactionary. But a now mature Gere looks good on the screen and Bai Ling may even give China's premier performer, Gong Li, some heady competition. With its Casablanca-like finale, chase scenes, and political purport, "The Red Corner" is a well-made, if generally by-the-numbers, sentimental thriller, balancing the anti-Fascist agenda of a Costa-Gavras with the anti- Communist program of Jon Avnet. Rated R. Running Time: 119 minutes. (C) 1997 Harvey Karten</P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/27b9147bd4b61f776ebdf7ed0d6915d68f7ae82647524ed85c2c8330569d3d20.html
simonmysun/praxis
<!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="./2b3f3a06971bc3bb4b0ad0d540ce6829d7649b90cd8221a92dbbcafc74a7484a.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>
templates/article.html
debugger22/notmyidea
{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {%block opengraph %} <meta property="og:url" content="{{ SITEURL }}/{{ article.url }}" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Shortlog | {{ article.title|striptags }}" /> <meta property="og:image" content="https://avatars3.githubusercontent.com/u/2821646?v=3&s=200" /> <meta property="og:description" content="{{ article.summary|striptags }}" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@debugger22" /> <meta name="twitter:title" content="Shortlog | {{ article.title|striptags }}" /> <meta name="twitter:description" content="{{ article.summary|striptags }}" /> <meta name="twitter:image" content="https://avatars3.githubusercontent.com/u/2821646?v=3&s=200" /> <meta name="twitter:url" content="{{ SITEURL }}/{{ article.url }}" /> <meta name="keywords" content="sudhanshu mishra, programming, blog" /> {% endblock %} {% block content %} <section id="content" class="body"> <article> <header> <h1 class="entry-title"> <a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1> {% include 'twitter.html' %} </header> <div class="entry-content"> {% include 'article_infos.html' %} {{ article.content }} </div><!-- /.entry-content --> <!-- Social buttons --> <div> </div> {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %} <div class="comments"> <br/> <h5>Comments</h5> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = '{{ DISQUS_SITENAME }}'; var disqus_identifier = '{{ article.url }}'; var disqus_url = '{{ SITEURL }}/{{ article.url }}'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the comments.</noscript> </div> {% endif %} </article> </section> {% endblock %}
place/bermuda/health/index.html
okfn/opendataindex-2015
<!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="author" content="Open Knowledge"> <meta name="description" content="The Global Open Data Index assesses the state of open government data around the world. "> <meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The Global Open Data Index assesses the state of open government data around the world."/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Bermuda / Health performance | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="empty"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li class="active">Bermuda / Health performance</li> </ol> <header class="page-header"> <h1>Bermuda / Health performance</h1> </header> <p> We do not current have any data for Bermuda / Health performance. But you can help change that! </p> <section class="row"> <div class="col-md-4"> <a href="http://global.census.okfn.org/submit/?place=bm&dataset=health&year=2015" class="btn btn-success"> Add information </a> </div> <div class="col-md-4"> <a href="" class="btn btn-success"> Contact us for help </a> </div> <div class="col-md-4"> </div> </section> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
docs/_includes/elements/color-square.html
YellowDi/Elenore
<span class="el-color" style="background: {{ include.value }};"></span> <code>{{ include.value }}</code>
_site/articles/sample-link-post/index.html
hsudarspy/hsudarspy.github.io
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>Sample Link Post &#8211; Keep It Simple Stupid...</title> <meta name="description" content="Example and code for using link posts."> <meta name="keywords" content="Python, Data Science"> <!-- Twitter Cards --> <meta name="twitter:title" content="Sample Link Post"> <meta name="twitter:description" content="Example and code for using link posts."> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="http://harishblogs.com/images/harish.jpg"> <!-- Open Graph --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Sample Link Post"> <meta property="og:description" content="Example and code for using link posts."> <meta property="og:url" content="http://harishblogs.com/articles/sample-link-post/"> <meta property="og:site_name" content="Keep It Simple Stupid..."> <link rel="canonical" href="http://harishblogs.com/articles/sample-link-post/"> <link href="http://harishblogs.com/feed.xml" type="application/atom+xml" rel="alternate" title="Keep It Simple Stupid... Feed"> <!-- https://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- For all browsers --> <link rel="stylesheet" href="http://harishblogs.com/assets/css/main.css"> <!-- Webfonts --> <script src="https://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script> <meta http-equiv="cleartype" content="on"> <!-- HTML5 Shiv and Media Query Support --> <!--[if lt IE 9]> <script src="http://harishblogs.com/assets/js/vendor/html5shiv.min.js"></script> <script src="http://harishblogs.com/assets/js/vendor/respond.min.js"></script> <![endif]--> <!-- Modernizr --> <script src="http://harishblogs.com/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script> <!-- MathJax --> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <!-- Icons --> <!-- 16x16 --> <link rel="shortcut icon" href="http://harishblogs.com/favicon.ico"> <!-- 32x32 --> <link rel="shortcut icon" href="http://harishblogs.com/favicon.png"> <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> <link rel="apple-touch-icon-precomposed" href="http://harishblogs.com/images/apple-touch-icon-precomposed.png"> <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://harishblogs.com/images/apple-touch-icon-72x72-precomposed.png"> <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://harishblogs.com/images/apple-touch-icon-114x114-precomposed.png"> <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://harishblogs.com/images/apple-touch-icon-144x144-precomposed.png"> </head> <body id="post"> <div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop"> <ul> <li><a href="http://harishblogs.com/about/" >About</a></li> <li><a href="http://harishblogs.com/blog/" >Blog</a></li> <li><a href="http://harishblogs.com/articles/" >Articles</a></li> <li><a href="http://harishblogs.com/search/" >Search</a></li> </ul> </nav> </div><!-- /.navigation-wrapper --> <!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]--> <header class="masthead"> <div class="wrap"> <a href="http://harishblogs.com/" class="site-logo" rel="home" title="Keep It Simple Stupid..."><img src="http://harishblogs.com/images/harish.jpg" width="200" height="200" alt="Keep It Simple Stupid... logo" class="animated fadeInDown"></a> <h1 class="site-title animated fadeIn"><a href="http://harishblogs.com/">Keep It Simple Stupid...</a></h1> <h2 class="site-description animated fadeIn" itemprop="description">- The KISS Principle</h2> </div> </header><!-- /.masthead --> <div class="js-menu-screen menu-screen"></div> <div id="main" role="main"> <article class="hentry"> <div class="entry-wrapper"> <header class="entry-header"> <ul class="entry-tags"> <li><a href="http://harishblogs.com/tags/#Python" title="Pages tagged Python">Python</a></li><li><a href="http://harishblogs.com/tags/#Data Science" title="Pages tagged Data Science">Data Science</a></li> </ul> <h1 class="entry-title"><a href="http://mademistakes.com">Sample Link Post <span class="link-arrow">&rarr;</span></a></h1> </header> <footer class="entry-meta"> <span class="author vcard">By <span class="fn">Harish Sudarsanan</span></span> <span class="entry-date date published"><time datetime="2013-08-12T00:00:00+05:30"><i class="fa fa-calendar-o"></i> August 12, 2013</time></span> </footer> <div class="entry-content"> <p>So Simple Theme now supports <strong>link posts</strong>, made famous by John Gruber. To activate just add <code class="highlighter-rouge">link: http://url-you-want-linked</code> to the post’s YAML front matter and you’re done.</p> <div id="disqus_thread"></div><!-- /#disqus_thread --> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'harishblogs'; // 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 = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); /* * * DON'T EDIT BELOW THIS LINE * * */ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = 'https://' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </div><!-- /.entry-content --> </div><!-- /.entry-wrapper --> <nav class="pagination" role="navigation"> <a href="http://harishblogs.com/articles/video-post/" class="btn" title="A Post with a Video">Previous</a> <a href="http://harishblogs.com/articles/code-highlighting-post/" class="btn" title="Syntax Highlighting Post">Next</a> </nav><!-- /.pagination --> </article> </div><!-- /#main --> <div class="footer-wrapper"> <footer role="contentinfo" class="entry-wrapper"> <span> 2017 &copy; Harish Sudarsanan. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a>.</span> <div class="social-icons"> <a href="http://harishblogs.com/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a> </div><!-- /.social-icons --> </footer> </div><!-- /.footer-wrapper --> <script type="text/javascript"> var BASE_URL = 'http://harishblogs.com'; </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="http://harishblogs.com/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="http://harishblogs.com/assets/js/scripts.min.js"></script> </body> </html>
deps/boost_1_77_0/libs/beast/doc/html/beast/ref/boost__beast__static_string/compare/overload5.html
davehorton/drachtio-server
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>static_string::compare (5 of 9 overloads)</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Chapter 1. Boost.Beast"> <link rel="up" href="../compare.html" title="static_string::compare"> <link rel="prev" href="overload4.html" title="static_string::compare (4 of 9 overloads)"> <link rel="next" href="overload6.html" title="static_string::compare (6 of 9 overloads)"> </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="overload4.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compare.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="overload6.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h6 class="title"> <a name="beast.ref.boost__beast__static_string.compare.overload5"></a><a class="link" href="overload5.html" title="static_string::compare (5 of 9 overloads)">static_string::compare (5 of 9 overloads)</a> </h6></div></div></div> <h7><a name="beast.ref.boost__beast__static_string.compare.overload5.h0"></a> <span class="phrase"><a name="beast.ref.boost__beast__static_string.compare.overload5.synopsis"></a></span><a class="link" href="overload5.html#beast.ref.boost__beast__static_string.compare.overload5.synopsis">Synopsis</a> </h7><pre class="programlisting"><span class="keyword">int</span> <span class="identifier">compare</span><span class="special">(</span> <span class="identifier">size_type</span> <span class="identifier">pos1</span><span class="special">,</span> <span class="identifier">size_type</span> <span class="identifier">count1</span><span class="special">,</span> <span class="identifier">CharT</span> <span class="keyword">const</span><span class="special">*</span> <span class="identifier">s</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> </pre> <h7><a name="beast.ref.boost__beast__static_string.compare.overload5.h1"></a> <span class="phrase"><a name="beast.ref.boost__beast__static_string.compare.overload5.description"></a></span><a class="link" href="overload5.html#beast.ref.boost__beast__static_string.compare.overload5.description">Description</a> </h7> </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 © 2016-2019 Vinnie Falco<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="overload4.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compare.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="overload6.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
www/index.html
kaesetoast/podpuri
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>testtest</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="assets/vendor/bootstrap/bootstrap.min.css"> <link rel="stylesheet" href="assets/vendor/prism/prism.css"> <link rel="stylesheet" href="assets/css/main.css"> </head> <body> <div class="container"> <div class="jumbotron"> <h1>testtest</h1> <p> hoodie playground. </p> <div class="hoodie-accountbar"> <div class="hoodie-account-signedout"> <span class="btn-group"> <button class="btn btn-small btn-primary" data-hoodie-action="signup">Sign Up</button> <button class="btn btn-small dropdown-toggle btn-primary" data-toggle="dropdown"> <span class="caret"></span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#" data-hoodie-action="signin">Sign In</a></li> <li><a href="#" data-hoodie-action="resetpassword">Reset Password</a></li> <li><a href="#" data-hoodie-action="destroy">Clear local data</a></li> </ul> </span> </div><!-- /.hoodie-account-signedout --> <div class="hoodie-account-signedin"> Hello, <span class="hoodie-username"><!-- usern name will be filled in here --></span> <span class="btn-group"> <button class="btn btn-small btn-primary" data-hoodie-action="signout">Sign Out</button> <button class="btn btn-small dropdown-toggle btn-primary" data-toggle="dropdown"> <span class="caret"></span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#" data-hoodie-action="changepassword">Change Password</a></li> <li><a href="#" data-hoodie-action="changeusername">Change Username</a></li> <li><a href="#" data-hoodie-action="destroy">Destroy Account</a></li> </ul> </span> </div><!-- /.hoodie-account-signedin --> <div class="hoodie-account-error"> Hello, <span class="hoodie-username"><!-- username will be filled in here --></span>. <span class="btn-group"> <button class="btn btn-small btn-danger" data-hoodie-action="signin">Authentication error: Sign in again</button> <button class="btn btn-small dropdown-toggle btn-danger" data-toggle="dropdown"> <span class="caret"></span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#" data-hoodie-action="signout">Sign out</a></li> </ul> </span> </div><!-- /.hoodie-account-error --> </div><!--/hoodieAccountBar --> </div> <div class="content"> <ul id="todolist"></ul> <input type="text" id="todoinput" placeholder="new todo ↵" /> </div> <div class="code"> <pre class="language-javascript"><code class="language-javascript"> // initialize Hoodie var hoodie = new Hoodie() // initial load of all todo items from the store hoodie.store.findAll('todo').then( function(todos) { todos.sort( sortByCreatedAt ).forEach( addTodo ) }) // when a new todo gets stored, add it to the UI hoodie.store.on('add:todo', addTodo) // when a user signs out, clear the todo list hoodie.account.on('signout', clearTodos) // handle creating a new task $('#todoinput').on('keypress', function(event) { if (event.keyCode == 13) { // ENTER hoodie.store.add('todo', {title: event.target.value}); event.target.value = ''; } }) function addTodo( todo ) { $('#todolist').append('&lt;li&gt;'+todo.title+'&lt;/li&gt;'); } function clearTodos() { $('#todolist').html(''); } function sortByCreatedAt(a, b) { return a.createdAt &gt; b.createdAt } </code></pre> </div><!-- /.code --> <footer class="copy"> <p>&hearts; hood.ie 2014</p> </footer> </div> <!-- /.container --> <script src="assets/vendor/jquery-2.1.0.min.js"></script> <script src="assets/vendor/bootstrap/bootstrap.js"></script> <script src="assets/vendor/prism/prism.js"></script> <!-- Load the dynamic version of hoodie.js that includes all the plugin code--> <script src="/_api/_files/hoodie.js"></script> <script src="assets/vendor/hoodie.accountbar.bootstrap.js"></script> <script src="assets/vendor/bootstrap.modalform.js"></script> <script src="assets/js/main.js"></script> </body> </html>
public/src/card/card-analytics-dialog.html
ChannelsNetwork/channels-server
<link rel="import" href="../controls/dialog-view.html"> <link rel="import" href="../../bower_components/polymer/lib/elements/dom-repeat.html"> <dom-module id="card-analytics-dialog"> <template> <style is="custom-style" include="app-styles"> :host { display: block; } .container { text-align: center; font-size: 14px; } .table { display: table; max-width: 100%; border-collapse: collapse; } .headingsRow { display: table-row; } .headerCell0 { display: table-cell; } .headerCell { display: table-cell; text-align: right; border: 1px solid #aaa; padding: 3px 5px; } .bodyRow { display: table-row; } .headingCell { display: table-cell; text-align: left; border: 1px solid #aaa; padding: 3px 5px; } .valueCell { display: table-cell; text-align: right; border: 1px solid #aaa; padding: 3px 5px; } .title { margin: 0 0 10px; font-size: 14px; } </style> <dialog-view id="dlg" buttons="[[_buttons]]" on-button-click="_handleButton"> <h2>Analytics</h2> <div class="title">[[cardTitle]]</div> <div class="container"> <div class="table"> <div class="headingsRow"> <div class="headerCell0"></div> <div class="headerCell">Total</div> <div class="headerCell">Last 24h</div> <div class="headerCell">Prior Week</div> <div class="headerCell">Prior Month</div> </div> <template is="dom-repeat" items="[[items]]"> <div class="bodyRow"> <div class="headingCell">[[item.name]]</div> <div class="valueCell">[[item.total]]</div> <div class="valueCell">[[item.lastDay]]</div> <div class="valueCell">[[item.lastWeek]]</div> <div class="valueCell">[[item.lastMonth]]</div> </div> </template> </div> </div> </dialog-view> </template> <script> class CardAnalyticsDialog extends Polymer.Element { static get is() { return 'card-analytics-dialog'; } static get properties() { return { items: { type: Array, value: function () { return []; } }, cardTitle: String }; } show(cardData) { this.data = cardData; this.set('cardTitle', cardData.summary.title); this._buttons = [ { id: 'ok', label: "OK" } ]; $core.cardStatsHistory(this.data.id, 50).then((response) => { this._processResponse(response); }); return this.$.dlg.show(); } hide() { return this.$.dlg.hide(); } _processResponse(response) { const items = []; const now = Date.now(); const currencyProcessor = (value) => { return value.toFixed(2) !== '0.00' ? "ℂ" + value.toFixed(value >= 1000 ? 0 : 2) : 0; }; items.push(this._processStat(response, "impressions", "Impressions", now)); items.push(this._processStat(response, "uniqueImpressions", "Unique Impressions", now)); items.push(this._processStat(response, "opens", "Opens", now)); items.push(this._processStat(response, "uniqueOpens", "Unique Opens", now)); items.push(this._processStat(response, "promotionsPaid", "Impressions Paid", now, currencyProcessor)); items.push(this._processStat(response, "openFeesPaid", "Open Fees Paid", now, currencyProcessor)); items.push(this._processStat(response, "firstTimePurchases", "Purchases (0.01)", now)); items.push(this._processStat(response, "normalPurchases", "Purchases (full)", now)); items.push(this._processStat(response, "revenue", "Revenue", now, currencyProcessor)); items.push(this._processStat(response, "likes", "Likes", now)); items.push(this._processStat(response, "dislikes", "Dislikes", now)); this.set('items', items); } _processStat(response, property, name, now, postProcess) { if (!postProcess) { postProcess = (value) => { if (value >= 10000000) { return (value / 1000000).toFixed(1) + 'M'; } else if (value >= 1000000) { return (value / 1000000).toFixed(3) + 'M'; } else if (value >= 10000) { return (value / 1000).toFixed(1) + "K"; } else { return value; } }; } const statHistory = response[property]; const item = { name: name, lastDay: this._findStatDeltaFromCurrent(response.currentStats[property], statHistory, now - 1000 * 60 * 60 * 24, postProcess), lastWeek: this._findStatDelta(statHistory, 0, 1, postProcess), lastMonth: this._findStatDelta(statHistory, 1, 2, postProcess), total: postProcess(response.currentStats[property] ? response.currentStats[property] : 0) }; return item; } _findStatDeltaFromCurrent(currentValue, statHistory, after, postProcess) { if (!currentValue) { return postProcess(0); } if (!statHistory || statHistory.length < 1) { return postProcess(currentValue); } return postProcess(currentValue - statHistory[0].value); } _findStatDelta(statHistory, before, after, postProcess) { if (!statHistory || statHistory.length === 0) { return postProcess(0); } let total = 0; let lastValue = 0; if (statHistory.length > before) { total = statHistory[before].value; } if (statHistory.length > after) { lastValue = statHistory[after].value; } return postProcess(total - lastValue); } _handleButton(event) { $dialogs.hide(this); } } window.customElements.define(CardAnalyticsDialog.is, CardAnalyticsDialog); </script> </dom-module>
public/css/theme.css
frederickjansen/s15-p3
/* Copy pasted from Bootstrap docs */ .bs-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; } .bs-callout-info { border-left-color: #5cb85c; } .bs-callout-info h4 { color: #5cb85c; } .bs-callout h4 { margin-top: 0; margin-bottom: 5px; } .bs-callout p:last-child { margin-bottom: 0; } .bs-callout dl { margin-bottom: 15px; } .bs-callout dl:last-child { margin-bottom: 0; }
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/fb7d8307217a15b4adaae990dca54574273365b0a58ecb56e44af7aca59736a0.html
simonmysun/praxis
<!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="./88286d49843b0af46fcddac3fdbf8cea1a984d111b1837f1d2fa98ac9c838331.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>
web/templates/room_detail.html
a710128/Lesson9
<style> #room-detail { padding-left: 25px; padding-right: 35px; } #room-detail-desc { warp-word: break-word; word-break: break-all; padding-left: 25px; color: #888; } #room-detail-worker { color: #666; } #room-detail-roomid { color: #888; font-size: 10px; padding-left: 45px; } #room-detail-join, #room-detail-exit { float: right; margin-right: 15px; } #room-detail-button-group { padding-right: 45px; } #room-ban-add { margin-left: auto; margin-right: 45px; } #add-ban-kch, #add-ban-kxh { margin-right: 35px; margin-left: 10px; } button.remove-ban-btn { position: absolute; right: 45px; top: 5px; } .ban-kid { margin-left: 25px; font-size: 18px; } .ban-reason { margin-left: 45px; font-size: 14px; } #room-ban-list { margin-top: 50px; } </style> <script> $(function(){ {% if room.in_room %} $('#room-detail-button-group #room-detail-exit').click(function(){ $.post('/rooms/exit', { 'uid': nowUser }, function(data) { if (data == 'Error') alert('Error'); else openUser(nowUser); }); }); $('#room-ban-add').click(function(){ $.post('/rooms/add_ban', { 'kch': $('#add-ban-kch').val(), 'kxh': $('#add-ban-kxh').val(), 'uid': nowUser }, function(data) { if (data == 'Error') alert('Error'); else openUser(nowUser); }); }); var btns = $('.remove-ban-btn'); for (var i = 0; i < btns.length; ++ i) (function(i) { btns.eq(i).click(function(){ var kch = btns.eq(i).attr('kch-data'); var kxh = btns.eq(i).attr('kxh-data'); $.post('/rooms/del_ban', { 'kch': kch, 'kxh': kxh, 'uid': nowUser }, function(data) { if (data == 'Error') alert('Error'); else openUser(nowUser); }); }); })(i); {% else %} $('#room-detail-button-group #room-detail-join').click(function(){ $.post('/rooms/join', { 'uid': nowUser, 'rid': '{{ room.id }}' }, function(data) { if (data == 'Error') alert('Error'); else openUser(nowUser); }); }); {% endif %} }); </script> <div id="room-detail"> <h3 id="room-detail-title">{{ room.name }}<span id="room-detail-roomid">ID: {{ room.id }}</span></h3> <p>简介:</p> <p id="room-detail-desc"> {{ room.desc|safe }} </p> <p id="room-detail-worker">{{ room.workers }} User(s)</p> <p id="room-detail-type"> 大类: {% if room.type == 0 %} 任选 {% elif room.type == 1 %} 必修 {% elif room.type == 2 %} 限选 {% elif room.type == 3 %} 体育 {% endif %} </p> <p id="room-detail-flh">分类号: {% if room.flh == '' %} {% elif room.flh == '05' %} 专题研讨课 {% elif room.flh == '01' %} 全外文授课 {% elif room.flh == '13' %} 公共英语 {% elif room.flh == '02' %} 外文授课比例≥50%(双语课) {% elif room.flh == '03' %} 外文教材,中文为主进行授课(双语课) {% elif room.flh == '11' %} 实践课 {% elif room.flh == '10' %} 实验课 {% elif room.flh == '09' %} 挑战性学习课程 {% elif room.flh == '06' %} 文化素质核心课 {% elif room.flh == '07' %} 文化素质课 {% elif room.flh == '04' %} 新生研讨课 {% elif room.flh == '17' %} 新生研讨课(环化材类) {% elif room.flh == '12' %} 混合式教学 {% elif room.flh == '08' %} 精品课 {% elif room.flh == '16' %} 英语专业 {% elif room.flh == '15' %} 认证外文课 {% elif room.flh == '14' %} 通识英语 {% endif %} </p> <p id="room-detail-kcm">课程名:{{ room.kcm }}</p> <p id="room-detail-kch">课程号:{{ room.kch }}</p> </div> <div id="room-detail-button-group"> {% if room.in_room %} <button id="room-detail-exit" class="btn btn-danger">Exit</button> <button id="room-detail-join" class="btn btn-success disabled">Join</button> {% else %} <button id="room-detail-exit" class="btn btn-danger disabled">Exit</button> <button id="room-detail-join" class="btn btn-success">Join</button> {% endif %} </div> {% if room.in_room %} <div id="room-ban-list" class="list-group"> <a class="list-group-item"> <div> 课程号:<input id="add-ban-kch"> 课序号:<input id="add-ban-kxh"> <button id="room-ban-add" class="btn btn-default">Ban</button> </div> </a> {% for ban in room.ban_list %} <a class="list-group-item room-ban-list-block"> <span class="ban-kid">{{ ban.kch}}:{{ ban.kxh }}</span> <span class="ban-reason">{{ ban.reason }}</span> <button class="remove-ban-btn btn btn-danger" kch-data="{{ ban.kch }}" kxh-data="{{ ban.kxh }}">X</button> </a> {% endfor %} </div> {% endif %}
manage/manage-web/src/main/webapp/WEB-INF/templates/welcome.html
pikaqiuHX/basic
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <h1>welcome</h1> <h2>welcome</h2> <h3>welcome</h3> <h4>welcome</h4> <h5>welcome</h5> </body> </html>
talks/DissertationDefense_05.2018/theme.css
mjsmith037/mjsmith037.github.io
/** * White theme for reveal.js. This is the opposite of the 'black' theme. * * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ /********************************************* * GLOBAL STYLES *********************************************/ body { background: #2b3141; background-color: #2b3141;} .reveal { font-family: "Alegreya", serif; font-size: 38px; font-weight: normal; color: #f4e6d4; background: #2b3141;} .reveal .slides > section, .reveal .slides > section > section { line-height: 1.3; font-weight: inherit; } /********************************************* * HEADERS *********************************************/ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { margin: 0 0 20px 0; color: #f4e6d4; font-family: "Alegreya SC", serif; font-weight: 600; line-height: 1.2; letter-spacing: normal; text-shadow: none; word-wrap: break-word; } .reveal h1 { font-size: 2.5em } .reveal h2 { font-size: 1.6em; } .reveal h3 { font-size: 1.3em; } .reveal h4 { font-size: 1em; } .reveal h1 { text-shadow: none; } /********************************************* * OTHER *********************************************/ .reveal p { margin: 20px 0; line-height: 1.3; } /* Ensure certain elements are never larger than the slide itself */ .reveal img, .reveal video, .reveal iframe { max-width: 95%; max-height: 95%; } .reveal strong, .reveal b { font-weight: bold; } .reveal em { font-style: italic; } .reveal ol, .reveal dl, .reveal ul { display: inline-block; text-align: left; margin: 0 0 0 1em; } .reveal ol { list-style-type: decimal; } .reveal ul { list-style-type: disc; } .reveal ul ul { list-style-type: square; } .reveal ul ul ul { list-style-type: circle; } .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { display: block; margin-left: 40px; } .reveal dt { font-weight: bold; } .reveal dd { margin-left: 40px; } .reveal q, .reveal blockquote { quotes: none; } .reveal blockquote { display: block; position: relative; width: 70%; margin: 20px auto; padding: 5px; } .reveal blockquote p:first-child, .reveal blockquote p:last-child { display: inline-block; } .reveal q { font-style: italic; } .reveal pre { display: block; position: relative; width: 90%; margin: 20px auto; text-align: left; font-size: 0.55em; font-family: monospace; line-height: 1.2em; word-wrap: break-word; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } .reveal code { font-family: monospace; } .reveal pre code { display: block; padding: 5px; overflow: auto; max-height: 400px; word-wrap: normal; } .reveal table { margin: auto; border-collapse: collapse; border-spacing: 0; } .reveal table th { font-weight: bold; } .reveal table th, .reveal table td { text-align: left; padding: 0.2em 0.5em 0.2em 0.5em; border-bottom: 1px solid; } .reveal table th[align="center"], .reveal table td[align="center"] { text-align: center; } .reveal table th[align="right"], .reveal table td[align="right"] { text-align: right; } .reveal table tr:last-child td { border-bottom: none; } .reveal sup { vertical-align: super; } .reveal sub { vertical-align: sub; } .reveal small { display: inline-block; font-size: 0.6em; line-height: 1.2em; vertical-align: top; } .reveal small * { vertical-align: top; } /********************************************* * LINKS *********************************************/ .reveal a { color: #2a76dd; text-decoration: none; -webkit-transition: color 0.15s ease; -moz-transition: color 0.15s ease; transition: color 0.15s ease; } .reveal a:hover { color: #6ca0e8; text-shadow: none; border: none; } .reveal .roll span:after { color: #fff; background: #1a53a1; } /********************************************* * IMAGES *********************************************/ .reveal section img { margin: 15px 0px; } .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; transition: all 0.15s linear; } .reveal a:hover img { background: rgba(255, 255, 255, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } /********************************************* * NAVIGATION CONTROLS *********************************************/ .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { border-right-color: #2a76dd; } .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { border-left-color: #2a76dd; } .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { border-bottom-color: #2a76dd; } .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { border-top-color: #2a76dd; } .reveal .controls .navigate-left.enabled:hover { border-right-color: #6ca0e8; } .reveal .controls .navigate-right.enabled:hover { border-left-color: #6ca0e8; } .reveal .controls .navigate-up.enabled:hover { border-bottom-color: #6ca0e8; } .reveal .controls .navigate-down.enabled:hover { border-top-color: #6ca0e8; } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { background: rgba(0, 0, 0, 0.2); } .reveal .progress span { background: #2a76dd; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
example/batches/index.html
specialcode/cobblestone
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="scaffolded-by" content="https://github.com/google/stagehand"> <title>Cobblestone Example</title> <script defer src="packages/browser/dart.js"></script> <style> canvas { position: absolute; left:0; right:0; top:0; bottom:0; margin:auto; max-width:100%; max-height:100%; overflow:auto; } </style> </head> <body> <script defer src="example_batches.dart" type="application/dart"></script> <canvas id="draw-canvas" style="border: none;"></canvas> </body> </html>
application/views/view.html
FreshLeaf8865/Darknet_SE
<?php defined('BASEPATH') OR exit('No direct script access allowed'); include('simple_html_dom.php'); ?> <!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" /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>search</title> <link href="<?php echo $this->config->base_url(); ?>css/bootstrap.css" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="././css/style.css" /> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="<?php echo $this->config->base_url(); ?>js/bootstrap.min.js"></script> <!-- 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]--> <script src="<?php echo $this->config->base_url(); ?>js/script.js"></script> </head> <body> <!--div class="panel panel-default" style="border-color:white;"> <div class="panel-heading" style="border-color:white;"--> <div class="header-link link"> <ul class="header-menu" style="display:inline;"> <li><a href="*">Privacy Policy</a></li> <li><a href="*">Term & Conditions</a></li> <li><a href="*">Feedbacks</a></li> <li><a href="*">Donations</a></li> </ul> </div> <!--/div> </div--> <!-- start --> <div id = "start-form" class="container"> <div class = "col-md-12 form-container"> <div class="row"> <div class="word"> <span><h1>Mother</h1><br></span> <form method="post" action=""> <div class="col-md-12"> <div class="form-group search"> <div class = "search-text"> <input type="text" class="form-control input-lg" onfocus="this.placeholder = ''" onblur="this.placeholder = 'What are you looking for?'" type="text" id="q" name="search" class="input" placeholder="What are you looking for?" value="<?php echo isset($_POST['search']) ? $_POST['search'] : '' ?>"> </div> <div> <input class="btn btn-default" type="submit" name="button" value="Search" class="button"> </div> </div> </div> </form> </div> </div> <div class="row"> <div class="col-md-12" id=""> <div class="center-text"><h1>Explore the deepnet anonimusly from the web withouht dowloading a dedicated browser, and view websites hidden to conventionals search engines.</h1> <div class="col-md-6"></div> </div> </div> </div> <!-- <div class="below-button"> <button type="button" id = "goto-bellow" class="below"><img class="img-responsive" src="././images/down.png" alt="Chania "></button> </div> --> </div> <div class ="container"> <div class = "center-img col-md-12"> <img src ="././images/1.png"></img> </div> </div> <!-- <div class = "container"> --> <!-- <div class="container-fluid collapse"> --> <!-- <div class="row voffset9"> --> <!-- <div class="col-md-12 text-center"> --> <!-- <img src="././images/1.png" alt="Chania "></img> --> <!-- </div> --> <!-- </div> --> <!-- <div class="row voffset9"> --> <!-- <div class="col-lg-4 col-lg-offset-2 col-md-offset-1 col-md-5 col-sm-4 col-sm-offset-1 col-xs-7"> --> <!-- <h2>Dedicated deepnet search engine</h2> --> <!-- <p>Explore the deepnet without downloading a dedicate browser and explore websites hidden to normal search engines</p> --> <!-- </div> --> <!-- <div class="col-lg-4 col-lg-offset-2 col-md-offset-1 col-md-5 col-sm-4 col-sm-offset-2 col-xs-5"> --> <!-- <img class="img-responsive" src="././images/2.png" alt="Chania "> --> <!-- </div> --> <!-- </div> --> <!-- <div class="row voffset9"> --> <!-- <div class="col-lg-3 col-lg-offset-2 col-md-offset-1 col-md-5 col-sm-4 col-sm-offset-2 col-xs-5"> --> <!-- <img class="img-responsive" src="././images/3.png" alt="Chania "> --> <!-- </div> --> <!-- <div class="col-lg-4 col-lg-offset-2 col-md-offset-1 col-md-5 col-sm-4 col-sm-offset-1 col-xs-7"> --> <!-- <h2>Encripted results</h2> --> <!-- <p>Enjoy the freedom to navigate the deepnet completely anonymously</p> --> <!-- </div> --> <!-- --> <!-- </div> --> <!-- <div class="row voffset9"> --> <!-- <div class="col-lg-4 col-lg-offset-2 col-md-offset-1 col-md-5 col-sm-4 col-sm-offset-1 col-xs-7"> --> <!-- <h2>Surf below the surface</h2> --> <!-- <p>Access a large number of sites which can not be accessible elsewhere</p> --> <!-- </div> --> <!-- <div class="col-lg-4 col-lg-offset-2 col-md-offset-1 col-md-5 col-sm-4 col-sm-offset-2 col-xs-5"> --> <!-- <img class="img-responsive" src="././images/4.png" alt="Chania "> --> <!-- </div> --> <!-- </div> --> <!-- </div> --> <!-- end --> <div id="showresults"></div> <div class="results"> <?php if(isset($_REQUEST['button'])) { $value=$_REQUEST['search']; // Retrieve the DOM from a given URL $html = file_get_html('http://xmh57jrzrnw6insl.onion.link/5dc02cc7lc/search.cgi?q='.$value.'&cmd=Search!'); $ol=$html->find('dl'); if(empty($ol)) { ?> <div style="color:#0081f9;font-size: 17px;margin-left: 9px;margin-top: 15px; display:none;"> Sorry, couldn't find results for <span style="color:#000"><?php echo $value ?> </span> .Please try again with a different search. </div> <?php } else { foreach($ol as $e) echo $e; } if(!empty($ol)) { ?><div class="pagination"><?php //pagination coding $i=1; for($i=1;$i<=10;$i++) { ?> <a href="http://clientdemoonline.com/deepweb/index.php/Welcome2/results?page=<?php echo $i ;?>&value=<?php echo $value ;?>"><?php echo $i;?></a> <?php } ?></div><?php } } ?> </div> </div> </div> <!--<div class="panel panel-default" style="border-color:white;"> <div class="panel-heading" style="border-color:white;">--> <div class="bottom-link link collapse"> <ul class="header-menu" style="display:inline;"> <li><a href="*">Download App</a></li> <li><a href="*">Advertise</a></li> <li><a href="*">Privacy</a></li> </ul> </div> </div> </div> </body> </html>
data science/machine_learning_for_the_web/chapter_4/movie/2660.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Lion King, The (1994)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0110357">Lion King, The (1994)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Ethan+Solomita">Ethan Solomita</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> THE LION KING A film review by Ethan Solomita Copyright 1994 Ethan Solomita</PRE> <PRE> Ready for some controversy? Good! Well, off we go:</PRE> <P> First, the animation quality was amazing! It was the best I've ever seen from a Disney movie, certainly for anything of the length of a feature film!. And, best of all, I couldn't tell where the computer effects were used.</P> <P> In ALADDIN, I could pick it out: carpet, cave-o'-wonders, carpet-chase, etc. Here, I only had guesses.</P> <P> Also, unlike ALADDIN, the background artwork was a major factor in the quality. No boring backgrounds here (well, except for the simple sheer rock cliffs).</P> <P> Moving on, however. Yes, the songs needed improvement. The opening "Circle of Life" I really liked, thanks mostly to Hans Zimmer and the Chorus. And, like a prior poster, I thought that 'Can't Wait to be King" felt thrown in just because they *had* to have a showy dance number. However, I did think the animation was quite good, and interesting the way everything changed for that segment.</P> <P> The plot ... Ah yes, the plot ... Well, it was more "adult" than old-time movies like BAMBI, in that it presented life more harshly. But it was very rushed. I'm afraid the sudden growth during "Hakuna Matata" doesn't make up for character development! In an effort to save money, and time, Disney won't make their movies longer. Other movie houses have to spend $100M+ to bring in the blockbusters, and Disney won't do it. Disappointing.</P> <P> So it was enjoyable, and it really was very funny (I often couldn't hear the lines over the laughter in the theater), but in the end it was so rushed I wasn't drawn into the characters (especially Simba) to care.</P> <P> By the way, was that the entirety of the lion pride? Where's everyone else? How about some other males? (Maybe I just don't know enough about real lion packs, but then again, most lion packs don't have kings that rule the jungle. :-) )</P> <P> So, that's it! I did enjoy it, and I'm sure I'll see it again, but for me the storyline didn't hold the adult level of appeal of BEAUTY AND THE BEAST.</P> <PRE> But, for all the feature animation people reading this: GREAT WORK!</PRE> <PRE> -- Ethan</PRE> <PRE>. </PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
public/Windows 10 x64 (19042.610)/wil_FeatureEnabledStateKind.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19042.610)</h4><br> <h2>wil_FeatureEnabledStateKind</h2> <font face="arial"> wil_FeatureEnabledStateKind_Service = 0n1<br> wil_FeatureEnabledStateKind_User = 0n2<br> wil_FeatureEnabledStateKind_Test = 0n3<br> </font></body></html>
dev/res/templates/components/head/_head-MSApp.html
uncleF/TemplateX
<meta name="msapplication-TileColor" content="@tx-theme"> <meta name="msapplication-TileImage" content="/msTileIcon.png">
wp-content/themes/activello/inc/libraries/epsilon-framework/assets/js/epsilon-previewer.html
Projeto-Deixa-Eu-Te-Contar/projeto-deixa-eu-te-contar.github.io
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <base href="http://www.deixaeuteconta.com.br" /> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /DETC/wp-content/themes/activello\inc\libraries\epsilon-framework\assets\js\epsilon-previewer.js was not found on this server.</p> <hr> <address>Apache/2.4.23 (Win64) PHP/5.6.25 Server at www.deixaeuteconta.com.br Port 8080</address> </body></html>
clean/Linux-x86_64-4.11.0-2.0.7/released/8.11.2/concurrency-pluto/1.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>concurrency-pluto: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / concurrency-pluto - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> concurrency-pluto <small> 1.1.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-31 05:47:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-31 05:47:56 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.2 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.0 Official release 4.11.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/coq-concurrency/pluto&quot; dev-repo: &quot;git+https://github.com/coq-concurrency/pluto.git&quot; bug-reports: &quot;https://github.com/coq-concurrency/pluto/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] [make &quot;-C&quot; &quot;extraction&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} &quot;coq-error-handlers&quot; &quot;coq-function-ninjas&quot; &quot;coq-iterable&quot; &quot;coq-list-string&quot; {&gt;= &quot;2.0.0&quot;} &quot;coq-moment&quot; &quot;coq-concurrency-proxy&quot; &quot;coq-concurrency-system&quot; {&gt;= &quot;1.1.0&quot;} &quot;base64&quot; {= &quot;1.0.0&quot;} ] synopsis: &quot;A web server written in Coq&quot; extra-files: [ &quot;coq-concurrency-pluto.install&quot; &quot;md5=c191e439136807d785f0d582e0b8783e&quot; ] url { src: &quot;https://github.com/coq-concurrency/pluto/archive/1.1.0.tar.gz&quot; checksum: &quot;md5=8e141f1b8981f5a018c31adb90052b0a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-concurrency-pluto.1.1.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-concurrency-pluto -&gt; base64 &lt; 1.1.0 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-concurrency-pluto.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>
ocr_extracted/W30059_text/page10.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30059_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page9.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 385px; margin-top: 302px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Residue gas is still flared 2) Power Generation — On Lease Savings if current generation’s fuel supply is diesel Only a portion of gas is consumed operating the generator, remainder of gas will be flared <br/>Due to gas quality, high NGL content, preference is to purchase power from the </p> </div> <div style="position: absolute; margin-left: 385px; margin-top: 715px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">gnu ana no: operate generauon on sue 3) Compressed Natural Gas — On lease </p> </div> <div style="position: absolute; margin-left: 605px; margin-top: 825px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Well site compressors are required to fill CNG trailers <br/>Large capital outlay for equipment and operating cost, includes trucking of products, are expensive <br/>No gas would be flared, but might be uneconomical to operate when gas volume declines </p> </div> <div style="position: absolute; margin-left: 1265px; margin-top: 3025px;"> <p class="styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
app/index.html
leancode-inc/kanban-angular-require
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css(.) styles/vendor.css --> <!-- bower:css --> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" /> <!-- endbower --> <!-- endbuild --> <!-- build:css(.tmp) styles/main.css --> <link rel="stylesheet" href="styles/main.css"> <!-- endbuild --> </head> <body ng-app="kanbanApp" ng-strict-di> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div class="container-fluid content-block row"> <div class="col-lg-8 col-lg-offset-2"> <div data-ui-view="header"></div> <div data-ui-view="content"></div> <div data-ui-view="footer"></div> </div> </div> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> <script> !function (A, n, g, u, l, a, r) { A.GoogleAnalyticsObject = l, A[l] = A[l] || function () { (A[l].q = A[l].q || []).push(arguments) }, A[l].l = +new Date, a = n.createElement(g), r = n.getElementsByTagName(g)[0], a.src = u, r.parentNode.insertBefore(a, r) }(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-XXXXX-X'); ga('send', 'pageview'); </script> <script src="bower_components/requirejs/require.js" data-main="scripts/main.js"></script> </body> </html>
Reports/cc/cci.unofficial.1.0.13.1/Microsoft.Cci.MutableCodeModel-net40.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 23647ad2-5897-4cc2-a978-55abafea89fb </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Microsoft.Cci.MutableCodeModel">Microsoft.Cci.MutableCodeModel</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">99.30 %</td> <td class="text-center">100.00 %</td> <td class="text-center">99.30 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Microsoft.Cci.MutableCodeModel"><h3>Microsoft.Cci.MutableCodeModel</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Collections.Generic.List`1</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt; constructor</td> </tr> <tr> <td style="padding-left:2em">AsReadOnly</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt; constructor</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Stack</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Pop</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Push(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CurrentThread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ManagedThreadId</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.1/founify/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>founify: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / founify - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> founify <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-18 13:00:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-18 13:00:49 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/founify&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/FOUnify&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} &quot;camlp5&quot; ] tags: [ &quot;keyword:first-order unification&quot; &quot;keyword:Robinson&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category:Miscellaneous/Extracted Programs/Type checking unification and normalization&quot; ] authors: [ &quot;Jocelyne Rouyer &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/founify/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/founify.git&quot; synopsis: &quot;Correctness and extraction of the unification algorithm&quot; description: &quot;&quot;&quot; A notion of terms based on symbols without fixed arities is defined and an extended unification problem is proved solvable on these terms. An algorithm, close from Robinson algorithm, can be extracted from the proof.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/founify/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=ec3d9574e75f256b580cc4faf2d11a9a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-founify.8.5.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-founify -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-founify.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
qunittest/index.html
ajlopez/AjLispJs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>AjLisp Test Suite</title> <link rel="stylesheet" href="qunit.css" type="text/css" media="screen"> <script type="text/javascript" src="../lib/ajlisp.js"></script> <script type="text/javascript" src="../dependencies/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="qunit.js"></script> </head> <body> <h1 id="qunit-header">ajlisp Test Suite</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit-fixture">test markup</div> <div id="mapfirst" style="display: none"> (define mapfirst (fn lst) (if (nilp lst) nil (cons (fn (first lst)) (mapfirst fn (rest lst)) ) ) ) </div> <div id="append" style="display: none"> (define append (x y) (if (nilp x) y (cons (first x) (append (rest x) y)))) </div> <div id="mapcond" style="display: none"> (define mapcond (fn lst) (if (nilp lst) nil (if (fn (first lst)) (cons (first lst) (mapcond fn (rest lst)) ) (mapcond fn (rest lst)) ) ) ) </div> <div id="definem" style="display: none"> (define definem (mlambda x (list 'define (first x) (cons 'mlambda (rest x))))) </div> <div id="cond" style="display: none"> (definem cond lst (if (nilp lst) nil (list 'if (first (first lst)) (cons 'do (rest (first lst))) (cons 'cond (rest lst))))) </div> <div id="atomp" style="display: none"> (define atomp (x) (cond ((nilp x) true) ((listp x) false) (true true))) </div> <div id="and" style="display: none"> (definem and lst (if (nilp lst) true (list 'cond (list (first lst) (cons 'and (rest lst))) '(true false)))) </div> <div id="backquote" style="display: none"> (definem backquote (lst) (cond ((nilp lst) nil) ((atomp lst) (list 'quote lst)) ((equalp (first lst) 'unquote) (first (rest lst))) ((and (listp (first lst)) (equalp (first (first lst)) 'unquote-slice)) (list 'append (first (rest (first lst))) (list 'backquote (rest lst)))) (true (list 'cons (list 'backquote (first lst)) (list 'backquote (rest lst)))) )) </div> <script type="text/javascript"> $(function() { test("ajlisp namespace", function() { notEqual(ajlisp, undefined); }); test("List", function() { var list = new ajlisp.List(1,2); equals(list.first(), 1); equals(list.rest(), 2); equal(list.isAtom(),false); equal(list.isList(),true); equal(ajlisp.isAtom(list), false); equal(ajlisp.isList(list), true); equal(list.asString(), "(1.2)"); equal(list.equals(list), true); var list2 = new ajlisp.List(1,2); equal(list.equals(list2), true); equal(list2.equals(list), true); var list3 = ajlisp.makeList(1,2,3); equal(list.equals(list3), false); equal(list3.equals(list), false); list = ajlisp.makeList(null, null); ok(list.first() === null); ok(list.rest().first() === null); }); test("List as Array", function() { var list = ajlisp.makeList(1,2,3); var result = list.asArray(); equal(3, result.length); equal(1, result[0]); equal(2, result[1]); equal(3, result[2]); }); test("Object Evaluate", function() { var environment = new ajlisp.Environment(); var n = 1; equals(ajlisp.evaluate(n, environment), 1); var m = 2; equal(ajlisp.evaluate(m, environment), 2); equal(ajlisp.evaluate("foo", environment), "foo"); }); test("Top Environment", function() { notEqual(ajlisp.environment, undefined); }); test("Environment", function() { var environment = new ajlisp.Environment(); equal(environment.parent(), null); equal(environment.getValue("a"), undefined); environment.setValue("one", 1); equal(environment.getValue("one"), 1); }); test("Parent Environment", function() { var parent = new ajlisp.Environment(); var environment = new ajlisp.Environment(parent); equal(environment.parent(), parent); equal(parent.parent(), null); equal(environment.getValue("a"), undefined); environment.setValue("one", 1); equal(environment.getValue("one"), 1); parent.setValue("two", 2); equal(environment.getValue("two"), 2); environment.setValue("two", 3); equal(environment.getValue("two"), 3); equal(parent.getValue("two"), 2); }); test("Atom", function() { var environment = new ajlisp.Environment(); environment.setValue("one", 1); var one = new ajlisp.Atom("one"); equal(one.evaluate(environment), 1); ok(one.isAtom()); equal(one.isList(), false); ok(ajlisp.isAtom(one)); equal(ajlisp.isList(one), false); equal(one.asString(), "one"); equal(one.equals(one), true); var one2 = new ajlisp.Atom("one"); equal(one.equals(one2), true); }); test("ListForm simple apply", function() { var list = new ajlisp.List(ajlisp.environment.list, new ajlisp.List(1, null)); var result = ajlisp.environment.list.apply(list); equal(result.first(), 1); equal(result.rest(), null); var result2 = list.evaluate(null); equal(result2.first(), 1); equal(result2.rest(), null); }); test("FirstForm simple apply", function() { var list = ajlisp.makeList(ajlisp.environment.first, ajlisp.makeList(ajlisp.environment.list, 1)); var result = ajlisp.environment.first.apply(list); equal(result, 1); var result2 = list.evaluate(null); equal(result2, 1); }); test("RestForm simple apply", function() { var list = ajlisp.makeList(ajlisp.environment.rest, ajlisp.makeList(ajlisp.environment.list, 1)); var result = ajlisp.environment.rest.apply(list); equal(result, null); var result2 = list.evaluate(null); equal(result2, null); }); test("MakeList", function() { var list = ajlisp.makeList(1,2,3); equal(list.asString(), "(1 2 3)"); equal(list.first(), 1); equal(list.rest().first(), 2); equal(list.rest().rest().first(), 3); equal(list.rest().rest().rest(), null); }); test("Define", function() { var list = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("one"), 1); equal(list.evaluate(ajlisp.environment), 1); equal(ajlisp.environment.one, 1); }); test("Do", function() { var list1 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("one"), 1); var list2 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("two"), 2); var list3 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("three"), 3); var list = ajlisp.makeList(ajlisp.environment['do'], list1, list2, list3); equal(list.evaluate(ajlisp.environment), 3); equal(ajlisp.environment.one, 1); equal(ajlisp.environment.two, 2); equal(ajlisp.environment.three, 3); }); test("Closure without parameters", function() { var list1 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("one"), 1); var list2 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("two"), 2); var list3 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("three"), 3); var body = ajlisp.makeList(list1, list2, list3); var closure = new ajlisp.Closure(null, ajlisp.environment, body); equal(closure.apply(null, ajlisp.environment), 3); equal(ajlisp.environment.one, 1); equal(ajlisp.environment.two, 2); equal(ajlisp.environment.three, 3); }); test("Closure with parameters", function() { var list1 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("one"), new ajlisp.Atom("a")); var list2 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("two"), new ajlisp.Atom("b")); var list3 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("three"), new ajlisp.Atom("c")); var body = ajlisp.makeList(list1, list2, list3); var names = ajlisp.makeList(new ajlisp.Atom("a"), new ajlisp.Atom("b"), new ajlisp.Atom("c")); var closure = new ajlisp.Closure(names, ajlisp.environment, body); var list = ajlisp.makeList(closure,1,2,3); equal(list.evaluate(ajlisp.environment), 3); equal(ajlisp.environment.one, 1); equal(ajlisp.environment.two, 2); equal(ajlisp.environment.three, 3); }); test("Lambda with parameters", function() { var list1 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("one"), new ajlisp.Atom("a")); var list2 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("two"), new ajlisp.Atom("b")); var list3 = ajlisp.makeList(ajlisp.environment.define, new ajlisp.Atom("three"), new ajlisp.Atom("c")); var names = ajlisp.makeList(new ajlisp.Atom("a"), new ajlisp.Atom("b"), new ajlisp.Atom("c")); var lambda = ajlisp.makeList(ajlisp.environment.lambda, names, list1, list2, list3); var list = ajlisp.makeList(lambda,1,2,3); equal(list.evaluate(ajlisp.environment), 3); equal(ajlisp.environment.one, 1); equal(ajlisp.environment.two, 2); equal(ajlisp.environment.three, 3); }); test("Lexer Simple Token", function() { var lexer; var token; lexer = new ajlisp.Lexer(""); equal(lexer.nextToken(), null); lexer = new ajlisp.Lexer("a"); token = lexer.nextToken(); notEqual(token, null); equal(token.value, "a"); equal(token.type, ajlisp.TokenType.Name); lexer = new ajlisp.Lexer("name"); token = lexer.nextToken(); notEqual(token, null); equal(token.value, "name"); equal(token.type, ajlisp.TokenType.Name); lexer = new ajlisp.Lexer("name2"); token = lexer.nextToken(); notEqual(token, null); equal(token.value, "name2"); equal(token.type, ajlisp.TokenType.Name); lexer = new ajlisp.Lexer("'"); token = lexer.nextToken(); notEqual(token, null); equal(token.value, "'"); equal(token.type, ajlisp.TokenType.Name); lexer = new ajlisp.Lexer("123"); token = lexer.nextToken(); notEqual(token, null); equal(token.value, 123); equal(token.type, ajlisp.TokenType.Number); lexer = new ajlisp.Lexer("123.45"); token = lexer.nextToken(); notEqual(token, null); equal(token.value, 123.45); equal(token.type, ajlisp.TokenType.Number); equal(typeof (token.value), "number"); lexer = new ajlisp.Lexer("("); token = lexer.nextToken(); notEqual(token, null); equal(token.value, "("); equal(token.type, ajlisp.TokenType.Separator); lexer = new ajlisp.Lexer('"foo"'); token = lexer.nextToken(); notEqual(token, null); equal(token.value, "foo"); equal(token.type, ajlisp.TokenType.String); }); test("Lexer Multiple Tokens", function() { var lexer; var token; lexer = new ajlisp.Lexer('(list 1 "2" 3)'); token = lexer.nextToken(); isSeparator(token, "("); token = lexer.nextToken(); isName(token, "list"); token = lexer.nextToken(); isNumber(token, 1); token = lexer.nextToken(); isString(token, "2"); token = lexer.nextToken(); isNumber(token, 3); token = lexer.nextToken(); isSeparator(token, ")"); token = lexer.nextToken(); equal(token, null); function isSeparator(token, expected) { return isToken(token, expected, ajlisp.TokenType.Separator); } function isName(token, expected) { return isToken(token, expected, ajlisp.TokenType.Name); } function isNumber(token, expected) { equal(typeof token.value, "number"); return isToken(token, expected, ajlisp.TokenType.Number); } function isString(token, expected) { equal(typeof token.value, "string"); return isToken(token, expected, ajlisp.TokenType.String); } function isToken(token, value, type) { notEqual(token, null); equal(token.value, value); equal(token.type, type); } }); test("Parser", function() { var lexer; var parser; var expr; lexer = new ajlisp.Lexer("a"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); notEqual(expr, null); equal(expr.isAtom(), true); lexer = new ajlisp.Lexer("(1 2 3)"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); notEqual(expr, null); equal(expr.isList(), true); equal(expr.asString(), "(1 2 3)"); lexer = new ajlisp.Lexer("(list (add 1 2 3) a b c)"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); notEqual(expr, null); equal(expr.isList(), true); equal(expr.asString(), "(list (add 1 2 3) a b c)"); lexer = new ajlisp.Lexer("nil"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); equal(expr, null); lexer = new ajlisp.Lexer("false"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); equal(expr, false); lexer = new ajlisp.Lexer("true"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); equal(expr, true); lexer = new ajlisp.Lexer("(nil nil nil)"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); notEqual(expr, null); equal(expr.isList(), true); equal(expr.asString(), "(nil nil nil)"); lexer = new ajlisp.Lexer($("#mapfirst").html()); parser = new ajlisp.Parser(lexer); expr = parser.parse(); }); test("Parser String", function() { var lexer; var parser; var expr; lexer = new ajlisp.Lexer('"a"'); parser = new ajlisp.Parser(lexer); expr = parser.parse(); notEqual(expr, null); ok(typeof expr === "string"); lexer = new ajlisp.Lexer('(list "a" "b")'); parser = new ajlisp.Parser(lexer); expr = parser.parse(); notEqual(expr, null); equal(expr.isList(), true); ok(expr.first().isAtom()); var second = expr.rest().first(); ok(typeof second === 'string'); equal(second, "a"); var third = expr.rest().rest().first(); ok(typeof third == 'string'); equal(third, "b"); }); test("Parse Quote", function() { var lexer; var parser; var expr; lexer = new ajlisp.Lexer("'a"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); equal(expr.asString(), "'a"); lexer = new ajlisp.Lexer("(quote a)"); parser = new ajlisp.Parser(lexer); expr = parser.parse(); equal(expr.asString(), "'a"); }); test("Evaluate Simple Expression", function() { equal(eval("1"), 1); equal(eval("(quote (1 2 3))").asString(), "(1 2 3)"); equal(eval("(list 1 2 3)").asString(), "(1 2 3)"); equal(eval("(first (list 1 2 3))"), 1); equal(eval("(rest (list 1 2 3))").asString(), "(2 3)"); equal(eval("(cons 1 (list 2 3))").asString(), "(1 2 3)"); equal(eval("(cons 1 (list 2 3))").asString(), "(1 2 3)"); equal(eval("(cons 1 nil)").asString(), "(1)"); equal(eval("(cons 1)").asString(), "(1)"); ok(eval("(first '(nil nil))") === null); ok(eval("(first (rest '(nil nil)))") === null); }); test("Evaluate Simple Expression with Atoms", function() { eval("(define one 1)"); eval("(define two 2)"); eval("(define three 3)"); equal(eval("one"), 1); equal(eval("(quote one)").asString(), "one"); equal(eval("(list one two three)").asString(), "(1 2 3)"); equal(eval("(first (list one two three))"), 1); equal(eval("(rest (list one two three))").asString(), "(2 3)"); equal(eval("(cons one (list two three))").asString(), "(1 2 3)"); }); test("Evaluate Let", function() { equal(eval("(let ((a 1) (b 2) (c 3)) (list a b c))").asString(), "(1 2 3)"); }); test("Evaluate Predicates", function() { equal(eval("(nilp)"), true); equal(eval("(listp)"), true); equal(eval("(nilp 1)"), false); equal(eval("(listp 1)"), false); equal(eval("(nilp (list 1 2 3))"), false); equal(eval("(listp (list 1 2 3))"), true); }); test("Evaluate mapfirst", function() { eval($("#mapfirst").html()); equal(eval("(mapfirst list (list 1 2 3))").asString(), "((1) (2) (3))"); equal(eval("(mapfirst first (quote ((1) (2) (3))))").asString(), "(1 2 3)"); }); test("Evaluate append", function() { eval($("#append").html()); equal(eval("(append (list 1 2) (list 3 4 5))").asString(), "(1 2 3 4 5)"); equal(eval("(append (list 1 2) nil)").asString(), "(1 2)"); eval("(define x '(b b))"); equal(eval("(append x nil)").asString(), "(b b)"); }); test("Evaluate mapcond", function() { eval($("#mapcond").html()); equal(eval("(mapcond listp (list 1 (list 2) 3))").asString(), "((2))"); equal(eval("(mapcond nilp (list 1 nil 3))").asString(), "(nil)"); }); test("Flambda", function() { equal(eval("((flambda (x) x) y)").asString(), "y"); eval("(define myquote (flambda (x) x))"); equal(eval("(myquote (x y))").asString(), "(x y)"); }); test("Mlambda", function() { equal(eval("((mlambda (x) (list 'quote x)) y)").asString(), "y"); equal(eval("(let ((z '(a b))) ((mlambda (x) (cons 'first (cons x))) z))").asString(), "a"); eval("(define definef (mlambda x (list 'define (first x) (cons 'flambda (rest x)))))"); eval("(definef myquote (x) x)"); equal(eval("(myquote x)").asString(), "x"); eval("(define definem (mlambda x (list 'define (first x) (cons 'mlambda (rest x)))))"); eval("(definem myquote2 (x) (list 'quote x))"); equal(eval("(myquote2 x)").asString(), "x"); equal(eval("(myquote2 (1 2 3))").asString(), "(1 2 3)"); eval("(definem myfirst (x) (list 'first x))"); equal(eval("(myfirst '(a b c))").asString(), "a"); eval("(definem apply (fn args) (cons fn args))"); equal(eval("(apply list ('a 'b 'c))").asString(), "(a b c)"); equal(eval("(apply rest ('(a b c)))").asString(), "(b c)"); equal(eval("(apply (first (list rest list)) ('(a b c)))").asString(), "(b c)"); eval("(definem cond lst (if (nilp lst) false (list 'if (first (first lst)) (cons 'do (rest (first lst))) (cons 'cond (rest lst)))))"); equal(eval("(cond)"), false); equal(eval("(cond (true 'a))").asString(), "a"); equal(eval("(cond (nil 'a))"), false); equal(eval("(cond (nil 'a) (true 'b))").asString(), "b"); equal(eval("(cond (nil 'a) (true 'b 'c))").asString(), "c"); eval("(define atomp (x) (cond ((nilp x) true) ((listp x) false) (true true)))"); equal(eval("(atomp nil)"), true); equal(eval("(atomp 'a)"), true); equal(eval("(atomp '(a b))"), false); }); test("Equalp", function() { equal(eval("(equalp 'one 'one)"), true); equal(eval("(equalp '(1 2 3) '(1 2 3))"), true); equal(eval("(equalp 'one 'two)"), false); equal(eval("(equalp '(1 2 3) '(1 2 3 4))"), false); equal(eval("(equalp '(1 2 3 4) '(1 2 3))"), false); equal(eval("(equalp 1 1)"), true); equal(eval("(equalp 1 2)"), false); }); test("Backquote", function() { eval($("#append").html()); eval($("#definem").html()); eval($("#cond").html()); eval($("#atomp").html()); eval($("#and").html()); eval($("#backquote").html()); equal(eval("(backquote (a b c))").asString(), "(a b c)"); equal(eval("(backquote (a (b c) d))").asString(), "(a (b c) d)"); eval("(define x '(b b))"); eval("(backquote nil)"); eval("(append x (backquote nil))"); equal(eval("(backquote (unquote x))").asString(), "(b b)"); equal(eval("(backquote ((unquote x)))").asString(), "((b b))"); equal(eval("(backquote (a (unquote x) c))").asString(), "(a (b b) c)"); equal(eval("(backquote (a ((unquote x)) c))").asString(), "(a ((b b)) c)"); equal(eval("(backquote ((unquote-slice x)))").asString(), "(b b)"); equal(eval("(backquote (a (unquote-slice x) c))").asString(), "(a b b c)"); }); test("Evaluate Text", function() { equal(ajlisp.evaluateText("(equalp 'one 'one)"), true); equal(ajlisp.evaluateText("(equalp '(1 2 3) '(1 2 3))"), true); equal(ajlisp.evaluateText("((flambda (x) x) y)").asString(), "y"); equal(ajlisp.evaluateText("(define myquote (flambda (x) x)) (myquote (x y))").asString(), "(x y)"); }); function eval(text) { var lexer = new ajlisp.Lexer(text); var parser = new ajlisp.Parser(lexer); var expr = parser.parse(); equal(parser.parse(), null); return ajlisp.evaluate(expr, ajlisp.environment); } }); </script> </body> </html>
public/2013/02/08/love-is-in-the-air-the-challenge/.html
ipedrazas/blog.pedrazas.me
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Love is in the Air — The Challenge | blog.ipedrazas.me </title> <link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="/static/css/bootstrap.min.css"> <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet"> </head> <body> <div class="navbar navbar-default navbar-static-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <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="/">blog.ipedrazas.me</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="/archives.html">Archives</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" data-toggle="dropdown">Categories <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="/category/Android.html">Android <span class="badge pull-right">6</span></a> </li> <li> <a href="/category/Architecture.html">Architecture <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/Arduino.html">Arduino <span class="badge pull-right">2</span></a> </li> <li> <a href="/category/Bitcoin.html">Bitcoin <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/CMS.html">CMS <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/Cassandra.html">Cassandra <span class="badge pull-right">3</span></a> </li> <li> <a href="/category/DevOps.html">DevOps <span class="badge pull-right">9</span></a> </li> <li> <a href="/category/Development.html">Development <span class="badge pull-right">8</span></a> </li> <li> <a href="/category/Docker.html">Docker <span class="badge pull-right">5</span></a> </li> <li> <a href="/category/Idea.html">Idea <span class="badge pull-right">3</span></a> </li> <li> <a href="/category/London.html">London <span class="badge pull-right">2</span></a> </li> <li> <a href="/category/Maker.html">Maker <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/Me.html">Me <span class="badge pull-right">2</span></a> </li> <li> <a href="/category/Python.html">Python <span class="badge pull-right">2</span></a> </li> <li> <a href="/category/Spanish.html">Spanish <span class="badge pull-right">2</span></a> </li> <li> <a href="/category/Uncategorized.html">Uncategorized <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/analytics.html">analytics <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/books.html">books <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/children.html">children <span class="badge pull-right">3</span></a> </li> <li> <a href="/category/startups.html">startups <span class="badge pull-right">1</span></a> </li> <li> <a href="/category/stats.html">stats <span class="badge pull-right">1</span></a> </li> </ul> </li> <li class="dropdown"> <a href="#" data-toggle="dropdown">Tags <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="/tag/Android.html">Android <span class="badge pull-right">3</span></a> </li> <li> <a href="/tag/Idea.html">Idea <span class="badge pull-right">5</span></a> </li> <li> <a href="/tag/stats.html">stats <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/kubernetes.html">kubernetes <span class="badge pull-right">3</span></a> </li> <li> <a href="/tag/immutable.html">immutable <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/architecture.html">architecture <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/Arduino.html">Arduino <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/Cassandra.html">Cassandra <span class="badge pull-right">3</span></a> </li> <li> <a href="/tag/Docker.html">Docker <span class="badge pull-right">7</span></a> </li> <li> <a href="/tag/cassandra.html">cassandra <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/docker.html">docker <span class="badge pull-right">8</span></a> </li> <li> <a href="/tag/tutorial.html">tutorial <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/DevOps.html">DevOps <span class="badge pull-right">11</span></a> </li> <li> <a href="/tag/ansible.html">ansible <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/vagrant.html">vagrant <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/jenkins.html">jenkins <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/neo4j.html">neo4j <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/devops.html">devops <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/mesos.html">mesos <span class="badge pull-right">3</span></a> </li> <li> <a href="/tag/Mesos.html">Mesos <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/apachekafka.html">apachekafka <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/aws.html">aws <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/kinesis.html">kinesis <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/London.html">London <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/coreos.html">coreos <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/lxd.html">lxd <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/meetup.html">meetup <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/ubuntu.html">ubuntu <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/microservices.html">microservices <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/Development.html">Development <span class="badge pull-right">6</span></a> </li> <li> <a href="/tag/Javascript.html">Javascript <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/Python.html">Python <span class="badge pull-right">3</span></a> </li> <li> <a href="/tag/deploy.html">deploy <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/python.html">python <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/clinker.html">clinker <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/Java.html">Java <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/elasticsearch.html">elasticsearch <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/github.html">github <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/testing.html">testing <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/taiga.html">taiga <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/Spanish.html">Spanish <span class="badge pull-right">4</span></a> </li> <li> <a href="/tag/pycones.html">pycones <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/Me.html">Me <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/startups.html">startups <span class="badge pull-right">4</span></a> </li> <li> <a href="/tag/Maker.html">Maker <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/RaspberryPi.html">RaspberryPi <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/dev.html">dev <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/gunicorn.html">gunicorn <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/java.html">java <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/tomcat.html">tomcat <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/sexism.html">sexism <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/Uncategorized.html">Uncategorized <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/dotmarks.html">dotmarks <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/children.html">children <span class="badge pull-right">2</span></a> </li> <li> <a href="/tag/security.html">security <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/raspberrypi.html">raspberrypi <span class="badge pull-right">1</span></a> </li> <li> <a href="/tag/anti-patterns.html">anti-patterns <span class="badge pull-right">1</span></a> </li> </ul> </li> </ul> </div> </div> </div> <div class="container col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> <h1>Love is in the Air — The Challenge</h1> <p> <span class="label label-default">by ipedrazas</span> <span class="label label-default">2013-02-08</span> <a class="label label-success" href="/category/Android.html">Android</a> </p> <p>Anyway, there I was coming back in the tube and then I thought &#8220;<strong>What if&#8230;</strong> I do the same&#8221;. Of course, I&#8217;m extremely busy already so, the  idea of making yet-another-app was beyond sanity. Still, by the following morning I had made the (cruel) decision to design, build and release an app&#8230; in less than a week.</p> <p>So, here&#8217;s the thing, I&#8217;m going to make an app under a week (and because I know myself quiet well) I&#8217;m going to release it before next Thursday. Not only that, I&#8217;ve made sure that there&#8217;s no much point of missing the deadline, because this app, my friends, it&#8217;s called &#8216;<strong>My Secret Valentine</strong>&#8220;.</p> <p>As you can see, releasing a Valentine&#8217;s app on the 15th of Feb. is just idiotic. A classic example of Run or Die.</p> <p>I did the paper prototype, in fact, I have 3 versions of the paper prototype (iterating it&#8217;s easier when you only have to scrap the paper and get a new fresh post-it).</p> <p>Bear with me (and my new blog) I will posting updates pretty soon and yes, I will write about the whole process</p> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="//getbootstrap.com/dist/js/bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.5/qcert/2.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qcert: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.4.5 / qcert - 2.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> qcert <small> 2.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-05 04:20:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-05 04:20:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.4.5 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;Verified compiler for data-centric languages&quot; description: &quot;&quot;&quot; This is the Coq library for Q*cert, a platform for implementing and verifying data languages and compilers. It includes abstract syntax and semantics for several source query languages (OQL, SQL), for intermediate database representations (nested relational algebra and calculus), and correctness proofs for part of the compilation to JavaScript and Java. &quot;&quot;&quot; maintainer: &quot;Jerome Simeon &lt;jeromesimeon@me.com&gt;&quot; authors: [ &quot;Josh Auerbach &lt;&gt;&quot; &quot;Martin Hirzel &lt;&gt;&quot; &quot;Louis Mandel &lt;&gt;&quot; &quot;Avi Shinnar &lt;&gt;&quot; &quot;Jerome Simeon &lt;&gt;&quot; ] license: &quot;Apache-2.0&quot; homepage: &quot;https://querycert.github.io&quot; bug-reports: &quot;https://github.com/querycert/qcert/issues&quot; dev-repo: &quot;git+https://github.com/querycert/qcert&quot; build: [ [make &quot;configure&quot;] [make &quot;-j&quot; jobs name] [&quot;dune&quot; &quot;build&quot; &quot;-j&quot; jobs &quot;-p&quot; name] ] install: [ [make &quot;install-coqdev&quot;] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.09.1&quot;} &quot;ocamlfind&quot; &quot;dune&quot; &quot;coq&quot; {&gt;= &quot;8.11.0&quot; &amp; &lt; &quot;8.13~&quot;} &quot;coq-jsast&quot; {&gt;= &quot;2.0.0&quot;} &quot;menhir&quot; &quot;base64&quot; &quot;uri&quot; &quot;calendar&quot; ] tags: [ &quot;keyword:databases&quot; &quot;keyword:queries&quot; &quot;keyword:relational&quot; &quot;keyword:compiler&quot; &quot;date:2020-08-22&quot; &quot;logpath:Qcert&quot; ] url { src: &quot;https://github.com/querycert/qcert/archive/v2.1.0.tar.gz&quot; checksum: &quot;35df0c329728a979e34b61fbdd028760&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-qcert.2.1.0 coq.8.4.5</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following dependencies couldn&#39;t be met: - coq-qcert -&gt; ocaml &gt;= 4.09.1 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-qcert.2.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
public/Windows 10 x64 (19041.572)/_KPROCESS_PPM_POLICY.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.572)</h4><br> <h2>_KPROCESS_PPM_POLICY</h2> <font face="arial"> ProcessPpmDefault = 0n0<br> ProcessPpmThrottle = 0n1<br> ProcessPpmSemiThrottle = 0n2<br> ProcessPpmNoThrottle = 0n3<br> ProcessPpmWindowMinimized = 0n4<br> ProcessPpmWindowOccluded = 0n5<br> ProcessPpmWindowVisible = 0n6<br> ProcessPpmWindowInFocus = 0n7<br> MaxProcessPpmPolicy = 0n8<br> </font></body></html>
treehouse/object-oriented_js/calculator/style.css
quotethegeek/code-louisville
* { font-family: Helvetica, Arial, sans-serif; text-align: center; }
docs/3.2/dc/db0/structcv_1_1cudev_1_1vec__math__detail_1_1SatCastHelper.html
lucasbrsa/OpenCV-3.2
<!-- HTML header for doxygen 1.8.6--> <!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.12"/> <title>OpenCV: cv::cudev::vec_math_detail::SatCastHelper&lt; cn, VecD &gt; Struct Template Reference</title> <link href="../../opencv.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../search/searchdata.js"></script> <script type="text/javascript" src="../../search/search.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"], jax: ["input/TeX","output/HTML-CSS"], }); //<![CDATA[ MathJax.Hub.Config( { TeX: { Macros: { matTT: [ "\\[ \\left|\\begin{array}{ccc} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{array}\\right| \\]", 9], fork: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ \\end{array} \\right.", 4], forkthree: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ #5 & \\mbox{#6}\\\\ \\end{array} \\right.", 6], vecthree: ["\\begin{bmatrix} #1\\\\ #2\\\\ #3 \\end{bmatrix}", 3], vecthreethree: ["\\begin{bmatrix} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{bmatrix}", 9], hdotsfor: ["\\dots", 1], mathbbm: ["\\mathbb{#1}", 1], bordermatrix: ["\\matrix{#1}", 1] } } } ); //]]> </script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> <link href="../../stylesheet.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <!--#include virtual="/google-search.html"--> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="../../opencv-logo-small.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">OpenCV &#160;<span id="projectnumber">3.2.0</span> </div> <div id="projectbrief">Open Source Computer Vision</div> </td> </tr> </tbody> </table> </div> <script type="text/javascript"> //<![CDATA[ function getLabelName(innerHTML) { var str = innerHTML.toLowerCase(); // Replace all '+' with 'p' str = str.split('+').join('p'); // Replace all ' ' with '_' str = str.split(' ').join('_'); // Replace all '#' with 'sharp' str = str.split('#').join('sharp'); // Replace other special characters with 'ascii' + code for (var i = 0; i < str.length; i++) { var charCode = str.charCodeAt(i); if (!(charCode == 95 || (charCode > 96 && charCode < 123) || (charCode > 47 && charCode < 58))) str = str.substr(0, i) + 'ascii' + charCode + str.substr(i + 1); } return str; } function addToggle() { var $getDiv = $('div.newInnerHTML').last(); var buttonName = $getDiv.html(); var label = getLabelName(buttonName.trim()); $getDiv.attr("title", label); $getDiv.hide(); $getDiv = $getDiv.next(); $getDiv.attr("class", "toggleable_div label_" + label); $getDiv.hide(); } //]]> </script> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <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="../../d2/d75/namespacecv.html">cv</a></li><li class="navelem"><a class="el" href="../../df/d1d/namespacecv_1_1cudev.html">cudev</a></li><li class="navelem"><a class="el" href="../../d8/d80/namespacecv_1_1cudev_1_1vec__math__detail.html">vec_math_detail</a></li><li class="navelem"><a class="el" href="../../dc/db0/structcv_1_1cudev_1_1vec__math__detail_1_1SatCastHelper.html">SatCastHelper</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">cv::cudev::vec_math_detail::SatCastHelper&lt; cn, VecD &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &quot;vec_math.hpp&quot;</code></p> <hr/>The documentation for this struct was generated from the following file:<ul> <li>cudev/include/opencv2/cudev/util/<a class="el" href="../../d2/d15/cudev_2include_2opencv2_2cudev_2util_2vec__math_8hpp.html">vec_math.hpp</a></li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.6--> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Dec 23 2016 13:00:29 for OpenCV by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> <script type="text/javascript"> //<![CDATA[ function addButton(label, buttonName) { var b = document.createElement("BUTTON"); b.innerHTML = buttonName; b.setAttribute('class', 'toggleable_button label_' + label); b.onclick = function() { $('.toggleable_button').css({ border: '2px outset', 'border-radius': '4px' }); $('.toggleable_button.label_' + label).css({ border: '2px inset', 'border-radius': '4px' }); $('.toggleable_div').css('display', 'none'); $('.toggleable_div.label_' + label).css('display', 'block'); }; b.style.border = '2px outset'; b.style.borderRadius = '4px'; b.style.margin = '2px'; return b; } function buttonsToAdd($elements, $heading, $type) { if ($elements.length === 0) { $elements = $("" + $type + ":contains(" + $heading.html() + ")").parent().prev("div.newInnerHTML"); } var arr = jQuery.makeArray($elements); var seen = {}; arr.forEach(function(e) { var txt = e.innerHTML; if (!seen[txt]) { $button = addButton(e.title, txt); if (Object.keys(seen).length == 0) { var linebreak1 = document.createElement("br"); var linebreak2 = document.createElement("br"); ($heading).append(linebreak1); ($heading).append(linebreak2); } ($heading).append($button); seen[txt] = true; } }); return; } $("h2").each(function() { $heading = $(this); $smallerHeadings = $(this).nextUntil("h2").filter("h3").add($(this).nextUntil("h2").find("h3")); if ($smallerHeadings.length) { $smallerHeadings.each(function() { var $elements = $(this).nextUntil("h3").filter("div.newInnerHTML"); buttonsToAdd($elements, $(this), "h3"); }); } else { var $elements = $(this).nextUntil("h2").filter("div.newInnerHTML"); buttonsToAdd($elements, $heading, "h2"); } }); $(".toggleable_button").first().click(); var $clickDefault = $('.toggleable_button.label_python').first(); if ($clickDefault.length) { $clickDefault.click(); } $clickDefault = $('.toggleable_button.label_cpp').first(); if ($clickDefault.length) { $clickDefault.click(); } //]]> </script> </body> </html>
styles/custom.css
caljrimmer/financial-redux-app
.sidebar-item p b { color:#fff; } .sparklines .line{ stroke: #b2dfdb; } .open path, .close path, .high path, .low path { stroke: #FFF; fill: #FFF; } .teal { color:#e0f2f1; } .teal b { color:#fff; } .teal.card { height: 384px } .teal .card-action a { color:#fff; border-bottom:1px dotted #fff; } .teal .card-action a:hover { text-decoration:none; border:none; } .chip { float: right; } .collection .collection-item.avatar { color:#666; } .collection .collection-item.avatar:nth-child(2){ opacity:0.8; } .collection .collection-item.avatar:nth-child(3){ opacity:0.7; } .collection .collection-item.avatar:nth-child(4){ opacity:0.6; } .collection .collection-item.avatar .title { font-size:20px; font-weight:bold; color:#000; } .collection .collection-item .small { font-size:10px; } .collection .collection-item .secondary-content { color:#ccc; }
data science/machine_learning_for_the_web/chapter_4/movie/27268.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Emperor's New Groove, The (2000)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120917">Emperor's New Groove, The (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Michael+Dequina">Michael Dequina</A></H3><HR WIDTH="40%" SIZE="4"> <P>_The_Emperor's_New_Groove_ (G) *** (out of ****)</P> <P>With Disney's 38th animated feature, _The_Emperor's_New_Groove_, come two distinct perceptions. The title's nontraditional inclusion of a slang term and the film's no-frills art style could be read as reflective of a general attitude: looser, wilder, hipper--a brazen new direction for the usually staid House of Mouse. Then there's the less forgiving point of view, which takes into account the film's turbulent path to the screen. Originally conceived as a DreamWorks-style epic musical drama called _Kingdom_of_the_Sun_, the film morphed into its current tune-free incarnation when the concept was completely overhauled after a third of the film had already been completely animated; _Groove_'s lean running time and lack of a big animation showpiece--a staple of modern Disney 'toons--would lend support to the thought of the end product as one big rush job.</P> <P>After seeing _Groove_, I'd say both sides of the argument hold water. Coming off of the heels of the technological breakthroughs of last year's _Tarzan_, this film's scaled-down visual style cannot help but be a letdown; also, the story is even more threadbare than one is used to, even by family film standards. That said, there's no denying the energy and joy present in this zippy tale, and the film's genial, unpretentious nature--not to mention sharp wit--are what will win over the most cynical viewer.</P> <P>Its rocky production history aside, _Groove_ faces a major hurdle from the outset, a problem it never completely overcomes: the voice casting of its lead character, Kuzco. The film's original title, _Kingdom_of_the_Sun_, figures into the retooled story as a basic description of the arrogant and materialistic South American emperor's dream project: a sun-drenched mountain-top retreat/monument-to-self whose construction means bulldozing the homes of many villagers--in particular, honorable peasant Pacha (voiced by John Goodman), his wife (Wendie Malick), and their children. So by basic story design, Kuzco is a pretty obnoxious character, and the casting of famously acerbic ex-_SNL_'er David Spade would appear to be spot-on. However, it proves to be _too_ perfect; anyone familiar with his work knows that when he plays an asshole, he plays the role to the smarmy, one-dimensional extreme, with absolutely no trace of latent sincerity or humanity. As one would expect, _Groove_'s basic arc is the bratty young ruler's gradual discovery of some sense of compassion, and with Spade cranked to maximum, irredeemable abrasion from frame one, the ultimate transition isn't believable. Even worse, it's impossible to care if he changes--both in terms of personality and physical appearance, for his conniving, magic-dabbling advisor Yzma (Eartha Kitt) transforms him into... a llama.</P> <P>That plot point shows how director Mark Dindal and writing collaborators Chris Williams and David Reynolds are able to make this _Groove_ an ultimately smooth one: reckless comic abandon. The llama-fied Kuzco ends up teaming with the goodhearted Pacha to return to the royal palace and reclaim his throne, and during their big road trip, the two get into a number of very funny comic predicaments--that is, when they're not engaging in some inspired verbal sparring. Not every gag works--a slapsticky scene in which the pair try to evade Yzma and her lunkheaded servant Kronk (voiced to scene-stealing perfection by Patrick Warburton) in a restaurant particularly reeks of sitcom--but the duds are a tolerable tradeoff for antic highlights such as the chain reaction of calamity that results when Kuzco and Pacha walk across an unsteady rope bridge. Dindal and company also use the gaps and inconsistencies in the plot to their advantage, using them to spin cleverly self-effacing jokes.</P> <P>Given its lightweight nature, _The_Emperor's_New_Groove_ won't be recognized as one of Disney's crowning animated achievements; the years will be especially cruel to the very of-its-time title. What matters, however, is the here and now, and despite obvious shortcomings, this rollicking ride will have no trouble getting viewers of all ages to feel its groove.</P> <PRE>©2000 Michael Dequina</PRE> <P>Michael Dequina <A HREF="mailto:twotrey@juno.com">twotrey@juno.com</A> | <A HREF="mailto:jordan_host@sportsmail.com">jordan_host@sportsmail.com</A> | <A HREF="mailto:mrbrown@iname.com">mrbrown@iname.com</A> Mr. Brown's Movie Site: <A HREF="http://www.mrbrownmovies.com">http://www.mrbrownmovies.com</A> CinemaReview Magazine: <A HREF="http://www.CinemaReview.com">http://www.CinemaReview.com</A> on ICQ: #25289934 | on AOL Instant Messenger: MrBrown23</P> <P><HR>GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: <A HREF="http://dl.www.juno.com/get/tagj.">http://dl.www.juno.com/get/tagj.</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.1/compcert/3.7+8.12~coq_platform.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / compcert - 3.7+8.12~coq_platform</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> compcert <small> 3.7+8.12~coq_platform <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-07 08:18:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-07 08:18:39 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: &quot;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;jacques-Henri.jourdan@normalesup.org&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; version: &quot;3.7&quot; build: [ [&quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-macosx&quot; {os = &quot;macos&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} &quot;ia32-cygwin&quot; {os = &quot;win32&quot;} &quot;-bindir&quot; &quot;%{bin}%&quot; &quot;-libdir&quot; &quot;%{lib}%/compcert&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq/user-contrib/compcert&quot; &quot;-ignore-coq-version&quot;] [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] patches: [ &quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;0002-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;0003-Update-the-list-of-dual-licensed-files.patch&quot; &quot;0004-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;0005-Import-ListNotations-explicitly.patch&quot; &quot;0006-Coq-MenhirLib-explicit-import-ListNotations-354.patch&quot; &quot;0007-Use-ocamlfind-to-find-menhirLib.patch&quot; &quot;0008-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; &quot;0009-Don-t-build-MenhirLib-platform-version-is-used.patch&quot; ] extra-files: [ [&quot;0001-Install-compcert.config-file-along-the-Coq-developme.patch&quot; &quot;sha256=62e36964ed3d06a213caea8639be51641c25df3c4ea384e01ce57d015de698d3&quot;] [&quot;0002-Dual-license-aarch64-Archi.v-Cbuiltins.ml-extraction.patch&quot; &quot;sha256=1af58e827aa24be60e115878b9f70f1bf715f83bb1b91da8e2a9d749f4195d29&quot;] [&quot;0003-Update-the-list-of-dual-licensed-files.patch&quot; &quot;sha256=bf91c7d3e2177620296838658cafbeffdd50d8d1ef56649b56a35644410e1337&quot;] [&quot;0004-Use-Coq-platform-supplied-Flocq.patch&quot; &quot;sha256=83261a1fae459c319c0288a543787d3abcadaa2cccb1c34543c9784fe645f942&quot;] [&quot;0005-Import-ListNotations-explicitly.patch&quot; &quot;sha256=c4f29203e8dcaa17c76543ad77dabefdb555588567d4f6055cd53e19a9c81081&quot;] [&quot;0006-Coq-MenhirLib-explicit-import-ListNotations-354.patch&quot; &quot;sha256=3b7f59d4736d36878bbe3c0fed80e7db1ae75b9c8a5a9c90a57df2c1a4f4ae78&quot;] [&quot;0007-Use-ocamlfind-to-find-menhirLib.patch&quot; &quot;sha256=df3f103977fa02bd339f6a8537da6bd4eaf1baa54c9675508e3bd16dbe11464e&quot;] [&quot;0008-Use-platform-supplied-menhirlib-as-suggested-by-jhjo.patch&quot; &quot;sha256=bcd2eb6eafb5a71fd0ee8ecf6f1b100b06723c636adb0ef2f915fa0ac3585c64&quot;] [&quot;0009-Don-t-build-MenhirLib-platform-version-is-used.patch&quot; &quot;sha256=77835a85124eb1e8afefdcaf9eaa5beab64ed0fea22fceab78b7fd550778c857&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.13&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.2.1&quot;} &quot;coq-menhirlib&quot; {&gt;= &quot;20190626&quot;} &quot;menhir&quot; {&gt;= &quot;20190626&quot;} &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} ] synopsis: &quot;The CompCert C compiler (using coq-platform supplied version of Flocq)&quot; tags: [ &quot;category:CS/Semantics and Compilation/Compilation&quot; &quot;category:CS/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;keyword:compiler&quot; &quot;logpath:compcert&quot; &quot;date:2020-04-29&quot; ] url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.7.tar.gz&quot; checksum: &quot;sha256=ceee1b2ed6c2576cb66eb7a0f2669dcf85e65c0fc68385f0781b0ca4edb87eb0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-compcert.3.7+8.12~coq_platform coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-compcert -&gt; coq &gt;= 8.12 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-compcert.3.7+8.12~coq_platform</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>
editor/css/describe.css
SpectrumBroad/xible
.xible>.describe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.9); overflow: auto; } /* close button */ .xible > .edit > button, .xible > .describe > button { position: sticky; float: right; display: block; right: 0; top: 0; border: 0; background-color: rgba(255, 255, 255, .7); padding: 20px; -webkit-appearance: none; appearance: none; font-family: robotothin; font-size: 32px; line-height: 22px; cursor: pointer; color: #000; border-radius: 0; width: auto; } .xible > .edit > button { position: absolute; font-size: 14px; line-height: 11px; padding: 6px; top: 2px; } .xible > .edit > button:hover, .xible > .describe > button:hover { background-color: rgba(255, 255, 255, 1); } /* node description */ .xible>.describe>p { text-align: left; padding: 40px; margin: 10px; color: #fff; } .xible>.describe>p.none { font-style: italic; } .xible > .describe .node { left: 50%; transform: translateX(-50%) scale(2); transform-origin: center 0; } .xible > .describe .node .details { display: none; } .xible > .describe .node > h1 { position: relative; overflow: visible; white-space: break-spaces; overflow-wrap: break-word; } .xible > .describe .node > h1 wbr { display: inline; } .xible > .describe .node > h1 > p { position: absolute; margin: 0; left: 0; top: 0; transform: translateY(-100%); color: #ccc; font-size: 7px; transition: color 0.2s ease-out; font-weight: normal; font-family: robotolight; } .xible>.describe .node:hover>h1>p { color: #555; } .xible>.describe .node>h1:hover>p { color: #fff; } .xible>.describe .node .io li p { color: #ccc; background-color: #000; position: absolute; top: 0; padding: 0 4px; margin: 0; font-size: 0.5em; white-space: normal; box-sizing: border-box; height: 100%; width: 150%; overflow: hidden; transition: color 0.2s ease-out; } .xible>.describe .node .io li p::before, .xible>.describe .node .io li:hover p.overflow::after { display: block; position: absolute; content: ""; height: 0.5px; width: 100%; top: 0; left: 0; background-image: linear-gradient(to right, #333, #333 80%, transparent); z-index: -1; } .xible>.describe .node .io .input li p::before, .xible>.describe .node .io .input li:hover p.overflow::after { right: 0; background-image: linear-gradient(to left, #333, #333 80%, transparent); } .xible>.describe .node .io .global::after { display: none; } .xible>.describe .node:hover .io p { color: #555; } .xible>.describe .node .io li:hover p { overflow: visible; color: #fff; z-index: 2; } .xible>.describe .node .io li p.overflow::after { position: absolute; right: 0; bottom: 0; background-image: linear-gradient(to right, transparent, #000 40%, #000); box-sizing: border-box; height: 9px; padding: 0 4px 0 6px; display: block; font-family: awesome; content: "\f0d7"; line-height: 9px; font-size: 11px; color: #eee; } .xible>.describe .node:hover .io li p.overflow::after { color: #333; } .xible>.describe .node .io li:hover p.overflow { height: auto; } .xible>.describe .node .io li:hover p.overflow::after { top: auto; bottom: 0; } .xible>.describe .node .input li p { text-align: right; left: -5px; transform: translateX(-100%); } .xible>.describe .node .output li p { text-align: left; right: -5px; transform: translateX(100%); } .xible>.describe .node .io li p.none { font-style: italic; } /* type information */ .xible>.describe .node .io li p span, .xible>.describe .node>h1>p span { font-style: normal; font-weight: bold; padding: 1px; margin-right: 1px; border-radius: 2px; background-color: #ccc; color: #000; line-height: 1em; transition: background-color 0.2s ease-out; } .xible>.describe .node:hover .io li p span, .xible>.describe .node:hover>h1>p span { background-color: #333; } .xible>.describe .node .io li:hover p span, .xible>.describe .node>h1:hover>p span { background-color: #ccc; }
ui/index.html
jdin/npm-play
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width" /> <title>Test NPM with Play</title> <link rel="stylesheet" href="/assets/main.css" /> </head> <body ng-app="npm-play"> <b>Hi!</b> this is index.html!!! <div ng-controller="TestCtrl"> Data from server: '{{test}}' </div> <!-- js libs --> <script type="text/javascript" src="/assets/libs/angular/angular.min.js"></script> <script type="text/javascript" src="/assets/libs/angular-route/angular-route.min.js"></script> <script type="text/javascript" src="/assets/js/app.js"></script> </body> </html>
file_manager/stylesheets/styles.css
msimmer/tag-manager
.wrapper #maincontent ul.tags{ margin:10px 0 15px 15px; } img{ max-height: 100%; width: auto; max-width: 100%; margin: 0 auto; } ul.tags { text-align: left; } ul.master { text-align: left; list-style: none; margin: 0 0 15px 30px!important; } ul.master li{ position: relative; } ul.master .active-sort:before{ content: '→'; display: block; position: absolute; left: -25px; } .selection { position: absolute; border: 1px solid rgba(0,255,255,1); background: rgba(0,255,255,0.6); } .doc { position: relative; border: 1px solid #ddd; background: #f9f9f9; text-align: center; padding: 10px; margin: 0 10px 10px 0; width: 20%; float: left; } .wrapper .doc p{ margin:10px 0 0 0; } .update { background-color: rgba(0,255,255,0.7); border: 1px solid #ddd; } .active { background-color: rgba(0,255,255,0.3); border: 1px solid rgba(0,255,255,1); } td.header { background: #FFF !important; padding: 2px 4px; font-size: 11px; border-top: 1px solid #FFF; color: #222; font-weight: bold; text-transform: uppercase; line-height: 20px !important; text-align: left; } table.fixed{ table-layout: fixed; } .wrapper #maincontent .doc p { margin: 0; text-align: left; } #metadata_window input.text.autowidth { width: 155px; float: right; } #metadata_window input.submit.autowidth { width: 163px; float: right; } #metadata_window input.checkbox.autowidth { background: white; border: 0; position: relative; width: 155px; float: right; top: 5px; left: -10px; } .wrapper h3.options-header { font-size: 16px; font-family: Georgia, Times, Times New Roman, serif; color: #777; padding: 0px 0 10px 0; font-style: normal; border-bottom: 1px solid #ddd; margin: 0 0 15px 0; } #sidebar .snav li:last-child a:link, #sidebar .snav li:last-child a:visited { font: bold 13px Helvetica, Arial, sans-serif; text-decoration: none !important; padding: 7px 15px; text-shadow: 0 1px 0 rgba(255,255,255,.5); transition: all .218s; -webkit-transition: all .218s; -moz-transition: all .218s; -o-transition: all .218s; color: #333333 !important; background: #dddddd; background: -webkit-gradient(linear,0% 40%,0% 70%,from(#eeeeee),to(#e1e1e1)); background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#eeeeee),to(#e1e1e1)); border: solid 1px #acacac; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; cursor: pointer; box-shadow: rgba(0,0,0, 0.06) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0, 0.06) 0px 0px 3px; -webkit-box-shadow: rgba(0,0,0, 0.06) 0px 0px 3px; display: inline-block; margin-top: 30px; } .hidden{ display: none!important; } .doc{display: table} .tr{display: table-row;} .tc:first-child{display: table-cell; vertical-align: middle;} .tc:last-child{display: table-cell; vertical-align: bottom;} /* lightbox plugin */ .featherlight .featherlight-content { max-height: 70%; } .featherlight { z-index: 3; } .wrapper table#finfo { table-layout: fixed; display: none; position:fixed; bottom:30px; z-index:9; background:white; width: 690px; left: 50%; margin-left: -345px; margin-bottom: 0; } .wrapper table#finfo p{ font-size:14px; margin:0; } .wrapper table#finfo td { padding:10px 15px; } .wrapper table#finfo td span{ font-size:14px; }
hashs-database/hashs/core___themes___stable___css___toolbar___toolbar.module.css
GoZOo/Drupaloscopy
8.0.0-rc4:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.3:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.4:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.5:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.6:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.0-beta1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.0-beta2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.0-rc1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.3:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.4:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.5:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.6:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.7:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.8:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.9:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.10:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.0-beta1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.0-beta2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.0-beta3:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.0-rc1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.0-rc2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.3:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.4:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.5:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.6:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.3.0-alpha1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.3.0-beta1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.3.0-rc1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.7:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.3.0-rc2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.0:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.1.0:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.2.0:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.3.0:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf
index.html
skydusk/skydusk.github.io
--- layout: home title: Home sitemap: priority: 1.0 changefreq: 'weekly' lastmod: 2014-07-07T16:57:30+05:30 --- {% for post in paginator.posts %} <div class="unit whole single-post-excerpt"> <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <div class="meta-info"> <span class="meta"><time class="timeago postlist-meta" datetime="{{ post.date | date: "%Y-%m-%d" }}"><i class="fa fa-calendar"></i>{{ post.date | date: "%B %-d, %Y" }}</time></span> {% if post.tags and post.tags.size > 0 %} <div class="tags"> Tagged: {% for tag in post.tags %} <span><i class="fa fa-tag"></i>{{ tag }}</span> {% endfor %} </div> {% endif %} </div> <p class="description">{{ post.excerpt | strip_html}}</p> </div> {% endfor %} <div class="unit whole paginator"> {% if paginator.previous_page %} <a href="{{ paginator.previous_page_path }}" class="previous">Previous</a> {% endif %} <span>Page: {{ paginator.page }} of {{ paginator.total_pages }}</span> {% if paginator.next_page %} <a href="{{ paginator.next_page_path }}" class="next">Next</a> {% endif %} </div>
data science/machine_learning_for_the_web/chapter_4/movie/1905.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Man to Man (1992)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0104806">Man to Man (1992)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Max+Hoffmann">Max Hoffmann</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> MAN TO MAN A film review by Max Hoffmann Copyright 1993 Max Hoffmann</PRE> <PRE>US Premiere at San Francisco Film Festival Rating: 12 (on scale of 1->10) England, 1992, 72 minutes video (from 16mm) Director: John Maybury Producer: James Mackay Screenplay: Manfred Karge Camera: Dominique Le Rigoleur Editor: Maybury, Nigel Hadley Cast: Tilda Swinton Print: Basilisk Communications</PRE> <P>IN A NUTSHELL: an extraordinary creation by Director John Maybury, with a towering performance by the unstoppable Tilda Swinton. Based on a true story of a woman who crossed the gender line and lived as a man in Nazi Germany. The film offers an entrancing world of composite images, the hypnotic canvas of Tilda Swinton's face, and an intense look into the best and worst of human survival.</P> <P> Imagine that it's 1930, and you're the first amongst your friends to see THE BLUE ANGEL with Marlene Dietrich. Then you're told it may not be shown again! That's the unthinkable situation for this brilliant new offering from John Maybury. About 60 thousand pounds is needed to transfer the film from video to 35mm, and a distributor must be found. (Information on where to send your donations/inquiries at end of review.) I spoke with the Director, and there are currently no more scheduled viewings. If you want to see this film, dig, and dig deep. As Aimee Semple McPherson said when passing her collection plate, "I don't want to hear any of that metal sound; let's make it paper, please."</P> <P> ABOUT THE FILM: my description will fall short of matching the film's genius, so keep an open mind. It is a tour d' force, one-woman show, based on the true story of a woman who assumed her dead husband's identity to avoid destitution. (This was not an isolated case, and in other festival showings, the director has encountered evidence of about a dozen similar cases.) From this vantage point comes a view of fear, power and regret that is only possible when gender is hidden. Rather than being a specific glimpse of Nazi Germany preserved in amber, the film rises to a higher level, and is universal in scope and relevance.</P> <P> This film is a visceral portrayal of exactly what it's like to stifle who and what you really are. As such, the film's essence is immediately recognizable to any gay who's suffocated in the closet, to any woman who's hidden her talents to "get a man," or to any member of the status quo who has stayed silent in the presence of outspoken bigotry. It is a film that must be seen, and be seen by many.</P> <P> The film is startlingly original. It neither sags nor looks stagey, which is often the case for one-actor-stage-shows attempted on film. Maybury (who's worked with the medium of video for thirteen years) supports Swinton's performance with brilliant composite images (drawn from newsreels of the time, contemporary footage of Berlin, and the most compelling image imaginable, Tilda Swinton's amazing face). Swinton portrays over a dozen characters, male and female, and with chameleon-like subtlety. Whoever did hair, costume and makeup is a genius.</P> <PRE> The end result? The best of stage and screen art combined. </PRE> <P> There are several soul-shattering, personal moments of revelation that you'd normally associate only with the highest peaks of world-class "live" theatre. It is when the film's acting/directing is so brilliantly intense that you are stripped of every barrier ... granted the vision to peer into the absolute essence of Swinton's character. Yet this film still has the best "fluid" aspects of cinema, and you never feel "trapped" in a filmed stage play.</P> <P> Even if the camera work and directing were inept (which is far from the case) this film would warrant a rave review, just for the privilege of seeing Swinton's epic performance. There are moments, like the one when the unmoving camera stays fixed on Swinton's slanted face against a pillow that reach the summit of great film acting. It compares with Emil Jannings dropping to his knees in THE LAST LAUGH's washroom; Jean Louis-Berrault's achingly unrequited love for Arletty in CHILDREN OF PARADISE; and the brief scene in WHO'S AFRAID OF VIRGINIA WOOLF when Elizabeth Taylor (viewed through a screen door) drops all her defenses and confesses her love and dependence for "George," ....</P> <P> Director John Maybury has achieved the unthinkable by capturing every nuance of Swinton's performance, while exercising deft skill in either isolating her image in unforgettable black and white, or enhancing it with a kaleidoscope of color composite shots.</P> <P> The film is uncompromising, and "takes no prisoners" in its relentless mission to stay true to intentions of the script. At times it is difficult to watch, and it occasionally takes concentration for an American audience to filter everything through Swinton's heavy working class accent. The director's approach is deliberately antagonistic, both sexually and politically. The choices made by Swinton's character will alternately draw you closer to her, or distance and repulse you. The ambiguity of gender is just one of many levels the film offers for interpretation.</P> <P>HISTORY: Maybury was given 160,000 pounds and a ten day shooting schedule by the BBC. He had a minuscule three weeks to edit. This will stun you when you see the fine instincts that went into the composite shots, and the variety of ways Swinton is framed. Images are often painfully original. Swinton assumes the gaunt features of a concentration camp victim, while an inverted camera makes her appear to be clinging from the ceiling, bat-like. In another image, splashed with symbolic menstrual blood, she assumes the angular, almost pre-natal positions common in Weimar abstract art. The final close-up of her heavily socketed, aging face resembles the famous "optical trick" image of the Gibson girl in front of a large vanity mirror--from a distance it becomes a skull.</P> <P> In the Q/A session, the director revealed that many of these "archetypal" images were subconscious. He drew from a vast library of techniques and images he's used before (enabling him to create a masterpiece, and not a "low-budget" offering in just ten days).</P> <P> The script was derived from a one woman play (starring Swinton, of course) staged at the Edinburgh Festival in 1987. The original English translation from the German was "plain text." All movement and staging belongs to Maybury. This film was completed in 1992, before Swinton did ORLANDO.</P> <P> Unfortunately, the BBC transferred the 16mm original (which has much more subtle lighting effects) to video, and televised it, essentially killing the film's chances for distribution in the UK. Hence the director is now in the unenviable position of seeking funding to make a 35mm print and get distribution elsewhere. He has a five- minute test of how luminous the film is, when transferred to 35mm.</P> <P> My comparison to THE BLUE ANGEL is no exaggeration. This film, if it is distributed, is destined to achieve such enduring appeal.</P> <PRE>Financial support or inquiries for obtaining a print can be directed to the producer: James Mackay BASILISK 31 Percy Street London W1 (071) 580-7222 voice (071) 631-0572 FAX</PRE> <P> ... be sure to tell them "Max sent me." (I want my name in the credits!)</P> <PRE>. </PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
website/index.html
naso/spike-path
<!DOCTYPE html><html><head><title>codedoodl.es - spike path</title><link rel=stylesheet type=text/css href=css/main.css><meta name=viewport content="width=device-width, initial-scale=1"></head><body><div id=app></div><script src=js/lib.js></script><script src=js/app.js></script></body></html>
clean/Linux-x86_64-4.10.1-2.0.6/released/8.12.0/intuitionistic-nuprl/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>intuitionistic-nuprl: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / intuitionistic-nuprl - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> intuitionistic-nuprl <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-03 05:58:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-03 05:58:56 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/intuitionistic-nuprl&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/IntuitionisticNuprl&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Nuprl&quot; &quot;keyword: computational type theory&quot; &quot;keyword: extensional type theory&quot; &quot;keyword: intuitionistic type theory&quot; &quot;keyword: Howe&#39;s computational equivalence relation&quot; &quot;keyword: Partial Equivalence Relation (PER) semantics&quot; &quot;keyword: consistency&quot; &quot;keyword: continuity&quot; &quot;keyword: bar induction&quot; &quot;category: Mathematics/Logic/Type theory&quot; ] authors: [ &quot;Vincent Rahli &lt;vincent.rahli@gmail.com&gt; [http://www.cs.cornell.edu/~rahli/]&quot; &quot;Abhishek Anand &lt;abhishek.anand.iitg@gmail.com&gt; [http://www.cs.cornell.edu/~aa755/]&quot; &quot;Mark Bickford &lt;mark.concertina@gmail.com&gt; [http://nuprl.org/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/intuitionistic-nuprl/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/intuitionistic-nuprl.git&quot; synopsis: &quot;An Impredicative Model of Nuprl&#39;s Constructive Type Theory&quot; description: &quot;&quot;&quot; http://www.nuprl.org/html/Nuprl2Coq/ This library formalizes Nuprl&#39;s Constructive Type Theory (CTT) as of 2015. CTT is an extensional type theory originally inspired by Martin-Lof&#39;s extensional type theory, and that has since then been extended with several new types such as: intersection types, union types, image types, partial types, set types, quotient types, partial equivalence relation (per) types, simulation and bisimulation types, an atom type, and the &quot;Base&quot; type. Our formalization includes a definition of Nuprl&#39;s computation system, a definition of Howe&#39;s computational equivalence relation and a proof that it is a congruence, an impredicative definition of Nuprl&#39;s type system using Allen&#39;s PER semantics (using Prop&#39;s impredicativity, we can formalize Nuprl&#39;s infinite hierarchy of universes), definitions of most (but not all) of Nuprl&#39;s inference rules and proofs that these rules are valid w.r.t. Allen&#39;s PER semantics, and a proof of Nuprl&#39;s consistency. In addition to the standard introduction and elimination rules for Nuprl&#39;s types, we have also proved several Brouwerian rules. Our computation system also contains: (1) free choice sequences that we used to prove Bar Induction rules; (2) named exceptions and a &quot;fresh&quot; operator to generate fresh names, that we used to prove a continuity rule. More information can be found here: http://www.nuprl.org/html/Nuprl2Coq/ Feel free to send questions to the authors or to nuprl@cs.cornell.edu&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/intuitionistic-nuprl/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=30ee492d77b04371c77c4266d0fe678e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-intuitionistic-nuprl.8.6.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0). The following dependencies couldn&#39;t be met: - coq-intuitionistic-nuprl -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-intuitionistic-nuprl.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.2/qarith-stern-brocot/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith-stern-brocot: 3 m 17 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / qarith-stern-brocot - 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> qarith-stern-brocot <small> 8.10.0 <span class="label label-success">3 m 17 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-15 09:37:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 09:37:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-community/qarith-stern-brocot&quot; dev-repo: &quot;git+https://github.com/coq-community/qarith-stern-brocot.git&quot; bug-reports: &quot;https://github.com/coq-community/qarith-stern-brocot/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Binary rational numbers&quot; description: &quot;&quot;&quot; Development of rational numbers as finite binary lists and defining field operations on them in two different ways: strict and lazy. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;category:Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;category:Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;keyword:rational numbers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:field tactic&quot; &quot;keyword:binary lists&quot; &quot;keyword:Stern-Brocot&quot; &quot;logpath:QArithSternBrocot&quot; &quot;date:2019-12-01&quot; ] authors: [ &quot;Milad Niqui&quot; &quot;Yves Bertot&quot; ] url { src: &quot;https://github.com/coq-community/qarith-stern-brocot/archive/v8.10.0.tar.gz&quot; checksum: &quot;sha512=65669789d9180a71a30a77cfca83bec25e3c7915163addd8c39d07e4d3192e517ae6514bcaa7e7021b5d930aa948f7b75ad903f102b7b73f413145466b13d831&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-qarith-stern-brocot.8.10.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-qarith-stern-brocot.8.10.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-qarith-stern-brocot.8.10.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 17 s</dd> </dl> <h2>Installation size</h2> <p>Total: 16 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.glob</code></li> <li>787 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.glob</code></li> <li>715 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.vo</code></li> <li>705 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.vo</code></li> <li>657 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.vo</code></li> <li>532 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.glob</code></li> <li>492 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.glob</code></li> <li>473 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.glob</code></li> <li>424 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.vo</code></li> <li>383 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.vo</code></li> <li>347 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.vo</code></li> <li>339 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.vo</code></li> <li>326 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.vo</code></li> <li>310 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.glob</code></li> <li>292 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.glob</code></li> <li>290 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.vo</code></li> <li>288 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.v</code></li> <li>278 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.glob</code></li> <li>276 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.glob</code></li> <li>263 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.vo</code></li> <li>221 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.glob</code></li> <li>216 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.vo</code></li> <li>215 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.vo</code></li> <li>213 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.vo</code></li> <li>205 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.glob</code></li> <li>203 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.vo</code></li> <li>194 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.vo</code></li> <li>191 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.vo</code></li> <li>187 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.glob</code></li> <li>179 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.glob</code></li> <li>155 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.glob</code></li> <li>151 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.glob</code></li> <li>150 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.glob</code></li> <li>139 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.v</code></li> <li>133 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.vo</code></li> <li>119 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.glob</code></li> <li>109 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.glob</code></li> <li>108 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.glob</code></li> <li>103 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.v</code></li> <li>79 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.v</code></li> <li>64 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.v</code></li> <li>60 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.v</code></li> <li>58 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.v</code></li> <li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-qarith-stern-brocot.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
src/Viteloge/CoreBundle/Resources/descriptions/18071.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Contres est un village localisé dans le département de Cher en Centre. Elle comptait 28 habitants en 2008.</p> <p>Si vous envisagez de demenager à Contres, vous pourrez aisément trouver une maison à vendre. </p> <p>Le parc d'habitations, à Contres, se décomposait en 2011 en zero appartements et 15 maisons soit un marché plutôt équilibré.</p> <p>À coté de Contres sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/serruelles_18250/">Serruelles</a> localisée à 8&nbsp;km, 57 habitants, <a href="{{VLROOT}}/immobilier/saint-loup-des-chaumes_18221/">Saint-Loup-des-Chaumes</a> à 9&nbsp;km, 283 habitants, <a href="{{VLROOT}}/immobilier/uzay-le-venon_18268/">Uzay-le-Venon</a> à 6&nbsp;km, 382 habitants, <a href="{{VLROOT}}/immobilier/saint-denis-de-palin_18204/">Saint-Denis-de-Palin</a> localisée à 8&nbsp;km, 336 habitants, <a href="{{VLROOT}}/immobilier/senneçay_18248/">Senneçay</a> à 9&nbsp;km, 420 habitants, <a href="{{VLROOT}}/immobilier/chavannes_18063/">Chavannes</a> à 8&nbsp;km, 155 habitants, entre autres. De plus, Contres est située à seulement 24&nbsp;km de <a href="{{VLROOT}}/immobilier/bourges_18033/">Bourges</a>.</p> </div>
a/tuning.html
yumikohey/yumikohey.github.io
<!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=""> <meta name="author" content=""> <title>SB Admin - Bootstrap Admin Template</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/sb-admin.css" rel="stylesheet"> <!-- Morris Charts CSS --> <link href="css/plugins/morris.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Yumiko custom CSS --> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/range.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> <div id="wrapper"> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <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="index.html">Fortissmo Admin</a> </div> <!-- Top Menu Items --> <ul class="nav navbar-right top-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-envelope"></i> <b class="caret"></b></a> <ul class="dropdown-menu message-dropdown"> <li class="message-preview"> <a href="#"> <div class="media"> <span class="pull-left"> <img class="media-object" src="http://placehold.it/50x50" alt=""> </span> <div class="media-body"> <h5 class="media-heading"> <strong>John Smith</strong> </h5> <p class="small text-muted"><i class="fa fa-clock-o"></i> Yesterday at 4:32 PM</p> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </div> </a> </li> <li class="message-preview"> <a href="#"> <div class="media"> <span class="pull-left"> <img class="media-object" src="http://placehold.it/50x50" alt=""> </span> <div class="media-body"> <h5 class="media-heading"> <strong>John Smith</strong> </h5> <p class="small text-muted"><i class="fa fa-clock-o"></i> Yesterday at 4:32 PM</p> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </div> </a> </li> <li class="message-preview"> <a href="#"> <div class="media"> <span class="pull-left"> <img class="media-object" src="http://placehold.it/50x50" alt=""> </span> <div class="media-body"> <h5 class="media-heading"> <strong>John Smith</strong> </h5> <p class="small text-muted"><i class="fa fa-clock-o"></i> Yesterday at 4:32 PM</p> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </div> </a> </li> <li class="message-footer"> <a href="#">Read All New Messages</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-bell"></i> <b class="caret"></b></a> <ul class="dropdown-menu alert-dropdown"> <li> <a href="#">Alert Name <span class="label label-default">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-primary">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-success">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-info">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-warning">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-danger">Alert Badge</span></a> </li> <li class="divider"></li> <li> <a href="#">View All</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> John Smith <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="#"><i class="fa fa-fw fa-user"></i> Profile</a> </li> <li> <a href="#"><i class="fa fa-fw fa-envelope"></i> Inbox</a> </li> <li> <a href="#"><i class="fa fa-fw fa-gear"></i> Settings</a> </li> <li class="divider"></li> <li> <a href="#"><i class="fa fa-fw fa-power-off"></i> Log Out</a> </li> </ul> </li> </ul> </nav> <div id="page-wrapper"> <div class="container-fluid"> <!-- Page Heading --> <div class="row sub-nav"> <div class="col-lg-12"> <ul class="nav nav-pills"> <li role="presentation"> <a href="index.html"><i class="fa fa-dashboard"></i> System </a> </li> <li role="presentation"> <a href="admin.html"><i class="fa fa-user"> Admin </li></i></a> <li role="presentation" class="active"> <a href="tuning.html"><i class="fa fa-wrench"> Tuning</i></a> </li> </ul> </div> </div> <!-- /.row --> <div class="row"> <div class="col-lg-3"> <div class="panel top-blue"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Memory Tuning</h3> </div> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2"></div> <div class="col-lg-8 col-md-10 col-sm-10 col-xs-10"> <canvas id="pieChart" width="400" height="400"></canvas> </div> <div class="col-lg-2"></div> </div> <div class="text-right"> <a href="#">View Details <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Memory Details </h3> </div> <div class="little_donuts"> <div class="row"> <table class="table table-hover volume_details"> <tr> <td>Volume Name</td> <td>test</td> </tr> <tr> <td>Volume Size</td> <td>495GB</td> </tr> <tr> <td>Volume Type</td> <td>Distributed</td> </tr> <tr> <td>Disk Organization</td> <td>JBOD</td> </tr> <tr> <td>Scheduler</td> <td>File Placement Optimizer</td> </tr> <tr> <td>Compression Data</td> <td>OFF</td> </tr> <tr> <td>Data deduplication</td> <td>OFF</td> </tr> </table> </div> <div class="text-right"> <a href="#">View Details <i class="fa fa-arrow-circle-right"></i></a> </div> </div> </div> <div class="col-lg-3"> <div class="panel top-primary"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Memory Allocation </h3> </div> <div class="allocation_box"> <div class="row"> <div class="col-lg-2 col-lg-offset-1"> Minimum OS Memory </div> <div class="col-lg-8 col-lg-offset-1"> <input type="range" id="row-count" min="1" max="12" step="1" value="2" /><label for="row-count"></label> </div> </div> <div class="block"></div> <div class="row"> <div class="memory_text col-lg-2 col-lg-offset-1"> Posix Share Memory </div> <div class="col-lg-8 col-lg-offset-1"> <input type="range" id="row-count" min="1" max="12" step="1" value="5" /><label for="row-count"></label> </div> <div class="block"></div> <div class="row"> <div class="block"></div> <div class="col-lg-1 col-lg-offset-11"> <button type="button" class="memory_confirm_btn btn btn-sm btn-success pull-right">Confirm</button> </div> </div> </div> </div> <div class="block"></div> <div class="text-right"> <a href="#">View Details <i class="fa fa-arrow-circle-right"></i></a> </div> </div> </div> <div class="col-lg-3"> <div class="panel top-yellow"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Volumes Tuning</h3> </div> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2"></div> <div class="col-lg-8 col-md-10 col-sm-10 col-xs-10"> <canvas id="pieChart_volume" width="400" height="400"></canvas> </div> <div class="col-lg-2"></div> </div> <div class="text-right"> <a href="#">View Details <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Volume Details </h3> </div> <div class="little_donuts"> <div class="row"> <table class="table table-hover volume_details"> <tr> <td>Volume Name</td> <td>test</td> </tr> <tr> <td>Volume Size</td> <td>495GB</td> </tr> <tr> <td>Volume Type</td> <td>Distributed</td> </tr> <tr> <td>Disk Organization</td> <td>JBOD</td> </tr> <tr> <td>Scheduler</td> <td>File Placement Optimizer</td> </tr> <tr> <td>Compression Data</td> <td>OFF</td> </tr> <tr> <td>Data deduplication</td> <td>OFF</td> </tr> </table> </div> <div class="text-right"> <a href="#">View Details <i class="fa fa-arrow-circle-right"></i></a> </div> </div> </div> <div class="col-lg-3"> <div class="panel top-success"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Volume Allocation </h3> </div> <div class="allocation_box"> <div class="row"> <div class="col-lg-2 col-lg-offset-1"> Capacity </div> <div class="col-lg-8 col-lg-offset-1"> <input type="range" id="row-count" min="1" max="12" step="1" value="2" /><label for="row-count"></label> </div> </div> <div class="block"></div> <div class="row"> <div class="memory_text col-lg-2 col-lg-offset-1"> Maximum Capacity </div> <div class="col-lg-8 col-lg-offset-1"> <input type="range" id="row-count" min="1" max="12" step="1" value="5" /><label for="row-count"></label> </div> <div class="block"></div> <div class="row"> <div class="block"></div> <div class="col-lg-1 col-lg-offset-11"> <button type="button" class="memory_confirm_btn btn btn-sm btn-success pull-right">Confirm</button> </div> </div> </div> </div> <div class="block"></div> <div class="text-right"> <a href="#">View Details <i class="fa fa-arrow-circle-right"></i></a> </div> </div> </div> </div> <!-- /.container-fluid --> </div> <!-- /#page-wrapper --> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <script src="http://www.chartjs.org/assets/Chart.js"></script> <script src="js/pie.js"></script> </body> </html>
BOOST/boost_1_61_0/libs/xpressive/doc/html/boost/xpressive/regex_match.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function regex_match</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Xpressive"> <link rel="up" href="../../header/boost/xpressive/regex_algorithms_hpp.html" title="Header &lt;boost/xpressive/regex_algorithms.hpp&gt;"> <link rel="prev" href="../../header/boost/xpressive/regex_algorithms_hpp.html" title="Header &lt;boost/xpressive/regex_algorithms.hpp&gt;"> <link rel="next" href="regex_search.html" title="Function regex_search"> </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/xpressive/regex_algorithms_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/xpressive/regex_algorithms_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="regex_search.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.xpressive.regex_match"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function regex_match</span></h2> <p>boost::xpressive::regex_match &#8212; See if a regex matches a sequence from beginning to end. </p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../header/boost/xpressive/regex_algorithms_hpp.html" title="Header &lt;boost/xpressive/regex_algorithms.hpp&gt;">boost/xpressive/regex_algorithms.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> BidiIter<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">BidiIter</span> begin<span class="special">,</span> <span class="identifier">BidiIter</span> end<span class="special">,</span> <a class="link" href="match_results.html" title="Struct template match_results">match_results</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="special">&amp;</span> what<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> BidiIter<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">BidiIter</span> begin<span class="special">,</span> <span class="identifier">BidiIter</span> end<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Char<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">Char</span> <span class="special">*</span> begin<span class="special">,</span> <a class="link" href="match_results.html" title="Struct template match_results">match_results</a><span class="special">&lt;</span> <span class="identifier">Char</span> <span class="special">*</span> <span class="special">&gt;</span> <span class="special">&amp;</span> what<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">Char</span> <span class="special">*</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> BidiRange<span class="special">,</span> <span class="keyword">typename</span> BidiIter<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">BidiRange</span> <span class="special">&amp;</span> rng<span class="special">,</span> <a class="link" href="match_results.html" title="Struct template match_results">match_results</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="special">&amp;</span> what<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">,</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> BidiRange<span class="special">,</span> <span class="keyword">typename</span> BidiIter<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">BidiRange</span> <span class="keyword">const</span> <span class="special">&amp;</span> rng<span class="special">,</span> <a class="link" href="match_results.html" title="Struct template match_results">match_results</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="special">&amp;</span> what<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">,</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Char<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">Char</span> <span class="special">*</span> begin<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">Char</span> <span class="special">*</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> BidiRange<span class="special">,</span> <span class="keyword">typename</span> BidiIter<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">BidiRange</span> <span class="special">&amp;</span> rng<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">,</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> BidiRange<span class="special">,</span> <span class="keyword">typename</span> BidiIter<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">regex_match</span><span class="special">(</span><span class="identifier">BidiRange</span> <span class="keyword">const</span> <span class="special">&amp;</span> rng<span class="special">,</span> <a class="link" href="basic_regex.html" title="Struct template basic_regex">basic_regex</a><span class="special">&lt;</span> <span class="identifier">BidiIter</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> re<span class="special">,</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">,</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp73045328"></a><h2>Description</h2> <p>Determines whether there is an exact match between the regular expression <code class="computeroutput">re</code>, and all of the sequence <code class="computeroutput">[begin, end)</code>.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">begin</code></span></p></td> <td><p>The beginning of the sequence. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">end</code></span></p></td> <td><p>The end of the sequence. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">flags</code></span></p></td> <td><p>Optional match flags, used to control how the expression is matched against the sequence. (See <code class="computeroutput">match_flag_type</code>.) </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">re</code></span></p></td> <td><p>The regular expression object to use </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">what</code></span></p></td> <td><p>The <code class="computeroutput"><code class="computeroutput"><a class="link" href="match_results.html" title="Struct template match_results">match_results</a></code></code> struct into which the sub_matches will be written </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Requires:</span></p></td> <td> <p>Type <code class="computeroutput">BidiIter</code> meets the requirements of a Bidirectional Iterator (24.1.4). </p> <p><code class="computeroutput">[begin,end)</code> denotes a valid iterator range. </p> </td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p><code class="computeroutput">true</code> if a match is found, <code class="computeroutput">false</code> otherwise </p></td> </tr> <tr> <td><p><span class="term">Throws:</span></p></td> <td> <a class="link" href="regex_error.html" title="Struct regex_error">regex_error</a> on stack exhaustion </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 &#169; 2007 Eric Niebler<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/xpressive/regex_algorithms_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/xpressive/regex_algorithms_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="regex_search.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
docs/3.2/d7/de4/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4-members.html
lucasbrsa/OpenCV-3.2
<!-- HTML header for doxygen 1.8.6--> <!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.12"/> <title>OpenCV: Member List</title> <link href="../../opencv.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../search/searchdata.js"></script> <script type="text/javascript" src="../../search/search.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"], jax: ["input/TeX","output/HTML-CSS"], }); //<![CDATA[ MathJax.Hub.Config( { TeX: { Macros: { matTT: [ "\\[ \\left|\\begin{array}{ccc} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{array}\\right| \\]", 9], fork: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ \\end{array} \\right.", 4], forkthree: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ #5 & \\mbox{#6}\\\\ \\end{array} \\right.", 6], vecthree: ["\\begin{bmatrix} #1\\\\ #2\\\\ #3 \\end{bmatrix}", 3], vecthreethree: ["\\begin{bmatrix} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{bmatrix}", 9], hdotsfor: ["\\dots", 1], mathbbm: ["\\mathbb{#1}", 1], bordermatrix: ["\\matrix{#1}", 1] } } } ); //]]> </script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> <link href="../../stylesheet.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <!--#include virtual="/google-search.html"--> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="../../opencv-logo-small.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">OpenCV &#160;<span id="projectnumber">3.2.0</span> </div> <div id="projectbrief">Open Source Computer Vision</div> </td> </tr> </tbody> </table> </div> <script type="text/javascript"> //<![CDATA[ function getLabelName(innerHTML) { var str = innerHTML.toLowerCase(); // Replace all '+' with 'p' str = str.split('+').join('p'); // Replace all ' ' with '_' str = str.split(' ').join('_'); // Replace all '#' with 'sharp' str = str.split('#').join('sharp'); // Replace other special characters with 'ascii' + code for (var i = 0; i < str.length; i++) { var charCode = str.charCodeAt(i); if (!(charCode == 95 || (charCode > 96 && charCode < 123) || (charCode > 47 && charCode < 58))) str = str.substr(0, i) + 'ascii' + charCode + str.substr(i + 1); } return str; } function addToggle() { var $getDiv = $('div.newInnerHTML').last(); var buttonName = $getDiv.html(); var label = getLabelName(buttonName.trim()); $getDiv.attr("title", label); $getDiv.hide(); $getDiv = $getDiv.next(); $getDiv.attr("class", "toggleable_div label_" + label); $getDiv.hide(); } //]]> </script> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <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="../../d2/d75/namespacecv.html">cv</a></li><li class="navelem"><a class="el" href="../../df/d1d/namespacecv_1_1cudev.html">cudev</a></li><li class="navelem"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html">VecTraits&lt; double4 &gt;</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">cv::cudev::VecTraits&lt; double4 &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html">cv::cudev::VecTraits&lt; double4 &gt;</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html#a76faae25f6e04d64ca7e60ac737b1847">all</a>(double v)</td><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html">cv::cudev::VecTraits&lt; double4 &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html#a999d799e299c9f2b611d9a78d7001aa5a91e28159bc11e937807e3c58f35468b0">cn</a> enum value</td><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html">cv::cudev::VecTraits&lt; double4 &gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html#a01ad1b1218cdb41fe4d5eb8a351a6a1a">elem_type</a> typedef</td><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html">cv::cudev::VecTraits&lt; double4 &gt;</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html#a188d17b360f47f7050ee5c239b0a7f69">make</a>(double x, double y, double z, double w)</td><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html">cv::cudev::VecTraits&lt; double4 &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html#ae65560ef424d28c66dace138a4d7f2a6">make</a>(const double *v)</td><td class="entry"><a class="el" href="../../d1/d5d/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4.html">cv::cudev::VecTraits&lt; double4 &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> </table></div><!-- contents --> <!-- HTML footer for doxygen 1.8.6--> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Dec 23 2016 13:00:28 for OpenCV by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> <script type="text/javascript"> //<![CDATA[ function addButton(label, buttonName) { var b = document.createElement("BUTTON"); b.innerHTML = buttonName; b.setAttribute('class', 'toggleable_button label_' + label); b.onclick = function() { $('.toggleable_button').css({ border: '2px outset', 'border-radius': '4px' }); $('.toggleable_button.label_' + label).css({ border: '2px inset', 'border-radius': '4px' }); $('.toggleable_div').css('display', 'none'); $('.toggleable_div.label_' + label).css('display', 'block'); }; b.style.border = '2px outset'; b.style.borderRadius = '4px'; b.style.margin = '2px'; return b; } function buttonsToAdd($elements, $heading, $type) { if ($elements.length === 0) { $elements = $("" + $type + ":contains(" + $heading.html() + ")").parent().prev("div.newInnerHTML"); } var arr = jQuery.makeArray($elements); var seen = {}; arr.forEach(function(e) { var txt = e.innerHTML; if (!seen[txt]) { $button = addButton(e.title, txt); if (Object.keys(seen).length == 0) { var linebreak1 = document.createElement("br"); var linebreak2 = document.createElement("br"); ($heading).append(linebreak1); ($heading).append(linebreak2); } ($heading).append($button); seen[txt] = true; } }); return; } $("h2").each(function() { $heading = $(this); $smallerHeadings = $(this).nextUntil("h2").filter("h3").add($(this).nextUntil("h2").find("h3")); if ($smallerHeadings.length) { $smallerHeadings.each(function() { var $elements = $(this).nextUntil("h3").filter("div.newInnerHTML"); buttonsToAdd($elements, $(this), "h3"); }); } else { var $elements = $(this).nextUntil("h2").filter("div.newInnerHTML"); buttonsToAdd($elements, $heading, "h2"); } }); $(".toggleable_button").first().click(); var $clickDefault = $('.toggleable_button.label_python').first(); if ($clickDefault.length) { $clickDefault.click(); } $clickDefault = $('.toggleable_button.label_cpp').first(); if ($clickDefault.length) { $clickDefault.click(); } //]]> </script> </body> </html>
keyref/DotNetTableFunctionsVerifyFuzzyCellTextContains.html
kid551/safsdev.test.github.io
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_VerifyFuzzyCellTextContains'></A>DotNetTableFunctions::<BIG>VerifyFuzzyCellTextContains</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='Rational RobotJ'>RJ</SPAN></TD> </TR></TABLE> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Attempts to verify a particular cell value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> "Fuzzy" matches come into play when using header field text or column1 row text to specify row and column identities. The specified text does NOT have to be an exact match--it is NOT case-sensitive and can be just a substring of the desired value in the table.<br> The Benchmark comparison is NOT case-sensitive and can be a substring. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p> <code class="safs"> <OL start="5" ><LI> <B>BenchValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> The expected value for the specified cell. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> The value can be a substring of the full expected value and is NOT case-sensitive. </detailed_desc><BR/> </DIV> </LI> <LI>[ <B>Row</B> = 1 ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> The 1-based cell row # in the row/col specification or a unique row value in column 1. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> The routine will first attempt to match any provided value with a cell value in column 1. If no match is found, it will expect the value to be a valid 1-based row number. This command allows for case-insensitive substring matches for row text when used in place of an actual row index. </detailed_desc><BR/> </DIV> </LI> <LI>[ <B>Col</B> = 1 ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> The 1-based cell column # in the row/col specification or column header text. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> The routine will first attempt to match any provided value with a field header. If no match is found, it will expect the value to be a valid 1-based column number. This command allows for case-insensitive substring matches for header text when used in place of an actual column index. </detailed_desc><BR/> </DIV> </LI></OL ></code> <br/> <p><B>Examples:</B></p> <code class="safs"><UL> <LI> <B><usage xmlns="">T, DotNetWin, DotNetTable, VerifyFuzzyCellTextContains, FirstCellValue</usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Matches the "FirstCellValue" value of cell 1,1 in DotNetTable to bench text "FirstCellValue". </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Default row and column indices substituted for missing parameters.<br> This also happens to be an exact text match. </detailed_desc><BR/> </DIV> </LI> <LI> <B><usage xmlns="">T, DotNetWin, DotNetTable, VerifyFuzzyCellTextContains, "firstcell", 1 , 1 </usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Matches the "FirstCellValue" value of cell 1,1 in DotNetTable to bench text "firstcell". </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> "firstcell" is a matching substring of the retrieved cell value. </detailed_desc><BR/> </DIV> </LI> <LI> <B><usage xmlns="">T, DotNetWin, DotNetTable, VerifyFuzzyCellTextContains, bench, 4, "field5"</usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Matches the "ABenchValue" value of cell 4, "Field5" in DotNetTable to bench text "bench". </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> The column is determined by case-insensitive comparing the text "field5" to the field headers in the DotNetTable. "bench" is a matching substring of the retrieved cell value. </detailed_desc><BR/> </DIV> </LI> <LI> <B><usage xmlns="">T, DotNetWin, DotNetTable, VerifyFuzzyCellText, bench, "datum", 5</usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Matches the "ABenchValue" value of cell ADatum,Field5 in DotNetTable to bench text "bench". </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> The row is determined by seeking the first cell in column 1 in the DotNetTable that contains substring "datum". The "5" also shows up as a substring match to the column header "Field5". So be cautious, here.<br> "bench" is a matching substring of the retrieved cell value. </detailed_desc><BR/> </DIV> </LI> </UL> </code> <br/> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/> </DIV> </DIV>
keyref/FlexColorFunctionsSetColor.html
kid551/safsdev.test.github.io
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_SetColor'></A>FlexColorFunctions::<BIG>SetColor</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='Rational RobotJ'>RJ</SPAN></TD> </TR></TABLE> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Action to set a color according to its color value. Currently, this component function is for Flex ColorPicker only. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> <BR/> <DIV NAME="list" ID="other"> <p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p> <code class="safs"> <OL start="5" ><LI> <B>ColorValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> ColorValue to set. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> ColorValue is a hexdecimal string started with '#'. </detailed_desc><BR/> </DIV> </LI></OL ></code> <br/> <p><B>Examples:</B></p> <code class="safs"><UL> <LI> <B><usage xmlns="">T, FlexWINDOW, FlexColorPicker, SetColor, "#FF0000"</usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> This action sets the color of FlexColorPicker to RED. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI> <B><usage xmlns="">T, FlexWINDOW, FlexColorPicker, SetColor, "#0000FF"</usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> This action sets the color of FlexColorPicker to BLUE. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> </UL> </code> <br/> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/> </DIV> </DIV>
_includes/content.html
beechnut/newcomers
<h2>What's it about?</h2> <p>We unearth and question the assumptions underlying the ways we influence each other, our cities, and nature, and the ways they influence us.</p> <h2>We'll explore:</h2> <ul> <li>Intersectional justice</li> <li>Wise urbanism</li> <li>Restoration ecology</li> </ul> <p>We began developing the first season in March 2015, and expect to start releasing episodes in May 2015. Stay in touch through <a href="https://twitter.com/newcomerscast">Twitter</a>, and join our mailing list for updates.</p> <hr /> <ul class="fa-ul main-list"> <li class="main-list-item"> <span class="fa fa-twitter fa-lg main-list-item-icon"></span> <a href="https://twitter.com/newcomerscast">@newcomerscast</a> </li> <li class="main-list-item"> <span class="fa fa-envelope-o fa-lg main-list-item-icon"></span> Join our mailing list </li> </ul> <!-- Begin MailChimp Signup Form --> <link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css"> <style type="text/css"> #mc_embed_signup{clear:left; font:14px; } /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ </style> <div id="mc_embed_signup"> <form action="//newcomers.us10.list-manage.com/subscribe/post?u=dc7b65cdc6870041522bb5032&amp;id=2f69c0c3d7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <div class="mc-field-group"> <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL", placeholder="Email address"> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;"><input type="text" name="b_dc7b65cdc6870041522bb5032_2f69c0c3d7" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div> </form> <small>Your email address is safe with us. We won't ever sell it, give it away, or use it for anything but Newcomers updates.</small> </div> <br/><br/>
_my_sections/contact.html
Lovatt/lovatt.github.io
--- title: contact --- <div class="section" id="{{ page.title }}"> <div class="is-pulled-right"> <a href="https://github.com/lovatt"> <i class="fa fa-2x fa-github"></i> </a> <a href="https://twitter.com/mrlovatt"> <i class="fa fa-2x fa-twitter"></i> </a> <a href="mailto:{{ site.email }}"> <i class="fa fa-2x fa-envelope-o"></i> </a> </div> <h1 class="title">Get in touch</h1> <article class="media"> <div class="media-content"> <p class="control"> <textarea class="textarea" placeholder="Hi Daniel, "></textarea> </p> <nav class="level"> <div class="level-left"> <div class="level-item"> <a class="button is-info">Post comment</a> </div> </div> </nav> </div> </article> </div>
docs/interfaces/simplenode.html
dphilipson/graphs-and-paths
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>SimpleNode | Graphs and Paths</title> <meta name="description" content=""> <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.js" 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">Graphs and Paths</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> </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="../index.html">Globals</a> </li> <li> <a href="simplenode.html">SimpleNode</a> </li> </ul> <h1>Interface SimpleNode</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Basic information about a node used to initially create a <a href="../classes/graph.html">Graph</a>. Once a graph is constructed, all of its methods will return <a href="node.html">Node</a>s instead, which contain additional useful information.</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">SimpleNode</span> <ul class="tsd-hierarchy"> <li> <a href="node.html" class="tsd-signature-type">Node</a> </li> </ul> </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 "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="simplenode.html#id" class="tsd-kind-icon">id</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="simplenode.html#location" class="tsd-kind-icon">location</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="id" class="tsd-anchor"></a> <h3>id</h3> <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <a href="../index.html#nodeid" class="tsd-signature-type">NodeId</a></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/dphilipson/graphs-and-paths/blob/b41ed52/src/types.ts#L19">types.ts:19</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>An identifier, unique across all nodes in a given <a href="../classes/graph.html">Graph</a>.</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="location" class="tsd-anchor"></a> <h3>location</h3> <div class="tsd-signature tsd-kind-icon">location<span class="tsd-signature-symbol">:</span> <a href="location.html" class="tsd-signature-type">Location</a></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/dphilipson/graphs-and-paths/blob/b41ed52/src/types.ts#L24">types.ts:24</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The location of the node.</p> </div> </div> </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="../index.html"><em>Globals</em></a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class"> <a href="../classes/graph.html" class="tsd-kind-icon">Graph</a> </li> <li class=" tsd-kind-interface"> <a href="edge.html" class="tsd-kind-icon">Edge</a> </li> <li class=" tsd-kind-interface"> <a href="edgepoint.html" class="tsd-kind-icon">Edge<wbr>Point</a> </li> <li class=" tsd-kind-interface"> <a href="location.html" class="tsd-kind-icon">Location</a> </li> <li class=" tsd-kind-interface"> <a href="node.html" class="tsd-kind-icon">Node</a> </li> <li class=" tsd-kind-interface"> <a href="orientededge.html" class="tsd-kind-icon">Oriented<wbr>Edge</a> </li> <li class=" tsd-kind-interface"> <a href="path.html" class="tsd-kind-icon">Path</a> </li> <li class=" tsd-kind-interface"> <a href="simpleedge.html" class="tsd-kind-icon">Simple<wbr>Edge</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface"> <a href="simplenode.html" class="tsd-kind-icon">Simple<wbr>Node</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="simplenode.html#id" class="tsd-kind-icon">id</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="simplenode.html#location" class="tsd-kind-icon">location</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-type-alias"> <a href="../index.html#edgeid" class="tsd-kind-icon">Edge<wbr>Id</a> </li> <li class=" tsd-kind-type-alias"> <a href="../index.html#nodeid" class="tsd-kind-icon">Node<wbr>Id</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-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
docsets/AWS-CLI.docset/Contents/Resources/Documents/reference/s3api/put-bucket-request-payment.html
Smolations/more-dash-docsets
<!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" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>put-bucket-request-payment &#8212; AWS CLI 1.0.0 documentation</title> <link rel="stylesheet" type="text/css" href="../../_static/bootstrap.min.css" /> <script type="text/javascript" src="../../_static/jquery-1.9.1.min.js.html"></script> <link rel="stylesheet" href="../../_static/guzzle.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <script type="text/javascript"><![CDATA[ var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../', VERSION: '1.0.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; ]]></script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <link rel="top" title="AWS CLI 1.0.0 documentation" href="../../index.html" /> <link rel="up" title="s3api" href="index.html" /> <link rel="next" title="put-bucket-tagging" href="put-bucket-tagging.html" /> <link rel="prev" title="put-bucket-policy" href="put-bucket-policy.html" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="../../_static/bootstrap-responsive.min.css" /> </head> <body> <div class="navbar navbar-fixed-top "> <div class="navbar-inner"> <div class="container"> <a class="brand" href="../../index.html">AWS CLI</a> <ul class="nav"> <li><a href="../../index.html">Home</a></li> <li><a href="http://aws.amazon.com/documentation/cli/">Documentation</a></li> <li><a href="https://forums.aws.amazon.com/forum.jspa?forumID=150">Forum</a></li> <li><a href="https://github.com/aws/aws-cli">GitHub</a></li> </ul> <div class="pull-right" id="github-stars"> <iframe src="http://ghbtns.com/github-btn.html?user=aws&amp;repo=aws-cli&amp;type=watch&amp;count=true&amp;size=small" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> </div> </div> </div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right"> <a href="put-bucket-tagging.html" title="put-bucket-tagging" accesskey="N">next</a> |</li> <li class="right"> <a href="put-bucket-policy.html" title="put-bucket-policy" accesskey="P">previous</a> |</li> <li><a href="../../index.html">AWS CLI 1.0.0 documentation</a> &#187;</li> <li><a href="../index.html">aws</a> &#187;</li> <li><a href="index.html" accesskey="U">s3api</a> &#187;</li> </ul> </div> <div class="container"> <div class="top-links"> <ul class="breadcrumb pull-right"> <li> <a href="put-bucket-policy.html" title="previous chapter (use the left arrow)">&#8592; put-bucket-policy</a> <span class="divider">/</span> </li> <li><a href="put-bucket-tagging.html" title="next chapter (use the right arrow)">put-bucket-tagging &#8594;</a></li> </ul> </div> <div class="document clearer"> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"><p class="logo left-bar-other"> <a href="../../index.html"> <img class="logo" src="../../_static/logo.png" alt="Logo" height="63" /> </a> </p> <h3><a href="../../index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">put-bucket-request-payment</a><ul> <li><a class="reference internal" href="#description">Description</a></li> <li><a class="reference internal" href="#synopsis">Synopsis</a></li> <li><a class="reference internal" href="#options">Options</a></li> </ul> </li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="form-search margin-top-1em" action="../../search.html" method="get"> <input type="text" name="q" style="width: 105px" class="input-small search-query" /> <button type="submit" class="btn btn-small">Search</button> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript"><![CDATA[$('#searchbox').show(0);]]></script><div class="left-bar-other"> <h3>Feedback</h3> <p class="feedback">Did you find this page useful? Do you have a suggestion? <a href="https://portal.aws.amazon.com/gp/aws/html-forms-controller/documentation/aws_doc_feedback_02?service_name=AWSCLI&amp;guide_name=Guide&amp;api_version=1.0&amp;file_name=reference/s3api/put-bucket-request-payment">Give us feedback</a> or send us a <a href="https://github.com/aws/aws-cli">pull request</a> on GitHub.</p> </div> </div> </div> <div class="body"> <p>[ <a class="reference internal" href="../index.html"><em>aws</em></a> . <a class="reference internal" href="index.html"><em>s3api</em></a> ]</p> <div class="section" id="put-bucket-request-payment"> <h1>put-bucket-request-payment<a class="headerlink" href="#put-bucket-request-payment" title="Permalink to this headline">&#182;</a></h1> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">&#182;</a></h2> <p>Sets the request payment configuration for a bucket. By default, the bucket owner pays for downloads from the bucket. This configuration parameter enables the bucket owner (only) to specify that the person requesting the download will be charged for the download.</p> </div> <div class="section" id="synopsis"> <h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">&#182;</a></h2> <div class="highlight-python"><pre> put-bucket-request-payment --bucket &lt;value&gt; [--content-md5 &lt;value&gt;] --request-payment-configuration &lt;value&gt;</pre> </div> </div> <div class="section" id="options"> <h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">&#182;</a></h2> <p><tt class="docutils literal"><a name="//apple_ref/cpp/Option/--bucket" class="dashAnchor" id="bucket"></a><span class="pre">--bucket</span></tt> (string)</p> <p><tt class="docutils literal"><a name="//apple_ref/cpp/Option/--content-md5" class="dashAnchor" id="content-md5"></a><span class="pre">--content-md5</span></tt> (string)</p> <p><tt class="docutils literal"><a name="//apple_ref/cpp/Option/--request-payment-configuration" class="dashAnchor" id="request-payment-configuration"></a><span class="pre">--request-payment-configuration</span></tt> (structure)</p> <p>JSON Syntax:</p> <div class="highlight-python"><div class="highlight"><pre><span class="p">{</span> <span class="s">"Payer"</span><span class="p">:</span> <span class="s">"Requester"</span><span class="o">|</span><span class="s">"BucketOwner"</span> <span class="p">}</span> </pre></div> </div> </div> </div> </div> <div class="clearfix"></div> </div> <div class="footer-links"> <ul class="breadcrumb pull-right"> <li> <a href="put-bucket-policy.html" title="previous chapter (use the left arrow)">&#8592; put-bucket-policy</a> <span class="divider">/</span> </li> <li><a href="put-bucket-tagging.html" title="next chapter (use the right arrow)">put-bucket-tagging &#8594;</a></li> </ul> </div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="put-bucket-tagging.html" title="put-bucket-tagging">next</a> |</li> <li class="right"> <a href="put-bucket-policy.html" title="put-bucket-policy">previous</a> |</li> <li><a href="../../index.html">AWS CLI 1.0.0 documentation</a> &#187;</li> <li><a href="../index.html">aws</a> &#187;</li> <li><a href="index.html">s3api</a> &#187;</li> </ul> </div> <div class="footer container"> &#169; Copyright 2013, Amazon Web Services. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>. </div> <script type="text/javascript"><![CDATA[ $(document).keydown(function(e){ if (e.keyCode == 37) { window.location = 'put-bucket-policy.html'; return false; } else if (e.keyCode == 39) { window.location = 'put-bucket-tagging.html'; return false; } }); ]]></script> </body> </html>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+2/hammer/1.2.1+8.10.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / hammer - 1.2.1+8.10</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer <small> 1.2.1+8.10 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-22 02:42:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-22 02:42:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;General-purpose automated reasoning hammer tool for Coq&quot; description: &quot;&quot;&quot; A general-purpose automated reasoning hammer tool for Coq that combines learning from previous proofs with the translation of problems to the logics of automated systems and the reconstruction of successfully found proofs. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;} &quot;plugin&quot;] install: [ [make &quot;install-plugin&quot;] [make &quot;test-plugin&quot;] {with-test} ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) &quot;coq-hammer-tactics&quot; {= version} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;logpath:Hammer.Plugin&quot; &quot;date:2020-06-05&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; &quot;Cezary Kaliszyk &lt;cezary.kaliszyk@uibk.ac.at&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.2.1-coq8.10.tar.gz&quot; checksum: &quot;sha512=22081122b39ee1099e79ef82f1afc1895350475fd255cdc51d3a47851184decd0bff7975b9effcd39ca9b55bb381e06cf649ad2d460dd31eec537eca44f2a6e1&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hammer.1.2.1+8.10 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-hammer -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.2.1+8.10</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.1/mathcomp-finmap/1.2.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: 1 m 9 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / mathcomp-finmap - 1.2.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-finmap <small> 1.2.1 <span class="label label-success">1 m 9 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-09 22:00:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-09 22:00:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; homepage: &quot;https://github.com/math-comp/finmap&quot; bug-reports: &quot;https://github.com/math-comp/finmap/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/finmap.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.11.1&quot;) } &quot;coq-mathcomp-ssreflect&quot; { (&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.10.0~&quot;) } &quot;coq-mathcomp-bigenough&quot; { (&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1.0~&quot;) } ] tags: [ &quot;keyword:finmap&quot; &quot;keyword:finset&quot; &quot;keyword:multiset&quot; &quot;keyword:order&quot; &quot;date:2019-05-23&quot; &quot;logpath:mathcomp.finmap&quot;] authors: [ &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; ] synopsis: &quot;Finite sets, finite maps, finitely supported functions, orders&quot; description: &quot;&quot;&quot; This library is an extension of mathematical component in order to support finite sets and finite maps on choicetypes (rather that finite types). This includes support for functions with finite support and multisets. The library also contains a generic order and set libary, which will be used to subsume notations for finite sets, eventually.&quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/finmap/archive/1.2.1.tar.gz&quot; checksum: &quot;sha256=c924baffeb15ed81379ae541d73c58d2aad8f85ba641306dc26ec71f3fb05a7a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-finmap.1.2.1 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-finmap.1.2.1 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 23 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-finmap.1.2.1 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 9 s</dd> </dl> <h2>Installation size</h2> <p>Total: 4 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/finmap.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/finmap.glob</code></li> <li>553 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/order.glob</code></li> <li>510 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/order.vo</code></li> <li>280 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/multiset.glob</code></li> <li>279 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/multiset.vo</code></li> <li>262 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/set.vo</code></li> <li>229 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/set.glob</code></li> <li>135 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/finmap.v</code></li> <li>100 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/order.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/set.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/finmap/multiset.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-finmap.1.2.1</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>
src/html/index.html
sogrid/point-into-nine
<!doctype html> <html class="msie-9"> <head> <title>Areas of interest</title> <!--[if IE]><meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"><![endif]--> <meta name='viewport' content='width=device-width'> <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,400,700"> <link rel="stylesheet" href="assets/css/index.css"> </head> <body> <main> <figure class="test-1"> <nav> <label>Apollonius</label> </nav> <figcaption> <p>2: Colonies at the edge of forever. Across the centuries Orion's sword Apollonius of Perga Cambrian explosion? Not a sunrise but a galaxyrise extraplanetary paroxysm of global death, prime number hearts of the stars, with pretty stories.</p> </figcaption> </figure> <figure class="test-2"> <figcaption> <p>Across the centuries Orion's sword Apollonius of Perga Cambrian explosion?</p> </figcaption> </figure> <figure class="test-3"> <figcaption> <p>1: Colonies at the edge of forever. Across the centuries Orion's sword Apollonius of Perga Cambrian explosion? Not a sunrise but a galaxyrise extraplanetary paroxysm of global death, prime number hearts of the stars, with pretty stories for which there's little good evidence extraordinary claims require extraordinary evidence birth. Network of wormholes great turbulent clouds venture gathered by gravity Apollonius of Perga.</p> </figcaption> </figure> <figure class="test-4"> <figcaption> <p>1: Colonies at the edge of forever.</p> </figcaption> <aside> <p>2: Colonies at the edge of forever. Across the centuries Orion's sword Apollonius of Perga Cambrian explosion? Not a sunrise but a galaxyrise extraplanetary paroxysm of global death, prime number hearts of the stars, with pretty stories.</p> </aside> </figure> </main> </body> </html>
__site/magiastormenta (Conflitos entre maiúsculas e minúsculas)/src/app/app.component.html
RoenMidnight/grimorio-trpg
<app-cadastro-pessoa></app-cadastro-pessoa>
style.css
OrendeHQ/orendehq.github.io
@font-face { font-family: LatoLight; src: url(/fonts/Lato-Light.ttf); } * { font-weight: lighter; font-family: 'LatoLight', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; } .btn-outline-dark { color: #343a40; background-color: transparent; border-color: #343a40; cursor: pointer; } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } .inverted .btn-outline-dark { color: #fff; background-color: transparent; border-color: #fff; } .inverted .btn-outline-dark:hover { color: #343a40; background-color: #fff; border-color: #fff; } .page-wrapper { overflow-x: hidden; } label { font-size: 1.4em; } .logo { height: 50px; -webkit-filter: invert(100); filter: invert(100); } .justify-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .nav { background: transparent; padding: 10px; -webkit-transition: all 1s, margin-top 0.3s; -o-transition: all 1s, margin-top 0.3s; transition: all 1s, margin-top 0.3s; } .nav.active { background: #fff; } .nav.active .logo { -webkit-filter: none; filter: none; } .nav.hide { margin-top: -78px; } .nav .navbar-brand, .nav .nav-item .nav-link { color: #fff; } .nav.active .navbar-brand, .nav.active .nav-item .nav-link { color: #000; } .nav .navbar-brand { font-weight: bold; } .nav .nav-item .nav-link { font-weight: lighter; display: -webkit-box; display: -ms-flexbox; display: flex; } .nav .nav-item .nav-link .divider { display: block; position: absolute; right: 4.875rem; -webkit-transition: right 1s, -webkit-transform 1s; transition: right 1s, -webkit-transform 1s; -o-transition: right 1s, transform 1s; transition: right 1s, transform 1s; transition: right 1s, transform 1s, -webkit-transform 1s; } .nav .nav-item .nav-link .divider.active { right: 3.125rem; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .nav .navbar-menu { width: 100vw; height: 100vh; background-color: #fff; position: fixed; top: 0; left: -30px; height: 0; opacity: 0; -webkit-transition: opacity 1s, left 1s; -o-transition: opacity 1s, left 1s; transition: opacity 1s, left 1s; } .nav .navbar-menu.active { left: 0; height: 100vh; opacity: 1; } .nav .navbar-menu .close { display: block; position: absolute; top: 20px; right: 3.125rem; font-weight: lighter; color: #000; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .nav .navbar-menu .close.active { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } #hero * { color: #fff; } #hero .video { position: fixed; z-index: -2; top: 50%; left: 50%; min-width: 100vw; min-height: 100vh; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #hero .video-fallback { position: fixed; background: url(/media/fallback.png) no-repeat center center; background-size: cover; z-index: -3; top: 50%; left: 50%; min-width: 100vw; min-height: 100vh; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #hero .overlay { position: fixed; z-index: -1; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.45); } #hero .content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100vh; max-width: 500px; margin-left: 10%; } #hero .content .heading, #hero .content .lead { font-weight: 300; } #hero .content .heading { font-size: 5rem; margin-bottom: 50px; } #hero .content .lead { font-size: 1.5rem; font-weight: lighter; } #threedprinters { background: #fff; padding: 50px; -webkit-transition: background 1s; -o-transition: background 1s; transition: background 1s; } #threedprinters.inverted { background: #000; color: #fff; } #threedprinters .title { font-size: 4rem; margin-bottom: 20px; margin-bottom: 100px; } #threedprinters .description { display: flex; flex-direction: column; align-items: center; justify-content: center; } #threedprinters .description .content { font-weight: lighter; line-height: 2rem; } #threedprinters .photo { display: flex; align-items: center; justify-content: center; } #projects { background: #fff; padding: 100px 20px; -webkit-transition: background 1s; -o-transition: background 1s; transition: background 1s; } #projects.inverted { background: #000; color: #fff; } #projects .container:not(:last-child) { margin-bottom: 100px; } #projects .title { font-size: 4rem; margin-bottom: 100px; } #projects .description { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } #projects .description .title { font-size: 3rem; margin-bottom: 50px; font-weight: 300; /*text-transform: uppercase;*/ } #projects .description .content { font-weight: lighter; line-height: 2rem; } #projects .photo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } #projects .img-fluid { max-height: 90vh; } #projects .img-fluid.tilted { -webkit-transform: translateZ(30deg); transform: translateZ(30deg); } #about { background: #fff; padding-top: 100px; padding-bottom: 100px; -webkit-transition: background 1s; -o-transition: background 1s; transition: background 1s; } #about.inverted { background: #000; color: #fff; } #about.inverted .cornerstone__img { -webkit-filter: invert(100); filter: invert(100); } #about .heading { font-size: 3em; font-weight: 300; } #about .blocks { max-width: 10vw; max-height: 10vw; } #about .cornerstone { margin: 100px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #about .cornerstone__heading { font-size: 2em; font-weight: 300; } #about .cornerstone__img { max-width: 20vw; max-height: 20vw; } #about .cornerstone__body { font-weight: lighter; font-size: 1.1em; } #approach { background: rgba(0, 0, 0, 0.7); padding-top: 100px; padding-bottom: 100px; } #approach * { color: #fff; font-weight: 300; } #approach .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #approach .tree .tree__heading { font-size: 30px; line-height: 70px; } #approach .tree .tree__body { padding-left: 0; } #approach .tree .tree__body li { list-style-type: none; line-height: 50px; color: gray; font-size: 1.1em; } #approach .tree .tree__body li.active { color: #fff; } #approach .long-description { max-width: 1000px; padding-right: 150px; line-height: 2em; display: none; } #approach .long-description.active { display: block; } #approach .long-description h3 { font-size: 3.2em; } #approach .long-description p { font-size: 1.1em; } #approach .appr-img { max-height: 40vh; -webkit-filter: invert(100); filter: invert(100); } #footer { background: #fff; padding-top: 100px; padding-bottom: 20px; position: relative; } #footer .overlay { background: rgba(255, 0, 0, 0.7); position: absolute; top: 0; left: 0; z-index: 1; height: 100%; width: 100%; } #footer .clients .img-fluid { -webkit-filter: grayscale(100); filter: grayscale(100); } #footer .cta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 50px; color: #fff; z-index: 2; } #footer .cta h1 { font-size: 3em; font-weight: lighter; } #footer .cta h3 { font-size: 2em; font-weight: lighter; } #footer .cta .col-md-6:not(:first-child) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #footer form .form-control { /*border-radius: 0;*/ border: none; } #footer form .btn { /*border-radius: 0;*/ background: transparent; border: 1px solid #fff; color: #fff; font-size: 1.4em; font-weight: 300; margin: auto; } #footer form .btn:hover, #footer form .btn:focus { background: #fff; color: #ff4c4c; } #footer form .btn.btn-loading { display: none; } #footer form.sending .btn.btn-static { display: none; } #footer form.sending .btn.btn-loading { display: inline-block; } #footer .copy-rights { margin-top: 100px; } /*for animation*/ .animated { opacity: 0; -webkit-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .animated.slide-right { -webkit-transform: translate3d(50px, 0px, 0px); -ms-transform: translate(50px, 0px); transform: translate3d(50px, 0px, 0px); } .animated.slide-left { -webkit-transform: translate3d(-50px, 0px, 0px); -ms-transform: translate(-50px, 0px); transform: translate3d(-50px, 0px, 0px); } .animated.slide-bottom { -webkit-transform: translate3d(0px, 50px, 0px); -ms-transform: translate(0px, 50px); transform: translate3d(0px, 50px, 0px); } .animated.in-view { opacity: 1; -webkit-transform: translate3d(0px, 0px, 0px); -ms-transform: translate(0px, 0px); transform: translate3d(0px, 0px, 0px); } @media screen and (max-width: 992px) { .nav .nav-link { padding-right: 0.5em; padding-left: 0.5em; } } @media screen and (max-width: 768px) { html { font-size: 14px; } #threedprinters .description, #projects .description { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } #about .cornerstone .justify-center { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } #approach .long-description.active { display: none; } #footer .cta .col-md-6:not(:first-child) { margin-top: 100px; } #footer form .form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media screen and (max-width: 550px) { #hero .content { margin-left: 4%; } }
Backup/index2.html
NorCalDavid/NorCalDavid.github.io
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>About Page template By Adobe Dreamweaver CC</title> <link href="mainStyle.css" rel="stylesheet" type="text/css"> <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--> <script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/montserrat:n4:default;source-sans-pro:n2:default.js" type="text/javascript"></script> </head> <body> <!-- Header content --> <header> <div class="pPhoto"> <!-- Profile photo --> <img src="images/profilephoto.png" alt="David Uli"> </div> <!-- Identity details --> <section class="profileHeader"> <h1>David Uli</h1> <h3>Software Developer</h3> <hr> <!-- Links to Social network accounts --> <aside class="socialNetworkBar"> <div class="socialLinks"> <a href="https://www.facebook.com/daviduli" title="Facebook"><img src="images/facebook.png"></a> </div> <div class="socialLinks"> <a href="https://www.linkedin.com/in/daviduli" title="LinkedIn"><img src="images/linkedin.png"></a> </div> <div class="socialLinks"> <a href="https://twitter.com/DUliNorCal" title="Twitter"><img src="images/twitter.png"></a> </div> <div class="socialLinks"> <a href="https://plus.google.com/u/0/100339871456714070726/posts" title="google+"><img src="images/googleplus.png"></a> </div> <div class="socialLinks"> <a href="https://github.com/NorCalDavid" title="GitHub"><img src="images/github.png"></a> </div> </aside> <hr> </section> </header> <!-- content --> <section class="mainContent"> <!-- ******************** Contact Details Section ******************** --> <section class="section1"> <h2 class="sectionTitle">Contact Info</h2> <hr class="sectionTitleRule"> <hr class="sectionTitleRule2"> <div class="section1Content"> <p><span>Email :</span> mail@daviduli.com</p> <p><span>Website :</span> http://norcaldavid.github.io</p> <p><span>Phone :</span> (504) 201-4466</p> </div> </section> <!-- ******************** Latest News Section ******************** --> <section class="section2"> <h2 class="sectionTitle">Latest News</h2> <hr class="sectionTitleRule"> <!-- First News Update --> <h2>Update Date: </h2> <p>Update Content</p> <!-- Second News Update --> <h2>Update Date: </h2> <p>Update Content</p> <!-- Third News Update --> <h2>Update Date: </h2> <p>Update Content</p> </section> <!-- Links to expore your past projects and download your CV --> <aside class="externalResourcesNav"> <div class="externalResources"> <a href="#" title="Download CV Link">DOWNLOAD CV</a> </div> <span class="stretch"></span> <div class="externalResources"><a href="#" title="Behance Link">BEHANCE</a> </div> <span class="stretch"></span> <div class="externalResources"><a href="#" title="Github Link">GITHUB</a> </div> </aside> </section> <footer> <hr> <p class="footerDisclaimer">2014 Copyrights - <span>All Rights Reserved</span></p> <p class="footerNote">John Doe - <span>Email me</span></p> </footer> </body> </html>
docs/API-Reference/android-sdk/0.10.0/com/mapzen/tangram/MapController.html
tangrams/tangram-docs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_161) on Fri Nov 30 14:24:57 EST 2018 --> <title>MapController (tangram 0.10.0 API)</title> <meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="MapController (tangram 0.10.0 API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</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="../../../com/mapzen/tangram/MapChangeListener.html" title="interface in com.mapzen.tangram"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/mapzen/tangram/MapController.html" target="_top">Frames</a></li> <li><a href="MapController.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.mapzen.tangram</div> <h2 title="Class MapController" class="title">Class MapController</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.mapzen.tangram.MapController</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>android.opengl.GLSurfaceView.Renderer</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">MapController</span> extends java.lang.Object implements android.opengl.GLSurfaceView.Renderer</pre> <div class="block"><code>MapController</code> is the main class for interacting with a Tangram map.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.CameraType.html" title="enum in com.mapzen.tangram">MapController.CameraType</a></span></code> <div class="block">Options for changing the appearance of 3D geometry</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.DebugFlag.html" title="enum in com.mapzen.tangram">MapController.DebugFlag</a></span></code> <div class="block">Options for enabling debug rendering features</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.EaseType.html" title="enum in com.mapzen.tangram">MapController.EaseType</a></span></code> <div class="block">Options for interpolating map parameters</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.Error.html" title="enum in com.mapzen.tangram">MapController.Error</a></span></code> <div class="block">Options representing an error generated after from the map controller</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.FrameCaptureCallback.html" title="interface in com.mapzen.tangram">MapController.FrameCaptureCallback</a></span></code> <div class="block">Callback for <a href="../../../com/mapzen/tangram/MapController.html#captureFrame-com.mapzen.tangram.MapController.FrameCaptureCallback-boolean-"><code>captureFrame(FrameCaptureCallback, boolean)</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html" title="interface in com.mapzen.tangram">MapController.SceneLoadListener</a></span></code> <div class="block">Interface for listening to scene load status information.</div> </td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected static <a href="../../../com/mapzen/tangram/MapController.EaseType.html" title="enum in com.mapzen.tangram">MapController.EaseType</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#DEFAULT_EASE_TYPE">DEFAULT_EASE_TYPE</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier</th> <th class="colLast" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#MapController-android.content.Context-">MapController</a></span>(android.content.Context&nbsp;context)</code> <div class="block">Construct a MapController</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/MapData.html" title="class in com.mapzen.tangram">MapData</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#addDataLayer-java.lang.String-">addDataLayer</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Construct a collection of drawable map features.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/MapData.html" title="class in com.mapzen.tangram">MapData</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#addDataLayer-java.lang.String-boolean-">addDataLayer</a></span>(java.lang.String&nbsp;name, boolean&nbsp;generateCentroid)</code> <div class="block">Construct a collection of drawable map features.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram">Marker</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#addMarker--">addMarker</a></span>()</code> <div class="block">Adds a <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> to the map which can be used to dynamically add points and polylines to the map.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#cancelCameraAnimation--">cancelCameraAnimation</a></span>()</code> <div class="block">Cancel current camera animation</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#captureFrame-com.mapzen.tangram.MapController.FrameCaptureCallback-boolean-">captureFrame</a></span>(<a href="../../../com/mapzen/tangram/MapController.FrameCaptureCallback.html" title="interface in com.mapzen.tangram">MapController.FrameCaptureCallback</a>&nbsp;callback, boolean&nbsp;waitForCompleteView)</code> <div class="block">Capture MapView as Bitmap.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#dispose--">dispose</a></span>()</code> <div class="block">Responsible to dispose internals of MapController during Map teardown.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#flyToCameraPosition-com.mapzen.tangram.CameraPosition-int-com.mapzen.tangram.MapController.CameraAnimationCallback-">flyToCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;position, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;callback)</code> <div class="block">Smoothly animate over an arc to a new camera position for the map view in provided time duration</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#flyToCameraPosition-com.mapzen.tangram.CameraPosition-com.mapzen.tangram.MapController.CameraAnimationCallback-">flyToCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;position, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;callback)</code> <div class="block">Smoothly animate over an arc to a new camera position for the map view FlyTo duration is calculated assuming speed of 1 unit and distance between the current and new positions</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#flyToCameraPosition-com.mapzen.tangram.CameraPosition-com.mapzen.tangram.MapController.CameraAnimationCallback-float-">flyToCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;position, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;callback, float&nbsp;speed)</code> <div class="block">Smoothly animate over an arc to a new camera position for the map view FlyTo duration is calculated using speed and distance between the current and new positions</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getCameraPosition--">getCameraPosition</a></span>()</code> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> of the map view</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getCameraPosition-com.mapzen.tangram.CameraPosition-">getCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;out)</code> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> of the map view</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/MapController.CameraType.html" title="enum in com.mapzen.tangram">MapController.CameraType</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getCameraType--">getCameraType</a></span>()</code> <div class="block">Get the camera type currently in use for the map view</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getEnclosingCameraPosition-com.mapzen.tangram.LngLat-com.mapzen.tangram.LngLat-android.graphics.Rect-">getEnclosingCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;sw, <a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;ne, android.graphics.Rect&nbsp;padding)</code> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> that that encloses the given bounds with at least the given amount of padding on each side.</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getEnclosingCameraPosition-com.mapzen.tangram.LngLat-com.mapzen.tangram.LngLat-android.graphics.Rect-com.mapzen.tangram.CameraPosition-">getEnclosingCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;sw, <a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;ne, android.graphics.Rect&nbsp;padding, <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;out)</code> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> that that encloses the given bounds with at least the given amount of padding on each side.</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/viewholder/GLViewHolder.html" title="interface in com.mapzen.tangram.viewholder">GLViewHolder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getGLViewHolder--">getGLViewHolder</a></span>()</code> <div class="block">Returns the <a href="../../../com/mapzen/tangram/viewholder/GLViewHolder.html" title="interface in com.mapzen.tangram.viewholder"><code>GLViewHolder</code></a> instance for the client application, which can be further used to get the underlying GLSurfaceView or Client provided implementation for GLViewHolder, to forward any explicit view controls, example Transformations, etc.</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getMaximumZoomLevel--">getMaximumZoomLevel</a></span>()</code> <div class="block">Get the maximum zoom level of the map view.</div> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getMinimumZoomLevel--">getMinimumZoomLevel</a></span>()</code> <div class="block">Get the minimum zoom level of the map view.</div> </td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/TouchInput.PanResponder.html" title="interface in com.mapzen.tangram">TouchInput.PanResponder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getPanResponder--">getPanResponder</a></span>()</code> <div class="block">Get a responder for pan gestures</div> </td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/TouchInput.RotateResponder.html" title="interface in com.mapzen.tangram">TouchInput.RotateResponder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getRotateResponder--">getRotateResponder</a></span>()</code> <div class="block">Get a responder for rotate gestures</div> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/TouchInput.ScaleResponder.html" title="interface in com.mapzen.tangram">TouchInput.ScaleResponder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getScaleResponder--">getScaleResponder</a></span>()</code> <div class="block">Get a responder for scale gestures</div> </td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/TouchInput.ShoveResponder.html" title="interface in com.mapzen.tangram">TouchInput.ShoveResponder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getShoveResponder--">getShoveResponder</a></span>()</code> <div class="block">Get a responder for shove (vertical two-finger drag) gestures</div> </td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/TouchInput.html" title="class in com.mapzen.tangram">TouchInput</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#getTouchInput--">getTouchInput</a></span>()</code> <div class="block">Get the <a href="../../../com/mapzen/tangram/TouchInput.html" title="class in com.mapzen.tangram"><code>TouchInput</code></a> for this map.</div> </td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#handleGesture-com.mapzen.tangram.MapView-android.view.MotionEvent-">handleGesture</a></span>(<a href="../../../com/mapzen/tangram/MapView.html" title="class in com.mapzen.tangram">MapView</a>&nbsp;mapView, android.view.MotionEvent&nbsp;ev)</code>&nbsp;</td> </tr> <tr id="i23" class="rowColor"> <td class="colFirst"><code>android.graphics.PointF</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#lngLatToScreenPosition-com.mapzen.tangram.LngLat-">lngLatToScreenPosition</a></span>(<a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;lngLat)</code> <div class="block">Find the position on screen corresponding to the given geographic coordinates</div> </td> </tr> <tr id="i24" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#loadSceneFile-java.lang.String-">loadSceneFile</a></span>(java.lang.String&nbsp;path)</code> <div class="block">Load a new scene file synchronously.</div> </td> </tr> <tr id="i25" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#loadSceneFile-java.lang.String-java.util.List-">loadSceneFile</a></span>(java.lang.String&nbsp;path, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</code> <div class="block">Load a new scene file synchronously.</div> </td> </tr> <tr id="i26" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#loadSceneFileAsync-java.lang.String-">loadSceneFileAsync</a></span>(java.lang.String&nbsp;path)</code> <div class="block">Load a new scene file asynchronously.</div> </td> </tr> <tr id="i27" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#loadSceneFileAsync-java.lang.String-java.util.List-">loadSceneFileAsync</a></span>(java.lang.String&nbsp;path, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</code> <div class="block">Load a new scene file asynchronously.</div> </td> </tr> <tr id="i28" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#loadSceneYaml-java.lang.String-java.lang.String-java.util.List-">loadSceneYaml</a></span>(java.lang.String&nbsp;yaml, java.lang.String&nbsp;resourceRoot, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</code> <div class="block">Load a new scene synchronously, provided an explicit yaml scene string to load If scene updates triggers an error, they won't be applied.</div> </td> </tr> <tr id="i29" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#loadSceneYamlAsync-java.lang.String-java.lang.String-java.util.List-">loadSceneYamlAsync</a></span>(java.lang.String&nbsp;yaml, java.lang.String&nbsp;resourceRoot, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</code> <div class="block">Load a new scene asynchronously, provided an explicit yaml scene string to load If scene updates triggers an error, they won't be applied.</div> </td> </tr> <tr id="i30" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#onDrawFrame-javax.microedition.khronos.opengles.GL10-">onDrawFrame</a></span>(javax.microedition.khronos.opengles.GL10&nbsp;gl)</code>&nbsp;</td> </tr> <tr id="i31" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#onSurfaceChanged-javax.microedition.khronos.opengles.GL10-int-int-">onSurfaceChanged</a></span>(javax.microedition.khronos.opengles.GL10&nbsp;gl, int&nbsp;width, int&nbsp;height)</code>&nbsp;</td> </tr> <tr id="i32" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#onSurfaceCreated-javax.microedition.khronos.opengles.GL10-javax.microedition.khronos.egl.EGLConfig-">onSurfaceCreated</a></span>(javax.microedition.khronos.opengles.GL10&nbsp;gl, javax.microedition.khronos.egl.EGLConfig&nbsp;config)</code>&nbsp;</td> </tr> <tr id="i33" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#pickFeature-float-float-">pickFeature</a></span>(float&nbsp;posX, float&nbsp;posY)</code> <div class="block">Query the map for geometry features at the given screen coordinates; results will be returned in a callback to the object set by <a href="../../../com/mapzen/tangram/MapController.html#setFeaturePickListener-com.mapzen.tangram.FeaturePickListener-"><code>setFeaturePickListener(FeaturePickListener)</code></a></div> </td> </tr> <tr id="i34" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#pickLabel-float-float-">pickLabel</a></span>(float&nbsp;posX, float&nbsp;posY)</code> <div class="block">Query the map for labeled features at the given screen coordinates; results will be returned in a callback to the object set by <a href="../../../com/mapzen/tangram/MapController.html#setLabelPickListener-com.mapzen.tangram.LabelPickListener-"><code>setLabelPickListener(LabelPickListener)</code></a></div> </td> </tr> <tr id="i35" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#pickMarker-float-float-">pickMarker</a></span>(float&nbsp;posX, float&nbsp;posY)</code> <div class="block">Query the map for a <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> at the given screen coordinates; results will be returned in a callback to the object set by <a href="../../../com/mapzen/tangram/MapController.html#setMarkerPickListener-com.mapzen.tangram.MarkerPickListener-"><code>setMarkerPickListener(MarkerPickListener)</code></a></div> </td> </tr> <tr id="i36" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#queueEvent-java.lang.Runnable-">queueEvent</a></span>(java.lang.Runnable&nbsp;r)</code> <div class="block">Enqueue a Runnable to be executed synchronously on the rendering thread</div> </td> </tr> <tr id="i37" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#removeAllMarkers--">removeAllMarkers</a></span>()</code> <div class="block">Remove all the <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> objects from the map.</div> </td> </tr> <tr id="i38" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#removeMarker-long-">removeMarker</a></span>(long&nbsp;markerId)</code> <div class="block">Removes the passed in <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> from the map.</div> </td> </tr> <tr id="i39" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#removeMarker-com.mapzen.tangram.Marker-">removeMarker</a></span>(<a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram">Marker</a>&nbsp;marker)</code> <div class="block">Removes the passed in <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> from the map.</div> </td> </tr> <tr id="i40" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#requestRender--">requestRender</a></span>()</code> <div class="block">Manually trigger a re-draw of the map view Typically this does not need to be called from outside Tangram, see <a href="../../../com/mapzen/tangram/MapController.html#setRenderMode-int-"><code>setRenderMode(int)</code></a>.</div> </td> </tr> <tr id="i41" class="rowColor"> <td class="colFirst"><code><a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#screenPositionToLngLat-android.graphics.PointF-">screenPositionToLngLat</a></span>(android.graphics.PointF&nbsp;screenPosition)</code> <div class="block">Find the geographic coordinates corresponding to the given position on screen</div> </td> </tr> <tr id="i42" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setCameraType-com.mapzen.tangram.MapController.CameraType-">setCameraType</a></span>(<a href="../../../com/mapzen/tangram/MapController.CameraType.html" title="enum in com.mapzen.tangram">MapController.CameraType</a>&nbsp;type)</code> <div class="block">Set the camera type for the map view</div> </td> </tr> <tr id="i43" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setDebugFlag-com.mapzen.tangram.MapController.DebugFlag-boolean-">setDebugFlag</a></span>(<a href="../../../com/mapzen/tangram/MapController.DebugFlag.html" title="enum in com.mapzen.tangram">MapController.DebugFlag</a>&nbsp;flag, boolean&nbsp;on)</code> <div class="block">Make a debugging feature active or inactive</div> </td> </tr> <tr id="i44" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setDefaultBackgroundColor-float-float-float-">setDefaultBackgroundColor</a></span>(float&nbsp;red, float&nbsp;green, float&nbsp;blue)</code> <div class="block">Sets an opaque background color used as default color when a scene is being loaded</div> </td> </tr> <tr id="i45" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setFeaturePickListener-com.mapzen.tangram.FeaturePickListener-">setFeaturePickListener</a></span>(<a href="../../../com/mapzen/tangram/FeaturePickListener.html" title="interface in com.mapzen.tangram">FeaturePickListener</a>&nbsp;listener)</code> <div class="block">Set a listener for feature pick events</div> </td> </tr> <tr id="i46" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setLabelPickListener-com.mapzen.tangram.LabelPickListener-">setLabelPickListener</a></span>(<a href="../../../com/mapzen/tangram/LabelPickListener.html" title="interface in com.mapzen.tangram">LabelPickListener</a>&nbsp;listener)</code> <div class="block">Set a listener for label pick events</div> </td> </tr> <tr id="i47" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setMapChangeListener-com.mapzen.tangram.MapChangeListener-">setMapChangeListener</a></span>(<a href="../../../com/mapzen/tangram/MapChangeListener.html" title="interface in com.mapzen.tangram">MapChangeListener</a>&nbsp;listener)</code> <div class="block">Set a listener for map change events</div> </td> </tr> <tr id="i48" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setMarkerPickListener-com.mapzen.tangram.MarkerPickListener-">setMarkerPickListener</a></span>(<a href="../../../com/mapzen/tangram/MarkerPickListener.html" title="interface in com.mapzen.tangram">MarkerPickListener</a>&nbsp;listener)</code> <div class="block">Set a listener for marker pick events</div> </td> </tr> <tr id="i49" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setMaximumZoomLevel-float-">setMaximumZoomLevel</a></span>(float&nbsp;maximumZoom)</code> <div class="block">Set the maximum zoom level of the map view.</div> </td> </tr> <tr id="i50" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setMinimumZoomLevel-float-">setMinimumZoomLevel</a></span>(float&nbsp;minimumZoom)</code> <div class="block">Set the minimum zoom level of the map view.</div> </td> </tr> <tr id="i51" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setPickRadius-float-">setPickRadius</a></span>(float&nbsp;radius)</code> <div class="block">Set the radius to use when picking features on the map.</div> </td> </tr> <tr id="i52" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setRenderMode-int-">setRenderMode</a></span>(int&nbsp;renderMode)</code> <div class="block">Set whether the map view re-draws continuously Typically this does not need to be called from outside Tangram.</div> </td> </tr> <tr id="i53" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-">setSceneLoadListener</a></span>(<a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html" title="interface in com.mapzen.tangram">MapController.SceneLoadListener</a>&nbsp;listener)</code> <div class="block">Set a listener for scene update error statuses</div> </td> </tr> <tr id="i54" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#updateCameraPosition-com.mapzen.tangram.CameraUpdate-">updateCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update)</code> <div class="block">Set the camera position of the map view</div> </td> </tr> <tr id="i55" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-">updateCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration)</code> <div class="block">Animate the camera position of the map view with the default easing function</div> </td> </tr> <tr id="i56" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-com.mapzen.tangram.MapController.CameraAnimationCallback-">updateCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;cb)</code> <div class="block">Animate the camera position of the map view and run a callback when the animation completes</div> </td> </tr> <tr id="i57" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-com.mapzen.tangram.MapController.EaseType-">updateCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.EaseType.html" title="enum in com.mapzen.tangram">MapController.EaseType</a>&nbsp;ease)</code> <div class="block">Animate the camera position of the map view with an easing function</div> </td> </tr> <tr id="i58" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-com.mapzen.tangram.MapController.EaseType-com.mapzen.tangram.MapController.CameraAnimationCallback-">updateCameraPosition</a></span>(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.EaseType.html" title="enum in com.mapzen.tangram">MapController.EaseType</a>&nbsp;ease, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;cb)</code> <div class="block">Animate the camera position of the map view with an easing function and run a callback when the animation completes</div> </td> </tr> <tr id="i59" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#updateSceneAsync-java.util.List-">updateSceneAsync</a></span>(java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</code> <div class="block">Apply SceneUpdates to the current scene asyncronously If a updates trigger an error, scene updates won't be applied.</div> </td> </tr> <tr id="i60" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/mapzen/tangram/MapController.html#useCachedGlState-boolean-">useCachedGlState</a></span>(boolean&nbsp;use)</code> <div class="block">Set whether the OpenGL state will be cached between subsequent frames.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="DEFAULT_EASE_TYPE"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DEFAULT_EASE_TYPE</h4> <pre>protected static&nbsp;<a href="../../../com/mapzen/tangram/MapController.EaseType.html" title="enum in com.mapzen.tangram">MapController.EaseType</a> DEFAULT_EASE_TYPE</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="MapController-android.content.Context-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MapController</h4> <pre>protected&nbsp;MapController(android.content.Context&nbsp;context)</pre> <div class="block">Construct a MapController</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>context</code> - The application Context in which the map will function; the asset bundle for this activity must contain all the local files that the map will need.</dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="handleGesture-com.mapzen.tangram.MapView-android.view.MotionEvent-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>handleGesture</h4> <pre>public&nbsp;boolean&nbsp;handleGesture(<a href="../../../com/mapzen/tangram/MapView.html" title="class in com.mapzen.tangram">MapView</a>&nbsp;mapView, android.view.MotionEvent&nbsp;ev)</pre> </li> </ul> <a name="captureFrame-com.mapzen.tangram.MapController.FrameCaptureCallback-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>captureFrame</h4> <pre>public&nbsp;void&nbsp;captureFrame(<a href="../../../com/mapzen/tangram/MapController.FrameCaptureCallback.html" title="interface in com.mapzen.tangram">MapController.FrameCaptureCallback</a>&nbsp;callback, boolean&nbsp;waitForCompleteView)</pre> <div class="block">Capture MapView as Bitmap.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>waitForCompleteView</code> - Delay the capture until the view is fully loaded and no ease- or label-animation is running.</dd> </dl> </li> </ul> <a name="dispose--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dispose</h4> <pre>protected&nbsp;void&nbsp;dispose()</pre> <div class="block">Responsible to dispose internals of MapController during Map teardown. If client code extends MapController and overrides this method, then it must call super.dispose()</div> </li> </ul> <a name="getGLViewHolder--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGLViewHolder</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/viewholder/GLViewHolder.html" title="interface in com.mapzen.tangram.viewholder">GLViewHolder</a>&nbsp;getGLViewHolder()</pre> <div class="block">Returns the <a href="../../../com/mapzen/tangram/viewholder/GLViewHolder.html" title="interface in com.mapzen.tangram.viewholder"><code>GLViewHolder</code></a> instance for the client application, which can be further used to get the underlying GLSurfaceView or Client provided implementation for GLViewHolder, to forward any explicit view controls, example Transformations, etc.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>GLViewHolder used by the Map Renderer</dd> </dl> </li> </ul> <a name="loadSceneFile-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSceneFile</h4> <pre>public&nbsp;int&nbsp;loadSceneFile(java.lang.String&nbsp;path)</pre> <div class="block">Load a new scene file synchronously. Use <a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"><code>setSceneLoadListener(SceneLoadListener)</code></a> for notification when the new scene is ready.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>path</code> - Location of the YAML scene file within the application assets</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Scene ID An identifier for the scene being loaded, the same value will be passed to <a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html#onSceneReady-int-com.mapzen.tangram.SceneError-"><code>MapController.SceneLoadListener.onSceneReady(int sceneId, SceneError sceneError)</code></a> when loading is complete.</dd> </dl> </li> </ul> <a name="loadSceneFileAsync-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSceneFileAsync</h4> <pre>public&nbsp;int&nbsp;loadSceneFileAsync(java.lang.String&nbsp;path)</pre> <div class="block">Load a new scene file asynchronously. Use <a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"><code>setSceneLoadListener(SceneLoadListener)</code></a> for notification when the new scene is ready.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>path</code> - Location of the YAML scene file within the application assets</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Scene ID An identifier for the scene being loaded, the same value will be passed to <a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html#onSceneReady-int-com.mapzen.tangram.SceneError-"><code>MapController.SceneLoadListener.onSceneReady(int sceneId, SceneError sceneError)</code></a> when loading is complete.</dd> </dl> </li> </ul> <a name="loadSceneFile-java.lang.String-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSceneFile</h4> <pre>public&nbsp;int&nbsp;loadSceneFile(java.lang.String&nbsp;path, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</pre> <div class="block">Load a new scene file synchronously. If scene updates triggers an error, they won't be applied. Use <a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"><code>setSceneLoadListener(SceneLoadListener)</code></a> for notification when the new scene is ready.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>path</code> - Location of the YAML scene file within the application assets</dd> <dd><code>sceneUpdates</code> - List of <code>SceneUpdate</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Scene ID An identifier for the scene being loaded, the same value will be passed to <a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html#onSceneReady-int-com.mapzen.tangram.SceneError-"><code>MapController.SceneLoadListener.onSceneReady(int sceneId, SceneError sceneError)</code></a> when loading is complete.</dd> </dl> </li> </ul> <a name="loadSceneFileAsync-java.lang.String-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSceneFileAsync</h4> <pre>public&nbsp;int&nbsp;loadSceneFileAsync(java.lang.String&nbsp;path, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</pre> <div class="block">Load a new scene file asynchronously. If scene updates triggers an error, they won't be applied. Use <a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"><code>setSceneLoadListener(SceneLoadListener)</code></a> for notification when the new scene is ready.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>path</code> - Location of the YAML scene file within the application assets</dd> <dd><code>sceneUpdates</code> - List of <code>SceneUpdate</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Scene ID An identifier for the scene being loaded, the same value will be passed to <a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html#onSceneReady-int-com.mapzen.tangram.SceneError-"><code>MapController.SceneLoadListener.onSceneReady(int sceneId, SceneError sceneError)</code></a> when loading is complete.</dd> </dl> </li> </ul> <a name="loadSceneYaml-java.lang.String-java.lang.String-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSceneYaml</h4> <pre>public&nbsp;int&nbsp;loadSceneYaml(java.lang.String&nbsp;yaml, java.lang.String&nbsp;resourceRoot, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</pre> <div class="block">Load a new scene synchronously, provided an explicit yaml scene string to load If scene updates triggers an error, they won't be applied. Use <a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"><code>setSceneLoadListener(SceneLoadListener)</code></a> for notification when the new scene is ready.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>yaml</code> - YAML scene String</dd> <dd><code>resourceRoot</code> - base path to resolve relative URLs</dd> <dd><code>sceneUpdates</code> - List of <code>SceneUpdate</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Scene ID An identifier for the scene being loaded, the same value will be passed to</dd> </dl> </li> </ul> <a name="loadSceneYamlAsync-java.lang.String-java.lang.String-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSceneYamlAsync</h4> <pre>public&nbsp;int&nbsp;loadSceneYamlAsync(java.lang.String&nbsp;yaml, java.lang.String&nbsp;resourceRoot, java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</pre> <div class="block">Load a new scene asynchronously, provided an explicit yaml scene string to load If scene updates triggers an error, they won't be applied. Use <a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"><code>setSceneLoadListener(SceneLoadListener)</code></a> for notification when the new scene is ready.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>yaml</code> - YAML scene String</dd> <dd><code>resourceRoot</code> - base path to resolve relative URLs</dd> <dd><code>sceneUpdates</code> - List of <code>SceneUpdate</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Scene ID An identifier for the scene being loaded, the same value will be passed to</dd> </dl> </li> </ul> <a name="updateSceneAsync-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateSceneAsync</h4> <pre>public&nbsp;int&nbsp;updateSceneAsync(java.util.List&lt;<a href="../../../com/mapzen/tangram/SceneUpdate.html" title="class in com.mapzen.tangram">SceneUpdate</a>&gt;&nbsp;sceneUpdates)</pre> <div class="block">Apply SceneUpdates to the current scene asyncronously If a updates trigger an error, scene updates won't be applied. Use <a href="../../../com/mapzen/tangram/MapController.html#setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"><code>setSceneLoadListener(SceneLoadListener)</code></a> for notification when the new scene is ready.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>sceneUpdates</code> - List of <code>SceneUpdate</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>new scene ID</dd> </dl> </li> </ul> <a name="updateCameraPosition-com.mapzen.tangram.CameraUpdate-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateCameraPosition</h4> <pre>public&nbsp;void&nbsp;updateCameraPosition(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update)</pre> <div class="block">Set the camera position of the map view</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>update</code> - CameraUpdate to modify current camera position</dd> </dl> </li> </ul> <a name="updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateCameraPosition</h4> <pre>public&nbsp;void&nbsp;updateCameraPosition(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration)</pre> <div class="block">Animate the camera position of the map view with the default easing function</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>update</code> - CameraUpdate to update current camera position</dd> <dd><code>duration</code> - Time in milliseconds to ease to the updated position</dd> </dl> </li> </ul> <a name="updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-com.mapzen.tangram.MapController.EaseType-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateCameraPosition</h4> <pre>public&nbsp;void&nbsp;updateCameraPosition(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.EaseType.html" title="enum in com.mapzen.tangram">MapController.EaseType</a>&nbsp;ease)</pre> <div class="block">Animate the camera position of the map view with an easing function</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>update</code> - CameraUpdate to update current camera position</dd> <dd><code>duration</code> - Time in milliseconds to ease to the updated position</dd> <dd><code>ease</code> - Type of easing to use</dd> </dl> </li> </ul> <a name="updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-com.mapzen.tangram.MapController.CameraAnimationCallback-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateCameraPosition</h4> <pre>public&nbsp;void&nbsp;updateCameraPosition(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;cb)</pre> <div class="block">Animate the camera position of the map view and run a callback when the animation completes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>update</code> - CameraUpdate to update current camera position</dd> <dd><code>duration</code> - Time in milliseconds to ease to the updated position</dd> <dd><code>cb</code> - Callback that will run when the animation is finished or canceled</dd> </dl> </li> </ul> <a name="updateCameraPosition-com.mapzen.tangram.CameraUpdate-int-com.mapzen.tangram.MapController.EaseType-com.mapzen.tangram.MapController.CameraAnimationCallback-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateCameraPosition</h4> <pre>public&nbsp;void&nbsp;updateCameraPosition(<a href="../../../com/mapzen/tangram/CameraUpdate.html" title="class in com.mapzen.tangram">CameraUpdate</a>&nbsp;update, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.EaseType.html" title="enum in com.mapzen.tangram">MapController.EaseType</a>&nbsp;ease, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;cb)</pre> <div class="block">Animate the camera position of the map view with an easing function and run a callback when the animation completes</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>update</code> - CameraUpdate to update current camera position</dd> <dd><code>duration</code> - Time in milliseconds to ease to the updated position</dd> <dd><code>ease</code> - Type of easing to use</dd> <dd><code>cb</code> - Callback that will run when the animation is finished or canceled</dd> </dl> </li> </ul> <a name="flyToCameraPosition-com.mapzen.tangram.CameraPosition-com.mapzen.tangram.MapController.CameraAnimationCallback-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>flyToCameraPosition</h4> <pre>public&nbsp;void&nbsp;flyToCameraPosition(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;position, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;callback)</pre> <div class="block">Smoothly animate over an arc to a new camera position for the map view FlyTo duration is calculated assuming speed of 1 unit and distance between the current and new positions</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>position</code> - CameraPosition of the destination</dd> <dd><code>callback</code> - Callback that will run when the animation is finished or canceled</dd> </dl> </li> </ul> <a name="flyToCameraPosition-com.mapzen.tangram.CameraPosition-int-com.mapzen.tangram.MapController.CameraAnimationCallback-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>flyToCameraPosition</h4> <pre>public&nbsp;void&nbsp;flyToCameraPosition(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;position, int&nbsp;duration, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;callback)</pre> <div class="block">Smoothly animate over an arc to a new camera position for the map view in provided time duration</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>position</code> - CameraPosition of the destination</dd> <dd><code>duration</code> - Time in milliseconds of the animation</dd> <dd><code>callback</code> - Callback that will run when the animation is finished or canceled</dd> </dl> </li> </ul> <a name="flyToCameraPosition-com.mapzen.tangram.CameraPosition-com.mapzen.tangram.MapController.CameraAnimationCallback-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>flyToCameraPosition</h4> <pre>public&nbsp;void&nbsp;flyToCameraPosition(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;position, <a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram">MapController.CameraAnimationCallback</a>&nbsp;callback, float&nbsp;speed)</pre> <div class="block">Smoothly animate over an arc to a new camera position for the map view FlyTo duration is calculated using speed and distance between the current and new positions</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>position</code> - CameraPosition of the destination</dd> <dd><code>callback</code> - Callback that will run when the animation is finished or canceled</dd> <dd><code>speed</code> - Scaling factor for animation duration (recommended range is 0.1 - 10)</dd> </dl> </li> </ul> <a name="getCameraPosition--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCameraPosition</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;getCameraPosition()</pre> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> of the map view</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The current camera position</dd> </dl> </li> </ul> <a name="getCameraPosition-com.mapzen.tangram.CameraPosition-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCameraPosition</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;getCameraPosition(<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;out)</pre> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> of the map view</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>out</code> - CameraPosition to be reused as the output</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the current camera position of the map view</dd> </dl> </li> </ul> <a name="cancelCameraAnimation--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cancelCameraAnimation</h4> <pre>public&nbsp;void&nbsp;cancelCameraAnimation()</pre> <div class="block">Cancel current camera animation</div> </li> </ul> <a name="getEnclosingCameraPosition-com.mapzen.tangram.LngLat-com.mapzen.tangram.LngLat-android.graphics.Rect-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getEnclosingCameraPosition</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;getEnclosingCameraPosition(<a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;sw, <a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;ne, android.graphics.Rect&nbsp;padding)</pre> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> that that encloses the given bounds with at least the given amount of padding on each side.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>sw</code> - south-west coordinate</dd> <dd><code>ne</code> - northwest coordinate</dd> <dd><code>padding</code> - The minimum distance to keep between the bounds and the edges of the view</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The enclosing camera position</dd> </dl> </li> </ul> <a name="getEnclosingCameraPosition-com.mapzen.tangram.LngLat-com.mapzen.tangram.LngLat-android.graphics.Rect-com.mapzen.tangram.CameraPosition-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getEnclosingCameraPosition</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;getEnclosingCameraPosition(<a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;sw, <a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;ne, android.graphics.Rect&nbsp;padding, <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram">CameraPosition</a>&nbsp;out)</pre> <div class="block">Get the <a href="../../../com/mapzen/tangram/CameraPosition.html" title="class in com.mapzen.tangram"><code>CameraPosition</code></a> that that encloses the given bounds with at least the given amount of padding on each side.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>sw</code> - south-west coordinate</dd> <dd><code>ne</code> - northwest coordinate</dd> <dd><code>padding</code> - The minimum distance to keep between the bounds and the edges of the view</dd> <dd><code>out</code> - CameraPosition to be reused as the output</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The enclosing camera position</dd> </dl> </li> </ul> <a name="setCameraType-com.mapzen.tangram.MapController.CameraType-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setCameraType</h4> <pre>public&nbsp;void&nbsp;setCameraType(<a href="../../../com/mapzen/tangram/MapController.CameraType.html" title="enum in com.mapzen.tangram">MapController.CameraType</a>&nbsp;type)</pre> <div class="block">Set the camera type for the map view</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>type</code> - A <code>CameraType</code></dd> </dl> </li> </ul> <a name="getCameraType--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCameraType</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/MapController.CameraType.html" title="enum in com.mapzen.tangram">MapController.CameraType</a>&nbsp;getCameraType()</pre> <div class="block">Get the camera type currently in use for the map view</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>A <code>CameraType</code></dd> </dl> </li> </ul> <a name="getMinimumZoomLevel--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMinimumZoomLevel</h4> <pre>public&nbsp;float&nbsp;getMinimumZoomLevel()</pre> <div class="block">Get the minimum zoom level of the map view. The default minimum zoom is 0.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The zoom level</dd> </dl> </li> </ul> <a name="setMinimumZoomLevel-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMinimumZoomLevel</h4> <pre>public&nbsp;void&nbsp;setMinimumZoomLevel(float&nbsp;minimumZoom)</pre> <div class="block">Set the minimum zoom level of the map view. Values less than the default minimum zoom will be clamped. Assigning a value greater than the current maximum zoom will set the maximum zoom to this value.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>minimumZoom</code> - The zoom level</dd> </dl> </li> </ul> <a name="getMaximumZoomLevel--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaximumZoomLevel</h4> <pre>public&nbsp;float&nbsp;getMaximumZoomLevel()</pre> <div class="block">Get the maximum zoom level of the map view. The default maximum zoom is 20.5.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The zoom level</dd> </dl> </li> </ul> <a name="setMaximumZoomLevel-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMaximumZoomLevel</h4> <pre>public&nbsp;void&nbsp;setMaximumZoomLevel(float&nbsp;maximumZoom)</pre> <div class="block">Set the maximum zoom level of the map view. Values greater than the default maximum zoom will be clamped. Assigning a value less than the current minimum zoom will set the minimum zoom to this value.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>maximumZoom</code> - The zoom level</dd> </dl> </li> </ul> <a name="screenPositionToLngLat-android.graphics.PointF-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>screenPositionToLngLat</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;screenPositionToLngLat(android.graphics.PointF&nbsp;screenPosition)</pre> <div class="block">Find the geographic coordinates corresponding to the given position on screen</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>screenPosition</code> - Position in pixels from the top-left corner of the map area</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>LngLat corresponding to the given point, or null if the screen position does not intersect a geographic location (this can happen at high tilt angles).</dd> </dl> </li> </ul> <a name="lngLatToScreenPosition-com.mapzen.tangram.LngLat-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lngLatToScreenPosition</h4> <pre>public&nbsp;android.graphics.PointF&nbsp;lngLatToScreenPosition(<a href="../../../com/mapzen/tangram/LngLat.html" title="class in com.mapzen.tangram">LngLat</a>&nbsp;lngLat)</pre> <div class="block">Find the position on screen corresponding to the given geographic coordinates</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>lngLat</code> - Geographic coordinates</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Position in pixels from the top-left corner of the map area (the point may not lie within the viewable screen area)</dd> </dl> </li> </ul> <a name="addDataLayer-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addDataLayer</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/MapData.html" title="class in com.mapzen.tangram">MapData</a>&nbsp;addDataLayer(java.lang.String&nbsp;name)</pre> <div class="block">Construct a collection of drawable map features.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>name</code> - The name of the data collection. Once added to a map, features from this <code>MapData</code> will be available from a data source with this name, just like a data source specified in a scene file. You cannot create more than one data source with the same name. If you call <code>addDataLayer</code> with the same name more than once, the same <code>MapData</code> object will be returned.</dd> </dl> </li> </ul> <a name="addDataLayer-java.lang.String-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addDataLayer</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/MapData.html" title="class in com.mapzen.tangram">MapData</a>&nbsp;addDataLayer(java.lang.String&nbsp;name, boolean&nbsp;generateCentroid)</pre> <div class="block">Construct a collection of drawable map features.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>name</code> - The name of the data collection. Once added to a map, features from this</dd> <dd><code>generateCentroid</code> - boolean to control <a href= "https://mapzen.com/documentation/tangram/sources/#generate_label_centroids"> label centroid generation</a> for polygon geometry <code>MapData</code> will be available from a data source with this name, just like a data source specified in a scene file. You cannot create more than one data source with the same name. If you call <code>addDataLayer</code> with the same name more than once, the same <code>MapData</code> object will be returned.</dd> </dl> </li> </ul> <a name="requestRender--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>requestRender</h4> <pre>public&nbsp;void&nbsp;requestRender()</pre> <div class="block">Manually trigger a re-draw of the map view Typically this does not need to be called from outside Tangram, see <a href="../../../com/mapzen/tangram/MapController.html#setRenderMode-int-"><code>setRenderMode(int)</code></a>.</div> </li> </ul> <a name="setRenderMode-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setRenderMode</h4> <pre>public&nbsp;void&nbsp;setRenderMode(int&nbsp;renderMode)</pre> <div class="block">Set whether the map view re-draws continuously Typically this does not need to be called from outside Tangram. The map automatically re-renders when the view changes or when any animation in the map requires rendering.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>renderMode</code> - Either 1, to render continuously, or 0, to render only when needed.</dd> </dl> </li> </ul> <a name="getTouchInput--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTouchInput</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/TouchInput.html" title="class in com.mapzen.tangram">TouchInput</a>&nbsp;getTouchInput()</pre> <div class="block">Get the <a href="../../../com/mapzen/tangram/TouchInput.html" title="class in com.mapzen.tangram"><code>TouchInput</code></a> for this map. <code>TouchInput</code> allows you to configure how gestures can move the map. You can set custom responders for any gesture type in <code>TouchInput</code> to override or extend the default behavior. Note that <code>MapController</code> assigns the default gesture responders for the pan, rotate, scale, and shove gestures. If you set custom responders for these gestures, the default responders will be replaced and those gestures will no longer move the map. To customize these gesture responders and preserve the default map movement behavior: create a new gesture responder, get the responder for that gesture from the <code>MapController</code>, and then in the new responder call the corresponding methods on the <code>MapController</code> gesture responder.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The <code>TouchInput</code>.</dd> </dl> </li> </ul> <a name="getPanResponder--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPanResponder</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/TouchInput.PanResponder.html" title="interface in com.mapzen.tangram">TouchInput.PanResponder</a>&nbsp;getPanResponder()</pre> <div class="block">Get a responder for pan gestures</div> </li> </ul> <a name="getRotateResponder--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRotateResponder</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/TouchInput.RotateResponder.html" title="interface in com.mapzen.tangram">TouchInput.RotateResponder</a>&nbsp;getRotateResponder()</pre> <div class="block">Get a responder for rotate gestures</div> </li> </ul> <a name="getScaleResponder--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getScaleResponder</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/TouchInput.ScaleResponder.html" title="interface in com.mapzen.tangram">TouchInput.ScaleResponder</a>&nbsp;getScaleResponder()</pre> <div class="block">Get a responder for scale gestures</div> </li> </ul> <a name="getShoveResponder--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getShoveResponder</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/TouchInput.ShoveResponder.html" title="interface in com.mapzen.tangram">TouchInput.ShoveResponder</a>&nbsp;getShoveResponder()</pre> <div class="block">Get a responder for shove (vertical two-finger drag) gestures</div> </li> </ul> <a name="setPickRadius-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setPickRadius</h4> <pre>public&nbsp;void&nbsp;setPickRadius(float&nbsp;radius)</pre> <div class="block">Set the radius to use when picking features on the map. The default radius is 0.5 dp.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>radius</code> - The radius in dp (density-independent pixels).</dd> </dl> </li> </ul> <a name="setFeaturePickListener-com.mapzen.tangram.FeaturePickListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setFeaturePickListener</h4> <pre>public&nbsp;void&nbsp;setFeaturePickListener(<a href="../../../com/mapzen/tangram/FeaturePickListener.html" title="interface in com.mapzen.tangram">FeaturePickListener</a>&nbsp;listener)</pre> <div class="block">Set a listener for feature pick events</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - The <a href="../../../com/mapzen/tangram/FeaturePickListener.html" title="interface in com.mapzen.tangram"><code>FeaturePickListener</code></a> to call</dd> </dl> </li> </ul> <a name="setSceneLoadListener-com.mapzen.tangram.MapController.SceneLoadListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setSceneLoadListener</h4> <pre>public&nbsp;void&nbsp;setSceneLoadListener(<a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html" title="interface in com.mapzen.tangram">MapController.SceneLoadListener</a>&nbsp;listener)</pre> <div class="block">Set a listener for scene update error statuses</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - The <a href="../../../com/mapzen/tangram/MapController.SceneLoadListener.html" title="interface in com.mapzen.tangram"><code>MapController.SceneLoadListener</code></a> to call after scene has loaded</dd> </dl> </li> </ul> <a name="setLabelPickListener-com.mapzen.tangram.LabelPickListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setLabelPickListener</h4> <pre>public&nbsp;void&nbsp;setLabelPickListener(<a href="../../../com/mapzen/tangram/LabelPickListener.html" title="interface in com.mapzen.tangram">LabelPickListener</a>&nbsp;listener)</pre> <div class="block">Set a listener for label pick events</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - The <a href="../../../com/mapzen/tangram/LabelPickListener.html" title="interface in com.mapzen.tangram"><code>LabelPickListener</code></a> to call</dd> </dl> </li> </ul> <a name="setMarkerPickListener-com.mapzen.tangram.MarkerPickListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMarkerPickListener</h4> <pre>public&nbsp;void&nbsp;setMarkerPickListener(<a href="../../../com/mapzen/tangram/MarkerPickListener.html" title="interface in com.mapzen.tangram">MarkerPickListener</a>&nbsp;listener)</pre> <div class="block">Set a listener for marker pick events</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - The <a href="../../../com/mapzen/tangram/MarkerPickListener.html" title="interface in com.mapzen.tangram"><code>MarkerPickListener</code></a> to call</dd> </dl> </li> </ul> <a name="pickFeature-float-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pickFeature</h4> <pre>public&nbsp;void&nbsp;pickFeature(float&nbsp;posX, float&nbsp;posY)</pre> <div class="block">Query the map for geometry features at the given screen coordinates; results will be returned in a callback to the object set by <a href="../../../com/mapzen/tangram/MapController.html#setFeaturePickListener-com.mapzen.tangram.FeaturePickListener-"><code>setFeaturePickListener(FeaturePickListener)</code></a></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>posX</code> - The horizontal screen coordinate</dd> <dd><code>posY</code> - The vertical screen coordinate</dd> </dl> </li> </ul> <a name="pickLabel-float-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pickLabel</h4> <pre>public&nbsp;void&nbsp;pickLabel(float&nbsp;posX, float&nbsp;posY)</pre> <div class="block">Query the map for labeled features at the given screen coordinates; results will be returned in a callback to the object set by <a href="../../../com/mapzen/tangram/MapController.html#setLabelPickListener-com.mapzen.tangram.LabelPickListener-"><code>setLabelPickListener(LabelPickListener)</code></a></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>posX</code> - The horizontal screen coordinate</dd> <dd><code>posY</code> - The vertical screen coordinate</dd> </dl> </li> </ul> <a name="pickMarker-float-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pickMarker</h4> <pre>public&nbsp;void&nbsp;pickMarker(float&nbsp;posX, float&nbsp;posY)</pre> <div class="block">Query the map for a <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> at the given screen coordinates; results will be returned in a callback to the object set by <a href="../../../com/mapzen/tangram/MapController.html#setMarkerPickListener-com.mapzen.tangram.MarkerPickListener-"><code>setMarkerPickListener(MarkerPickListener)</code></a></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>posX</code> - The horizontal screen coordinate</dd> <dd><code>posY</code> - The vertical screen coordinate</dd> </dl> </li> </ul> <a name="addMarker--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addMarker</h4> <pre>public&nbsp;<a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram">Marker</a>&nbsp;addMarker()</pre> <div class="block">Adds a <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> to the map which can be used to dynamically add points and polylines to the map.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Newly created <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> object.</dd> </dl> </li> </ul> <a name="removeMarker-com.mapzen.tangram.Marker-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeMarker</h4> <pre>public&nbsp;boolean&nbsp;removeMarker(<a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram">Marker</a>&nbsp;marker)</pre> <div class="block">Removes the passed in <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> from the map. Alias of Marker<a href="../../../com/mapzen/tangram/MapController.html#removeMarker-long-"><code>removeMarker(long)</code></a></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>marker</code> - to remove from the map.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>whether or not the marker was removed</dd> </dl> </li> </ul> <a name="removeMarker-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeMarker</h4> <pre>public&nbsp;boolean&nbsp;removeMarker(long&nbsp;markerId)</pre> <div class="block">Removes the passed in <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> from the map.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>markerId</code> - to remove from the map.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>whether or not the marker was removed</dd> </dl> </li> </ul> <a name="removeAllMarkers--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeAllMarkers</h4> <pre>public&nbsp;void&nbsp;removeAllMarkers()</pre> <div class="block">Remove all the <a href="../../../com/mapzen/tangram/Marker.html" title="class in com.mapzen.tangram"><code>Marker</code></a> objects from the map.</div> </li> </ul> <a name="setMapChangeListener-com.mapzen.tangram.MapChangeListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMapChangeListener</h4> <pre>public&nbsp;void&nbsp;setMapChangeListener(<a href="../../../com/mapzen/tangram/MapChangeListener.html" title="interface in com.mapzen.tangram">MapChangeListener</a>&nbsp;listener)</pre> <div class="block">Set a listener for map change events</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - The <a href="../../../com/mapzen/tangram/MapChangeListener.html" title="interface in com.mapzen.tangram"><code>MapChangeListener</code></a> to call when the map change events occur due to camera updates or user interaction</dd> </dl> </li> </ul> <a name="queueEvent-java.lang.Runnable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>queueEvent</h4> <pre>public&nbsp;void&nbsp;queueEvent(java.lang.Runnable&nbsp;r)</pre> <div class="block">Enqueue a Runnable to be executed synchronously on the rendering thread</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>r</code> - Runnable to run</dd> </dl> </li> </ul> <a name="setDebugFlag-com.mapzen.tangram.MapController.DebugFlag-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDebugFlag</h4> <pre>public&nbsp;void&nbsp;setDebugFlag(<a href="../../../com/mapzen/tangram/MapController.DebugFlag.html" title="enum in com.mapzen.tangram">MapController.DebugFlag</a>&nbsp;flag, boolean&nbsp;on)</pre> <div class="block">Make a debugging feature active or inactive</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>flag</code> - The feature to set</dd> <dd><code>on</code> - True to activate the feature, false to deactivate</dd> </dl> </li> </ul> <a name="useCachedGlState-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>useCachedGlState</h4> <pre>public&nbsp;void&nbsp;useCachedGlState(boolean&nbsp;use)</pre> <div class="block">Set whether the OpenGL state will be cached between subsequent frames. This improves rendering efficiency, but can cause errors if your application code makes OpenGL calls.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>use</code> - Whether to use a cached OpenGL state; false by default</dd> </dl> </li> </ul> <a name="setDefaultBackgroundColor-float-float-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDefaultBackgroundColor</h4> <pre>public&nbsp;void&nbsp;setDefaultBackgroundColor(float&nbsp;red, float&nbsp;green, float&nbsp;blue)</pre> <div class="block">Sets an opaque background color used as default color when a scene is being loaded</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>red</code> - red component of the background color</dd> <dd><code>green</code> - green component of the background color</dd> <dd><code>blue</code> - blue component of the background color</dd> </dl> </li> </ul> <a name="onDrawFrame-javax.microedition.khronos.opengles.GL10-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onDrawFrame</h4> <pre>public&nbsp;void&nbsp;onDrawFrame(javax.microedition.khronos.opengles.GL10&nbsp;gl)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>onDrawFrame</code>&nbsp;in interface&nbsp;<code>android.opengl.GLSurfaceView.Renderer</code></dd> </dl> </li> </ul> <a name="onSurfaceChanged-javax.microedition.khronos.opengles.GL10-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onSurfaceChanged</h4> <pre>public&nbsp;void&nbsp;onSurfaceChanged(javax.microedition.khronos.opengles.GL10&nbsp;gl, int&nbsp;width, int&nbsp;height)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>onSurfaceChanged</code>&nbsp;in interface&nbsp;<code>android.opengl.GLSurfaceView.Renderer</code></dd> </dl> </li> </ul> <a name="onSurfaceCreated-javax.microedition.khronos.opengles.GL10-javax.microedition.khronos.egl.EGLConfig-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>onSurfaceCreated</h4> <pre>public&nbsp;void&nbsp;onSurfaceCreated(javax.microedition.khronos.opengles.GL10&nbsp;gl, javax.microedition.khronos.egl.EGLConfig&nbsp;config)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>onSurfaceCreated</code>&nbsp;in interface&nbsp;<code>android.opengl.GLSurfaceView.Renderer</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</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="../../../com/mapzen/tangram/MapChangeListener.html" title="interface in com.mapzen.tangram"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/mapzen/tangram/MapController.CameraAnimationCallback.html" title="interface in com.mapzen.tangram"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/mapzen/tangram/MapController.html" target="_top">Frames</a></li> <li><a href="MapController.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
html/234567129264.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> LeverageTek IT Solutions - 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=1492299334455&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=27423&V_SEARCH.docsStart=27422&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=27421&amp;V_DOCUMENT.docRank=27422&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492299367498&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567156713&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=27423&amp;V_DOCUMENT.docRank=27424&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492299367498&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567009768&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Leverage Technology Resources Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Leverage Technology Resources Inc.</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>LeverageTek IT Solutions</p> <h2 class="h5 mrgn-bttm-0">Alternate Name:</h2> <p class="mrgn-bttm-0">LeverageTek IT Solutions</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.leveragetek.ca" target="_blank" title="Website URL">http://www.leveragetek.ca</a></p> <p><a href="mailto:inquiries@leveragetek.ca" title="inquiries@leveragetek.ca">inquiries@leveragetek.ca</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"> 400-331 Cooper St<br/> OTTAWA, Ontario<br/> K2P 0G5 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 400-331 Cooper St<br/> OTTAWA, Ontario<br/> K2P 0S7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (613) 238-5100 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (877) 653-8835</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (613) 238-5100</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=234567129264&amp;graphFileName=LT-RGBlogo.jpg&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> LeverageTek is a full service technology and business staffing firm with offices in Ottawa, Toronto, and Montreal. With hundreds of successful engagements to our credit with many of Canada&#39;s leading public and private sector organizations, we are the experts in identifying and deploying technology-specific talent on a contract, contract-to-hire, and permanent placement basis. <br> <br>LeverageTek is a tier 1 &amp; 2 TBIPS supplier, as well as a THS, PS ONLINE, and ProServices supplier to the Federal Government of Canada. <br> <br> <br><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> Anthony Tornberg </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> President<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 238-5100 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 1 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (613) 238-5100 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> tony@leveragetek.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2003 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 561310 - Employment Placement Agencies and Executive Search Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 561330 - Professional Employer Organizations<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 16&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> IT Professional Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> LeverageTek&#39;s Professional Service offerings focus on delivering seasoned consultants specializing in one or more phases of the Systems Development Lifecylce (SDLC), as well as Infrastructure and Security services. Our recruitment process has been refined through years of experience, ensuring that each and every candidate we present comes with a track record reflecting a high degree of excellence and proven results. <br> <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"> LeverageTek is a recognized leader in delivering professional Contract IT Staffing Services that are focused on Application Services, IT Infrastructure, and Information Management. We are committed to understanding each and every customer&#39;s working environment before presenting the right individual, and not just the right resume. We have simplified the process of acquiring and integrating a new team member and are well known for maintaining an industry leading brand of customer service from beginning of engagement to end. Whether your needs include acquiring a technology-specific expert or replacing a key internal resource, LeverageTek will bridge the gap by providing you with an industry leading professional in both a timely and efficient manner. <br> <br> Skill Sets Delivered <br> <br> Project Control: <br> <br> Program Managers <br> Project Executives <br> Project Managers <br> Business Solutions Architects <br> Business Analysts <br> Project Control Officers <br> Financial Control Officer <br> Communication Specialists <br> Technical Writers <br> IT Governance and Policy Experts <br> <br> IS Applications: <br> <br> Applications Architects <br> Programmer/Analysts <br> Software Developers <br> Web Designers and Developers <br> Applications Support Specialists <br> Software Testers <br> <br> IT Infrastructure: <br> <br> Networking Experts <br> Server Engineers/Architects <br> IT Security Experts <br> Network/Systems Administrators <br> 1st/2nd/3rd Level Technical Support Specialists <br> <br> Business Systems (ERP / CRM / BI): <br> <br> Architects <br> Technical Specialists <br> Functional Specialists <br> Project Managers <br> QA Specialists <br> Business Analysts <br> <br> Data Management: <br> <br> Database Administrators <br> Database Developers <br> Data Conversion Experts <br> Data Warehouse Developers <br> Document, Record &amp; Content Management Experts <br> <br> Business Process Management: <br> <br> Business Process Engineers <br> Business Process Modelers <br> <br> Service Management (ITSM): <br> <br> ITIL Service Management Experts/Trainers <br> ServiceNow Specialists <br> <br> </section> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Anthony Tornberg </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> President<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 238-5100 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 1 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (613) 238-5100 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> tony@leveragetek.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2003 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 561310 - Employment Placement Agencies and Executive Search Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 561330 - Professional Employer Organizations<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 16&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> IT Professional Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> LeverageTek&#39;s Professional Service offerings focus on delivering seasoned consultants specializing in one or more phases of the Systems Development Lifecylce (SDLC), as well as Infrastructure and Security services. Our recruitment process has been refined through years of experience, ensuring that each and every candidate we present comes with a track record reflecting a high degree of excellence and proven results. <br> <br> <br> </div> </div> </section> </details> <details id="details-panel5"> <summary> Technology </summary> <h2 class="wb-invisible"> Technology profile </h2> <section class="container-fluid"> LeverageTek is a recognized leader in delivering professional Contract IT Staffing Services that are focused on Application Services, IT Infrastructure, and Information Management. We are committed to understanding each and every customer&#39;s working environment before presenting the right individual, and not just the right resume. We have simplified the process of acquiring and integrating a new team member and are well known for maintaining an industry leading brand of customer service from beginning of engagement to end. Whether your needs include acquiring a technology-specific expert or replacing a key internal resource, LeverageTek will bridge the gap by providing you with an industry leading professional in both a timely and efficient manner. <br> <br> Skill Sets Delivered <br> <br> Project Control: <br> <br> Program Managers <br> Project Executives <br> Project Managers <br> Business Solutions Architects <br> Business Analysts <br> Project Control Officers <br> Financial Control Officer <br> Communication Specialists <br> Technical Writers <br> IT Governance and Policy Experts <br> <br> IS Applications: <br> <br> Applications Architects <br> Programmer/Analysts <br> Software Developers <br> Web Designers and Developers <br> Applications Support Specialists <br> Software Testers <br> <br> IT Infrastructure: <br> <br> Networking Experts <br> Server Engineers/Architects <br> IT Security Experts <br> Network/Systems Administrators <br> 1st/2nd/3rd Level Technical Support Specialists <br> <br> Business Systems (ERP / CRM / BI): <br> <br> Architects <br> Technical Specialists <br> Functional Specialists <br> Project Managers <br> QA Specialists <br> Business Analysts <br> <br> Data Management: <br> <br> Database Administrators <br> Database Developers <br> Data Conversion Experts <br> Data Warehouse Developers <br> Document, Record &amp; Content Management Experts <br> <br> Business Process Management: <br> <br> Business Process Engineers <br> Business Process Modelers <br> <br> Service Management (ITSM): <br> <br> ITIL Service Management Experts/Trainers <br> ServiceNow Specialists <br> <br> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-11-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&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.0/moment/1.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>moment: 30 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / moment - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> moment <small> 1.1.0 <span class="label label-success">30 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-14 21:29:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 21:29:31 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-moment&quot; dev-repo: &quot;git+https://github.com/clarus/coq-moment.git&quot; bug-reports: &quot;https://github.com/clarus/coq-moment/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;ruby&quot; &quot;pp.rb&quot;] [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;conf-ruby&quot; {build} &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.14&quot;} &quot;coq-error-handlers&quot; &quot;coq-function-ninjas&quot; &quot;coq-list-string&quot; {&gt;= &quot;2.0.0&quot;} &quot;ocaml&quot; ] tags: [ &quot;date:2019-11-28&quot; &quot;keyword:date&quot; &quot;keyword:time&quot; &quot;logpath:Moment&quot; ] synopsis: &quot;Parse, manipulate and pretty-print times and dates in Coq&quot; url { src: &quot;https://github.com/clarus/coq-moment/archive/1.1.0.tar.gz&quot; checksum: &quot;sha512=e3261756ccff4d0d18ea46ff98ca6202ef3d30157bb6c301df3351cb93b218ebb5d03e644b1c6653c090857029642a8e2aeea7e191dee9f54e1fe39cf314fc65&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-moment.1.1.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-moment.1.1.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>38 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-moment.1.1.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>30 s</dd> </dl> <h2>Installation size</h2> <p>Total: 641 K</p> <ul> <li>321 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Date.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Date.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Time.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Moment.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Time.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Util.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Date.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/All.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Moment.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/TestHelpers.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Time.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Moment.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Util.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/TestHelpers.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/Util.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/TestHelpers.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Moment/All.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-moment.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
Laboration.DoggieDayCare.WebClient/app/booking/endBooking.html
marcusnielsen/Laboration.DoggieDayCare
<form name="addBookingForm"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <div class="form-group"> <label for="bookingNumber">Booking number</label> <input type="text" class="form-control" name="bookingNumber" data-ng-model="endBookingData.Id" /> </div> </div> </div> <div class="row"> <div class="col-md-6 top-margin"> <div class="form-group"> <label for="checkOut">Check-out</label> <input type="text" class="form-control" name="checkOut" data-ng-model="endBookingData.CheckOut" /> </div> </div> <div class="col-md-6 top-margin"> <div class="form-group"> <label for="endFoodWeight">Check-out food weight</label> <input type="text" class="form-control" name="endFoodWeight" data-ng-model="endBookingData.CheckOutFoodWeight" /> </div> </div> </div> <div data-ng-repeat="data in endBookingData.Data" class="row"> <div class="col-md-4 text-right top-margin"> <label>{{data.key}}</label> </div> <div class="col-md-8 top-margin"> <div class="form-group"> <input type="text" class="form-control" name="currentFoodWeight" data-ng-value="data.value" /> </div> </div> </div> <div class="row"> <div class="col-xs-12 text-right top-margin"> <div class="form-group"> <div class="btn btn-success btn-lg" data-ng-click="endBooking()"> Send </div> <h3 data-ng-show="result.endResult !== ''">Total Price: {{result.endResult.CostSum}}</h3> </div> </div> </div> </form> <div> {{result.endResult}} </div>
css/theme-green.css
katemills3/katemills3.github.io
/*! // Contents // ------------------------------------------------ 1. Global Styles 2. Mixins 3. Sections 4. Typography 5. Buttons 6. Colours 7. Covered BG 8. Sliders 9. Navigation 10. Headers 11. Story 12. Details 13. Gallery 14. Accommodation 15. Registry 16. RSVP 17. Footer /*!---------- GLOBAL STYLES ----------*/ body { background: #eee; -webkit-backface-visibility: hidden; } .main-container, .nav-container, .footer-container, nav, nav.fixed, .callout { max-width: 100%; margin: 0 auto; left: 0; right: 0; overflow: hidden; } body.body-bg { background: #90acaf; } body.boxed-layout .main-container, body.boxed-layout .nav-container, body.boxed-layout .footer-container, body.boxed-layout nav, body.boxed-layout nav.fixed, body.boxed-layout nav.overlay { max-width: 1170px; } .main-container { transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; clear: both; position: relative; } img { max-width: 100%; } ul { list-style: none; } /*!---------- MIXINS ----------*/ .v-align { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); } .disable-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .overlay:before { position: absolute; content: ''; width: 100%; height: 100%; z-index: 2; background: #181818; opacity: 0.2; top: 0; left: 0; } .overlay-primary:before { position: absolute; content: ''; width: 100%; height: 100%; z-index: 2; background: #90acaf; opacity: 0.2; top: 0; left: 0; } .overlay-light:before { position: absolute; content: ''; width: 100%; height: 100%; z-index: 2; background: #ffffff; opacity: 0.6; top: 0; left: 0; } /*!---------- SECTIONS ----------*/ section { padding: 120px 0; background: #fff; overflow: hidden; position: relative; } section .container { position: relative; z-index: 2; } @media all and (max-width: 767px) { section { padding: 60px 0; } } section.fullscreen { height: 100vh; padding: 0; } section.fullscreen .container { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); } section.bg-primary { background: #90acaf; } section.bg-primary h1, section.bg-primary h2, section.bg-primary h3, section.bg-primary h4, section.bg-primary h5, section.bg-primary h6 { color: #ffffff; } section.bg-primary p, section.bg-primary span, section.bg-primary li { color: #ffffff; } @media all and (max-width: 767px) { section.fullscreen:not(.header) { height: auto; padding: 120px 0; } section.fullscreen:not(.header) .container { top: 0; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); } } /*!---------- TYPOGRAPHY ----------*/ body { font-family: "Libre Baskerville", "Georgia", Times New Roman, Time, serif; font-size: 14px; line-height: 28px; color: #444444; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } h1, h2, h3, h4, h5, h6, .menu li a, .logo span { font-family: 'Lato', "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; margin: 0; cursor: default; } h1 { font-size: 36px; line-height: 44px; font-weight: 300; text-transform: uppercase; letter-spacing: 3px; margin-right: -3px; } h2 { font-size: 30px; line-height: 38px; font-weight: 300; text-transform: uppercase; letter-spacing: 2px; margin-right: -2px; } h3 { font-size: 26px; line-height: 34px; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; margin-right: -1px; } h4 { font-size: 26px; line-height: 34px; font-weight: 300; } h5 { font-size: 18px; line-height: 26px; font-weight: 400; text-transform: uppercase; } h6, .h6 { font-size: 12px; line-height: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-right: -2px; } @media all and (max-width: 990px) { h1 { font-size: 46px; line-height: 54px; font-weight: 300; } h2 { font-size: 38px; line-height: 46px; font-weight: 300; } h3 { font-size: 32px; line-height: 40px; font-weight: 300; } h4 { font-size: 22px; line-height: 30px; font-weight: 300; } h5 { font-size: 16px; line-height: 24px; font-weight: 400; text-transform: uppercase; } h6 { font-size: 12px; line-height: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-right: -2px; } } @media all and (max-width: 768px) { h1 { font-size: 40px; line-height: 48px; font-weight: 300; } h2 { font-size: 32px; line-height: 38px; font-weight: 300; } h3 { font-size: 24px; line-height: 34px; font-weight: 300; } h4 { font-size: 22px; line-height: 30px; font-weight: 300; } h5 { font-size: 16px; line-height: 24px; font-weight: 400; text-transform: uppercase; } h6 { font-size: 12px; line-height: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-right: -2px; } } @media all and (max-width: 767px) { br { display: none; } } .ampersand { font-family: "Libre Baskerville", "Georgia", Times New Roman, Time, serif; font-style: italic; opacity: .5; } /*!---------- BUTTONS ----------*/ a:hover, a:visited, a:focus, a:active { text-decoration: none; cursor: pointer !important; } .btn { border: 1px solid #90acaf; color: #90acaf; text-align: center; min-width: 160px; height: 55px; line-height: 53px; text-transform: uppercase; font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 700; padding: 0; border-radius: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } .btn:hover { background: #90acaf; color: #fff; } .btn-white { color: #fff; border-color: #fff; } .btn-white:hover { background: #90acaf; border-color: #90acaf; } /*!---------- COLOURS ----------*/ .bg-secondary { background: #fcfcfc; } /*!---------- COVERED BACKGROUNDS ----------*/ .background-image-holder { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background: #90acaf; background-size: cover !important; background-position: 50% 50% !important; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; opacity: 0; } .background-image-holder img { display: none; } .background-image-holder.fadeIn { opacity: 1; } .parallax .background-image-holder { height: 150%; top: -30%; transition: all 0s ease !important; transition: opacity 0.3s ease !important; } /*!---------- SLIDERS ----------*/ .flex-control-nav li { margin: 0 6px; } .flex-control-nav li a { background: none; border: 1px solid #fff; } .image-slider { position: relative; overflow: hidden; } .image-slider .flex-control-nav { bottom: 11px; } /*!---------- NAVIGATION ----------*/ nav { position: relative; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } .nav-1 { height: 60px; max-height: 60px; padding: 15px 30px; background: #fff; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } .nav-1 img { max-height: 20px; display: inline-block; margin-top: 3px; } .logo { float: left; } .logo span { font-size: 24px; text-transform: uppercase; font-weight: 300; } .menu { float: right; list-style: none; overflow: hidden; padding: 0; } .menu li { float: left; margin-right: 32px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; opacity: .5; } .menu li:last-child { margin-right: 0; } .menu li:hover { opacity: 1; cursor: pointer; } .menu li:hover a { color: #90acaf; } .menu li a { font-size: 12px; line-height: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-right: -2px; font-size: 11px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; margin-right: 0; } @media all and (max-width: 768px) { .nav-1 { height: auto; max-height: 60px; padding: 15px 15px; position: fixed; top: 0; width: 100^; z-index: 99; } .menu { width: 100%; margin-top: 20px; transform: translateX(-50px); -webkit-transform: translateX(-50px); -moz-transform: translateX(-50px); transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } .menu li { float: none; margin-right: 0; margin-bottom: 8px; opacity: 0; } .nav-open { max-height: 600px; } .nav-open .menu { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); } .nav-open .menu li { opacity: 1; } } .mobile-toggle { float: right; cursor: pointer; position: absolute; right: 15px; top: 22px; display: none; } .line-1, .line-2, .line-3 { width: 45px; height: 4px; background: #222; margin-bottom: 4px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; opacity: .4; } .mobile-toggle:hover .line-1, .mobile-toggle:hover .line-2, .mobile-toggle:hover .line-3 { opacity: 1; } @media all and (max-width: 768px) { .mobile-toggle { display: block; } } nav.scrolled { position: fixed; top: 0; width: 100^; z-index: 99; } nav.transparent { position: fixed; top: 0; width: 100%; z-index: 99; background: none; } nav.transparent .menu li { opacity: .7; } nav.transparent.scrolled { background: #fff; } nav.transparent.light.scrolled { background: #fff; } nav.transparent.light.scrolled .menu li a { color: #222; } nav.transparent.light.scrolled span { color: #222; } nav.light .menu li a, nav.light span { color: #fff; } nav.light .line-1, nav.light .line-2, nav.light .line-3 { background: #fff; } nav.light.scrolled .line-1, nav.light.scrolled .line-2, nav.light.scrolled .line-3 { background: #222; } /*!---------- HEADERS ----------*/ .header { padding: 0; background: #90acaf; } .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 { color: #ffffff; } .header p, .header span, .header li { color: #ffffff; } .header.light { padding: 0; background: #fff; } .header.light h1, .header.light h2, .header.light h3, .header.light h4, .header.light h5, .header.light h6 { color: #222222; } .header.light p, .header.light span, .header.light li { color: #444444; } .header .container { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); } .header.fadeContent .row { transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; opacity: 0; transform: translateY(100px); -webkit-transform: translateY(100px); -moz-transform: translateY(100px); } .header.fadeContent.fadeIn .row { opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); } .header h1 { font-size: 120px; line-height: 128px; font-weight: 100; margin-bottom: 30px; } .header .btn { color: #fff; border-color: #fff; } .header .btn:hover { background: #90acaf; border-color: #90acaf; } .burns-effect { -webkit-backface-visibility: hidden; } .burns-effect .background-image-holder { animation: kenBurns 25s ease-out infinite alternate; -webkit-animation: kenBurns 25s ease-out infinite alternate; } @keyframes kenBurns { from { transform: scale(1); -webkit-transform: scale(1); } to { transform: scale(1.4); -webkit-transform: scale(1.4); } } @-webkit-keyframes kenBurns { from { transform: scale(1); -webkit-transform: scale(1); } to { transform: scale(1.3); -webkit-transform: scale(1.3); } } @media all and (max-width: 767px) { .header h1 { font-size: 80px; line-height: 88px; } } .header-1 { height: 700px; } .header-1 h1 { margin-bottom: 24px; } .header-1 h3 { text-transform: uppercase; font-weight: 400; letter-spacing: 9px; margin-right: -9px; } @media all and (max-width: 767px) { .header-1 { height: 500px; } } .header-2 { height: 700px; } .header-2 h1 { margin-bottom: 0; } .header-2 h4 { margin-bottom: 40px; } @media all and (max-width: 767px) { .header-2 { height: 500px; } } .header-3 { height: 650px; } .header-3 h1 { margin-bottom: 20px; } .header-3:before { opacity: .6; } .header-4 .slides li { height: 650px; } .header-4.fullscreen .slides li { height: 100vh; } .header-4.overlay .background-image-holder:before { position: absolute; content: ''; width: 100%; height: 100%; z-index: 2; background: #000000; opacity: 0.1; top: 0; left: 0; } /*!---------- STORY ----------*/ .story-1 { padding-bottom: 60px; } .story-1 .feature { margin-bottom: 60px; } .story-1 h2 { margin-bottom: 20px; } .story-1 h6 { margin-bottom: 60px; color: #90acaf; } .story-1 img { margin-bottom: 20px; } .story-2 img { max-width: 345px; display: inline-block; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transform: scale(1); -webkit-transform: scale(1); position: relative; z-index: 1; } .story-2 img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); z-index: 2; opacity: 1; } .story-2 img.fade { opacity: .3; transform: scale(0.94); -webkit-transform: scale(0.94); } .story-2 img { margin-bottom: 60px; } .story-2 h2 { margin-bottom: 20px; } .story-2 h6 { color: #90acaf; margin-bottom: 30px; } @media all and (max-width: 1024px) { .story-2 img { max-width: 250px; } } @media all and (max-width: 768px) { .story-2 img { max-width: 200px; } } @media all and (max-width: 767px) { .story-2 img { margin-bottom: 5px; max-width: 100%; } .story-2 img:last-child { margin-bottom: 30px; } .story-2 img.fade { opacity: 1; transform: scale(1); -webkit-transform: scale(1); } .story-2 img:hover { transform: scale(1); -webkit-transform: scale(1); } } .story-3 h1 { margin-bottom: 40px; } .story-3 h6 { color: #90acaf; margin-bottom: 20px; } .story-3 p:last-of-type { margin-bottom: 40px; } .story-4 h2 { margin-bottom: 30px; } .story-4 .image-slider { margin-bottom: 30px; } /*!---------- DETAILS ----------*/ .details-1 { padding-bottom: 60px; } .details-1 h2 { margin-bottom: 30px; } .details-1 h6 { color: #90acaf; margin-bottom: 60px; } .details-1 .feature { margin-bottom: 60px; } .details-1 .feature h6 { color: #90acaf; } .details-1 .feature h6, .details-1 .feature h4 { margin-bottom: 15px; } .details-1 p:last-of-type { margin-bottom: 30px; } @media all and (max-width: 767px) { .details-1 .feature br { display: block; } } .details-2 { background: #90acaf; padding: 180px 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } .details-2 h1, .details-2 h2, .details-2 h3, .details-2 h4, .details-2 h5, .details-2 h6 { color: #ffffff; } .details-2 p, .details-2 span, .details-2 li { color: #ffffff; } .details-2.light h1, .details-2.light h2, .details-2.light h3, .details-2.light h4, .details-2.light h5, .details-2.light h6 { color: #222222; } .details-2.light p, .details-2.light span, .details-2.light li { color: #444444; } .details-2 h1 { font-size: 100px; line-height: 108px; font-weight: 100; margin-bottom: 30px; } @media all and (max-width: 1024px) { .details-2 h1 { font-size: 80px; line-height: 88px; font-weight: 300; } } @media all and (max-width: 767px) { .details-2 h1 { font-size: 64px; line-height: 72px; } } .details-3 { padding-bottom: 60px; } .details-3 .row:nth-of-type(1) p:last-of-type { margin-bottom: 60px; } .details-3 h5 { color: #90acaf; margin-bottom: 20px; } .details-3 .feature { margin-bottom: 60px; } @media all and (max-width: 767px) { .details-3 .feature br { display: block; } } .details-4 .feature { width: 475px; background: rgba(252, 252, 252, 0.9); padding: 80px 0; text-align: center; margin: 0 auto; } .details-4 h2 { margin-bottom: 40px; } .details-4 h5 { color: #90acaf; margin-bottom: 60px; } .details-4 .feature { margin-bottom: 60px; } .details-4 .feature h6 { color: #90acaf; } .details-4 .feature h6, .details-4 .feature h4 { margin-bottom: 15px; } .details-4 p:last-of-type { margin-bottom: 30px; } @media all and (max-width: 767px) { .details-4 .feature { width: 100%; } .details-4 .feature br { display: block; } } .details-5 img { margin-bottom: 30px; max-width: 340px; } .details-5 h2 { margin-bottom: 30px; } .details-5 p:last-of-type { margin-bottom: 30px; } @media all and (max-width: 767px) { .details-5 img { margin-bottom: 8px; max-width: 100%; } .details-5 img:last-child { margin-bottom: 30px; } .details-5 br { display: block; } } /*!---------- GALLERY ----------*/ .instafeed img { display: none; } .instafeed li { list-style: none; padding: 0; margin: 0; } .instafeed ul { overflow: hidden; padding: 0; margin: 0; } .gallery-1 { padding: 0; height: 650px; } .gallery-1 .slides li { height: 650px; } @media all and (max-width: 767px) { .gallery-1, .gallery-1 .slides li { height: 400px; } } .gallery-2 { padding: 0; height: 600px; } .gallery-2:before { opacity: .6; } .gallery-2 .instafeed, .gallery-2 .instafeed ul { position: absolute; width: 100%; height: 100%; z-index: 1; } .gallery-2 .instafeed li { width: 20%; float: left; background-size: cover !important; height: 50%; } .gallery-2 .instafeed li:nth-child(n+11) { display: none; } .gallery-2 .container { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 3; } .gallery-2 h1 { font-size: 120px; color: #fff; font-weight: 100; line-height: 128px; cursor: pointer; } .gallery-2 h6 { color: #fff; cursor: pointer; } @media all and (max-width: 1300px) { .gallery-2 .instafeed li { width: 25%; } .gallery-2 .instafeed li:nth-child(n+9) { display: none; } } @media all and (max-width: 990px) { .gallery-2 .instafeed li { width: 33.33333%; } .gallery-2 .instafeed li:nth-child(n+7) { display: none; } } @media all and (max-width: 767px) { .gallery-2 h1 { font-size: 60px; max-width: 100%; font-weight: 300; line-height: 68px; margin-bottom: 8px; } .gallery-2 .instafeed li { width: 50%; } .gallery-2 .instafeed li:nth-child(n+5) { display: none; } } /*!---------- ACCOMMODATION ----------*/ .accom-1 h1, .accom-1 h2, .accom-1 h3, .accom-1 h4, .accom-1 h5, .accom-1 h6 { color: #ffffff; } .accom-1 p, .accom-1 span, .accom-1 li { color: #ffffff; } .accom-1.light h1, .accom-1.light h2, .accom-1.light h3, .accom-1.light h4, .accom-1.light h5, .accom-1.light h6 { color: #222222; } .accom-1.light p, .accom-1.light span, .accom-1.light li { color: #444444; } .accom-1 h6 { margin-bottom: 30px; } .accom-1 h1 { margin-bottom: 40px; } .accom-1 p:last-of-type { margin-bottom: 40px; } .accom-2 { padding-bottom: 60px; } .accom-2 .feature { margin-bottom: 60px; } .accom-2 h2 { margin-bottom: 60px; } .accom-2 img { display: inline-block; margin-bottom: 30px; } .accom-2 h6 { color: #90acaf; margin-bottom: 15px; } /*!---------- REGISTRY ----------*/ .registry-1 h2 { margin-bottom: 120px; } .registry-1 a { height: 40px; display: block; line-height: 40px; margin-bottom: 60px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; opacity: .5; } .registry-1 a:hover { opacity: 1; } .registry-1 img { max-width: 225px; display: inline-block; max-height: 120%; } .registry-2 { padding-bottom: 60px; } .registry-2 h2 { margin-bottom: 40px; } .registry-2 p:last-of-type { margin-bottom: 80px; } .registry-2 img { max-height: 110px; } .registry-2 a { display: inline-block; margin: 0 16px; margin-bottom: 60px; } .registry-3:before { opacity: .8; } /*!---------- RSVP ----------*/ form { position: relative; } input { -webkit-appearance: none; } input[type="submit"]:focus { outline: none; } .form-loading { border: 3px solid rgba(0, 0, 0, 0.2); border-radius: 30px; height: 30px; left: 50%; margin: -15px 0 0 -15px; opacity: 0; margin: 0px auto; top: 50%; width: 30px; -webkit-animation: pulsate 1s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation: pulsate 1s ease-out; -moz-animation-iteration-count: infinite; animation: pulsate 1s ease-out; animation-iteration-count: infinite; } @keyframes pulsate { 0% { transform: scale(0.1); opacity: 0.0; } 50% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } } @-webkit-keyframes pulsate { 0% { transform: scale(0.1); opacity: 0.0; } 50% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } } .radio-holder input { height: 0; width: 0; overflow: hidden; opacity: 0; } .radio-holder { cursor: pointer; display: inline-block; } .radio-holder:hover, .radio-holder.checked { background: #90acaf; color: #fff; } .radio-holder.naked { font-size: 12px; line-height: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-right: -2px; font-family: 'Lato'; margin: 0 16px; color: #90acaf; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; opacity: .7; } .radio-holder.naked span { border-bottom: 2px solid rgba(0, 0, 0, 0); padding-bottom: 4px; } .radio-holder.naked.checked, .radio-holder.naked:hover { opacity: 1; background: none; color: #90acaf; } .radio-holder.naked.checked span, .radio-holder.naked:hover span { border-color: #90acaf; } .form-section { margin-bottom: 60px; } @media all and (max-width: 767px) { .radio-holder.naked { margin-bottom: 20px; } } .rsvp form { margin: 0 auto; display: inline-block; } .rsvp form input[type="text"] { height: 55px; background: #fcfcfc; border: 1px solid #d6d6d6; width: 100%; padding: 0 8px; text-align: center; font-size: 12px; line-height: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-right: -2px; font-family: 'Lato'; } .rsvp form input[type="text"]:focus { outline: none; } .rsvp form input[type="submit"] { border: 1px solid #90acaf; color: #90acaf; text-align: center; min-width: 160px; height: 55px; line-height: 53px; text-transform: uppercase; font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; padding: 0; border-radius: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; background: none; font-size: 12px; } .rsvp form input[type="submit"]:hover { background: #90acaf; color: #fff; } .rsvp.bg-secondary form input[type="text"] { background: #fff; } .rsvp-1 h1 { margin-bottom: 30px; } .rsvp-1 p:last-of-type { margin-bottom: 60px; } .rsvp-1 form input[type="text"] { margin-bottom: 5px; } .rsvp-2 h1 { margin-bottom: 30px; } .rsvp-2 p:last-of-type { margin-bottom: 60px; } .rsvp-2 form input[type="text"] { margin-bottom: 5px; } .rsvp-2 .form-wrapper { width: 475px; margin: 0 auto; background: #fcfcfc; padding: 60px 0; } .rsvp-2 .form-section { margin-bottom: 40px; } .rsvp-2 h6 { color: #777; margin-bottom: 20px; } .form-error, .form-success { display: none; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; position: absolute; bottom: -20%; width: 100%; padding: 8px; color: #fff; } .form-error { background: #c34747; } .form-success { background: #47c347; } @media all and (max-width: 767px) { .rsvp-2 .form-wrapper { width: 100%; padding: 20px; } } /*!---------- FOOTER ----------*/ footer { padding: 60px 0; background: #fff; } .footer-1 h6 { color: #aaa; font-weight: 400; }
src/Viteloge/CoreBundle/Resources/descriptions/62206.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Campigneulles-les-Grandes est un village situé dans le département des Pas-de-Calais en Nord-Pas-de-Calais. On dénombrait 274 habitants en 2008.</p> <p>Si vous envisagez de emmenager à Campigneulles-les-Grandes, vous pourrez aisément trouver une maison à acheter. </p> <p>À coté de Campigneulles-les-Grandes sont localisées les villes de <a href="{{VLROOT}}/immobilier/saint-aubin_62742/">Saint-Aubin</a> à 4&nbsp;km, 234 habitants, <a href="{{VLROOT}}/immobilier/campigneulles-les-petites_62207/">Campigneulles-les-Petites</a> à 1&nbsp;km, 563 habitants, <a href="{{VLROOT}}/immobilier/sorrus_62799/">Sorrus</a> située à 2&nbsp;km, 600 habitants, <a href="{{VLROOT}}/immobilier/ecuires_62289/">Écuires</a> à 3&nbsp;km, 789 habitants, <a href="{{VLROOT}}/immobilier/boisjean_62150/">Boisjean</a> située à 4&nbsp;km, 437 habitants, <a href="{{VLROOT}}/immobilier/madelaine-sous-montreuil_62535/">La&nbsp;Madelaine-sous-Montreuil</a> à 4&nbsp;km, 166 habitants, entre autres. De plus, Campigneulles-les-Grandes est située à seulement dix&nbsp;km de <a href="{{VLROOT}}/immobilier/berck_62108/">Berck</a>.</p> <p>Le nombre d'habitations, à Campigneulles-les-Grandes, était réparti en 2011 en zero appartements et 128 maisons soit un marché plutôt équilibré.</p> </div>
lib/apache-poi/docs/apidocs/org/apache/poi/hwpf/model/PAPBinTable.html
nimbleapps/export_to_spreadsheet
<!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_19) on Fri Oct 29 16:39:38 MSD 2010 --> <TITLE> PAPBinTable (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2010-10-29"> <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="PAPBinTable (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PAPBinTable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/OldSectionTable.html" title="class in org.apache.poi.hwpf.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/PAPFormattedDiskPage.html" title="class in org.apache.poi.hwpf.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hwpf/model/PAPBinTable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PAPBinTable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.poi.hwpf.model</FONT> <BR> Class PAPBinTable</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hwpf.model.PAPBinTable</B> </PRE> <DL> <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/poi/hwpf/model/OldPAPBinTable.html" title="class in org.apache.poi.hwpf.model">OldPAPBinTable</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>PAPBinTable</B><DT>extends java.lang.Object</DL> </PRE> <P> This class represents the bin table of Word document but it also serves as a holder for all of the paragraphs of document that have been loaded into memory. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Ryan Ackley</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.ArrayList&lt;<A HREF="../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#_paragraphs">_paragraphs</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#PAPBinTable()">PAPBinTable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#PAPBinTable(byte[], byte[], byte[], int, int, int, org.apache.poi.hwpf.model.TextPieceTable)">PAPBinTable</A></B>(byte[]&nbsp;documentStream, byte[]&nbsp;tableStream, byte[]&nbsp;dataStream, int&nbsp;offset, int&nbsp;size, int&nbsp;fcMin, <A HREF="../../../../../org/apache/poi/hwpf/model/TextPieceTable.html" title="class in org.apache.poi.hwpf.model">TextPieceTable</A>&nbsp;tpt)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#adjustForDelete(int, int, int)">adjustForDelete</A></B>(int&nbsp;listIndex, int&nbsp;offset, int&nbsp;length)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#adjustForInsert(int, int)">adjustForInsert</A></B>(int&nbsp;listIndex, int&nbsp;length)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;<A HREF="../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#getParagraphs()">getParagraphs</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#insert(int, int, org.apache.poi.hwpf.sprm.SprmBuffer)">insert</A></B>(int&nbsp;listIndex, int&nbsp;cpStart, <A HREF="../../../../../org/apache/poi/hwpf/sprm/SprmBuffer.html" title="class in org.apache.poi.hwpf.sprm">SprmBuffer</A>&nbsp;buf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/PAPBinTable.html#writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem, int)">writeTo</A></B>(<A HREF="../../../../../org/apache/poi/hwpf/model/io/HWPFFileSystem.html" title="class in org.apache.poi.hwpf.model.io">HWPFFileSystem</A>&nbsp;sys, int&nbsp;fcMin)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="_paragraphs"><!-- --></A><H3> _paragraphs</H3> <PRE> protected java.util.ArrayList&lt;<A HREF="../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</A>&gt; <B>_paragraphs</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="PAPBinTable()"><!-- --></A><H3> PAPBinTable</H3> <PRE> public <B>PAPBinTable</B>()</PRE> <DL> </DL> <HR> <A NAME="PAPBinTable(byte[], byte[], byte[], int, int, int, org.apache.poi.hwpf.model.TextPieceTable)"><!-- --></A><H3> PAPBinTable</H3> <PRE> public <B>PAPBinTable</B>(byte[]&nbsp;documentStream, byte[]&nbsp;tableStream, byte[]&nbsp;dataStream, int&nbsp;offset, int&nbsp;size, int&nbsp;fcMin, <A HREF="../../../../../org/apache/poi/hwpf/model/TextPieceTable.html" title="class in org.apache.poi.hwpf.model">TextPieceTable</A>&nbsp;tpt)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="insert(int, int, org.apache.poi.hwpf.sprm.SprmBuffer)"><!-- --></A><H3> insert</H3> <PRE> public void <B>insert</B>(int&nbsp;listIndex, int&nbsp;cpStart, <A HREF="../../../../../org/apache/poi/hwpf/sprm/SprmBuffer.html" title="class in org.apache.poi.hwpf.sprm">SprmBuffer</A>&nbsp;buf)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="adjustForDelete(int, int, int)"><!-- --></A><H3> adjustForDelete</H3> <PRE> public void <B>adjustForDelete</B>(int&nbsp;listIndex, int&nbsp;offset, int&nbsp;length)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="adjustForInsert(int, int)"><!-- --></A><H3> adjustForInsert</H3> <PRE> public void <B>adjustForInsert</B>(int&nbsp;listIndex, int&nbsp;length)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getParagraphs()"><!-- --></A><H3> getParagraphs</H3> <PRE> public java.util.ArrayList&lt;<A HREF="../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</A>&gt; <B>getParagraphs</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem, int)"><!-- --></A><H3> writeTo</H3> <PRE> public void <B>writeTo</B>(<A HREF="../../../../../org/apache/poi/hwpf/model/io/HWPFFileSystem.html" title="class in org.apache.poi.hwpf.model.io">HWPFFileSystem</A>&nbsp;sys, int&nbsp;fcMin) throws java.io.IOException</PRE> <DL> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PAPBinTable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/OldSectionTable.html" title="class in org.apache.poi.hwpf.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/PAPFormattedDiskPage.html" title="class in org.apache.poi.hwpf.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hwpf/model/PAPBinTable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PAPBinTable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2010 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.10.2/mini-compiler/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mini-compiler: 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 / mini-compiler - 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> mini-compiler <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 13:05:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 13:05:13 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/mini-compiler&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MiniCompiler&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: compilation&quot; &quot;keyword: correctness&quot; &quot;keyword: arithmetic&quot; &quot;category: Computer Science/Semantics and Compilation/Compilation&quot; &quot;date: 2003&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/mini-compiler/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/mini-compiler.git&quot; synopsis: &quot;Correctness of a tiny compiler for arithmetic expressions&quot; description: &quot;&quot;&quot; Tutorial correctness proof of a tiny compiler from simple arithmetic expressions (constants, variables and additions) to simple assembly-like code (one accumulator, infinitly many registers and addition)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/mini-compiler/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=8fbc8f85335a094856e2bf13589dde73&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mini-compiler.8.8.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2). The following dependencies couldn&#39;t be met: - coq-mini-compiler -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mini-compiler.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.0/hammer/1.3+8.11.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / hammer - 1.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> hammer <small> 1.3+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-01 08:37:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 08:37:47 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;General-purpose automated reasoning hammer tool for Coq&quot; description: &quot;&quot;&quot; A general-purpose automated reasoning hammer tool for Coq that combines learning from previous proofs with the translation of problems to the logics of automated systems and the reconstruction of successfully found proofs. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;} &quot;plugin&quot;] install: [ [make &quot;install-plugin&quot;] [make &quot;test-plugin&quot;] {with-test} ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) &quot;coq-hammer-tactics&quot; {= version} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;logpath:Hammer.Plugin&quot; &quot;date:2020-07-28&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; &quot;Cezary Kaliszyk &lt;cezary.kaliszyk@uibk.ac.at&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.3-coq8.11.tar.gz&quot; checksum: &quot;sha512=f50e39145b772c38cc19b1be7d1d66bd3b1bee6cb685ea897165eaa89fa0b5a746e4ec97a774429ccf2cf9bd10d272331d1b4e2a4b9247080df4ef7fb9600a1d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hammer.1.3+8.11 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-hammer -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.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>
public/react/react-08.html
roybailey/research-html
<!DOCTYPE html> <html> <head> <meta http-equiv='Content-type' content='text/html; charset=utf-8'> <title>React Sample</title> <link rel="stylesheet" href="assets/css/base.css" /> </head> <body> <h1>Ryan Clark's basic menu</h1> <div id="container"> <p> If you can see this, React is not working right. </p> </div> <!-- The core React library --> <script src="https://fb.me/react-15.1.0.js"></script> <!-- The ReactDOM Library --> <script src="https://fb.me/react-dom-15.1.0.js"></script> <script src="assets/JSXTransformer.js"></script> <script type="text/jsx"> // ------------------------------------------------------------ // Menu System to demonstrate features // ------------------------------------------------------------ var navigationConfig = [ { href: 'http://ryanclark.me', text: 'Ryan Clark' }, { href: 'http://roybailey.biz', text: 'Roy Bailey' } ]; var Navigation = React.createClass({ getInitialState: function () { return { openDropdown: -1 }; }, getDefaultProps: function () { return { config: [] } }, propTypes: { config: React.PropTypes.array }, render: function () { var config = this.props.config; var items = config.map(function (item) { return ( <li className="navigation__item"> <a className="navigation__link" href={ item.href } key={ item.href }> { item.text } </a> </li> ); }); return ( <div className="navigation"> { items } </div> ); } }); ReactDOM.render(<Navigation config={ navigationConfig } />, document.getElementById('container')); </script> </body> </html>
html/234567149817.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Alion Canada - 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=1492238180267&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=2319&V_SEARCH.docsStart=2318&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=2317&amp;V_DOCUMENT.docRank=2318&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492238206215&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567149281&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=2319&amp;V_DOCUMENT.docRank=2320&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492238206215&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567161497&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Alion Science & Technology (Canada) Corporation </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Alion Science & Technology (Canada) Corporation</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Alion Canada</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.alioncanada.ca" target="_blank" title="Website URL">http://www.alioncanada.ca</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"> 400-555 Legget Dr<br/> Tower A<br/> KANATA, Ontario<br/> K2K 2X3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 400-555 Legget Dr<br/> Tower A<br/> KANATA, Ontario<br/> K2K 2X3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (613) 751-2812 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (844) 498-3396</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (613) 248-7910</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=234567149817&amp;graphFileName=Alion-Canada-Logo654&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Alion Science and Technology’s wholly owned subsidiary, Alion Canada, headquartered in Ottawa, Ontario, is developing a complete ship design capability in Canada. Alion Canada, a member of Seaspan’s NSPS team, is supported by Alion’s global naval architecture and marine engineering resources, approximately 1200 professionals dedicated to providing engineering, design and management services to all phases of combat, research and commercial vessel design, engineering and acquisition. Governments and commercial customers worldwide depend on us for solutions that improve capabilities, control costs and enhance readiness. Alion Canada delivers maritime solutions that meet all requirements, yet exceed expectations.<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> Russell Peters </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 751-2812 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 1 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> rpeters@alionscience.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 336611 - Ship Building and Repairing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541330 - Engineering Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Ship design, naval architecture, and marine engineering<br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Russell Peters </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 751-2812 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 1 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> rpeters@alionscience.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 336611 - Ship Building and Repairing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541330 - Engineering Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Ship design, naval architecture, and marine engineering<br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-08-23 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
html/234567113069.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Jd's Cake Decorating Center - 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=1492295568653&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=24473&V_SEARCH.docsStart=24472&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=24471&amp;V_DOCUMENT.docRank=24472&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492295600873&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567052567&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=24473&amp;V_DOCUMENT.docRank=24474&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492295600873&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567150267&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Jd's Cake Decorating Center </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Jd's Cake Decorating Center</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.jdcakes.ca" target="_blank" title="Website URL">http://www.jdcakes.ca</a></p> <p><a href="mailto:jdcakes@mins.ca" title="jdcakes@mins.ca">jdcakes@mins.ca</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"> 56 First Tier Rd.<br/> DSL DE DRUMMOND, New Brunswick<br/> E3Y 2R8 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 56 First Tier Rd.<br/> DSL DE DRUMMOND, New Brunswick<br/> E3Y 2R8 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (506) 473-4030 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (506) 473-7048</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Bakery, specialty, wedding cakes covered in fondant, gumpaste flowers, birthday cakes, anniversary cakes, also photo cakes with edible photos, also, cake decorating supplies, paste food colors, decorating bags, wedding cake tops, etc<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> jeanne-d&#39;arc ouellette </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> proprietaire<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 473-4030 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 473-7048 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> jdcake@nb.sympatico.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 311811 - Retail Bakeries </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 311814 - Commercial Bakeries and Frozen Bakery Product Manufacturing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> boulangerie<br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> jeanne-d&#39;arc ouellette </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> proprietaire<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 473-4030 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 473-7048 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> jdcake@nb.sympatico.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 311811 - Retail Bakeries </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 311814 - Commercial Bakeries and Frozen Bakery Product Manufacturing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> boulangerie<br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-10-26 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->