code
stringlengths
300
5k
repo_name
stringlengths
7
95
path
stringlengths
6
262
language
stringclasses
1 value
license
stringclasses
15 values
size
int64
300
10.1k
content
stringlengths
300
5k
<!doctype html> <html> <title>commands</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../static/style.css"> <body> <div id="wrapper"> <h1><a href="../api/commands.html">commands</a></h1> <p>npm commands</p> <h2 id="SYNOPSIS">SYNOPSIS</h2> <pre><code>npm.commands[&lt;command&gt;](args, callback)</code></pre> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>npm comes with a full set of commands, and each of the commands takes a similar set of arguments.</p> <p>In general, all commands on the command object take an <strong>array</strong> of positional argument <strong>strings</strong>. The last argument to any function is a callback. Some commands are special and take other optional arguments.</p> <p>All commands have their own man page. See <code>man npm-&lt;command&gt;</code> for command-line usage, or <code>man 3 npm-&lt;command&gt;</code> for programmatic usage.</p> <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../doc/index.html">index(1)</a></li></ul> </div> <p id="footer">commands &mdash; [email protected]</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0) .filter(function (el) { return el.parentNode === wrapper && el.tagName.match(/H[1-6]/) && el.id }) var l = 2 , toc = document.createElement("ul") toc.innerHTML = els.map(function (el) { var i = el.tagName.charAt(1) , out = "" while (i > l) { out += "<ul>" l ++ } while (i < l) { out += "</ul>" l -- } out += "<li><a href='#" + el.id + "'>" + ( el.innerText || el.text || el.innerHTML) + "</a>" return out }).join("\n") toc.id = "toc" document.body.appendChild(toc) })() </script> </body></html>
fschwiet/letscodejavascript
node_modules/npm/html/api/commands.html
HTML
mit
1,813
<!doctype html> <html> <title>commands</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../static/style.css"> <body> <div id="wrapper"> <h1><a href="../api/commands.html">commands</a></h1> <p>npm commands</p> <h2 id="SYNOPSIS">SYNOPSIS</h2> <pre><code>npm.commands[&lt;command&gt;](args, callback)</code></pre> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>npm comes with a full set of commands, and each of the commands takes a similar set of arguments.</p> <p>In general, all commands on the command object take an <strong>array</strong> of positional argument <strong>strings</strong>. The last argument to any function is a callback. Some commands are special and take other optional arguments.</p> <p>All commands have their own man page. See <code>man npm-&lt;command&gt;</code> for command-line usage, or <code>man 3 npm-&lt;command&gt;</code> for programmatic usage.</p> <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../doc/index.html">index(1)</a></li></ul> </div> <p id="footer">commands &mdash; [email protected]</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0) .filter(function (el) { return el.parentNode === wrapper && el.tagName.match(/H[1-6]/) && el.id }) var l = 2 , toc = document.createElement("ul") toc.innerHTML = els.map(function (el) { var i = el.tagName.charAt(1) , out = "" while (i > l) { out += "<ul>" l ++ } while (i < l) { out += "</ul>" l -- } out += "<li><a href='#" + el.id + "'>" + ( el.innerText || el.text || el.innerHTML) + "</a>" return out }).join("\n") toc.id = "toc" document.body.appendChild(toc) })() </script> </body></html>
<!DOCTYPE HTML> <html> <head> <title>Gamecraft CI</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="stylesheet" href="/webjars/bootstrap/3.3.7-1/css/bootstrap.min.css"/> <link rel="stylesheet" href="/css/dashboard.css"/> <script src="/webjars/jquery/1.11.1/jquery.min.js"></script> <script src="/webjars/bootstrap/3.3.7-1/js/bootstrap.min.js"></script> <script src="/js/account_operations.js"></script> <script src="/js/ui_operations.js"></script> <script src="/js/validator.min.js"></script> <script src="/js/lang_operations.js"></script> <script> checkAuthState(); setDefaultLanguage(); loadNavbar(); </script> </head> <body> <div class="navbar-frame"></div> <div class="container"> <!-- Main component for a primary marketing message or call to action --> <div class="jumbotron"> <h1>Welcome to Gamecraft!</h1> <div class="alert alert-success" role="alert">You are logged in as user "<script> document.write(getUsername())</script>".</div> <p>If you have any question on Gamecraft:</p> <ul> <li><a href="https://github.com/iMartinezMateu/gamecraft/issues?state=open" target="_blank" rel="noopener" >Gamecraft bug tracker</a></li> <li><a href="https://github.com/iMartinezMateu/gamecraft/wiki" target="_blank" rel="noopener" >Gamecraft wiki</a></li> </ul> <p> <span jhiTranslate="home.like">If you like Gamecraft, don't forget to give us a star on</span> <a href="https://github.com/iMartinezMateu/gamecraft" target="_blank" rel="noopener" >GitHub</a>! </p> <img src="/img/gamecraft.png" alt="Gamecraft" class="center-block" /> </div> </div> <!-- /container --> </body> </html>
iMartinezMateu/gamecraft
gamecraft-ui/src/main/resources/templates/dashboard.html
HTML
mit
1,885
<!DOCTYPE HTML> <html> <head> <title>Gamecraft CI</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="stylesheet" href="/webjars/bootstrap/3.3.7-1/css/bootstrap.min.css"/> <link rel="stylesheet" href="/css/dashboard.css"/> <script src="/webjars/jquery/1.11.1/jquery.min.js"></script> <script src="/webjars/bootstrap/3.3.7-1/js/bootstrap.min.js"></script> <script src="/js/account_operations.js"></script> <script src="/js/ui_operations.js"></script> <script src="/js/validator.min.js"></script> <script src="/js/lang_operations.js"></script> <script> checkAuthState(); setDefaultLanguage(); loadNavbar(); </script> </head> <body> <div class="navbar-frame"></div> <div class="container"> <!-- Main component for a primary marketing message or call to action --> <div class="jumbotron"> <h1>Welcome to Gamecraft!</h1> <div class="alert alert-success" role="alert">You are logged in as user "<script> document.write(getUsername())</script>".</div> <p>If you have any question on Gamecraft:</p> <ul> <li><a href="https://github.com/iMartinezMateu/gamecraft/issues?state=open" target="_blank" rel="noopener" >Gamecraft bug tracker</a></li> <li><a href="https://github.com/iMartinezMateu/gamecraft/wiki" target="_blank" rel="noopener" >Gamecraft wiki</a></li> </ul> <p> <span jhiTranslate="home.like">If you like Gamecraft, don't forget to give us a star on</span> <a href="https://github.com/iMartinezMateu/gamecraft" target="_blank" rel="noopener" >GitHub</a>! </p> <img src="/img/gamecraft.png" alt="Gamecraft" class="center-block" /> </div> </div> <!-- /container --> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>slickgrid-colfix-plugin example</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../bower_components/slickgrid/slick.grid.css" type="text/css" /> <link rel="stylesheet" href="../bower_components/slickgrid/css/smoothness/jquery-ui-1.8.16.custom.css" type="text/css" /> <link rel="stylesheet" href="../bower_components/slickgrid/examples/examples.css" type="text/css" /> <style> body {margin: 0;} .grid {background: white; outline: 0; border: 1px solid gray;} .slick-row.active {background-color: #fcc;} .idx {background-color: #f2f2f2; border-right: 1px solid #aaa; text-align: right; font-size: 0.8em; padding-right: 8px;} </style> </head> <body> <div id="my-grid" class="grid" style="width: 800px; height: 400px"></div> <script src="../bower_components/slickgrid/lib/jquery-1.7.min.js"></script> <script src="../bower_components/slickgrid/lib/jquery-ui-1.8.16.custom.min.js"></script> <script src="../bower_components/slickgrid/lib/jquery.event.drag-2.2.js"></script> <script src="../bower_components/slickgrid/slick.core.js"></script> <script src="../bower_components/slickgrid/slick.grid.js"></script> <script src="../dist/slick.colfix.js"></script> <script> /** columns defination */ var columns = [ {id: '#', name: '', field: 'idx', width: 50, cssClass: 'idx'}, {id: 'col1', name: 'col 1', field: 'col1', width: 50}, {id: 'col2', name: 'col 2', field: 'col2', width: 80}, {id: 'col3', name: 'col 3', field: 'col3', width: 100}, {id: 'col4', name: 'col 4', field: 'col4', width: 200}, {id: 'col5', name: 'col 5', field: 'col5', width: 50}, {id: 'col6', name: 'col 6', field: 'col6', width: 300}, {id: 'col7', name: 'col 7', field: 'col7', width: 100}, {id: 'col8', name: 'col 8', field: 'col8', width: 200}, {id: 'col9', name: 'col 9', field: 'col9', width: 100} ]; /** grid options */ var options = { enableColumnReorder: false, explicitInitialization: true }; /** data */ var data = []; for (var i = 0; i < 500; i++) { data[i] = { idx: i, col1: 'col 1-' + i, col2: 'col 2-' + i, col3: 'col 3-' + i, col4: 'col 4-' + i, col5: 'col 5-' + i, col6: 'col 6-' + i, col7: 'col 7-' + i, col8: 'col 8-' + i, col9: 'col 9-' + i }; } /** SlickGrid */ var grid = new Slick.Grid('#my-grid', data, columns, options); // register colfix plguin grid.registerPlugin(new Slick.Plugins.ColFix('#')); // initialize grid.init(); </script> </body> </html>
keik/slickgrid-colfix-plugin
examples/basic-explicitinit.html
HTML
mit
2,886
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>slickgrid-colfix-plugin example</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../bower_components/slickgrid/slick.grid.css" type="text/css" /> <link rel="stylesheet" href="../bower_components/slickgrid/css/smoothness/jquery-ui-1.8.16.custom.css" type="text/css" /> <link rel="stylesheet" href="../bower_components/slickgrid/examples/examples.css" type="text/css" /> <style> body {margin: 0;} .grid {background: white; outline: 0; border: 1px solid gray;} .slick-row.active {background-color: #fcc;} .idx {background-color: #f2f2f2; border-right: 1px solid #aaa; text-align: right; font-size: 0.8em; padding-right: 8px;} </style> </head> <body> <div id="my-grid" class="grid" style="width: 800px; height: 400px"></div> <script src="../bower_components/slickgrid/lib/jquery-1.7.min.js"></script> <script src="../bower_components/slickgrid/lib/jquery-ui-1.8.16.custom.min.js"></script> <script src="../bower_components/slickgrid/lib/jquery.event.drag-2.2.js"></script> <script src="../bower_components/slickgrid/slick.core.js"></script> <script src="../bower_components/slickgrid/slick.grid.js"></script> <script src="../dist/slick.colfix.js"></script> <script> /** columns defination */ var columns = [ {id: '#', name: '', field: 'idx', width: 50, cssClass: 'idx'}, {id: 'col1', name: 'col 1', field: 'col1', width: 50}, {id: 'col2', name: 'col 2', field: 'col2', width: 80}, {id: 'col3', name: 'col 3', field: 'col3', width: 100}, {id: 'col4', name: 'col 4', field: 'col4', width: 200}, {id: 'col5', name: 'col 5', field: 'col5', width: 50}, {id: 'col6', name: 'col 6', field: 'col6', width: 300}, {id: 'col7', name: 'col 7', field: 'col7', width: 100}, {id: 'col8', name: 'col 8', field: 'col8', width: 200}, {id: 'col9', name: 'col 9', field: 'col9', width: 100} ]; /** grid options */ var options = { enableColumnReorder: false, explicitInitialization: true }; /** data */ var data = []; for (var i = 0; i < 500; i++) { data[i] = { idx: i, col1: 'col 1-' + i, col2: 'col 2-' + i, col3: 'col 3-' + i, col4: 'col 4-' + i, col5: 'col 5-' + i, col6: 'col 6-' + i, col7: 'col 7-' + i, col8: 'col 8-' + i, col9: 'col 9-' + i }; } /** SlickGrid */ var grid = new Slick.Grid('#my-grid', data, columns, options); // register colfix plguin grid.registerPlugin(new Slick.Plugins.ColFix('#')); // initialize grid.init(); </script> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>WebApp</title> <base href="/" /> <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" /> <link href="css/app.css" rel="stylesheet" /> <link href="WebApp.Client.styles.css" rel="stylesheet" /> <link href="manifest.json" rel="manifest" /> <link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" /> </head> <body> <div id="app">Loading...</div> <div id="blazor-error-ui"> An unhandled error has occurred. <a href="" class="reload">Reload</a> <a class="dismiss">🗙</a> </div> <script src="_framework/blazor.webassembly.js"></script> <script>navigator.serviceWorker.register('service-worker.js');</script> </body> </html>
mkjeff/secs4net
samples/WebApp/Client/wwwroot/index.html
HTML
mit
921
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>WebApp</title> <base href="/" /> <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" /> <link href="css/app.css" rel="stylesheet" /> <link href="WebApp.Client.styles.css" rel="stylesheet" /> <link href="manifest.json" rel="manifest" /> <link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" /> </head> <body> <div id="app">Loading...</div> <div id="blazor-error-ui"> An unhandled error has occurred. <a href="" class="reload">Reload</a> <a class="dismiss">🗙</a> </div> <script src="_framework/blazor.webassembly.js"></script> <script>navigator.serviceWorker.register('service-worker.js');</script> </body> </html>
<html> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <title>Blog | Guilherme Matheus Costa</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link href="/css/essentials.min.css" rel="stylesheet" type="text/css"/> <meta property="og:site_name" content="Guilherme Matheus Costa"/> </head> <body> <h1>Guilherme Matheus Costa</h1> <h2>Resume</h2> </body> </html>
GuilhermeMatheus/GuilhermeMatheus.github.io
pages/resume.html
HTML
mit
467
<html> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <title>Blog | Guilherme Matheus Costa</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link href="/css/essentials.min.css" rel="stylesheet" type="text/css"/> <meta property="og:site_name" content="Guilherme Matheus Costa"/> </head> <body> <h1>Guilherme Matheus Costa</h1> <h2>Resume</h2> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by Justin Kams</title> </head> <body> <html> <head> <title>The Basics of The Web and HTML</title> </head> <body> <h2>The Basics of The Web and HTML</h2> <p><em></em></p> <p><em><h3>The Basics of the World Wide Web</h3></em> The world wide web is a collection of computers with html files on them. The computers communcate and share the html files when the user requests it in the browser. When a person goes to a web page like <a href="www.google.com">www.google.com</a>, their computer sends a HTTP Request to a server. The server finds the appropriate<b> HTML</b> document and sends it back to the user's computer where a web browser interprets the page and displays it on the user's screen.</p> <p><em><h3>HTML</h3></em> <b>HTML</b> stands for <em>Hypertext Markup Language</em>. <b>HTML</b> documents form the majority of the content on the web. <b>HTML</b> documents contain text content which describes <em>"what you see"</em> and markup which describes <em>"how it looks"</em>. This video gives a good overview.</p> <p><em><h3>Tags and Elements</h3></em> <b>HTML</b> documents are made of <b>HTML</b> elements. When writing <b>HTML</b>, we tell browsers the type of each element by using <b>HTML</b> tags. This video explains the distinction well.</p> <p><em><h3>HTML Attributes</h3></em> There are many attributes. One for starters is the anchor tag. The anchor tag is used to include links in the material. These tags would be nested in the less than greater brackets, and consist of <em>'a href="link" /a'</em>. View this webpage for a <a href="http://www.w3schools.com/tags/tag_a.asp">description</a>. </p> <p><em><h3>Images</h3></em> Images can be added to web content. These tags will again have the less than and greater than brackets surrounding them, and consist of <em>'img src="url" alt="text"'</em>. These tags are known as void tags and do not need content included. Also the alt attribute at the end of the tag, diplays text in the event the image request is broken. </p> <p><em><h3>Whitespace</h3></em> Browsers automatically put text on one line, unless told othrwise. To render text on multiple lines, use the tag <em>'br'</em> which stands for break, or <em>'p'</em>, which stands for paragraph. </p> <p><em><h3>Why Computers are Stupid</h3></em> Computers are stupid because they interpret instructions literally. This makes them very unforgiving since a small mistake by a programmer can cause huge problems in a program.</p> <p><em><h3>Inline vs Block Elements</h3></em> HTML elements are either inline or block. Block elements form an <em>"invisible box"</em> around the content inside of them.</p> <p><em><h3>HTML Document</h3></em> Lastly a typical html document will be ordered as follows: <ol> <li>!DOCTYPE HTML</li> <li>html</li> <li>head</li> <li>/head</li> <li>body</li> <li>tags 'content' /tags</li> <li>/body</li> <li>/html</li> </ol> </p> </body> </html> </body> </html>
westlyheinrich/getting-started-with-html
index.html
HTML
mit
3,084
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by Justin Kams</title> </head> <body> <html> <head> <title>The Basics of The Web and HTML</title> </head> <body> <h2>The Basics of The Web and HTML</h2> <p><em></em></p> <p><em><h3>The Basics of the World Wide Web</h3></em> The world wide web is a collection of computers with html files on them. The computers communcate and share the html files when the user requests it in the browser. When a person goes to a web page like <a href="www.google.com">www.google.com</a>, their computer sends a HTTP Request to a server. The server finds the appropriate<b> HTML</b> document and sends it back to the user's computer where a web browser interprets the page and displays it on the user's screen.</p> <p><em><h3>HTML</h3></em> <b>HTML</b> stands for <em>Hypertext Markup Language</em>. <b>HTML</b> documents form the majority of the content on the web. <b>HTML</b> documents contain text content which describes <em>"what you see"</em> and markup which describes <em>"how it looks"</em>. This video gives a good overview.</p> <p><em><h3>Tags and Elements</h3></em> <b>HTML</b> documents are made of <b>HTML</b> elements. When writing <b>HTML</b>, we tell browsers the type of each element by using <b>HTML</b> tags. This video explains the distinction well.</p> <p><em><h3>HTML Attributes</h3></em> There are many attributes. One for starters is the anchor tag. The anchor tag is used to include links in the material. These tags would be nested in the less than greater brackets, and consist of <em>'a href="link" /a'</em>. View this webpage for a <a href="http://www.w3schools.com/tags/tag_a.asp">description</a>. </p> <p><em><h3>Images</h3></em> Images can be added to web content. These tags will again have the less than and greater than brackets surrounding them, and consist of <em>'img src="url" alt="text"'</em>. These tags are known as void tags and do not need content included. Also the alt attribute at the end of the tag, diplays text in the event the image request is broken. </p> <p><em><h3>Whitespace</h3></em> Browsers automatically put text on one line, unless told othrwise. To render text on multiple lines, use the tag <em>'br'</em> which stands for break, or <em>'p'</em>, which stands for paragraph. </p> <p><em><h3>Why Computers are Stupid</h3></em> Computers are stupid because they interpret instructions literally. This makes them very unforgiving since a small mistake by a programmer can cause huge problems in a program.</p> <p><em><h3>Inline vs Block Elements</h3></em> HTML elements are either inline or block. Block elements form an <em>"invisible box"</em> around the content inside of them.</p> <p><em><h3>HTML Document</h3></em> Lastly a typical html document will be ordered as follows: <ol> <li>!DOCTYPE HTML</li> <li>html</li> <li>head</li> <li>/head</li> <li>body</li> <li>tags 'content' /tags</li> <li>/body</li> <li>/html</li> </ol> </p> </body> </html> </body> </html>
<!DOCTYPE html> <html> <head> <title>JAVASCRIPT BASICS</title> <meta charset="UTF-8"> <link href="../styles/main.css" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"> <link rel="stylesheet" href="styles/main.css"> <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Fredericka+the+Great" rel="stylesheet"> </head> <body> <h1>JAVASCRIPT BASICS</h1> <div class="container"> <h4>Technical Blog Part Four</h4> <h5>Terminology: "Learning the Lingo"</h5> <strong>How does JavaScript compare to HTML and CSS?</strong> <p> <strong><em>JavaScript</em></strong> compares differently to HTML and CSS as it is used for website functionality, this means it is able to process data and tells a page how to behave, where as HTML dictates structure, i.e. how the contents is divided, and CSS dictates style, i.e. how the page looks. </p> <strong> Explain control flow and loops using an example process from everyday life.</strong> <p> <strong><em>Control flow</em></strong> is the order in which the computer executes statements. <em>Loops</em> offer a quick and easy way to do something repeatedly, changing the control flow of the code. An example of this in daily life would be the process of waking up. The control flow when you wake up is that your alarm goes off, you turn alarm off, you wake up and you take a shower. However as we all know we like to snooze so sometimes when our alarm goes off we will snooze and go back to bed. A loop would then check that we haven't woken up and so the code to take a shower will not run until the condition of us waking up is met. If we are already awake when the alarm goes off the loop will not run at all as the condition has been met. </p> <strong>Explain the difference between accessing data from arrays and objects</strong> <p> The difference between accessing data from arrays and objects is that data from an array can only be accessed through bracket notation where as data from an object can be accessed with bracket and dot notation. Also I think arrays are ordered so that you can only add/remove the first and last element where as you can add/remove or modify any property within an object as long as you know the property name. </p> <strong>Explain what functions are and why they are useful</strong> <p> <strong><em>Functions</em></strong> are a way for us to give instructions to the computer more efficiently. Imagine us doing a daily task such as cooking. Our Ingredients(inputs) and meal(output) would differ but our method i.e. cook will be the same. Functions let us tell the computer to perform a set of instructions, without typing it over and over again, we just give it different inputs to get the corresponding output. </p> </div> </body> <footer> <p> <a href="../tblog.html">Back</a> </p> </footer> </html>
amandahogan/amandahogan.github.io
blog/t4-javascript-basics.html
HTML
mit
3,202
<!DOCTYPE html> <html> <head> <title>JAVASCRIPT BASICS</title> <meta charset="UTF-8"> <link href="../styles/main.css" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"> <link rel="stylesheet" href="styles/main.css"> <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Fredericka+the+Great" rel="stylesheet"> </head> <body> <h1>JAVASCRIPT BASICS</h1> <div class="container"> <h4>Technical Blog Part Four</h4> <h5>Terminology: "Learning the Lingo"</h5> <strong>How does JavaScript compare to HTML and CSS?</strong> <p> <strong><em>JavaScript</em></strong> compares differently to HTML and CSS as it is used for website functionality, this means it is able to process data and tells a page how to behave, where as HTML dictates structure, i.e. how the contents is divided, and CSS dictates style, i.e. how the page looks. </p> <strong> Explain control flow and loops using an example process from everyday life.</strong> <p> <strong><em>Control flow</em></strong> is the order in which the computer executes statements. <em>Loops</em> offer a quick and easy way to do something repeatedly, changing the control flow of the code. An example of this in daily life would be the process of waking up. The control flow when you wake up is that your alarm goes off, you turn alarm off, you wake up and you take a shower. However as we all know we like to snooze so sometimes when our alarm goes off we will snooze and go back to bed. A loop would then check that we haven't woken up and so the code to take a shower will not run until the condition of us waking up is met. If we are already awake when the alarm goes off the loop will not run at all as the condition has been met. </p> <strong>Explain the difference between accessing data from arrays and objects</strong> <p> The difference between accessing data from arrays and objects is that data from an array can only be accessed through bracket notation where as data from an object can be accessed with bracket and dot notation. Also I think arrays are ordered so that you can only add/remove the first and last element where as you can add/remove or modify any property within an object as long as you know the property name. </p> <strong>Explain what functions are and why they are useful</strong> <p> <strong><em>Functions</em></strong> are a way for us to give instructions to the computer more efficiently. Imagine us doing a daily task such as cooking. Our Ingredients(inputs) and meal(output) would differ but our method i.e. cook will be the same. Functions let us tell the computer to perform a set of instructions, without typing it over and over again, we just give it different inputs to get the corresponding output. </p> </div> </body> <footer> <p> <a href="../tblog.html">Back</a> </p> </footer> </html>
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Potlatch!</title> <link href="./static/css/skeleton.css" rel="stylesheet"> <link href="./static/css/style.css" rel="stylesheet"> </head> <body> <div id="potlatch"></div> <script src="./static/js/potlatch.js"></script> <script type="text/javascript"> var node = document.getElementById("potlatch"); var flags = { itemsUrl: "./items.json" }; Elm.Main.embed(node, flags); </script> </body> </html>
rafikdraoui/potlatch
index.html
HTML
mit
527
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Potlatch!</title> <link href="./static/css/skeleton.css" rel="stylesheet"> <link href="./static/css/style.css" rel="stylesheet"> </head> <body> <div id="potlatch"></div> <script src="./static/js/potlatch.js"></script> <script type="text/javascript"> var node = document.getElementById("potlatch"); var flags = { itemsUrl: "./items.json" }; Elm.Main.embed(node, flags); </script> </body> </html>
<!doctype html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <title>KISSY Combobox Demo</title> <link href="/kissy/src/css/src/dpl/base.css" rel="stylesheet"/> <link href="assets/dpl.css" rel="stylesheet"/> <link href="../menu/assets/dpl.css" rel="stylesheet"/> </head> <body> <div class="container"> <h1>KISSY Combobox</h1> </div> <script src="/kissy/build/seed.js"></script> <script> KISSY.use("menu", function (S, Menu) { new Menu({ width:200, render:'.container', listeners:{ "click":function (e) { var h; if (h = e.target.get("href")) { window.open(h); } } }, children:[ { content:"dpl", href:'demo/dpl/demo.html' }, { content:'other', xclass:'submenu', menu:{ children:[ { content:'简单静态使用', href:'demo/other/static-basic.html' }, { content:'简单动态使用', href:'demo/other/xhr-basic.html' }, { content:'简单 combobox', href:'demo/other/combobox.html' }, { content:'taobao 首页模式', href:'demo/other/fp.html' }, { content:'gmail 模式', href:'demo/other/gmail.html' }, { content:'gmail 光标跟随模式', href:'demo/other/at.html' }, { content:'weibo 光标跟随模式', href:'demo/other/at-weibo.html' } ] } } ] }).render(); }); </script> </body> </html>
007slm/kissy
src/combobox/demo.html
HTML
mit
2,727
<!doctype html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <title>KISSY Combobox Demo</title> <link href="/kissy/src/css/src/dpl/base.css" rel="stylesheet"/> <link href="assets/dpl.css" rel="stylesheet"/> <link href="../menu/assets/dpl.css" rel="stylesheet"/> </head> <body> <div class="container"> <h1>KISSY Combobox</h1> </div> <script src="/kissy/build/seed.js"></script> <script> KISSY.use("menu", function (S, Menu) { new Menu({ width:200, render:'.container', listeners:{ "click":function (e) { var h; if (h = e.target.get("href")) { window.open(h); } } }, children:[ { content:"dpl", href:'demo/dpl/demo.html' }, { content:'other', xclass:'submenu', menu:{ children:[ { content:'简单静态使用', href:'demo/other/static-basic.html' }, { content:'简单动态使用', href:'demo/other/xhr-basic.html' }, { content:'简单 combobox', href:'demo/other/combobox.html' }, { content:'taobao 首页模式', href:'demo/other/fp.html' }, { content:'gmail 模式', href:'demo/other/gmail.html' }, { content:'gmail 光标跟随模式', href:'demo/other/at.html' }, { content:'weibo 光标跟随模式', href:'demo/other/at-weibo.html' } ] } } ] }).render(); }); </script> </body> </html>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30206_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="page31.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 165px; margin-top: 220px;"> <p class="styleSans428.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">238% A??? AMEN; R003 ROAD LOCATION PLAT CONTINENTAL RESOURCES INC. <br/>SECTIONS 4, T152N, R99W MCKENZIE COUNTY, NORTH DAKOTA <br/>LAWRENCE & ULA W/DDEL - 57/25E7/4 SECTION 4 | 440.0 FEET 0/? 26.67 RODS t <br/>‘ 7 — 2 N 02' 36: 16: 77.1’ I 2 — 3 N 64' 10, 28” E 268.; ;3—4 N44'14 74 94.2 <br/>I I <br/> <br/>I I m ...... ELI <br/>BOULDER 2—4H BOULDER 3—4H1 <br/>N 87’ 33"44” w 7394.8 <br/>I CERT/FY THAT THIS PLAT CORRECTLY REPRESENTS PERSON AUTHORIZING SURVEY; WORK PEREQRMED BY ME OR UNDER MY RESPONSIBLE CHAD NE WBY <br/>BASIS OF BEAR/N0: TRUE NORTH <br/>BROS! ENC/WEIRIJVG' IJVCI <br/>BOX 357 BOWMAN, ND. 58623 PHONE: 70]—523~334O FAX: 701—523—5243 <br/>PROJECT NO. 12—10 <br/> </p> </div> <div style="position: absolute; margin-left: 2530px; margin-top: 330px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W30206_text/page32.html
HTML
mit
1,685
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30206_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="page31.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 165px; margin-top: 220px;"> <p class="styleSans428.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">238% A??? AMEN; R003 ROAD LOCATION PLAT CONTINENTAL RESOURCES INC. <br/>SECTIONS 4, T152N, R99W MCKENZIE COUNTY, NORTH DAKOTA <br/>LAWRENCE & ULA W/DDEL - 57/25E7/4 SECTION 4 | 440.0 FEET 0/? 26.67 RODS t <br/>‘ 7 — 2 N 02' 36: 16: 77.1’ I 2 — 3 N 64' 10, 28” E 268.; ;3—4 N44'14 74 94.2 <br/>I I <br/> <br/>I I m ...... ELI <br/>BOULDER 2—4H BOULDER 3—4H1 <br/>N 87’ 33"44” w 7394.8 <br/>I CERT/FY THAT THIS PLAT CORRECTLY REPRESENTS PERSON AUTHORIZING SURVEY; WORK PEREQRMED BY ME OR UNDER MY RESPONSIBLE CHAD NE WBY <br/>BASIS OF BEAR/N0: TRUE NORTH <br/>BROS! ENC/WEIRIJVG' IJVCI <br/>BOX 357 BOWMAN, ND. 58623 PHONE: 70]—523~334O FAX: 701—523—5243 <br/>PROJECT NO. 12—10 <br/> </p> </div> <div style="position: absolute; margin-left: 2530px; margin-top: 330px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W21828_extracted</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="page42.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 55px; margin-top: 110px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 0px; margin-top: 275px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 219px; margin-top: 137px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 247px; margin-top: 440px;"> <p class="styleSans13.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">TRIANGLE <br/>PETROLEUM CORPORATION </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 715px;"> <p class="styleSans19.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Triangle Petroleum Corporation <br/>Bravo Prospect Gullickson Trust 150-101-36-25 Gullickson Trust 150-101-36-25-4H <br/>Gullickson Trust 150-101-36-25-4H </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 1292px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Plan: Plan #1_Triang|e Petroleum </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 1595px;"> <p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Standard Planning Report - Geographic <br/>10 January, 2012 </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W21828_text/page43.html
HTML
mit
2,297
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W21828_extracted</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="page42.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 55px; margin-top: 110px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 0px; margin-top: 275px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 219px; margin-top: 137px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 247px; margin-top: 440px;"> <p class="styleSans13.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">TRIANGLE <br/>PETROLEUM CORPORATION </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 715px;"> <p class="styleSans19.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Triangle Petroleum Corporation <br/>Bravo Prospect Gullickson Trust 150-101-36-25 Gullickson Trust 150-101-36-25-4H <br/>Gullickson Trust 150-101-36-25-4H </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 1292px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Plan: Plan #1_Triang|e Petroleum </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 1595px;"> <p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Standard Planning Report - Geographic <br/>10 January, 2012 </p> </div> </body> </html>
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Video Player</title> <link rel="stylesheet" type="text/css" href="css/styles.css" /> </head> <body> <div class="srt"></div> <div style="float:right; padding: 10px;">Events: <ol class="events" style="height: 390px; overflow: scroll;"></ol></div> <div id="video-container"></div> <div id="youtube-video-container"></div> <hr /> <div>Current time/ Duration: <span class="time"></span>/<span class="duration"></span></div> <div>Speed: <span class="speed"></span></div> <div>Muted: <span class="mute"></span></div> <div>Volume level: <span class="volume"></span></div> <div>Quality: <span class="quality"></span></div> <!--script type="text/javascript" src="../build/VideoPlayer.min.js"></script--> <script> var requirejs = { baseUrl: 'js/', paths: { 'jquery': '../../lib/1.7.2.jquery.min' } } </script> <script src="../lib/require.js"></script> <script type="text/javascript"> // new s2js.Video('HTML5', $('#video-container'), { // sources: [ // 'https://s3.amazonaws.com/edx-course-videos/edx-intro/edX-FA12-cware-1_100.mp4.mp4', // 'https://s3.amazonaws.com/edx-course-videos/edx-intro/edX-FA12-cware-1_100.webm'], // volume: 0.5, // playbackRate: 2.0, // autoplay: false, // controls: true, // loop: true, // muted: true, // }); </script> <script type="text/javascript"> require([ 'utils', 'player', 'controls/vcr', 'controls/play_button', 'controls/mute_button', 'controls/progress_slider', 'controls/transcripts', 'components/menu' ], function (Utils, Video, VCR, PlayButton, MuteButton, ProgressSlider, Transcripts, Menu) { p = new Video('Youtube', $('#youtube-video-container'), { videoId: 'M7lc1UVf-VE', volume: 0.75, playbackRate: 1.0, autoplay: 0, controls: 1, loop: 1, muted: true, plugins: [ VCR, PlayButton, MuteButton, ProgressSlider, Transcripts, Menu ] }); var d = document.getElementById('s2js-player-0'); var updateEvent = function (event) { $('.events').append('<li>' + event + '</li>') }; d.addEventListener('timeupdate', function () { $('.time').html(Utils.Utils.secondsToTimecode(p.currentTime)); }); d.addEventListener('durationchange', function () { $('.duration').html(Utils.Utils.secondsToTimecode(p.duration)); }); d.addEventListener('volumechange', function () { $('.volume').html(p.volume); $('.mute').html(p.muted.toString()); }); d.addEventListener('ratechange', function () { $('.speed').html(p.playbackRate); }); d.addEventListener('qualitychange', function () { $('.quality').html(p.playbackQuality); }); ['canplay', 'ratechange', 'loadedmetadata', 'loadeddata', 'durationchange', 'ended', 'play', 'playing', 'pause', 'progress', 'qualitychange', 'error', 'volumechange' ].forEach(function (eventName) { d.addEventListener(eventName, function () { updateEvent(eventName); }, false); }); }); </script> </body> </html>
polesye/VideoPlayer
src/index.html
HTML
mit
3,554
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Video Player</title> <link rel="stylesheet" type="text/css" href="css/styles.css" /> </head> <body> <div class="srt"></div> <div style="float:right; padding: 10px;">Events: <ol class="events" style="height: 390px; overflow: scroll;"></ol></div> <div id="video-container"></div> <div id="youtube-video-container"></div> <hr /> <div>Current time/ Duration: <span class="time"></span>/<span class="duration"></span></div> <div>Speed: <span class="speed"></span></div> <div>Muted: <span class="mute"></span></div> <div>Volume level: <span class="volume"></span></div> <div>Quality: <span class="quality"></span></div> <!--script type="text/javascript" src="../build/VideoPlayer.min.js"></script--> <script> var requirejs = { baseUrl: 'js/', paths: { 'jquery': '../../lib/1.7.2.jquery.min' } } </script> <script src="../lib/require.js"></script> <script type="text/javascript"> // new s2js.Video('HTML5', $('#video-container'), { // sources: [ // 'https://s3.amazonaws.com/edx-course-videos/edx-intro/edX-FA12-cware-1_100.mp4.mp4', // 'https://s3.amazonaws.com/edx-course-videos/edx-intro/edX-FA12-cware-1_100.webm'], // volume: 0.5, // playbackRate: 2.0, // autoplay: false, // controls: true, // loop: true, // muted: true, // }); </script> <script type="text/javascript"> require([ 'utils', 'player', 'controls/vcr', 'controls/play_button', 'controls/mute_button', 'controls/progress_slider', 'controls/transcripts', 'components/menu' ], function (Utils, Video, VCR, PlayButton, MuteButton, ProgressSlider, Transcripts, Menu) { p = new Video('Youtube', $('#youtube-video-container'), { videoId: 'M7lc1UVf-VE', volume: 0.75, playbackRate: 1.0, autoplay: 0, controls: 1, loop: 1, muted: true, plugins: [ VCR, PlayButton, MuteButton, ProgressSlider, Transcripts, Menu ] }); var d = document.getElementById('s2js-player-0'); var updateEvent = function (event) { $('.events').append('<li>' + event + '</li>') }; d.addEventListener('timeupdate', function () { $('.time').html(Utils.Utils.secondsToTimecode(p.currentTime)); }); d.addEventListener('durationchange', function () { $('.duration').html(Utils.Utils.secondsToTimecode(p.duration)); }); d.addEventListener('volumechange', function () { $('.volume').html(p.volume); $('.mute').html(p.muted.toString()); }); d.addEventListener('ratechange', function () { $('.speed').html(p.playbackRate); }); d.addEventListener('qualitychange', function () { $('.quality').html(p.playbackQuality); }); ['canplay', 'ratechange', 'loadedmetadata', 'loadeddata', 'durationchange', 'ended', 'play', 'playing', 'pause', 'progress', 'qualitychange', 'error', 'volumechange' ].forEach(function (eventName) { d.addEventListener(eventName, function () { updateEvent(eventName); }, false); }); }); </script> </body> </html>
<!DOCTYPE html> <html> <head> <!-- meta information --> <meta charset="utf-8"> <meta name="description" content="http://feedproxy.google.com/~r/geledes/~3/EdmSLCOQs3o/" > <meta name="author" content="Kinho"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <!-- title --> <title>My post &middot; Entropista</title> <!-- icons --> <link rel="shortcut icon" href="/public/images/favicon.ico" /> <!-- stylesheets --> <link rel="stylesheet" href="/public/css/responsive.gs.12col.css"> <link rel="stylesheet" href="/public/css/animate.min.css"> <link rel="stylesheet" href="/public/css/main.css"> <!-- Google fonts --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic&subset=latin-ext"> <!-- feed links --> <link rel="alternate" href="/feed.xml" type="application/rss+xml" title=""> </head> <body> <div class="container amber"> <header class="top row gutters"> <div class="col span_2 center"> <!-- TODO: add baseurl to the logo link --> <a href="" id="logo" title="Entropista" style="background-image: url(/public/images/logo.png);"></a> </div> <nav class="col span_10 top-navbar"> <a href="/" title="Home" >Home</a> <a href="/about" title="About" >About</a> <a href="/NormasDeComunicaçãoViolenta" title="N.C.V." >N.C.V.</a> <a href="/Táticas" title="Táticas" >Táticas</a> <a href="/NovelaFuturista" title="Livro" >Livro</a> </nav> </header> <article class="single row gutters"> <time class="published" datetime="2015-10-12">12 October 2015</time> <h2>My post</h2> <p>http://feedproxy.google.com/~r/geledes/~3/EdmSLCOQs3o/</p> </article> <footer> <p> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/deed.en_US">Creative Commons Attribution-NonCommercial 4.0 International License</a>. </p> </footer> </div> </body> </html>
oentropista/oentropista.github.io
_site/post/index.html
HTML
mit
2,129
<!DOCTYPE html> <html> <head> <!-- meta information --> <meta charset="utf-8"> <meta name="description" content="http://feedproxy.google.com/~r/geledes/~3/EdmSLCOQs3o/" > <meta name="author" content="Kinho"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <!-- title --> <title>My post &middot; Entropista</title> <!-- icons --> <link rel="shortcut icon" href="/public/images/favicon.ico" /> <!-- stylesheets --> <link rel="stylesheet" href="/public/css/responsive.gs.12col.css"> <link rel="stylesheet" href="/public/css/animate.min.css"> <link rel="stylesheet" href="/public/css/main.css"> <!-- Google fonts --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic&subset=latin-ext"> <!-- feed links --> <link rel="alternate" href="/feed.xml" type="application/rss+xml" title=""> </head> <body> <div class="container amber"> <header class="top row gutters"> <div class="col span_2 center"> <!-- TODO: add baseurl to the logo link --> <a href="" id="logo" title="Entropista" style="background-image: url(/public/images/logo.png);"></a> </div> <nav class="col span_10 top-navbar"> <a href="/" title="Home" >Home</a> <a href="/about" title="About" >About</a> <a href="/NormasDeComunicaçãoViolenta" title="N.C.V." >N.C.V.</a> <a href="/Táticas" title="Táticas" >Táticas</a> <a href="/NovelaFuturista" title="Livro" >Livro</a> </nav> </header> <article class="single row gutters"> <time class="published" datetime="2015-10-12">12 October 2015</time> <h2>My post</h2> <p>http://feedproxy.google.com/~r/geledes/~3/EdmSLCOQs3o/</p> </article> <footer> <p> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/deed.en_US">Creative Commons Attribution-NonCommercial 4.0 International License</a>. </p> </footer> </div> </body> </html>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28677_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: 219px; margin-top: 1017px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 1815px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 220px; margin-top: 2090px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Choke manifold minimum 3” 5k </p> </div> <div style="position: absolute; margin-left: 577px; margin-top: 54px;"> <p class="styleSans58.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">11” SK psi BOP stack <br/>High Pressure <br/>. . rotating Fill-up line head <br/>- Drillingcmka _ — — <br/>Annular <br/> <br/>Preventer <br/> <br/>I Variable rams - Blind rams - <br/> m Kill line minimum 2" <br/>Drilling Spool <br/>' Spacer spool <br/>4‘ 5000 psi casing head </p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 55px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 165px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 330px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 495px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 660px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 825px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1155px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1320px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1760px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1925px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 990px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1485px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W28677_text/page10.html
HTML
mit
4,191
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28677_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: 219px; margin-top: 1017px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 1815px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 220px; margin-top: 2090px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Choke manifold minimum 3” 5k </p> </div> <div style="position: absolute; margin-left: 577px; margin-top: 54px;"> <p class="styleSans58.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">11” SK psi BOP stack <br/>High Pressure <br/>. . rotating Fill-up line head <br/>- Drillingcmka _ — — <br/>Annular <br/> <br/>Preventer <br/> <br/>I Variable rams - Blind rams - <br/> m Kill line minimum 2" <br/>Drilling Spool <br/>' Spacer spool <br/>4‘ 5000 psi casing head </p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 55px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 165px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 330px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 495px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 660px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 825px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1155px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1320px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1760px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1925px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 990px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2502px; margin-top: 1485px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Basic Example</title> <link rel="stylesheet" href="css/base.css" /> <script src="../../asset/react/react.js"></script> <script src="../../asset/react/react-dom.js"></script> <script src="../../asset/react/browser.min.js"></script> <script src="js/app/index.jsx" type="text/babel"></script> </head> <body> <h1>React 允许将代码封装成组件(component),然后像插入普通 HTML 标签一样,在网页中插入这个组件。React.createClass 方法就用于生成一个组件类</h1> <h1>组件的属性可以在组件类的 this.props 对象上获取</h1> <h1>添加组件属性,有一个地方需要注意,就是 class 属性需要写成 className ,for 属性需要写成 htmlFor ,这是因为 class 和 for 是 JavaScript 的保留字。</h1> <div id="message"></div> </body> </html>
MR03/exercise-test-demo
demo/demo004/003.html
HTML
mit
921
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Basic Example</title> <link rel="stylesheet" href="css/base.css" /> <script src="../../asset/react/react.js"></script> <script src="../../asset/react/react-dom.js"></script> <script src="../../asset/react/browser.min.js"></script> <script src="js/app/index.jsx" type="text/babel"></script> </head> <body> <h1>React 允许将代码封装成组件(component),然后像插入普通 HTML 标签一样,在网页中插入这个组件。React.createClass 方法就用于生成一个组件类</h1> <h1>组件的属性可以在组件类的 this.props 对象上获取</h1> <h1>添加组件属性,有一个地方需要注意,就是 class 属性需要写成 className ,for 属性需要写成 htmlFor ,这是因为 class 和 for 是 JavaScript 的保留字。</h1> <div id="message"></div> </body> </html>
<html> <head> <title>Terry George's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Terry George's panel show appearances</h1> <p>Terry George has appeared in <span class="total">1</span> episodes between 2009-2009. <a href="http://www.imdb.com/name/nm313623">Terry George on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Terry_George">Terry George on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2009</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2009-06-26</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/ne3kzguz.html
HTML
mit
1,049
<html> <head> <title>Terry George's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Terry George's panel show appearances</h1> <p>Terry George has appeared in <span class="total">1</span> episodes between 2009-2009. <a href="http://www.imdb.com/name/nm313623">Terry George on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Terry_George">Terry George on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2009</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2009-06-26</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> </ol> </div> </body> </html>
<!DOCTYPE html> <html> <head> <title>Piframe</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="robots" content="noindex"/> <meta name="viewport" content="width=device-width"/> <script type="text/javascript" src="lib/jquery/jquery-1.12.0.min.js"></script> <link rel="stylesheet" href="lib/owl-carousel/owl.carousel.css"/> <link rel="stylesheet" href="lib/owl-carousel/owl.theme.css"/> <link rel="stylesheet" href="lib/owl-carousel/owl.transitions.css"> <script src="lib/owl-carousel/owl.carousel.min.js"></script> <script src="lib/date/date.js"></script> <script src="lib/date/date-fr-FR.js"></script> <link rel="stylesheet" href="lib/piframe/piframe.css"/> <script src="lib/piframe/piframe.js"></script> </head> <body> <div class="loadingContainer"></div> <div class="owl-carousel mediaContainer"></div> <div class="mediaTooltip"></div> </body> </html>
alex-estela/piframe
src/main/resources/static/index.html
HTML
mit
913
<!DOCTYPE html> <html> <head> <title>Piframe</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="robots" content="noindex"/> <meta name="viewport" content="width=device-width"/> <script type="text/javascript" src="lib/jquery/jquery-1.12.0.min.js"></script> <link rel="stylesheet" href="lib/owl-carousel/owl.carousel.css"/> <link rel="stylesheet" href="lib/owl-carousel/owl.theme.css"/> <link rel="stylesheet" href="lib/owl-carousel/owl.transitions.css"> <script src="lib/owl-carousel/owl.carousel.min.js"></script> <script src="lib/date/date.js"></script> <script src="lib/date/date-fr-FR.js"></script> <link rel="stylesheet" href="lib/piframe/piframe.css"/> <script src="lib/piframe/piframe.js"></script> </head> <body> <div class="loadingContainer"></div> <div class="owl-carousel mediaContainer"></div> <div class="mediaTooltip"></div> </body> </html>
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>grapp-core-ajax tests</title> <script src="../lib/web-component-tester/browser.js"></script> </head> <body> <script> WCT.loadSuites([ 'basic.html', ]); </script> <script src="//localhost:35729/livereload.js"></script> </body> </html>
grappendorf/grapp-core-ajax
test/index.html
HTML
mit
437
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>grapp-core-ajax tests</title> <script src="../lib/web-component-tester/browser.js"></script> </head> <body> <script> WCT.loadSuites([ 'basic.html', ]); </script> <script src="//localhost:35729/livereload.js"></script> </body> </html>
<!--conf <sample> <product version="2.6" edition="std"/> <modifications> <modified date="100609"/> </modifications> </sample> --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Series</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/> <script src="../../../codebase/dhtmlx.js"></script> <script src="../common/testdata.js"></script> </head> <body> <div id="chart1" style="width:900px;height:250px;border:1px solid #A4BED4;"></div> <script> var barChart1 = new dhtmlXChart({ view:"bar", container:"chart1", value:"#sales#", color: "#58dccd", gradient:"rising", tooltip:{ template:"#sales#" }, width:60, tooltip:{ template:"#sales#" }, xAxis:{ template:"'#year#" }, yAxis:{ start:0, step:10, end:100 }, legend:{ values:[{text:"Type A",color:"#58dccd"},{text:"Type B",color:"#a7ee70"},{text:"Type C",color:"#36abee"}], valign:"middle", align:"right", width:90, layout:"y" } }); barChart1.addSeries({ value:"#sales2#", color:"#a7ee70", tooltip:{ template:"#sales2#" } }); barChart1.addSeries({ value:"#sales3#", color:"#36abee", tooltip:{ template:"#sales3#" } }); barChart1.parse(multiple_dataset,"json"); </script> </body> </html>
blale-zhang/codegen
WebContent/component/dhtmlxSuite_v403_std/samples/dhtmlxChart/06_bar_chart/06_series.html
HTML
mit
1,793
<!--conf <sample> <product version="2.6" edition="std"/> <modifications> <modified date="100609"/> </modifications> </sample> --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Series</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/> <script src="../../../codebase/dhtmlx.js"></script> <script src="../common/testdata.js"></script> </head> <body> <div id="chart1" style="width:900px;height:250px;border:1px solid #A4BED4;"></div> <script> var barChart1 = new dhtmlXChart({ view:"bar", container:"chart1", value:"#sales#", color: "#58dccd", gradient:"rising", tooltip:{ template:"#sales#" }, width:60, tooltip:{ template:"#sales#" }, xAxis:{ template:"'#year#" }, yAxis:{ start:0, step:10, end:100 }, legend:{ values:[{text:"Type A",color:"#58dccd"},{text:"Type B",color:"#a7ee70"},{text:"Type C",color:"#36abee"}], valign:"middle", align:"right", width:90, layout:"y" } }); barChart1.addSeries({ value:"#sales2#", color:"#a7ee70", tooltip:{ template:"#sales2#" } }); barChart1.addSeries({ value:"#sales3#", color:"#36abee", tooltip:{ template:"#sales3#" } }); barChart1.parse(multiple_dataset,"json"); </script> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Децентрализированное Хранилище Данных</title> <link rel="stylesheet" href="/bootstrap-3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" href="/style.css"> </head> <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">АйВи</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="/">Домашняя</a></li> <li><a href="/about">О компании</a></li> </ul> </div> </div> </nav> <div class="container"> <div class="alert alert-danger" role="alert"> Данный сайт в разработке </div> <div class="row"> <div class="col-md-9" role="main"> <h1 >Храненние данных</h1> <p id="description"> У большинства пользователей компьютера много свободного места на диске, которые можно использовать для хранения данных. </p> <h2 id="how-it-works">Как это работает</h2> <p>Данный продукт объеденяет свободные ресурсы пользователей в общее децентрализованное облако, не зависящее от места положения пользователя, другими словами виртуальный RAID массив.</p> </div> <div class="col-md-3" role="complementary"> <nav class="hidden-print hidden-sm hidden-xs affix"> <ul class="nav"> <li class=""><a href="#description">Описание</a></li> <li class=""><a href="#how-it-works">Как это работатает</a></li> </ul> </nav> </div> </div> </div> <script src="jquery/1.12.4/jquery.min.js"></script> <script src="/bootstrap-3.3.7/js/bootstrap.min.js"></script> <script src="/js/site.js"></script> </body> </html>
lboss75/vds
www/store.html
HTML
mit
3,000
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Децентрализированное Хранилище Данных</title> <link rel="stylesheet" href="/bootstrap-3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" href="/style.css"> </head> <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">АйВи</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="/">Домашняя</a></li> <li><a href="/about">О компании</a></li> </ul> </div> </div> </nav> <div class="container"> <div class="alert alert-danger" role="alert"> Данный сайт в разработке </div> <div class="row"> <div class="col-md-9" role="main"> <h1 >Храненние данных</h1> <p id="description"> У большинства пользователей компьютера много свободного места на диске, которые можно использовать для хранения данных. </p> <h2 id="how-it-works">Как это работает</h2> <p>Данный продукт объеденяет свободные ресурсы пользователей в общее децентрализованное облако, не зависящее от места положения пользователя, другими словами виртуальный RAID массив.</p> </div> <div class="col-md-3" role="complementary"> <nav class="hidden-print hidden-sm hidden-xs affix"> <ul class="nav"> <li class=""><a href="#description">Описание</a></li> <li class=""><a href="#how-it-works">Как это работатает</a></li> </ul> </nav> </div> </div> </div> <script src="jquery/1.12.4/jquery.min.js"></script> <script src="/bootstrap-3.3.7/js/bootstrap.min.js"></script> <script src="/js/site.js"></script> </body> </html>
<html> <head> <title>Julian Fellows's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Julian Fellows's panel show appearances</h1> <p>Julian Fellows has appeared in <span class="total">1</span> episodes between 2003-2003. Note that these appearances may be for more than one person if multiple people have the same name.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2003</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2003-05-22</strong> / <a href="../shows/call-my-bluff.html">Call My Bluff</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/7g6x6fja.html
HTML
mit
1,004
<html> <head> <title>Julian Fellows's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Julian Fellows's panel show appearances</h1> <p>Julian Fellows has appeared in <span class="total">1</span> episodes between 2003-2003. Note that these appearances may be for more than one person if multiple people have the same name.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2003</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2003-05-22</strong> / <a href="../shows/call-my-bluff.html">Call My Bluff</a></li> </ol> </div> </body> </html>
<!DOCTYPE html> <html> <head> <script src="https://cdn.rawgit.com/konvajs/konva/1.4.0/konva.min.js"></script> <meta charset="utf-8"> <title>Konva Animate Position Demo</title> <style> body { margin: 0; padding: 0; overflow: hidden; background-color: #F0F0F0; } </style> </head> <body> <div id="container"></div> <script> var width = window.innerWidth; var height = window.innerHeight; var stage = new Konva.Stage({ container: 'container', width: width, height: height }); var layer = new Konva.Layer(); var hexagon = new Konva.RegularPolygon({ x: stage.getWidth() / 2, y: stage.getHeight() / 2, sides: 6, radius: 20, fill: 'red', stroke: 'black', strokeWidth: 4 }); layer.add(hexagon); stage.add(layer); var amplitude = 100; var period = 2000; // in ms var centerX = stage.getWidth() / 2; var anim = new Konva.Animation(function(frame) { hexagon.setX(amplitude * Math.sin(frame.time * 2 * Math.PI / period) + centerX); }, layer); anim.start(); </script> </body> </html>
leinadpb/Fisica
public/test3.html
HTML
mit
1,205
<!DOCTYPE html> <html> <head> <script src="https://cdn.rawgit.com/konvajs/konva/1.4.0/konva.min.js"></script> <meta charset="utf-8"> <title>Konva Animate Position Demo</title> <style> body { margin: 0; padding: 0; overflow: hidden; background-color: #F0F0F0; } </style> </head> <body> <div id="container"></div> <script> var width = window.innerWidth; var height = window.innerHeight; var stage = new Konva.Stage({ container: 'container', width: width, height: height }); var layer = new Konva.Layer(); var hexagon = new Konva.RegularPolygon({ x: stage.getWidth() / 2, y: stage.getHeight() / 2, sides: 6, radius: 20, fill: 'red', stroke: 'black', strokeWidth: 4 }); layer.add(hexagon); stage.add(layer); var amplitude = 100; var period = 2000; // in ms var centerX = stage.getWidth() / 2; var anim = new Konva.Animation(function(frame) { hexagon.setX(amplitude * Math.sin(frame.time * 2 * Math.PI / period) + centerX); }, layer); anim.start(); </script> </body> </html>
<!DOCTYPE html> <!-- Copyright 2012 The Polymer Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <html> <head> <title>CoolClock</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="../../polymer/polymer.js"></script> <link rel="import" href="cool-clock.html"> </head> <body> <cool-clock></cool-clock> <cool-clock></cool-clock> </body> </html>
revans/sparks
lib/sparks/generators/template/vendor/assets/javascripts/polymer-all/more-elements/cool-clock/index.html
HTML
mit
494
<!DOCTYPE html> <!-- Copyright 2012 The Polymer Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <html> <head> <title>CoolClock</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="../../polymer/polymer.js"></script> <link rel="import" href="cool-clock.html"> </head> <body> <cool-clock></cool-clock> <cool-clock></cool-clock> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>SassApp</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for "head"}} <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css"> <link integrity="" rel="stylesheet" href="{{rootURL}}assets/sass-app.css"> {{content-for "head-footer"}} </head> <body> {{content-for "body"}} <script src="{{rootURL}}assets/vendor.js"></script> <script src="{{rootURL}}assets/sass-app.js"></script> {{content-for "body-footer"}} </body> </html>
salsify/ember-css-modules
test-packages/sass-app/app/index.html
HTML
mit
692
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>SassApp</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for "head"}} <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css"> <link integrity="" rel="stylesheet" href="{{rootURL}}assets/sass-app.css"> {{content-for "head-footer"}} </head> <body> {{content-for "body"}} <script src="{{rootURL}}assets/vendor.js"></script> <script src="{{rootURL}}assets/sass-app.js"></script> {{content-for "body-footer"}} </body> </html>
<!DOCTYPE html> <html> <head> <title>MyFonts Webfonts Demo for iOS devices</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style type="text/css" media="all"> h2 { font-weight:normal; } @font-face { font-family:"ProximaNova-Bold"; src:url("2FE569_0.svg#ProximaNova-Bold") format("svg"); } .webfont_0 { font-family: ProximaNova-Bold; } @font-face { font-family:"ProximaNova-Regular"; src:url("2FE569_1.svg#ProximaNova-Regular") format("svg"); } .webfont_1 { font-family: ProximaNova-Regular; } </style> </head> <body> <h1>MyFonts Webfonts Demo for iOS devices</h1> <h2>0. <span class='webfont_0'><a href='http://www.myfonts.com/search/style::148514/'>ProximaNova-Bold</a></span> <small>(VersionID 675566, ttf)</small> </h2> <p class='webfont_0'>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p class='webfont_0'>An, partus ancillae sitne in fructu habendus, disseretur inter principes civitatis, P. Scaevolam M'.que Manilium, ab iisque M. Brutus dissentiet -- quod et acutum genus est et ad usus civium non inutile, nosque ea scripta reliquaque eiusdem generis et legimus libenter et legemus --, haec, quae vitam omnem continent, neglegentur? nam, ut sint illa vendibiliora, haec uberiora certe sunt. quamquam id quidem licebit iis existimare, qui legerint. nos autem hanc omnem quaestionem de finibus bonorum et malorum fere a nobis explicatam esse his litteris arbitramur, in quibus, quantum potuimus, non modo quid nobis probaretur, sed etiam quid a singulis philosophiae disciplinis diceretur, persecuti sumus.</p> <p class='webfont_0'>Id qui in una virtute ponunt et splendore nominis capti quid natura postulet non intellegunt, errore maximo, si Epicurum audire voluerint, liberabuntur: istae enim vestrae eximiae pulchraeque virtutes nisi voluptatem efficerent, quis eas aut laudabilis aut expetendas arbitraretur? ut enim medicorum scientiam non ipsius artis, sed bonae valetudinis causa probamus, et gubernatoris ars, quia bene navigandi rationem habet, utilitate, non arte laudatur, sic sapientia, quae ars vivendi putanda est, non expeteretur, si nihil efficeret; nunc expetitur, quod est tamquam artifex conquirendae et comparandae voluptatis.</p> <h2>1. <span class='webfont_1'><a href='http://www.myfonts.com/search/style::148510/'>ProximaNova-Regular</a></span> <small>(VersionID 675574, ttf)</small> </h2> <p class='webfont_1'>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p class='webfont_1'>An, partus ancillae sitne in fructu habendus, disseretur inter principes civitatis, P. Scaevolam M'.que Manilium, ab iisque M. Brutus dissentiet -- quod et acutum genus est et ad usus civium non inutile, nosque ea scripta reliquaque eiusdem generis et legimus libenter et legemus --, haec, quae vitam omnem continent, neglegentur? nam, ut sint illa vendibiliora, haec uberiora certe sunt. quamquam id quidem licebit iis existimare, qui legerint. nos autem hanc omnem quaestionem de finibus bonorum et malorum fere a nobis explicatam esse his litteris arbitramur, in quibus, quantum potuimus, non modo quid nobis probaretur, sed etiam quid a singulis philosophiae disciplinis diceretur, persecuti sumus.</p> <p class='webfont_1'>Id qui in una virtute ponunt et splendore nominis capti quid natura postulet non intellegunt, errore maximo, si Epicurum audire voluerint, liberabuntur: istae enim vestrae eximiae pulchraeque virtutes nisi voluptatem efficerent, quis eas aut laudabilis aut expetendas arbitraretur? ut enim medicorum scientiam non ipsius artis, sed bonae valetudinis causa probamus, et gubernatoris ars, quia bene navigandi rationem habet, utilitate, non arte laudatur, sic sapientia, quae ars vivendi putanda est, non expeteretur, si nihil efficeret; nunc expetitur, quod est tamquam artifex conquirendae et comparandae voluptatis.</p> </body> </html>
richardcrichardc/digitalwhanganui
public/css/webfonts/svg_test.html
HTML
mit
4,671
<!DOCTYPE html> <html> <head> <title>MyFonts Webfonts Demo for iOS devices</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style type="text/css" media="all"> h2 { font-weight:normal; } @font-face { font-family:"ProximaNova-Bold"; src:url("2FE569_0.svg#ProximaNova-Bold") format("svg"); } .webfont_0 { font-family: ProximaNova-Bold; } @font-face { font-family:"ProximaNova-Regular"; src:url("2FE569_1.svg#ProximaNova-Regular") format("svg"); } .webfont_1 { font-family: ProximaNova-Regular; } </style> </head> <body> <h1>MyFonts Webfonts Demo for iOS devices</h1> <h2>0. <span class='webfont_0'><a href='http://www.myfonts.com/search/style::148514/'>ProximaNova-Bold</a></span> <small>(VersionID 675566, ttf)</small> </h2> <p class='webfont_0'>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p class='webfont_0'>An, partus ancillae sitne in fructu habendus, disseretur inter principes civitatis, P. Scaevolam M'.que Manilium, ab iisque M. Brutus dissentiet -- quod et acutum genus est et ad usus civium non inutile, nosque ea scripta reliquaque eiusdem generis et legimus libenter et legemus --, haec, quae vitam omnem continent, neglegentur? nam, ut sint illa vendibiliora, haec uberiora certe sunt. quamquam id quidem licebit iis existimare, qui legerint. nos autem hanc omnem quaestionem de finibus bonorum et malorum fere a nobis explicatam esse his litteris arbitramur, in quibus, quantum potuimus, non modo quid nobis probaretur, sed etiam quid a singulis philosophiae disciplinis diceretur, persecuti sumus.</p> <p class='webfont_0'>Id qui in una virtute ponunt et splendore nominis capti quid natura postulet non intellegunt, errore maximo, si Epicurum audire voluerint, liberabuntur: istae enim vestrae eximiae pulchraeque virtutes nisi voluptatem efficerent, quis eas aut laudabilis aut expetendas arbitraretur? ut enim medicorum scientiam non ipsius artis, sed bonae valetudinis causa probamus, et gubernatoris ars, quia bene navigandi rationem habet, utilitate, non arte laudatur, sic sapientia, quae ars vivendi putanda est, non expeteretur, si nihil efficeret; nunc expetitur, quod est tamquam artifex conquirendae et comparandae voluptatis.</p> <h2>1. <span class='webfont_1'><a href='http://www.myfonts.com/search/style::148510/'>ProximaNova-Regular</a></span> <small>(VersionID 675574, ttf)</small> </h2> <p class='webfont_1'>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p class='webfont_1'>An, partus ancillae sitne in fructu habendus, disseretur inter principes civitatis, P. Scaevolam M'.que Manilium, ab iisque M. Brutus dissentiet -- quod et acutum genus est et ad usus civium non inutile, nosque ea scripta reliquaque eiusdem generis et legimus libenter et legemus --, haec, quae vitam omnem continent, neglegentur? nam, ut sint illa vendibiliora, haec uberiora certe sunt. quamquam id quidem licebit iis existimare, qui legerint. nos autem hanc omnem quaestionem de finibus bonorum et malorum fere a nobis explicatam esse his litteris arbitramur, in quibus, quantum potuimus, non modo quid nobis probaretur, sed etiam quid a singulis philosophiae disciplinis diceretur, persecuti sumus.</p> <p class='webfont_1'>Id qui in una virtute ponunt et splendore nominis capti quid natura postulet non intellegunt, errore maximo, si Epicurum audire voluerint, liberabuntur: istae enim vestrae eximiae pulchraeque virtutes nisi voluptatem efficerent, quis eas aut laudabilis aut expetendas arbitraretur? ut enim medicorum scientiam non ipsius artis, sed bonae valetudinis causa probamus, et gubernatoris ars, quia bene navigandi rationem habet, utilitate, non arte laudatur, sic sapientia, quae ars vivendi putanda est, non expeteretur, si nihil efficeret; nunc expetitur, quod est tamquam artifex conquirendae et comparandae voluptatis.</p> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Backends</title> <link rel="stylesheet" type="text/css" media="screen" href="../general/css/style.css" /> </head> <body> <h1>Backends</h1> <h2>General Information</h2> <p>The NagVis code is separated into several layers. One of these layers is the &quot;data layer&quot;. The data layer is used to handle requests for information from third party sources like the socket of MKLivestatus. We call this layer &quot;backend&quot; in general. There are some components inside NagVis to manage these backends which act as the glue between the single backends and the other layers.</p> <h2>Default backend</h2> <p>At the moment there are a few backends delivered with the NagVis core packages: the most important ones are the mklivestatus and ndomy backends. All backend configuration parameters are described in detail on their own pages.</p> <p>The ndomy backend has been the default backend from NagVis 1.0 to NagVis 1.5. It fetches Nagios information from the NDO MySQL database. Since NagVis 1.5 the default backend has been switched to MKLivestatus backend.</p> <p>In NagVis 1.9, the pgsql backend has been added to fetch the Nagios information from a PostgreSQL database as used by e.g. Icinga 2.</p> <h2>Backend types</h2> <ul> <li><a href=backend_mklivestatus.html>MKLivestatus</a></li> <li><a href=backend_ndomy.html>NDOMy</a></li> <li><a href=backend_nagiosbp.html>NagiosBP</a></li> <li><a href=backend_pgsql.html>PgSQL</a></li> <li>MerlinMy</li> </ul> <h2>Configuring backends</h2> <p>The backends are defined in the main configuration file. See <a href="nagvis_config_format_description.html#backend">main configuration format description</a> on how to define backends.</p> </body> </html>
NagVis/nagvis
docs/en_US/backends.html
HTML
gpl-2.0
2,146
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Backends</title> <link rel="stylesheet" type="text/css" media="screen" href="../general/css/style.css" /> </head> <body> <h1>Backends</h1> <h2>General Information</h2> <p>The NagVis code is separated into several layers. One of these layers is the &quot;data layer&quot;. The data layer is used to handle requests for information from third party sources like the socket of MKLivestatus. We call this layer &quot;backend&quot; in general. There are some components inside NagVis to manage these backends which act as the glue between the single backends and the other layers.</p> <h2>Default backend</h2> <p>At the moment there are a few backends delivered with the NagVis core packages: the most important ones are the mklivestatus and ndomy backends. All backend configuration parameters are described in detail on their own pages.</p> <p>The ndomy backend has been the default backend from NagVis 1.0 to NagVis 1.5. It fetches Nagios information from the NDO MySQL database. Since NagVis 1.5 the default backend has been switched to MKLivestatus backend.</p> <p>In NagVis 1.9, the pgsql backend has been added to fetch the Nagios information from a PostgreSQL database as used by e.g. Icinga 2.</p> <h2>Backend types</h2> <ul> <li><a href=backend_mklivestatus.html>MKLivestatus</a></li> <li><a href=backend_ndomy.html>NDOMy</a></li> <li><a href=backend_nagiosbp.html>NagiosBP</a></li> <li><a href=backend_pgsql.html>PgSQL</a></li> <li>MerlinMy</li> </ul> <h2>Configuring backends</h2> <p>The backends are defined in the main configuration file. See <a href="nagvis_config_format_description.html#backend">main configuration format description</a> on how to define backends.</p> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf8"> <title>Local Test</title> </head> <body> <h2>Tutorial/Prototype</h2> <ol> <li><a href="minigames/tutorial/lock/index.html">Lock</a></li> <li><a href="minigames/tutorial/click_and_drag/index.html">Click and Drag</a></li> <li><a href="minigames/bioinfo/whereis/index.html">Where is ?</a></li> <li><a href="minigames/bioinfo/to/index.html">to</a></li> </ol> </body> </html>
crazybiocomputing/crazybioGame
index.html
HTML
gpl-2.0
423
<!DOCTYPE html> <html> <head> <meta charset="utf8"> <title>Local Test</title> </head> <body> <h2>Tutorial/Prototype</h2> <ol> <li><a href="minigames/tutorial/lock/index.html">Lock</a></li> <li><a href="minigames/tutorial/click_and_drag/index.html">Click and Drag</a></li> <li><a href="minigames/bioinfo/whereis/index.html">Where is ?</a></li> <li><a href="minigames/bioinfo/to/index.html">to</a></li> </ol> </body> </html>
<html> <head> <title>Transverse Ray Aberration Diagram</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="HelpNDoc Personal Edition 4.3.1.364"> <link type="text/css" rel="stylesheet" media="all" href="css/reset.css" /> <link type="text/css" rel="stylesheet" media="all" href="css/base.css" /> <link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" /> <!--[if lte IE 8]> <link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" /> <![endif]--> <style type="text/css"> #topic_header { background-color: #EFEFEF; } </style> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/hnd.js"></script> <script type="text/javascript"> $(document).ready(function() { if (top.frames.length == 0) { var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length); top.location.href = "Programming and Algorithms Reference MATLAB Based Optical Analysis Toolbox V 3.0.html?" + sTopicUrl; } else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem) { top.FrameTOC.SelectTocItem("TransverseRayAberrationDiagram"); } }); </script> </head> <body> <div id="topic_header"> <div id="topic_header_content"> <h1 id="topic_header_text">Transverse Ray Aberration Diagram</h1> <div id="topic_breadcrumb"> <a href="ExamplesofExtendingtheToolbox.html">Examples of Extending the Toolbox</a> &rsaquo;&rsaquo; <a href="Method1Aspartofthetoolbox.html">Method 1: As part of the toolbox</a> &rsaquo;&rsaquo; </div> </div> <div id="topic_header_nav"> <a href="Method1Aspartofthetoolbox.html"><img src="img/arrow_up.png" alt="Parent"/></a> <a href="Method1Aspartofthetoolbox.html"><img src="img/arrow_left.png" alt="Previous"/></a> <a href="Procedures.html"><img src="img/arrow_right.png" alt="Next"/></a> </div> <div class="clear"></div> </div> <div id="topic_content"> <p></p> <h1 class="rvps11"><span class="rvts0"><span class="rvts59">Toolbox Extension Example: Transverse Ray Aberration Diagram</span></span></h1> <p class="rvps10"><span class="rvts37">Purpose:</span></p> <p class="rvps10"><span class="rvts38">To add an analysis window to the toolbox which shows ray aberrations as a function of pupil coordinate. </span></p> <p class="rvps10"><span class="rvts38"><br/></span></p> <p></p> <p class="rvps6"><span class="rvts20">Created with the Personal Edition of HelpNDoc: </span><a class="rvts21" href="http://www.helpndoc.com/help-authoring-tool">Create HTML Help, DOC, PDF and print manuals from 1 single source</a></p> </div> <div id="topic_footer"> <div id="topic_footer_content"> Copyright &copy; &lt;2014&gt; by &lt;Norman G. Worku ([email protected]), Optical System Design Research Group, FSU, Jena&gt;. All Rights Reserved.</div> </div> </body> </html>
IAPJena/ProjectOne
7.Documentation_Package/Programming_and_Algorithms_Reference/Build html documentation/TransverseRayAberrationDiagram.html
HTML
gpl-2.0
2,989
<html> <head> <title>Transverse Ray Aberration Diagram</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="HelpNDoc Personal Edition 4.3.1.364"> <link type="text/css" rel="stylesheet" media="all" href="css/reset.css" /> <link type="text/css" rel="stylesheet" media="all" href="css/base.css" /> <link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" /> <!--[if lte IE 8]> <link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" /> <![endif]--> <style type="text/css"> #topic_header { background-color: #EFEFEF; } </style> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/hnd.js"></script> <script type="text/javascript"> $(document).ready(function() { if (top.frames.length == 0) { var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length); top.location.href = "Programming and Algorithms Reference MATLAB Based Optical Analysis Toolbox V 3.0.html?" + sTopicUrl; } else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem) { top.FrameTOC.SelectTocItem("TransverseRayAberrationDiagram"); } }); </script> </head> <body> <div id="topic_header"> <div id="topic_header_content"> <h1 id="topic_header_text">Transverse Ray Aberration Diagram</h1> <div id="topic_breadcrumb"> <a href="ExamplesofExtendingtheToolbox.html">Examples of Extending the Toolbox</a> &rsaquo;&rsaquo; <a href="Method1Aspartofthetoolbox.html">Method 1: As part of the toolbox</a> &rsaquo;&rsaquo; </div> </div> <div id="topic_header_nav"> <a href="Method1Aspartofthetoolbox.html"><img src="img/arrow_up.png" alt="Parent"/></a> <a href="Method1Aspartofthetoolbox.html"><img src="img/arrow_left.png" alt="Previous"/></a> <a href="Procedures.html"><img src="img/arrow_right.png" alt="Next"/></a> </div> <div class="clear"></div> </div> <div id="topic_content"> <p></p> <h1 class="rvps11"><span class="rvts0"><span class="rvts59">Toolbox Extension Example: Transverse Ray Aberration Diagram</span></span></h1> <p class="rvps10"><span class="rvts37">Purpose:</span></p> <p class="rvps10"><span class="rvts38">To add an analysis window to the toolbox which shows ray aberrations as a function of pupil coordinate. </span></p> <p class="rvps10"><span class="rvts38"><br/></span></p> <p></p> <p class="rvps6"><span class="rvts20">Created with the Personal Edition of HelpNDoc: </span><a class="rvts21" href="http://www.helpndoc.com/help-authoring-tool">Create HTML Help, DOC, PDF and print manuals from 1 single source</a></p> </div> <div id="topic_footer"> <div id="topic_footer_content"> Copyright &copy; &lt;2014&gt; by &lt;Norman G. Worku ([email protected]), Optical System Design Research Group, FSU, Jena&gt;. All Rights Reserved.</div> </div> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/stylesheets/print.css" media="print" /> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <title>puppix by puppix</title> </head> <body> <a href="https://github.com/puppix/puppix.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a> <header> <div class="inner"> <h1><a href="/">puppix</a></h1> <h2>Puppet for Enterprise Linux</h2> <a href="https://github.com/puppix" class="button"><small>Follow me on</small>GitHub</a> </div> </header> <div id="content-wrapper"> <div class="inner clearfix"> <section id="main-content"> {{ content }} </section> <aside id="sidebar"> <p> <a href="https://github.com/puppix">./github</a> - GitHub Page<br /> <a href="https://github.com/puppix/puppix.github.io/issues">./issues</a> - Global Tracker<br /> <a href="/codingstyle">./style</a> - Coding Style<br /> </p> <strong>Blog Posts</strong> <ul class="posts"> {% for post in site.posts %} <li> <a href="{{ post.url }}">{{ post.title }}</a><br /> &raquo; <span>{{ post.date | date_to_string }}</span> </li> {% endfor %} </ul> </aside> </div> </div> </body> </html>
scrothers/puppix.github.io
_layouts/default.html
HTML
gpl-2.0
2,287
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/stylesheets/print.css" media="print" /> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <title>puppix by puppix</title> </head> <body> <a href="https://github.com/puppix/puppix.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a> <header> <div class="inner"> <h1><a href="/">puppix</a></h1> <h2>Puppet for Enterprise Linux</h2> <a href="https://github.com/puppix" class="button"><small>Follow me on</small>GitHub</a> </div> </header> <div id="content-wrapper"> <div class="inner clearfix"> <section id="main-content"> {{ content }} </section> <aside id="sidebar"> <p> <a href="https://github.com/puppix">./github</a> - GitHub Page<br /> <a href="https://github.com/puppix/puppix.github.io/issues">./issues</a> - Global Tracker<br /> <a href="/codingstyle">./style</a> - Coding Style<br /> </p> <strong>Blog Posts</strong> <ul class="posts"> {% for post in site.posts %} <li> <a href="{{ post.url }}">{{ post.title }}</a><br /> &raquo; <span>{{ post.date | date_to_string }}</span> </li> {% endfor %} </ul> </aside> </div> </div> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>CHAI3D: /home/seb/workspace/chai3d-2.0.0/src/scenegraph/CGenericObject.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.5 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</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> </ul> </div> </div> <div class="contents"> <h1>/home/seb/workspace/chai3d-2.0.0/src/scenegraph/CGenericObject.h File Reference</h1><b> Scenegraph </b> <br> Base Class. <a href="#_details">More...</a> <p> <code>#include &quot;<a class="el" href="_c_maths_8h-source.html">math/CMaths.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_draw3_d_8h-source.html">graphics/CDraw3D.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_color_8h-source.html">graphics/CColor.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_macros_g_l_8h-source.html">graphics/CMacrosGL.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_material_8h-source.html">graphics/CMaterial.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_texture2_d_8h-source.html">graphics/CTexture2D.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_collision_basics_8h-source.html">collisions/CCollisionBasics.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_interaction_basics_8h-source.html">forces/CInteractionBasics.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_generic_effect_8h-source.html">effects/CGenericEffect.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_generic_type_8h-source.html">extras/CGenericType.h</a>&quot;</code><br> <code>#include &lt;typeinfo&gt;</code><br> <code>#include &lt;vector&gt;</code><br> <code>#include &lt;list&gt;</code><br> <p> <a href="_c_generic_object_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Classes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_generic_object.html">cGenericObject</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class is the root of basically every render-able object in CHAI. It defines a reference frame (position and rotation) and virtual methods for rendering, which are overloaded by useful subclasses. <br> . <a href="classc_generic_object.html#_details">More...</a><br></td></tr> <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_generic_object_8h.html#b7dfc0d18c5e05621dd13575f917fb3d">chai_render_modes</a> { <b>CHAI_RENDER_MODE_RENDER_ALL</b> = 0, <b>CHAI_RENDER_MODE_NON_TRANSPARENT_ONLY</b>, <b>CHAI_RENDER_MODE_TRANSPARENT_BACK_ONLY</b>, <b>CHAI_RENDER_MODE_TRANSPARENT_FRONT_ONLY</b> }</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constants that define specific rendering passes (see cCamera.cpp). <br></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <b> Scenegraph </b> <br> Base Class. <p> </div> <font size=-2><br><hr><b>CHAI3D 2.0.0 documentation</b><br>Please address any questions to <a href="mailto:[email protected]">[email protected]</a><br> (C) 2003-2009 - <a href="http://www.chai3d.org">CHAI 3D</a><br> All Rights Reserved.
lihuanshuai/chai3d
doc/resources/html/_c_generic_object_8h.html
HTML
gpl-2.0
3,948
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>CHAI3D: /home/seb/workspace/chai3d-2.0.0/src/scenegraph/CGenericObject.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.5 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</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> </ul> </div> </div> <div class="contents"> <h1>/home/seb/workspace/chai3d-2.0.0/src/scenegraph/CGenericObject.h File Reference</h1><b> Scenegraph </b> <br> Base Class. <a href="#_details">More...</a> <p> <code>#include &quot;<a class="el" href="_c_maths_8h-source.html">math/CMaths.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_draw3_d_8h-source.html">graphics/CDraw3D.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_color_8h-source.html">graphics/CColor.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_macros_g_l_8h-source.html">graphics/CMacrosGL.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_material_8h-source.html">graphics/CMaterial.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_texture2_d_8h-source.html">graphics/CTexture2D.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_collision_basics_8h-source.html">collisions/CCollisionBasics.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_interaction_basics_8h-source.html">forces/CInteractionBasics.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_generic_effect_8h-source.html">effects/CGenericEffect.h</a>&quot;</code><br> <code>#include &quot;<a class="el" href="_c_generic_type_8h-source.html">extras/CGenericType.h</a>&quot;</code><br> <code>#include &lt;typeinfo&gt;</code><br> <code>#include &lt;vector&gt;</code><br> <code>#include &lt;list&gt;</code><br> <p> <a href="_c_generic_object_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Classes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_generic_object.html">cGenericObject</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class is the root of basically every render-able object in CHAI. It defines a reference frame (position and rotation) and virtual methods for rendering, which are overloaded by useful subclasses. <br> . <a href="classc_generic_object.html#_details">More...</a><br></td></tr> <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_generic_object_8h.html#b7dfc0d18c5e05621dd13575f917fb3d">chai_render_modes</a> { <b>CHAI_RENDER_MODE_RENDER_ALL</b> = 0, <b>CHAI_RENDER_MODE_NON_TRANSPARENT_ONLY</b>, <b>CHAI_RENDER_MODE_TRANSPARENT_BACK_ONLY</b>, <b>CHAI_RENDER_MODE_TRANSPARENT_FRONT_ONLY</b> }</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constants that define specific rendering passes (see cCamera.cpp). <br></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <b> Scenegraph </b> <br> Base Class. <p> </div> <font size=-2><br><hr><b>CHAI3D 2.0.0 documentation</b><br>Please address any questions to <a href="mailto:[email protected]">[email protected]</a><br> (C) 2003-2009 - <a href="http://www.chai3d.org">CHAI 3D</a><br> All Rights Reserved.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1"> <title>PushReceiver</title> <link rel="stylesheet" href="style.css"/> <!-- Inline scripts are forbidden in Firefox OS apps (CSP restrictions), so we use a script file. --> <script src="app.js" defer></script> </head> <body> <!-- This code is in the public domain. Enjoy! --> <h1>PushReceiver</h1> <div class="row control"><button id="go">Register</button></div> <div id="status"> Not Connected. <div> </body> </html>
royneary/mod_push_test
mozilla-push/Firefox OS/PushReceiver/index.html
HTML
gpl-2.0
627
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1"> <title>PushReceiver</title> <link rel="stylesheet" href="style.css"/> <!-- Inline scripts are forbidden in Firefox OS apps (CSP restrictions), so we use a script file. --> <script src="app.js" defer></script> </head> <body> <!-- This code is in the public domain. Enjoy! --> <h1>PushReceiver</h1> <div class="row control"><button id="go">Register</button></div> <div id="status"> Not Connected. <div> </body> </html>
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="HandheldFriendly" content="true"/> <!--<meta name="MobileOptimized" content="320"/>--> <title>Hello H5+</title> <script type="text/javascript" src="../js/common.js"></script> <script type="text/javascript"> var auths={}; function plusReady(){ // 获取登录认证通道 plus.oauth.getServices(function(services){ var content=document.getElementById('dcontent'); var info=document.getElementById("info"); var txt="登录认证通道信息:"; for(var i in services){ var service=services[i]; console.log(service.id+": "+service.authResult+", "+service.userInfo); auths[service.id]=service; txt += "id:"+service.id+", "; txt += "description:"+service.description+", "; var de=document.createElement('div'); de.setAttribute('class','button'); de.setAttribute('onclick','login(this.id)'); de.id=service.id; de.innerText=service.description+"登录"; oauth.appendChild(de); } info.innerText=txt; },function(e){ outLine("获取登录认证失败:"+e.message); }); } document.addEventListener('plusready',plusReady,false); // 登录认证 function login(id){ outSet("----- 登录认证 -----"); var auth=auths[id]; if(auth){ var w=null; if(plus.os.name=="Android"){ w=plus.nativeUI.showWaiting(); } document.addEventListener("pause",function(){ setTimeout(function(){ w&&w.close();w=null; },2000); }, false ); auth.login(function(){ w&&w.close();w=null; outLine("登录认证成功:"); outLine(JSON.stringify(auth.authResult)); userinfo(auth); },function(e){ w&&w.close();w=null; outLine("登录认证失败:"); outLine("["+e.code+"]:"+e.message); plus.nativeUI.alert("详情错误信息请参考授权登录(OAuth)规范文档:http://www.html5plus.org/#specification#/specification/OAuth.html",null,"登录失败["+e.code+"]:"+e.message); }); }else{ outLine("无效的登录认证通道!"); plus.nativeUI.alert("无效的登录认证通道!",null,"登录"); } } // 获取用户信息 function userinfo(a){ outLine("----- 获取用户信息 -----"); a.getUserInfo(function(){ outLine("获取用户信息成功:"); outLine(JSON.stringify(a.userInfo)); var nickname=a.userInfo.nickname||a.userInfo.name; plus.nativeUI.alert("欢迎“"+nickname+"”登录!"); },function(e){ outLine("获取用户信息失败:"); outLine("["+e.code+"]:"+e.message); plus.nativeUI.alert("获取用户信息失败!",null,"登录"); }); } // 注销登录 function logoutAll(){ outSet("----- 注销登录认证 -----"); for(var i in auths){ logout(auths[i]); } } function logout(auth){ auth.logout(function(){ outLine("注销\""+auth.description+"\"成功"); },function(e){ outLine("注销\""+auth.description+"\"失败:"+e.message); }); } </script> <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8"/> <style type="text/css"> #total{ -webkit-user-select:text; text-align:right; padding:0 1em; border: 0px; border-bottom:1px solid #ECB100; border-radius: 0; font-size:16px; width:30%; outline:none; } </style> </head> <body> <header id="header"> <div class="nvbt iback" onclick="back()"></div> <div class="nvtt">OAuth</div> <div class="nvbt idoc" onclick="openDoc('OAuth Document','/doc/oauth.html')"></div> </header> <div id="dcontent" class="dcontent"> <br/> <p id="info" style="padding: 0 1em;text-align:left;">登录认证通道信息:</p> <div style="padding: 0.5em 1em;"><hr color="#EEE"/></div> <br/> <div id="oauth"></div> <br/> <div class="button button-waring" onclick="logoutAll()">注销登录</div> </div> <div id="output"> OAuth模块管理客户端的用户授权登录验证功能,允许应用访问第三方平台的资源。 </div> </body> <script type="text/javascript" src="../js/immersed.js" ></script> </html>
NSStringDong/XlvrenCharge
XlvrenProject_Html/XlvrenCharge/plus/oauth.html
HTML
gpl-2.0
4,040
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="HandheldFriendly" content="true"/> <!--<meta name="MobileOptimized" content="320"/>--> <title>Hello H5+</title> <script type="text/javascript" src="../js/common.js"></script> <script type="text/javascript"> var auths={}; function plusReady(){ // 获取登录认证通道 plus.oauth.getServices(function(services){ var content=document.getElementById('dcontent'); var info=document.getElementById("info"); var txt="登录认证通道信息:"; for(var i in services){ var service=services[i]; console.log(service.id+": "+service.authResult+", "+service.userInfo); auths[service.id]=service; txt += "id:"+service.id+", "; txt += "description:"+service.description+", "; var de=document.createElement('div'); de.setAttribute('class','button'); de.setAttribute('onclick','login(this.id)'); de.id=service.id; de.innerText=service.description+"登录"; oauth.appendChild(de); } info.innerText=txt; },function(e){ outLine("获取登录认证失败:"+e.message); }); } document.addEventListener('plusready',plusReady,false); // 登录认证 function login(id){ outSet("----- 登录认证 -----"); var auth=auths[id]; if(auth){ var w=null; if(plus.os.name=="Android"){ w=plus.nativeUI.showWaiting(); } document.addEventListener("pause",function(){ setTimeout(function(){ w&&w.close();w=null; },2000); }, false ); auth.login(function(){ w&&w.close();w=null; outLine("登录认证成功:"); outLine(JSON.stringify(auth.authResult)); userinfo(auth); },function(e){ w&&w.close();w=null; outLine("登录认证失败:"); outLine("["+e.code+"]:"+e.message); plus.nativeUI.alert("详情错误信息请参考授权登录(OAuth)规范文档:http://www.html5plus.org/#specification#/specification/OAuth.html",null,"登录失败["+e.code+"]:"+e.message); }); }else{ outLine("无效的登录认证通道!"); plus.nativeUI.alert("无效的登录认证通道!",null,"登录"); } } // 获取用户信息 function userinfo(a){ outLine("----- 获取用户信息 -----"); a.getUserInfo(function(){ outLine("获取用户信息成功:"); outLine(JSON.stringify(a.userInfo)); var nickname=a.userInfo.nickname||a.userInfo.name; plus.nativeUI.alert("欢迎“"+nickname+"”登录!"); },function(e){ outLine("获取用户信息失败:"); outLine("["+e.code+"]:"+e.message); plus.nativeUI.alert("获取用户信息失败!",null,"登录"); }); } // 注销登录 function logoutAll(){ outSet("----- 注销登录认证 -----"); for(var i in auths){ logout(auths[i]); } } function logout(auth){ auth.logout(function(){ outLine("注销\""+auth.description+"\"成功"); },function(e){ outLine("注销\""+auth.description+"\"失败:"+e.message); }); } </script> <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8"/> <style type="text/css"> #total{ -webkit-user-select:text; text-align:right; padding:0 1em; border: 0px; border-bottom:1px solid #ECB100; border-radius: 0; font-size:16px; width:30%; outline:none; } </style> </head> <body> <header id="header"> <div class="nvbt iback" onclick="back()"></div> <div class="nvtt">OAuth</div> <div class="nvbt idoc" onclick="openDoc('OAuth Document','/doc/oauth.html')"></div> </header> <div id="dcontent" class="dcontent"> <br/> <p id="info" style="padding: 0 1em;text-align:left;">登录认证通道信息:</p> <div style="padding: 0.5em 1em;"><hr color="#EEE"/></div> <br/> <div id="oauth"></div> <br/> <div class="button button-waring" onclick="logoutAll()">注销登录</div> </div> <div id="output"> OAuth模块管理客户端的用户授权登录验证功能,允许应用访问第三方平台的资源。 </div> </body> <script type="text/javascript" src="../js/immersed.js" ></script> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> LNSTAT(8)</title> </head> <body> <div class="mandoc"> <table class="head"> <tbody> <tr> <td class="head-ltitle"> LNSTAT(8)</td> <td class="head-vol"> System Manager's Manual</td> <td class="head-rtitle"> LNSTAT(8)</td> </tr> </tbody> </table> <div class="section"> <h1>NAME</h1> lnstat - unified linux network statistics</div> <div class="section"> <h1>SYNOPSIS</h1> <b>lnstat</b> [<i>options</i>]</div> <div class="section"> <h1>DESCRIPTION</h1> This manual page documents briefly the <b>lnstat</b> command.<div class="spacer"> </div> <b>lnstat</b> is a generalized and more feature-complete replacement for the old rtstat program. In addition to routing cache statistics, it supports any kind of statistics the linux kernel exports via a file in /proc/net/stat/.</div> <div class="section"> <h1>OPTIONS</h1> lnstat supports the following options.<dl> <dt> <b>-h, --help</b></dt> <dd> Show summary of options.</dd> </dl> <dl> <dt> <b>-V, --version</b></dt> <dd> Show version of program.</dd> </dl> <dl> <dt> <b>-c, --count &lt;count&gt;</b></dt> <dd> Print &lt;count&gt; number of intervals.</dd> </dl> <dl> <dt> <b>-d, --dump</b></dt> <dd> Dump list of available files/keys.</dd> </dl> <dl> <dt> <b>-f, --file &lt;file&gt;</b></dt> <dd> Statistics file to use.</dd> </dl> <dl> <dt> <b>-i, --interval &lt;intv&gt;</b></dt> <dd> Set interval to 'intv' seconds.</dd> </dl> <dl> <dt> <b>-j, --json</b></dt> <dd> Display results in JSON format</dd> </dl> <dl> <dt> <b>-k, --keys k,k,k,...</b></dt> <dd> Display only keys specified.</dd> </dl> <dl> <dt> <b>-s, --subject [0-2]</b></dt> <dd> Specify display of subject/header. '0' means no header at all, '1' prints a header only at start of the program and '2' prints a header every 20 lines.</dd> </dl> <dl> <dt> <b>-w, --width n,n,n,...</b></dt> <dd> Width for each field.</dd> </dl> </div> <div class="section"> <h1>USAGE EXAMPLES</h1><dl> <dt> <b># lnstat -d</b></dt> <dd> Get a list of supported statistics files.</dd> </dl> <dl> <dt> <b># lnstat -k arp_cache:entries,rt_cache:in_hit,arp_cache:destroys</b></dt> <dd> Select the specified files and keys.</dd> </dl> <dl> <dt> <b># lnstat -i 10</b></dt> <dd> Use an interval of 10 seconds.</dd> </dl> <dl> <dt> <b># lnstat -f ip_conntrack</b></dt> <dd> Use only the specified file for statistics.</dd> </dl> <dl> <dt> <b># lnstat -s 0</b></dt> <dd> Do not print a header at all.</dd> </dl> <dl> <dt> <b># lnstat -s 20</b></dt> <dd> Print a header at start and every 20 lines.</dd> </dl> <dl> <dt> <b># lnstat -c -1 -i 1 -f rt_cache -k entries,in_hit,in_slow_tot</b></dt> <dd> Display statistics for keys entries, in_hit and in_slow_tot of field rt_cache every second.</dd> </dl> </div> <div class="section"> <h1>SEE ALSO</h1> <b>ip</b>(8), and /usr/share/doc/iproute-doc/README.lnstat (package iproute-doc on Debian)<div style="height: 0.00em;"> &#160;</div> </div> <div class="section"> <h1>AUTHOR</h1> lnstat was written by Harald Welte &lt;[email protected]&gt;.<div class="spacer"> </div> This manual page was written by Michael Prokop &lt;[email protected]&gt; for the Debian project (but may be used by others).</div> <table class="foot"> <tr> <td class="foot-date"> </td> <td class="foot-os"> </td> </tr> </table> </div> </body> </html>
fusion809/fusion809.github.io-old
man/lnstat.8.html
HTML
gpl-3.0
3,538
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> LNSTAT(8)</title> </head> <body> <div class="mandoc"> <table class="head"> <tbody> <tr> <td class="head-ltitle"> LNSTAT(8)</td> <td class="head-vol"> System Manager's Manual</td> <td class="head-rtitle"> LNSTAT(8)</td> </tr> </tbody> </table> <div class="section"> <h1>NAME</h1> lnstat - unified linux network statistics</div> <div class="section"> <h1>SYNOPSIS</h1> <b>lnstat</b> [<i>options</i>]</div> <div class="section"> <h1>DESCRIPTION</h1> This manual page documents briefly the <b>lnstat</b> command.<div class="spacer"> </div> <b>lnstat</b> is a generalized and more feature-complete replacement for the old rtstat program. In addition to routing cache statistics, it supports any kind of statistics the linux kernel exports via a file in /proc/net/stat/.</div> <div class="section"> <h1>OPTIONS</h1> lnstat supports the following options.<dl> <dt> <b>-h, --help</b></dt> <dd> Show summary of options.</dd> </dl> <dl> <dt> <b>-V, --version</b></dt> <dd> Show version of program.</dd> </dl> <dl> <dt> <b>-c, --count &lt;count&gt;</b></dt> <dd> Print &lt;count&gt; number of intervals.</dd> </dl> <dl> <dt> <b>-d, --dump</b></dt> <dd> Dump list of available files/keys.</dd> </dl> <dl> <dt> <b>-f, --file &lt;file&gt;</b></dt> <dd> Statistics file to use.</dd> </dl> <dl> <dt> <b>-i, --interval &lt;intv&gt;</b></dt> <dd> Set interval to 'intv' seconds.</dd> </dl> <dl> <dt> <b>-j, --json</b></dt> <dd> Display results in JSON format</dd> </dl> <dl> <dt> <b>-k, --keys k,k,k,...</b></dt> <dd> Display only keys specified.</dd> </dl> <dl> <dt> <b>-s, --subject [0-2]</b></dt> <dd> Specify display of subject/header. '0' means no header at all, '1' prints a header only at start of the program and '2' prints a header every 20 lines.</dd> </dl> <dl> <dt> <b>-w, --width n,n,n,...</b></dt> <dd> Width for each field.</dd> </dl> </div> <div class="section"> <h1>USAGE EXAMPLES</h1><dl> <dt> <b># lnstat -d</b></dt> <dd> Get a list of supported statistics files.</dd> </dl> <dl> <dt> <b># lnstat -k arp_cache:entries,rt_cache:in_hit,arp_cache:destroys</b></dt> <dd> Select the specified files and keys.</dd> </dl> <dl> <dt> <b># lnstat -i 10</b></dt> <dd> Use an interval of 10 seconds.</dd> </dl> <dl> <dt> <b># lnstat -f ip_conntrack</b></dt> <dd> Use only the specified file for statistics.</dd> </dl> <dl> <dt> <b># lnstat -s 0</b></dt> <dd> Do not print a header at all.</dd> </dl> <dl> <dt> <b># lnstat -s 20</b></dt> <dd> Print a header at start and every 20 lines.</dd> </dl> <dl> <dt> <b># lnstat -c -1 -i 1 -f rt_cache -k entries,in_hit,in_slow_tot</b></dt> <dd> Display statistics for keys entries, in_hit and in_slow_tot of field rt_cache every second.</dd> </dl> </div> <div class="section"> <h1>SEE ALSO</h1> <b>ip</b>(8), and /usr/share/doc/iproute-doc/README.lnstat (package iproute-doc on Debian)<div style="height: 0.00em;"> &#160;</div> </div> <div class="section"> <h1>AUTHOR</h1> lnstat was written by Harald Welte &lt;[email protected]&gt;.<div class="spacer"> </div> This manual page was written by Michael Prokop &lt;[email protected]&gt; for the Debian project (but may be used by others).</div> <table class="foot"> <tr> <td class="foot-date"> </td> <td class="foot-os"> </td> </tr> </table> </div> </body> </html>
<!doctype html> <html> <title>npm-rm</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-rm.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../cli/npm-rm.html">npm-rm</a></h1> <p>Remove a package</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm rm &lt;name&gt; npm r &lt;name&gt; npm uninstall &lt;name&gt; npm un &lt;name&gt; </code></pre><h2 id="description">DESCRIPTION</h2> <p>This uninstalls a package, completely removing everything npm installed on its behalf.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-prune.html">npm-prune(1)</a></li> <li><a href="../cli/npm-install.html">npm-install(1)</a></li> <li><a href="../files/npm-folders.html">npm-folders(5)</a></li> <li><a href="../cli/npm-config.html">npm-config(1)</a></li> <li><a href="../misc/npm-config.html">npm-config(7)</a></li> <li><a href="../files/npmrc.html">npmrc(5)</a></li> </ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-rm &mdash; [email protected]</p>
justathoughtor2/atomicApe
cygwin/bin/node_modules/phonegap/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/html/doc/cli/npm-rm.html
HTML
gpl-3.0
3,248
<!doctype html> <html> <title>npm-rm</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-rm.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../cli/npm-rm.html">npm-rm</a></h1> <p>Remove a package</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm rm &lt;name&gt; npm r &lt;name&gt; npm uninstall &lt;name&gt; npm un &lt;name&gt; </code></pre><h2 id="description">DESCRIPTION</h2> <p>This uninstalls a package, completely removing everything npm installed on its behalf.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-prune.html">npm-prune(1)</a></li> <li><a href="../cli/npm-install.html">npm-install(1)</a></li> <li><a href="../files/npm-folders.html">npm-folders(5)</a></li> <li><a href="../cli/npm-config.html">npm-config(1)</a></li> <li><a href="../misc/npm-config.html">npm-config(7)</a></li> <li><a href="../files/npmrc.html">npmrc(5)</a></li> </ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-rm &mdash; [email protected]</p>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>PHP MySQL Database Interface: UnknownDatabaseException Klassenreferenz</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"> <link href="../../doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Erzeugt von Doxygen 1.5.9 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="../../main.html"><span>Hauptseite</span></a></li> <li><a href="../../namespaces.html"><span>Namensbereiche</span></a></li> <li class="current"><a href="../../annotated.html"><span>Datenstrukturen</span></a></li> <li><a href="../../files.html"><span>Dateien</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="../../annotated.html"><span>Datenstrukturen</span></a></li> <li><a href="../../hierarchy.html"><span>Klassenhierarchie</span></a></li> <li><a href="../../functions.html"><span>Datenstruktur-Elemente</span></a></li> </ul> </div> </div> <div class="contents"> <h1>UnknownDatabaseException Klassenreferenz</h1><!-- doxytag: class="UnknownDatabaseException" --><!-- doxytag: inherits="DatabaseException" --><div class="dynheader"> Klassendiagramm für UnknownDatabaseException:</div> <div class="dynsection"> <p><center><img src="../../dc/daa/class_unknown_database_exception.png" usemap="#UnknownDatabaseException_map" border="0" alt=""></center> <map name="UnknownDatabaseException_map"> <area href="../../d1/d5d/class_database_exception.html" alt="DatabaseException" shape="rect" coords="0,0,171,24"> </map> </div> <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Öffentliche Methoden</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dc/daa/class_unknown_database_exception.html#d9192420bc35f927ea5bcc2b6da93b0c">__construct</a> ($message=null, $code=0, Exception $previous=null)</td></tr> </table> <hr><a name="_details"></a><h2>Ausführliche Beschreibung</h2> <a class="el" href="../../dc/daa/class_unknown_database_exception.html">UnknownDatabaseException</a> <hr><h2>Beschreibung der Konstruktoren und Destruktoren</h2> <a class="anchor" name="d9192420bc35f927ea5bcc2b6da93b0c"></a><!-- doxytag: member="UnknownDatabaseException::__construct" ref="d9192420bc35f927ea5bcc2b6da93b0c" args="($message=null, $code=0, Exception $previous=null)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">__construct </td> <td>(</td> <td class="paramtype">$&nbsp;</td> <td class="paramname"> <em>message</em> = <code>null</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">$&nbsp;</td> <td class="paramname"> <em>code</em> = <code>0</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">Exception $&nbsp;</td> <td class="paramname"> <em>previous</em> = <code>null</code></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p> <dl compact><dt><b>Parameter:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>string</em>&nbsp;</td><td>$message </td></tr> <tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>$code </td></tr> <tr><td valign="top"></td><td valign="top"><em>Exception</em>&nbsp;</td><td>$previous </td></tr> </table> </dl> <p>Erneute Implementation von <a class="el" href="../../d1/d5d/class_database_exception.html#d9192420bc35f927ea5bcc2b6da93b0c">DatabaseException</a>.</p> </div> </div><p> <hr>Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:<ul> <li>S:/Documents/Projekte/phpDBI/workbench/0.02/classes/exception/<a class="el" href="../../d1/d9b/_unknown_database_exception_8php.html">UnknownDatabaseException.php</a></ul> </div> <hr size="1"><address style="text-align: right;"><small>Erzeugt am Fri Dec 25 15:32:56 2009 für PHP MySQL Database Interface von&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="../../doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> </body> </html>
keil/phpDBI-MySQL-Database-Interface-
documentation/html/dc/daa/class_unknown_database_exception.html
HTML
gpl-3.0
4,592
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>PHP MySQL Database Interface: UnknownDatabaseException Klassenreferenz</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"> <link href="../../doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Erzeugt von Doxygen 1.5.9 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="../../main.html"><span>Hauptseite</span></a></li> <li><a href="../../namespaces.html"><span>Namensbereiche</span></a></li> <li class="current"><a href="../../annotated.html"><span>Datenstrukturen</span></a></li> <li><a href="../../files.html"><span>Dateien</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="../../annotated.html"><span>Datenstrukturen</span></a></li> <li><a href="../../hierarchy.html"><span>Klassenhierarchie</span></a></li> <li><a href="../../functions.html"><span>Datenstruktur-Elemente</span></a></li> </ul> </div> </div> <div class="contents"> <h1>UnknownDatabaseException Klassenreferenz</h1><!-- doxytag: class="UnknownDatabaseException" --><!-- doxytag: inherits="DatabaseException" --><div class="dynheader"> Klassendiagramm für UnknownDatabaseException:</div> <div class="dynsection"> <p><center><img src="../../dc/daa/class_unknown_database_exception.png" usemap="#UnknownDatabaseException_map" border="0" alt=""></center> <map name="UnknownDatabaseException_map"> <area href="../../d1/d5d/class_database_exception.html" alt="DatabaseException" shape="rect" coords="0,0,171,24"> </map> </div> <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Öffentliche Methoden</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dc/daa/class_unknown_database_exception.html#d9192420bc35f927ea5bcc2b6da93b0c">__construct</a> ($message=null, $code=0, Exception $previous=null)</td></tr> </table> <hr><a name="_details"></a><h2>Ausführliche Beschreibung</h2> <a class="el" href="../../dc/daa/class_unknown_database_exception.html">UnknownDatabaseException</a> <hr><h2>Beschreibung der Konstruktoren und Destruktoren</h2> <a class="anchor" name="d9192420bc35f927ea5bcc2b6da93b0c"></a><!-- doxytag: member="UnknownDatabaseException::__construct" ref="d9192420bc35f927ea5bcc2b6da93b0c" args="($message=null, $code=0, Exception $previous=null)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">__construct </td> <td>(</td> <td class="paramtype">$&nbsp;</td> <td class="paramname"> <em>message</em> = <code>null</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">$&nbsp;</td> <td class="paramname"> <em>code</em> = <code>0</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">Exception $&nbsp;</td> <td class="paramname"> <em>previous</em> = <code>null</code></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p> <dl compact><dt><b>Parameter:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>string</em>&nbsp;</td><td>$message </td></tr> <tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>$code </td></tr> <tr><td valign="top"></td><td valign="top"><em>Exception</em>&nbsp;</td><td>$previous </td></tr> </table> </dl> <p>Erneute Implementation von <a class="el" href="../../d1/d5d/class_database_exception.html#d9192420bc35f927ea5bcc2b6da93b0c">DatabaseException</a>.</p> </div> </div><p> <hr>Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:<ul> <li>S:/Documents/Projekte/phpDBI/workbench/0.02/classes/exception/<a class="el" href="../../d1/d9b/_unknown_database_exception_8php.html">UnknownDatabaseException.php</a></ul> </div> <hr size="1"><address style="text-align: right;"><small>Erzeugt am Fri Dec 25 15:32:56 2009 für PHP MySQL Database Interface von&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="../../doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> </body> </html>
<html> <head> <title>datypus</title> <link rel="stylesheet" type="text/css" href="/css/datystyle.css"> <body> <div class="chart"></div> <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script type="text/javascript"> var data = [4, 8, 15, 16, 2, 42]; var x = d3.scale.linear() .domain([0, d3.max(data)]) .range([0, 420]); d3.select(".chart") .selectAll("div") .data(data) .enter().append("div") .style("width", function(d) { return x(d) + "px"; }) .text(function(d) { return d; }); </script> </body> </html>
zbisch/platypus
index.html
HTML
gpl-3.0
738
<html> <head> <title>datypus</title> <link rel="stylesheet" type="text/css" href="/css/datystyle.css"> <body> <div class="chart"></div> <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script type="text/javascript"> var data = [4, 8, 15, 16, 2, 42]; var x = d3.scale.linear() .domain([0, d3.max(data)]) .range([0, 420]); d3.select(".chart") .selectAll("div") .data(data) .enter().append("div") .style("width", function(d) { return x(d) + "px"; }) .text(function(d) { return d; }); </script> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> PTHREAD_CONDATTR_SETPSHARED(3P)</title> </head> <body> <div class="mandoc"> <table class="head"> <tbody> <tr> <td class="head-ltitle"> PTHREAD_CONDATTR_SETPSHARED(3P)</td> <td class="head-vol"> POSIX Programmer's Manual</td> <td class="head-rtitle"> PTHREAD_CONDATTR_SETPSHARED(3P)</td> </tr> </tbody> </table> <div class="section"> <h1>PROLOG</h1> This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.<div style="height: 1.00em;"> &#160;</div> </div> <div class="section"> <h1>NAME</h1> pthread_condattr_setpshared &#8212; set the process-shared condition variable attribute</div> <div class="section"> <h1>SYNOPSIS</h1><br/> #include &lt;pthread.h&gt;<div class="spacer"> </div> int pthread_condattr_setpshared(pthread_condattr_t *<i>attr</i>,<br/> int <i>pshared</i>);<br/> </div> <div class="section"> <h1>DESCRIPTION</h1> Refer to <i><i>pthread_condattr_getpshared</i>()</i>.</div> <div class="section"> <h1>COPYRIGHT</h1> Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 with the 2013 Technical Corrigendum 1 applied.) In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.unix.org/online.html .<div style="height: 1.00em;"> &#160;</div> Any typographical or formatting errors that appear in this page are most likely to have been introduced during the conversion of the source files to man page format. To report such errors, see https://www.kernel.org/doc/man-pages/reporting_bugs.html .</div> <table class="foot"> <tr> <td class="foot-date"> 2013</td> <td class="foot-os"> IEEE/The Open Group</td> </tr> </table> </div> </body> </html>
fusion809/fusion809.github.io-old
man/pthread_condattr_setpshared.3p.html
HTML
gpl-3.0
2,519
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> PTHREAD_CONDATTR_SETPSHARED(3P)</title> </head> <body> <div class="mandoc"> <table class="head"> <tbody> <tr> <td class="head-ltitle"> PTHREAD_CONDATTR_SETPSHARED(3P)</td> <td class="head-vol"> POSIX Programmer's Manual</td> <td class="head-rtitle"> PTHREAD_CONDATTR_SETPSHARED(3P)</td> </tr> </tbody> </table> <div class="section"> <h1>PROLOG</h1> This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.<div style="height: 1.00em;"> &#160;</div> </div> <div class="section"> <h1>NAME</h1> pthread_condattr_setpshared &#8212; set the process-shared condition variable attribute</div> <div class="section"> <h1>SYNOPSIS</h1><br/> #include &lt;pthread.h&gt;<div class="spacer"> </div> int pthread_condattr_setpshared(pthread_condattr_t *<i>attr</i>,<br/> int <i>pshared</i>);<br/> </div> <div class="section"> <h1>DESCRIPTION</h1> Refer to <i><i>pthread_condattr_getpshared</i>()</i>.</div> <div class="section"> <h1>COPYRIGHT</h1> Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 with the 2013 Technical Corrigendum 1 applied.) In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.unix.org/online.html .<div style="height: 1.00em;"> &#160;</div> Any typographical or formatting errors that appear in this page are most likely to have been introduced during the conversion of the source files to man page format. To report such errors, see https://www.kernel.org/doc/man-pages/reporting_bugs.html .</div> <table class="foot"> <tr> <td class="foot-date"> 2013</td> <td class="foot-os"> IEEE/The Open Group</td> </tr> </table> </div> </body> </html>
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'strict-origin-when-cross-origin'</title> <meta charset='utf-8'> <meta name="description" content="Check that a priori insecure subresource gets no referrer information. Otherwise, cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL."> <link rel="author" title="Kristijan Burnik" href="[email protected]"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-strict-origin-when-cross-origin"> <meta name="assert" content="Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.sub.js"></script> <script src="../../../../generic/test-case.sub.js"></script> </head> <body> <script> TestCase( { "expectation": "origin", "origin": "cross-https", "redirection": "no-redirect", "source_context_list": [ { "policyDeliveries": [], "sourceContextType": "srcdoc" } ], "source_scheme": "http", "subresource": "a-tag", "subresource_policy_deliveries": [] }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
UK992/servo
tests/wpt/web-platform-tests/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/a-tag/cross-https.no-redirect.http.html
HTML
mpl-2.0
1,719
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'strict-origin-when-cross-origin'</title> <meta charset='utf-8'> <meta name="description" content="Check that a priori insecure subresource gets no referrer information. Otherwise, cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL."> <link rel="author" title="Kristijan Burnik" href="[email protected]"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-strict-origin-when-cross-origin"> <meta name="assert" content="Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.sub.js"></script> <script src="../../../../generic/test-case.sub.js"></script> </head> <body> <script> TestCase( { "expectation": "origin", "origin": "cross-https", "redirection": "no-redirect", "source_context_list": [ { "policyDeliveries": [], "sourceContextType": "srcdoc" } ], "source_scheme": "http", "subresource": "a-tag", "subresource_policy_deliveries": [] }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Keyword noodle soup</title> <link rel="stylesheet" href="show.css"> </head> <body> <div id="app"> <h1>Loading…</h1> </div> <script src="underscore-min.js"></script> <script src="d3.v3.min.js" charset="utf-8"></script> <script src="show.js"></script> </body> </html>
overview/overview-apps
keyword-noodle-soup/public/show.html
HTML
agpl-3.0
375
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Keyword noodle soup</title> <link rel="stylesheet" href="show.css"> </head> <body> <div id="app"> <h1>Loading…</h1> </div> <script src="underscore-min.js"></script> <script src="d3.v3.min.js" charset="utf-8"></script> <script src="show.js"></script> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/transitional.dtd"> <html><head> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="estilos.css" /> <title> Indice de Ley Orgánica de Educación Enmarcada en los Derechos Humanos, como contribuci&oacute; en EDUCERE</title> </head><body> <div id="container"> <div id="pageHeader"> </div> <div id="pageContehome"> <center><big><a href="../index.html">Indices EDUCERE</a><br></big></center> <entry> <number> 811<br> </number> <results> <titulo> Ley Orgánica de Educación Enmarcada en los Derechos Humanos<br> </titulo> <subtitulo> -- <br> </subtitulo> <autores> [[Trejo Urquiola, Walter]]<br> </autores> <titulo> <a href="http://www.saber.ula.ve/handle/123456789/19615">http://www.saber.ula.ve/handle/123456789/19615</a><br> <creado> 2001-07-01<br> </creado> </titulo> <results> <div></div> <h2 align="center">La frase: Ley Orgánica de Educación Enmarcada en los Derechos Humanos</h2> <h3 align="center">Produjo 7 resultados</h3> <table align="center" border="1" width="100%"> <tr><th>Relevancia</th><th>Archivo (URL implicito)</th><th>Tama�o (en Bytes)</th></tr> <tr><td>1000</td><td><a href=".%2fpdfs%2fv12n41%2farticulo14.pdf">articulo14.pdf</a></td><td><em>2380231</em></td></tr> <tr><td>930</td><td><a href=".%2fpdfs%2fv5n14%2farticulo11.pdf">articulo11.pdf</a></td><td><em>77241</em></td></tr> <tr><td>848</td><td><a href=".%2fpdfs%2fv11n36%2farticulo17.pdf">articulo17.pdf</a></td><td><em>875718</em></td></tr> <tr><td>822</td><td><a href=".%2fpdfs%2fv3n8%2farticulo3-8-11.pdf">articulo3-8-11.pdf</a></td><td><em>755003</em></td></tr> <tr><td>819</td><td><a href=".%2fpdfs%2fv6n17%2farticulo18.pdf">articulo18.pdf</a></td><td><em>363494</em></td></tr> <tr><td>794</td><td><a href=".%2fpdfs%2fv13n45%2farticulo11.pdf">articulo11.pdf</a></td><td><em>301176</em></td></tr> <tr><td>768</td><td><a href=".%2fpdfs%2fv5n16%2farticulo7.pdf">articulo7.pdf</a></td><td><em>408479</em></td></tr> </table> </results> </entry> </div> <div id="footer"><p>EDUCERE. La Revista Venezolana de Educación Escuela de Educación. <br/> Facultad de Humanidades y Educación Universidad de Los Andes,<br/> Mérida - Venezuela<br/> <br/> <br/> </p> </div> </div> </body> </html>
jacintodavila/catalogoelectronicoautonomo
ceaWeb/indices/t00811.html
HTML
agpl-3.0
2,338
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/transitional.dtd"> <html><head> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="estilos.css" /> <title> Indice de Ley Orgánica de Educación Enmarcada en los Derechos Humanos, como contribuci&oacute; en EDUCERE</title> </head><body> <div id="container"> <div id="pageHeader"> </div> <div id="pageContehome"> <center><big><a href="../index.html">Indices EDUCERE</a><br></big></center> <entry> <number> 811<br> </number> <results> <titulo> Ley Orgánica de Educación Enmarcada en los Derechos Humanos<br> </titulo> <subtitulo> -- <br> </subtitulo> <autores> [[Trejo Urquiola, Walter]]<br> </autores> <titulo> <a href="http://www.saber.ula.ve/handle/123456789/19615">http://www.saber.ula.ve/handle/123456789/19615</a><br> <creado> 2001-07-01<br> </creado> </titulo> <results> <div></div> <h2 align="center">La frase: Ley Orgánica de Educación Enmarcada en los Derechos Humanos</h2> <h3 align="center">Produjo 7 resultados</h3> <table align="center" border="1" width="100%"> <tr><th>Relevancia</th><th>Archivo (URL implicito)</th><th>Tama�o (en Bytes)</th></tr> <tr><td>1000</td><td><a href=".%2fpdfs%2fv12n41%2farticulo14.pdf">articulo14.pdf</a></td><td><em>2380231</em></td></tr> <tr><td>930</td><td><a href=".%2fpdfs%2fv5n14%2farticulo11.pdf">articulo11.pdf</a></td><td><em>77241</em></td></tr> <tr><td>848</td><td><a href=".%2fpdfs%2fv11n36%2farticulo17.pdf">articulo17.pdf</a></td><td><em>875718</em></td></tr> <tr><td>822</td><td><a href=".%2fpdfs%2fv3n8%2farticulo3-8-11.pdf">articulo3-8-11.pdf</a></td><td><em>755003</em></td></tr> <tr><td>819</td><td><a href=".%2fpdfs%2fv6n17%2farticulo18.pdf">articulo18.pdf</a></td><td><em>363494</em></td></tr> <tr><td>794</td><td><a href=".%2fpdfs%2fv13n45%2farticulo11.pdf">articulo11.pdf</a></td><td><em>301176</em></td></tr> <tr><td>768</td><td><a href=".%2fpdfs%2fv5n16%2farticulo7.pdf">articulo7.pdf</a></td><td><em>408479</em></td></tr> </table> </results> </entry> </div> <div id="footer"><p>EDUCERE. La Revista Venezolana de Educación Escuela de Educación. <br/> Facultad de Humanidades y Educación Universidad de Los Andes,<br/> Mérida - Venezuela<br/> <br/> <br/> </p> </div> </div> </body> </html>
<html> <head> <title>Frankenstein, 1831, Vol. 2, Chap. 3, Frame 6</title> </head> <body> <p> "Having thus arranged my dwelling, and carpeted it with clean straw, I retired; for I saw the figure of a man at a distance, and I remembered too well my treatment the night before, to trust myself in his power. I had first, however, provided for my sustenance for that day, by a loaf of coarse bread, which I purloined, and a cup with which I could drink, more conveniently than from my hand, of the pure water which flowed by my retreat. The floor was a little raised, so that it was kept perfectly dry, and by its vicinity to the chimney of the cottage it was tolerably warm.</p><p> "Being thus provided, I resolved to reside in this hovel, until something should occur which might alter my determination. It was indeed <a href="../V2notes/paradise.html">a paradise</a>, compared to the bleak forest, my former residence, the rain-dropping branches, and dank earth. I ate my breakfast with pleasure, and was about to remove a plank to procure myself a little water, when I heard a step, and looking through a small chink, I beheld a young creature, with a pail on her head, passing before my hovel. The girl was young, and of gentle demeanour, <a href="../V2notes/unlike.html">unlike what I have since found cottagers and farm-house servants to be</a>. Yet she was <a href="../V2notes/meanly.html">meanly dressed</a>, a coarse blue petticoat and a linen jacket being her only garb; her fair hair was plaited, but not adorned; she looked patient, yet sad. I lost sight of her; and in about a quarter of an hour she returned, bearing the pail, which was now partly filled with milk. As she walked along, seemingly incommoded by the burden, a young man met her, whose countenance expressed a deeper despondence. Uttering a few sounds with an air of melancholy, he took the pail from her head, and bore it to the cottage himself. She followed, and they disappeared. Presently I saw the young man again, with some tools in his hand, cross the field behind the cottage; and the girl was also busied, sometimes in the house, and sometimes in the yard.</p> </body> </html>
ebeshero/Pittsburgh_Frankenstein
frankenTexts_HTML/PA_Electronic_Ed/1831_ed/00118-chapterContent-1831.html
HTML
agpl-3.0
2,174
<html> <head> <title>Frankenstein, 1831, Vol. 2, Chap. 3, Frame 6</title> </head> <body> <p> "Having thus arranged my dwelling, and carpeted it with clean straw, I retired; for I saw the figure of a man at a distance, and I remembered too well my treatment the night before, to trust myself in his power. I had first, however, provided for my sustenance for that day, by a loaf of coarse bread, which I purloined, and a cup with which I could drink, more conveniently than from my hand, of the pure water which flowed by my retreat. The floor was a little raised, so that it was kept perfectly dry, and by its vicinity to the chimney of the cottage it was tolerably warm.</p><p> "Being thus provided, I resolved to reside in this hovel, until something should occur which might alter my determination. It was indeed <a href="../V2notes/paradise.html">a paradise</a>, compared to the bleak forest, my former residence, the rain-dropping branches, and dank earth. I ate my breakfast with pleasure, and was about to remove a plank to procure myself a little water, when I heard a step, and looking through a small chink, I beheld a young creature, with a pail on her head, passing before my hovel. The girl was young, and of gentle demeanour, <a href="../V2notes/unlike.html">unlike what I have since found cottagers and farm-house servants to be</a>. Yet she was <a href="../V2notes/meanly.html">meanly dressed</a>, a coarse blue petticoat and a linen jacket being her only garb; her fair hair was plaited, but not adorned; she looked patient, yet sad. I lost sight of her; and in about a quarter of an hour she returned, bearing the pail, which was now partly filled with milk. As she walked along, seemingly incommoded by the burden, a young man met her, whose countenance expressed a deeper despondence. Uttering a few sounds with an air of melancholy, he took the pail from her head, and bore it to the cottage himself. She followed, and they disappeared. Presently I saw the young man again, with some tools in his hand, cross the field behind the cottage; and the girl was also busied, sometimes in the house, and sometimes in the yard.</p> </body> </html>
<html> <head> <title>Frankenstein, 1831, Vol. 3, Chap. 1, Frame 2</title> </head> <body> <p> I <a href="../V3notes/trembled.html">trembled violently</a> at his exordium, and my father continued--</p><p> "I confess, my son, that I have always looked forward to your marriage with our dear Elizabeth as <a href="../V3notes/domestic.html">the tie of our domestic comfort</a>, and the stay of my declining years. You were attached to each other from your earliest infancy; you studied together, and appeared, in dispositions and tastes, entirely suited to one another. But so blind is the experience of man, that what I conceived to be the best assistants to my plan, may have entirely destroyed it. You, perhaps, regard her as your sister, without any wish that she might become your wife. Nay, you may have met with another whom you may love; and, considering yourself as bound in honour to Elizabeth, this struggle may occasion the poignant misery which you appear to feel."</p><p> "My dear father, re-assure yourself. I love my cousin tenderly and sincerely. I never saw any woman who excited, as Elizabeth does, my warmest admiration and affection. My future hopes and prospects are entirely bound up in the expectation of our union."</p><p> "The expression of your sentiments on this subject, my dear Victor, gives me more pleasure than I have for some time experienced. If you feel thus, we shall assuredly be happy, however present events may cast a gloom over us. But it is this gloom which appears to have taken so strong a hold of your mind, that I wish to dissipate. Tell me, therefore, whether you object to an immediate solemnisation of the marriage. We have been unfortunate, and recent events have drawn us from that every-day tranquillity befitting my years and infirmities. You are younger; yet I do not suppose, possessed as you are of a competent fortune, that an <a href="../V3notes/earlymar.html">early marriage would at all interfere with any future plans of honour and utility</a> that you may have formed. Do not suppose, however, that I wish to dictate happiness to you, or that a delay on your part would cause me any serious uneasiness. Interpret my words with <a href="../V3notes/candour.html">candour</a>, and answer me, I conjure you, with confidence and sincerity."</p> </body> </html>
ebeshero/Pittsburgh_Frankenstein
frankenTexts_HTML/PA_Electronic_Ed/1831_ed/00169-chapterContent-1831.html
HTML
agpl-3.0
2,329
<html> <head> <title>Frankenstein, 1831, Vol. 3, Chap. 1, Frame 2</title> </head> <body> <p> I <a href="../V3notes/trembled.html">trembled violently</a> at his exordium, and my father continued--</p><p> "I confess, my son, that I have always looked forward to your marriage with our dear Elizabeth as <a href="../V3notes/domestic.html">the tie of our domestic comfort</a>, and the stay of my declining years. You were attached to each other from your earliest infancy; you studied together, and appeared, in dispositions and tastes, entirely suited to one another. But so blind is the experience of man, that what I conceived to be the best assistants to my plan, may have entirely destroyed it. You, perhaps, regard her as your sister, without any wish that she might become your wife. Nay, you may have met with another whom you may love; and, considering yourself as bound in honour to Elizabeth, this struggle may occasion the poignant misery which you appear to feel."</p><p> "My dear father, re-assure yourself. I love my cousin tenderly and sincerely. I never saw any woman who excited, as Elizabeth does, my warmest admiration and affection. My future hopes and prospects are entirely bound up in the expectation of our union."</p><p> "The expression of your sentiments on this subject, my dear Victor, gives me more pleasure than I have for some time experienced. If you feel thus, we shall assuredly be happy, however present events may cast a gloom over us. But it is this gloom which appears to have taken so strong a hold of your mind, that I wish to dissipate. Tell me, therefore, whether you object to an immediate solemnisation of the marriage. We have been unfortunate, and recent events have drawn us from that every-day tranquillity befitting my years and infirmities. You are younger; yet I do not suppose, possessed as you are of a competent fortune, that an <a href="../V3notes/earlymar.html">early marriage would at all interfere with any future plans of honour and utility</a> that you may have formed. Do not suppose, however, that I wish to dictate happiness to you, or that a delay on your part would cause me any serious uneasiness. Interpret my words with <a href="../V3notes/candour.html">candour</a>, and answer me, I conjure you, with confidence and sincerity."</p> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Netto-Lohn</title> <meta name="viewport" content="user-scalable=no"> <link rel="stylesheet" href="../shared/css/export-email.css"> <script src="../shared/config.js" defer></script> <script src="../dojotoolkit/dojo/dojo.js" defer></script> <script src="export-email.js" defer></script> </head> <body> </body> </html>
ohaz/amos-ss15-proj1
FlaskWebProject/static/scripts/rechner-brutto-netto/export-email.html
HTML
agpl-3.0
394
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Netto-Lohn</title> <meta name="viewport" content="user-scalable=no"> <link rel="stylesheet" href="../shared/css/export-email.css"> <script src="../shared/config.js" defer></script> <script src="../dojotoolkit/dojo/dojo.js" defer></script> <script src="export-email.js" defer></script> </head> <body> </body> </html>
README.md exists but content is empty.
Downloads last month
32

Models trained or fine-tuned on hardikg2907/cleaned-dataset-1-500k