path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/27b45644a4aeab0bf286f54c26c233a0d76814679f08c0c9bc7cbb37761660e1.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./6fcbd68afe57dcc4f6069ef2eaa7daa01537af97cda8654e39ebaea45b423b67.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
Electrino/win10/Electrino/test-app/index.html | pojala/electrino | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<style>
body {
background: white;
font-size: 80%;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
We are using Electrino:
<script>
document.write(process.versions.electrino + ", running on: " + process.platform + ", " + process.arch + "<br>");
var os = require("os");
document.write(os.release());
</script>
</body>
</html> |
src/forumHome/forum.html | petrKaspar/pwa-forum | <h1> Forum in Angular2 </h1>
<div class="forum jumbotron center-block">
<h2>Welcome user {{ userLogName }} {{ userLogID }}</h2>
<h3>Threads</h3>
<div *ngIf="threads_error">An error occurred while loading the foods!</div>
<p><a class="btn btn-primary btn-lg" role="button" (click)="logout()">Logout</a></p>
<p><a class="btn btn-primary btn-lg" role="button" style="align-content: center" (click)="addThread()">Add New Thread</a></p>
<p><a class="btn btn-primary btn-lg" role="button" (click)="getThreads()">Refresh</a></p>
<table>
<ul>
<tr><li *ngFor="let thread of myThreads" >
<td><h4><span (click)="onSelect(thread.id)"> {{ thread.id }}. <b>{{thread.title }}</b> , last update: {{thread.last_update.valueOf() * 1000 | date: "short" }} </span></h4></td>
<td> <button class="delete-button" (click)="deleteThread( thread.id )" >Delete</button> </td>
</li></tr>
</ul>
</table>
<!--<p><a class="btn btn-primary btn-lg" role="button" (click)="callAnonymousApi()">Call REST API</a></p>-->
<p><a class="btn btn-primary btn-lg" role="button" (click)="testovaci()">testovaci</a></p>
<p class="response">REST API - Json<br> {{response2}}</p>
</div>
|
pyprint/themes/none/templates/index.html | RicterZ/pyprint | {% extends "layout.html" %}
{% block body %}
{% for post in data.posts %}
<br>
<a class="title" href="/{% if post.type == 'post' %}posts{% else %}diaries{% endif %}/{{ post.title|urlencode }}">{{ post.title }}</a>
<pre>
<code>
Posted at {{ post.created_time }}
======================
{{ post.content|markdown_image }}
</code>
</pre>
<br>------------------------------------------<br>
{% endfor %}
<a href="/page/{{ data.preview }}" class="{% if data.preview <= 0 %}hide{% endif %}"><< Newer</a>
<a href="/page/{{ data.next }}" class="pull-right {% if data.posts|length < 3 or not data.next %}hide{% endif %}">Older >></a>
{% endblock %} |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/atbr/8.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>atbr: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / atbr - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
atbr
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-21 02:02:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 02:02:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/atbr"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ATBR"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~" & != "8.5.0~camlp4" & != "8.5.2~camlp4"}
]
tags: [
"keyword:Kleene algebra"
"keyword:finite automata"
"keyword:semiring"
"keyword:matrices"
"keyword:decision procedure"
"keyword:reflexive tactic"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"date:2009-06"
]
authors: [ "Damien Pous <damien.pous@inria.fr>" "Thomas Braibant <thomas.braibant@gmail.com>" ]
bug-reports: "https://github.com/coq-contribs/atbr/issues"
dev-repo: "git+https://github.com/coq-contribs/atbr.git"
synopsis: "A tactic for deciding Kleene algebras"
description: """
This library provides algebraic tools for working with
binary relations. The main tactic we provide is a reflexive tactic for
solving (in)equations in an arbitrary Kleene algebra. The decision
procedure goes through standard finite automata constructions, that we
formalized."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/atbr/archive/v8.5.0.tar.gz"
checksum: "md5=efede27586ebdb611c74efcd8017f70c"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-atbr.8.5.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-atbr -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-atbr.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
client/views/home/approval_pending.html | pepahlavacek/achiever-source | <template name="approvalPending">
<div class="full">
<div class="container">
<div class="row">
<div class="col-md-5 text-center center-block login-box">
<div class="logo-big">
<img src="/images/logo-big.png" alt="Chute" />
</div>
<h1>Your account hasn't been approved, yet. Stay tuned!</h1>
</div>
</div>
</div>
</div>
</template> |
Game/images/me_files/xti(32).html | LexAndrews44/LexAndrews44.github.io | <!DOCTYPE html>
<!-- saved from url=(0511)https://www.facebook.com/xti.php?xt=21.%7B%22module_type%22%3Anull%2C%22item_type%22%3A%22spinner%22%2C%22display_style%22%3Anull%2C%22position_in_module%22%3Anull%2C%22id%22%3Anull%2C%22raw_id%22%3Anull%2C%22query%22%3A%22media-social%28lex%2Bandrews%29%22%2C%22session_id%22%3A%228b3d087724fe5cc0caa85643c33c210e%22%2C%22vertical%22%3A%22none%22%2C%22result_creation_timestamp%22%3Anull%2C%22module_result_type%22%3Anull%2C%22source_module_role%22%3Anull%2C%22subrequests%22%3A%5B%5D%2C%22unit_id%22%3Anull%7D -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title></title><script type="text/javascript">;try { document.domain = 'facebook.com'; } catch (_) { };</script></head><body class="mini_iframe"></body></html> |
src/search/component.html | camptocamp/ngeo | <div class="gmf-search">
<input
type="text"
ng-attr-placeholder="{{$ctrl.placeholder|translate}}"
class="form-control"
ng-model="$ctrl.inputValue"
ngeo-search="$ctrl.options"
ngeo-search-datasets="$ctrl.datasets"
ngeo-search-listeners="$ctrl.listeners"
/>
<span
class="gmf-clear-button ng-hide"
ng-hide="!$ctrl.clearButton || $ctrl.inputValue == '' && $ctrl.featureOverlay_.isEmpty()"
ng-click="$ctrl.onClearButton()"
>
</span>
</div>
<span ng-if="$ctrl.options.colorChooser">
<span ng-show="$ctrl.displayColorPicker" ngeo-popover ngeo-popover-placement="bottom">
<button
class="gmf-color-button fa fa-tint"
ngeo-popover-anchor
data-original-title="{{'Change the color of the search result'|translate}}"
></button>
<div ngeo-popover-content>
<div ngeo-colorpicker ngeo-colorpicker-color="$ctrl.color"></div>
</div>
</span>
</span>
|
client/src/app/app.component.css | XavierXee/rock-paper-scissors_angular | body {
background: #98D083;
}
ul {
list-style-type: none;
}
span {
font-size: 26px;
}
li {
padding: 10px;
border-bottom: solid 1px #fff;
}
.date {
font-size: 12px;
} |
css/style.css | DavisAustin/test | body{
background: silver;
}
/* my name */
/* selector, property, value */
h1 {
color : black;
} |
2017/06/19/goodreads-analysis/index.html | mching/mching.github.io | <!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Goodreads Analysis - Dripping Data</title>
<meta name="description" content="I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.
Dataset library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(ggplot2) library(lubridate) ## ## Attaching package: 'lubridate' ## The following object is masked from 'package:base': ## ## date library(hrbrthemes) books <- read.">
<meta name="author" content="Mike Ching"/><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Dripping Data",
"url": "\/"
}
</script><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"url": "\/"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "\/",
"name": "home"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "\/2017\/06\/19\/goodreads-analysis\/",
"name": "Goodreads analysis"
}
}]
}
</script><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"author": {
"name" : "Mike Ching"
},
"headline": "Goodreads Analysis",
"description" : "I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.\nDataset library(dplyr) ## ## Attaching package: \u0026#39;dplyr\u0026#39; ## The following objects are masked from \u0026#39;package:stats\u0026#39;: ## ## filter, lag ## The following objects are masked from \u0026#39;package:base\u0026#39;: ## ## intersect, setdiff, setequal, union library(tidyr) library(ggplot2) library(lubridate) ## ## Attaching package: \u0026#39;lubridate\u0026#39; ## The following object is masked from \u0026#39;package:base\u0026#39;: ## ## date library(hrbrthemes) books \u0026lt;- read.",
"inLanguage" : "en",
"wordCount": 2339 ,
"datePublished" : "2017-06-19T00:00:00",
"dateModified" : "2017-06-19T00:00:00",
"image" : "\/img\/IMG_6557.jpg",
"keywords" : [ "visualization" ],
"mainEntityOfPage" : "\/2017\/06\/19\/goodreads-analysis\/",
"publisher" : {
"@type": "Organization",
"name" : "\/",
"logo" : {
"@type" : "ImageObject",
"url" : "\/img\/IMG_6557.jpg",
"height" : 60 ,
"width" : 60
}
}
}
</script>
<meta property="og:title" content="Goodreads Analysis" />
<meta property="og:description" content="I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.
Dataset library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(ggplot2) library(lubridate) ## ## Attaching package: 'lubridate' ## The following object is masked from 'package:base': ## ## date library(hrbrthemes) books <- read.">
<meta property="og:image" content="/img/IMG_6557.jpg" />
<meta property="og:url" content="/2017/06/19/goodreads-analysis/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Dripping Data" />
<meta name="twitter:title" content="Goodreads Analysis" />
<meta name="twitter:description" content="I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my …">
<meta name="twitter:image" content="/img/IMG_6557.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@mikec2a" />
<meta name="twitter:creator" content="@mikec2a" />
<link href='../../../../img/favicon.ico' rel='icon' type='image/x-icon'/>
<meta name="generator" content="Hugo 0.88.1" />
<link rel="alternate" href="../../../../index.xml" type="application/rss+xml" title="Dripping Data"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link rel="stylesheet" href="../../../../css/main.css" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" /><link rel="stylesheet" href="../../../../css/syntax.css" /><link rel="stylesheet" href="../../../../css/codeblock.css" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.css" integrity="sha384-h/L2W9KefUClHWaty3SLE5F/qvc4djlyR4qY3NUV5HGQBBW7stbcfff1+I/vmsHh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/default-skin/default-skin.min.css" integrity="sha384-iD0dNku6PYSIQLyfTOpB06F2KCZJAKLOThS5HRe8b3ibhdEQ6eKsFf/EeFxdOt5R" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-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="../../../../">Dripping Data</a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li>
<a title="Blog" href="../../../../">Blog</a>
</li>
<li>
<a title="About" href="../../../../about/">About</a>
</li>
<li>
<a title="LinkedIn" href="https://www.linkedin.com/in/michael-ching-033a5029">LinkedIn</a>
</li>
<li>
<a title="Twitter" href="https://twitter.com/mikec2a">Twitter</a>
</li>
</ul>
</div>
<div class="avatar-container">
<div class="avatar-img-border">
<a title="Dripping Data" href="../../../../">
<img class="avatar-img" src="../../../../img/IMG_6557.jpg" alt="Dripping Data" />
</a>
</div>
</div>
</div>
</nav>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<header class="header-section ">
<div class="intro-header no-img">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>Goodreads Analysis</h1>
<span class="post-meta">
<i class="fas fa-calendar"></i> Posted on June 19, 2017
| <i class="fas fa-user"></i> Mike Ching
</span>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container" role="main">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<article role="main" class="blog-post">
<p>I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.</p>
<div id="dataset" class="section level2">
<h2>Dataset</h2>
<pre class="r"><code>library(dplyr)</code></pre>
<pre><code>##
## Attaching package: 'dplyr'</code></pre>
<pre><code>## The following objects are masked from 'package:stats':
##
## filter, lag</code></pre>
<pre><code>## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union</code></pre>
<pre class="r"><code>library(tidyr)
library(ggplot2)
library(lubridate)</code></pre>
<pre><code>##
## Attaching package: 'lubridate'</code></pre>
<pre><code>## The following object is masked from 'package:base':
##
## date</code></pre>
<pre class="r"><code>library(hrbrthemes)
books <- read.csv("../datasets/goodreads.csv", colClasses = "character")
books_wife <- read.csv("../datasets/goodreads_wife.csv", colClasses = "character")
books <- tbl_df(books)
books_wife <- tbl_df(books_wife)</code></pre>
<pre class="r"><code>books <- mutate(books, reader = "me")
books_wife <- mutate(books_wife, reader = "wife")
books <- full_join(books, books_wife)</code></pre>
<pre><code>## Joining, by = c("Book.Id", "Title", "Author", "Author.l.f", "Additional.Authors", "ISBN", "ISBN13", "My.Rating", "Average.Rating", "Publisher", "Binding", "Number.of.Pages", "Year.Published", "Original.Publication.Year", "Date.Read", "Date.Added", "Bookshelves", "Bookshelves.with.positions", "Exclusive.Shelf", "My.Review", "Spoiler", "Private.Notes", "Read.Count", "Recommended.For", "Recommended.By", "Owned.Copies", "Original.Purchase.Date", "Original.Purchase.Location", "Condition", "Condition.Description", "BCID", "reader")</code></pre>
<p>The data were arranged into variables like Author and Title but also Pages, Publication Date, Date Read, My Rating, Average Rating, etc.</p>
<pre class="r"><code>str(books)</code></pre>
<pre><code>## Classes 'tbl_df', 'tbl' and 'data.frame': 491 obs. of 32 variables:
## $ Book.Id : chr "3852882" "31920777" "30653783" "840" ...
## $ Title : chr "Your Hate Mail Will Be Graded: A Decade of Whatever, 1998-2008" "American Kingpin: The Epic Hunt for the Criminal Mastermind Behind the Silk Road" "Smart Baseball: The Story Behind the Old Stats That Are Ruining the Game, the New Ones That Are Running It, and"| __truncated__ "The Design of Everyday Things" ...
## $ Author : chr "John Scalzi" "Nick Bilton" "Keith Law" "Donald A. Norman" ...
## $ Author.l.f : chr "Scalzi, John" "Bilton, Nick" "Law, Keith" "Norman, Donald A." ...
## $ Additional.Authors : chr "" "" "Tbd" "" ...
## $ ISBN : chr "=\"1596062118\"" "=\"1591848148\"" "=\"0062490222\"" "=\"0465067107\"" ...
## $ ISBN13 : chr "=\"9781596062115\"" "=\"9781591848141\"" "=\"9780062490223\"" "=\"9780465067107\"" ...
## $ My.Rating : chr "4" "0" "0" "0" ...
## $ Average.Rating : chr "3.67" "4.36" "4.10" "4.18" ...
## $ Publisher : chr "Subterranean" "Portfolio" "Harper Collins" "Basic Books" ...
## $ Binding : chr "Hardcover" "Hardcover" "Hardcover" "Paperback" ...
## $ Number.of.Pages : chr "368" "352" "304" "240" ...
## $ Year.Published : chr "2008" "2017" "2017" "2002" ...
## $ Original.Publication.Year : chr "2008" "2017" "2017" "1988" ...
## $ Date.Read : chr "2017/06/17" "" "" "" ...
## $ Date.Added : chr "2017/06/17" "2017/06/16" "2017/06/10" "2017/06/10" ...
## $ Bookshelves : chr "" "to-read" "to-read" "to-read" ...
## $ Bookshelves.with.positions: chr "" "to-read (#16)" "to-read (#15)" "to-read (#14)" ...
## $ Exclusive.Shelf : chr "read" "to-read" "to-read" "to-read" ...
## $ My.Review : chr "" "" "" "" ...
## $ Spoiler : chr "" "" "" "" ...
## $ Private.Notes : chr "" "" "" "" ...
## $ Read.Count : chr "1" "0" "0" "0" ...
## $ Recommended.For : chr "" "" "" "" ...
## $ Recommended.By : chr "" "" "" "" ...
## $ Owned.Copies : chr "0" "0" "0" "0" ...
## $ Original.Purchase.Date : chr "" "" "" "" ...
## $ Original.Purchase.Location: chr "" "" "" "" ...
## $ Condition : chr "" "" "" "" ...
## $ Condition.Description : chr "" "" "" "" ...
## $ BCID : chr "" "" "" "" ...
## $ reader : chr "me" "me" "me" "me" ...</code></pre>
</div>
<div id="data-cleaning" class="section level2">
<h2>Data Cleaning</h2>
<p>Some boring data cleaning code…</p>
<pre class="r"><code># Factor author names
books$Author <- factor(books$Author)
# Factor bookshelves
books$Exclusive.Shelf <- factor(books$Exclusive.Shelf)
# Numeric ratings
books$My.Rating <- as.numeric(books$My.Rating)
books$Average.Rating <- as.numeric(books$Average.Rating)
# Number of Pages
books$Number.of.Pages <- as.integer(books$Number.of.Pages)
# Years
books$Year.Published <- as.integer(books$Year.Published)
books$Original.Publication.Year <- as.integer(books$Original.Publication.Year)
# Dates
books$Date.Added <- ymd(books$Date.Added)
books$Date.Read <- ymd(books$Date.Read)</code></pre>
</div>
<div id="books-read-vs-added" class="section level2">
<h2>Books Read vs Added</h2>
<p>I’ve recorded 150 books as being read, and the wife has recorded 302 books as being read.</p>
<pre class="r"><code>books %>% select(Exclusive.Shelf, reader) %>% group_by(reader, Exclusive.Shelf) %>%
summarize(n = length(Exclusive.Shelf))</code></pre>
<pre><code>## Source: local data frame [6 x 3]
## Groups: reader [?]
##
## reader Exclusive.Shelf n
## <chr> <fctr> <int>
## 1 me currently-reading 2
## 2 me read 150
## 3 me to-read 16
## 4 wife currently-reading 1
## 5 wife read 302
## 6 wife to-read 20</code></pre>
</div>
<div id="dates-added-and-read" class="section level2">
<h2>Dates Added and Read</h2>
<p>I have only been adding to this list off and on since joining Goodreads. I plotted below the distribution of when I added and read books.</p>
<pre class="r"><code>tmp1 <- books %>% select(Book.Id, Date.Added, reader) %>% mutate(action = "added") %>% rename(year = Date.Added)
tmp2 <- books %>% select(Book.Id, Date.Read, reader) %>% mutate(action = "read") %>% rename(year = Date.Read)
bind_rows(tmp1, tmp2) %>% filter(!is.na(year)) %>%
ggplot(aes(x = year, fill = action)) +
geom_histogram(binwidth = 365, position=position_dodge()) +
ggtitle("Books Added and Read per Year") +
ylab("number of books") +
xlab("year") +
theme_ipsum() +
facet_grid(reader ~ .)</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-6-1.png" width="672" /></p>
<p>It looks like I signed up for Goodreads in 2012 and started adding books to my list of read books. If I couldn’t remember when I read the book, I left the date read field blank. My wife started in 2009 and had a similar pattern of behavior. After this initial flurry of adding books, I recorded little activity on the website until about 2014-2015 when I started using Goodreads in earnest. This graph doesn’t really represent my reading history since there’s a lot of missing data, but it does represent pretty well how I’ve used this website.</p>
</div>
<div id="most-popular-author" class="section level2">
<h2>Most popular author</h2>
<p>I wondered which author we had read the most of. This is subject to recall bias, but it seems that for me #1 is Haruki Murakami, whose work I just love. Then came two comic artists (Gene Luen Yang and Sara Varon). Finally there were a whole bunch of 3-timers including Hugh Howey (Wool series), John Elder Robison (autistic writer), Stieg Larsson (The Girl Who… series) Suzanne Collins (Hunger Games series).</p>
<pre class="r"><code>books %>% filter(reader == "me") %>%
group_by(Author) %>% summarize(n = length(Author)) %>% arrange(desc(n))</code></pre>
<pre><code>## # A tibble: 124 × 2
## Author n
## <fctr> <int>
## 1 Haruki Murakami 10
## 2 Gene Luen Yang 6
## 3 Sara Varon 4
## 4 Hugh Howey 3
## 5 John Elder Robison 3
## 6 Randall Munroe 3
## 7 Stieg Larsson 3
## 8 Suzanne Collins 3
## 9 Veronica Roth 3
## 10 America's Test Kitchen 2
## # ... with 114 more rows</code></pre>
<p>For my wife, it’s the romance novels that predominate.</p>
<pre class="r"><code>books %>% filter(reader == "wife") %>%
group_by(Author) %>% summarize(n = length(Author)) %>% arrange(desc(n))</code></pre>
<pre><code>## # A tibble: 157 × 2
## Author n
## <fctr> <int>
## 1 Bella Andre 18
## 2 Meg Cabot 12
## 3 Daisy Prescott 11
## 4 Penny Reid 11
## 5 Tasha Alexander 9
## 6 J.K. Rowling 8
## 7 Kristin Hannah 7
## 8 Michael Scott 6
## 9 Violet Duke 6
## 10 Alexander McCall Smith 5
## # ... with 147 more rows</code></pre>
</div>
<div id="my-ratings" class="section level2">
<h2>My Ratings</h2>
<p>I wondered about the ratings we had given books.</p>
<pre class="r"><code># Unrated books got a rating of zero
books$My.Rating <- ifelse(books$My.Rating == 0, NA, books$My.Rating)
books %>% filter(!is.na(My.Rating)) %>%
ggplot(aes(x = My.Rating, fill = reader)) +
geom_histogram(binwidth = 1, position=position_dodge()) +
ggtitle("Our Ratings") +
xlab("Rating") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-9-1.png" width="672" /></p>
<p>It looks pretty heavily skewed to 4 and 5 star ratings. In fact, both of our median ratings were a 4.</p>
<pre class="r"><code>books %>% group_by(reader) %>% summarize(median(My.Rating, na.rm = T))</code></pre>
<pre><code>## # A tibble: 2 × 2
## reader `median(My.Rating, na.rm = T)`
## <chr> <dbl>
## 1 me 4
## 2 wife 4</code></pre>
<pre class="r"><code>books %>%
ggplot(aes(x=Average.Rating, fill = reader)) +
geom_histogram(binwidth = 0.1) +
ggtitle("Community Ratings of Books that We've Added") +
xlab("Rating") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-11-1.png" width="672" /></p>
<p>The median rating by the community was actually pretty similar to mine.</p>
<pre class="r"><code>median(books$Average.Rating)</code></pre>
<pre><code>## [1] 3.97</code></pre>
</div>
<div id="difference-between-my-ratings-and-the-masses" class="section level2">
<h2>Difference between My Ratings and the Masses</h2>
<p>Were there books that I enjoyed way more or less than the community? I didn’t have the distribution of the ratings for each book, but I did have the mean and could calculate the difference between the community average rating and mine.</p>
<pre class="r"><code>books %>% select(Title, Author, My.Rating, Average.Rating, reader) %>%
mutate(dRating = My.Rating - Average.Rating) %>%
filter(!is.na(dRating)) %>% arrange(desc(dRating)) %>%
ggplot(aes(x = dRating, fill = reader)) +
geom_histogram(binwidth = 0.25, position = "identity", alpha = 0.5) +
ggtitle("Difference between My Ratings and Community Ratings") +
xlab("My Rating - Community Rating") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-13-1.png" width="672" /></p>
<p>Here are the top 10 books that we liked more than the community.</p>
<pre class="r"><code>books %>% select(Title, Author, My.Rating, Average.Rating) %>% mutate(dRating = My.Rating - Average.Rating) %>%
filter(!is.na(dRating)) %>% arrange(desc(dRating))</code></pre>
<pre><code>## # A tibble: 440 × 5
## Title
## <chr>
## 1 FOUND IT! Introducing Geocaching to Kids and Families
## 2 A Hologram for the King
## 3 Twilight (Twilight, #1)
## 4 The Meanings of Craft Beer (Kindle Single)
## 5 The Fortune Cookie Chronicles: Adventures in the World of Chinese Food
## 6 Three Cups of Tea: One Man's Mission to Promote Peace ... One School at a T
## 7 The Fantastic Mr. Wani
## 8 After Dark
## 9 After You (Me Before You, #2)
## 10 Breaking Dawn (Twilight, #4)
## # ... with 430 more rows, and 4 more variables: Author <fctr>,
## # My.Rating <dbl>, Average.Rating <dbl>, dRating <dbl></code></pre>
<p>And the ones we liked worse than the community.</p>
<pre class="r"><code>books %>% select(Title, Author, My.Rating, Average.Rating) %>% mutate(dRating = My.Rating - Average.Rating) %>%
filter(!is.na(dRating)) %>% arrange(dRating)</code></pre>
<pre><code>## # A tibble: 440 × 5
## Title
## <chr>
## 1 Under Pressure: Cooking Sous Vide
## 2 A Wind in the Door (A Wrinkle in Time Quintet, #2)
## 3 Be Different: Adventures of a Free-Range Aspergian
## 4 Angels & Demons (Robert Langdon, #1)
## 5 Every Day is an Atheist Holiday!
## 6 Last Chance Saloon
## 7 Grey (Fifty Shades, #4)
## 8 The Orchid Thief: A True Story of Beauty and Obsession
## 9 The Mermaid's Sister
## 10 Apps for Autism: An Essential Guide to Over 200 Effective Apps for Improvin
## # ... with 430 more rows, and 4 more variables: Author <fctr>,
## # My.Rating <dbl>, Average.Rating <dbl>, dRating <dbl></code></pre>
</div>
<div id="publication-date" class="section level2">
<h2>Publication Date</h2>
<p>How old were the books I’ve been reading?</p>
<pre class="r"><code>books %>% filter(!is.na(Original.Publication.Year)) %>%
ggplot(aes(x = Original.Publication.Year, fill = reader)) +
geom_histogram(binwidth = 5, position = "identity", alpha = 0.5) +
ggtitle("Original Publication Year") +
xlab("Publication Year") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-16-1.png" width="672" /></p>
<p>These two 17th century books were Shakespeare plays I had read before going to see them live (Othello, Twelfth Night). Taking those out led to this admittedly still skewed distribution.</p>
<pre class="r"><code>books %>% filter(Original.Publication.Year > 1900) %>%
ggplot(aes(x = Original.Publication.Year, fill = reader)) +
geom_histogram(binwidth = 2, position = "identity", alpha = 0.5) +
xlab("Original Publication Year") +
ggtitle("Original Publication Year (Books Written since 1900)") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-17-1.png" width="672" /></p>
<p>The distribution is highly skewed, with a median original publication date of 2010.</p>
<pre class="r"><code>median(books$Original.Publication.Year, na.rm = T)</code></pre>
<pre><code>## [1] 2010</code></pre>
<p>Those outliers were:</p>
<pre class="r"><code>books %>% filter(Original.Publication.Year < 1980) %>%
arrange(Original.Publication.Year) %>%
select(Original.Publication.Year, Title) %>%
as.data.frame()</code></pre>
<pre><code>## Original.Publication.Year
## 1 1601
## 2 1603
## 3 1811
## 4 1813
## 5 1814
## 6 1817
## 7 1817
## 8 1847
## 9 1868
## 10 1919
## 11 1937
## 12 1937
## 13 1937
## 14 1951
## 15 1955
## 16 1962
## 17 1970
## 18 1970
## 19 1971
## 20 1971
## 21 1973
## 22 1974
## 23 1975
## 24 1978
## 25 1979
## Title
## 1 Twelfth Night
## 2 Othello
## 3 Sense and Sensibility
## 4 Pride and Prejudice
## 5 Mansfield Park
## 6 Northanger Abbey
## 7 Persuasion
## 8 Jane Eyre
## 9 Little Women (Little Women, #1)
## 10 South
## 11 The Hobbit
## 12 Their Eyes Were Watching God
## 13 Of Mice and Men
## 14 The Catcher in the Rye
## 15 The Lord of the Rings (The Lord of the Rings, #1-3)
## 16 A Wrinkle in Time (Time Quintet, #1)
## 17 Bury My Heart at Wounded Knee: An Indian History of the American West
## 18 Frog and Toad Are Friends (Frog and Toad, #1)
## 19 Encounters with the Archdruid
## 20 Suzuki Violin School, Volume 1: Piano Accompaniment
## 21 A Wind in the Door (A Wrinkle in Time Quintet, #2)
## 22 Where the Sidewalk Ends
## 23 Danny the Champion of the World
## 24 Once a Runner
## 25 Wind/Pinball: Two Early Novels</code></pre>
</div>
<div id="number-of-pages-and-over-time" class="section level2">
<h2>Number of Pages (and over time)</h2>
<p>The last thing I looked at was the number of pages we’ve read since beginning recording in earnest.</p>
<pre class="r"><code>books %>% mutate(Year_read = factor(year(Date.Read))) %>%
filter(!is.na(Year_read)) %>%
group_by(Year_read, reader) %>%
summarize(npages = sum(Number.of.Pages, na.rm = T)) %>%
ggplot(aes(x = Year_read, y = npages, fill = reader)) +
geom_bar(stat="identity", position = "identity", alpha = 0.5) +
xlab("Year Read") +
ylab("Number of Pages") +
ggtitle("Pages Recorded as Read per Year") +
theme_ipsum() </code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-20-1.png" width="672" /></p>
<p>This year (2017) has been a big reading year and it’s not even half over yet. I think the summer reading program from my library and the Goodreads Reading Challenge have been big reasons that I have done so much this year.</p>
</div>
<div id="date-published-vs.date-read" class="section level2">
<h2>Date Published vs. Date Read</h2>
<pre class="r"><code>books %>% select(Date.Read, Original.Publication.Year, reader) %>%
filter(!is.na(Date.Read) & !is.na(Original.Publication.Year)) %>%
ggplot(aes(x = Date.Read, y = Original.Publication.Year, color = reader)) +
geom_point(alpha = 0.2) +
theme_ipsum() +
labs(title = "Date Read vs. Original Publication Year",
x = "Date Read",
y = "Original Publication Year")</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-21-1.png" width="672" /></p>
<p>Shoot, those Shakespeare plays really mess with the plot. I don’t think even putting a log scale would help. I filtered them out to get the plot below.</p>
<pre class="r"><code>library(scales)
books %>% select(Date.Read, Original.Publication.Year, reader) %>%
filter(!is.na(Date.Read) & !is.na(Original.Publication.Year)) %>%
filter(Original.Publication.Year > 1700) %>%
ggplot(aes(x = Date.Read, y = Original.Publication.Year, color = reader)) +
geom_point(alpha = 0.2) +
theme_ipsum() +
labs(title = "Date Read vs. Original Publication Year (Books after 1700)",
x = "Date Read",
y = "Original Publication Year")</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-22-1.png" width="672" /></p>
</div>
<div class="blog-tags">
<a href="//tags/visualization/">visualization</a>
</div>
</article>
<ul class="pager blog-pager">
<li class="previous">
<a href="../../../../2017/05/30/years-at-private-school-and-academic-achievement/" data-toggle="tooltip" data-placement="top" title="Association between Years at a Private School and Academic Achievement">← Previous Post</a>
</li>
<li class="next">
<a href="../../../../2017/06/26/justin-smoak-and-babip-trends/" data-toggle="tooltip" data-placement="top" title="Justin Smoak and BABIP Trends">Next Post →</a>
</li>
</ul>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
<li>
<a href="https://github.com/mching" title="GitHub">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/mikec2a" title="Twitter">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://linkedin.com/in/michael-ching-033a5029" title="LinkedIn">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="" title="RSS">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="credits copyright text-muted">
Mike Ching
• ©
2021
•
<a href="../../../../">Dripping Data</a>
</p>
<p class="credits theme-by text-muted">
<a href="https://gohugo.io">Hugo v0.88.1</a> powered • Theme <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> adapted from <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>
</p>
</div>
</div>
</div>
</footer><script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="../../../../js/main.js"></script><script> renderMathInElement(document.body); </script><script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.js" integrity="sha384-QELNnmcmU8IR9ZAykt67vGr9/rZJdHbiWi64V88fCPaOohUlHCqUD/unNN0BXSqy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe-ui-default.min.js" integrity="sha384-m67o7SkQ1ALzKZIFh4CiTA8tmadaujiTa9Vu+nqPSwDOqHrDmxLezTdFln8077+q" crossorigin="anonymous"></script><script src="../../../../js/load-photoswipe.js"></script>
</body>
</html>
|
data science/machine_learning_for_the_web/chapter_4/movie/20578.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Two Hands (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0145547">Two Hands (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Mark+R.+Leeper">Mark R. Leeper</A></H3><HR WIDTH="40%" SIZE="4">
<PRE> TWO HANDS
A film review by Mark R. Leeper</PRE>
<PRE> Capsule: Pandemonium erupts when an amateur
criminal on an errand for a local hood loses
$10,000. The film certainly has its funny moments
and if this was the first film of its type, this
clever and inventive film could have been a real
standout. Unfortunately LOCK, STOCK, AND TWO
SMOKING BARRELS came out first and there is
insufficient reason to see both. There are just
too many similar films being made. Rating: 6 (0 to
10), +1 (-4 to +4)</PRE>
<P> Things are starting to go right in Jimmy's world. Until now Jimmy
(played by Heath Ledger) has been a street hawker for a second rate
Sydney strip club. But Jimmy has fallen in love with Alex (Rose
Byrne), a woman he has seen outside the club. And a local gangster
Pando (Bryan Brown) offers a small job as courier to Jimmy. What Jimmy
does not know is that Pando killed Jimmy's brother. Now Pando wants to
make things up to Jimmy and offers him a job that could lead to bigger
things if Jimmy does not screw up this first job. Of course we would
not have much of a story if something did not go wrong. In a careless
moment Jimmy loses $10,000. Now Jimmy needs $10,000 to square things
with Pando and a few of his friends want to see Jimmy dead. Before the
film PULP FICTION was made this all could have been a fairly serious
matter. But now we expect crime films to have really strange dialog
and really weird interconnected plots with very strange twists and odd
characters.</P>
<P> Heath Ledger is a good actor and carries his part well. Bryan
Brown is particularly enjoyable as a vicious hood by profession but
also a caring and loving family man at home. There are occasional
astonishing touches like the Narrator from Hell.</P>
<P> This is not a bad little film. One of the people in a Cairns
audience said it was the best Australian film he had seen in a long
time. I can believe it. The real problem is the timing. TWO HANDS is
just one more creative, violent, semi- comedic crime film made in the
wake of PULP FICTION. Its pacing and its plotting remind one a lot of
LOCK, STOCK, AND TWO SMOKING BARRELS. And in the comparison it is
nearly but not quite as good. My recommendation for Showtime Australia
is put this film in a vault for five years and release it again when it
will again be fresh and a discovery. I rate it a 6 on the 0 to 10 scale
and a +1 on the -4 to +4 scale.</P>
<PRE> Mark R. Leeper
<A HREF="mailto:mleeper@lucent.com">mleeper@lucent.com</A>
Copyright 1999 Mark R. Leeper</PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
|
app/Resources/public/css/mainaaa.css | manuroot/sf22myprojet | .main-col { width: 70%; display: inline-block; float: left; border-right: 1px solid #ccc; padding: 20px; margin-bottom: 20px; }
.sidebar { padding: 10px; display: inline-block; }
#footer { border-top: 1px solid #ccc; clear: both; text-align: center; padding: 10px; color: #aaa; }
.widget-container h3 {
background: url("images/header-menu.png") no-repeat scroll left top transparent;
background-color: transparent;
background-image: url("images/bg-menu.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
height: 31px;
color: rgb(255, 255, 255);
font-size: 18px;
padding-left: 10px;
padding-top: 4px;
text-align: left;
}
.widget-title {
color: rgb(34, 34, 34);
font-weight: bold;
}
.entry-title {
font-family: Georgia,"Bitstream Charter",serif;
font-variant: small-caps;
color: rgb(255, 255, 255);
height: 22px;
line-height: 22px;
padding-top: 5px;
margin-bottom: 3px;
text-align: left;
clear: none;
}
.entry-content, #content .entry-summary, #content .entry-utility, #respond {
background: url("images/block_bg.png") repeat-y scroll left top transparent;
padding: 0px 10px;
padding-top: 0px;
padding-right-value: 10px;
padding-bottom: 0px;
padding-left-value: 10px;
padding-left-ltr-source: physical;
padding-left-rtl-source: physical;
padding-right-ltr-source: physical;
padding-right-rtl-source: physical;
text-align: justify;
clear: both;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}
#primary, #secondary {
float: right;
overflow: hidden;
width: auto;
}
h1{
/* padding-left: 200px;*/
text-shadow:4px 4px 4px #000000;
}
div.paypal {
border:1px solid;
border-radius:10px;
-moz-border-radius:10px; /* Old Firefox */
padding-bottom:10px;
padding-left:5px;
margin-bottom:10px;
box-shadow: 3px 3px 2px #888888;
background-color: #e3e3e3;
}
div#accordion-archives{
padding-right:10px;
padding-bottom:10px;
}
/*body {
background-image: url("/images/bg.jpg");
}*/
#footer {
position:relative;
bottom:0;
width:100%;
height:30px; /* Height of the footer */
background:#eaeaea;
}
|
_includes/css/syntax-light.css | ajoz/ajoz.github.io | /* ----[ BASE ]---- */
/* .highlight .hll*/
.highlight { background-color: #073642; color: #93a1a1 }
.highlight .c { color: #586e75 !important; font-style: italic !important } /* Comment */
.highlight .err { color: #dc322f !important; background: none !important } /* Error */
.highlight .cm {
color: #586e75 !important;
font-style: italic !important
}
.highlight .cp {
color: #586e75 !important;
font-style: italic !important
}
.highlight .c1 {
color: #586e75 !important;
font-style: italic !important
}
.highlight .cs {
color: #586e75 !important;
font-weight: bold !important;
font-style: italic !important
}
.highlight .k {
color: #cb4b16 !important
}
.highlight .o{
color: #93a1a1 !important;
font-weight: bold !important
}
.highlight .p {
color: #93a1a1 !important
}
.highlight .ow {
color: #2aa198 !important;
font-weight: bold !important
}
.highlight .gd {
color: #93a1a1 !important;
background-color: #372c34 !important;
display: inline-block
}
.highlight .gd .x {
color: #93a1a1 !important;
background-color: #4d2d33 !important;
display: inline-block
}
.highlight .ge {
color: #93a1a1 !important;
font-style: italic !important
}
.highlight .gr {
color: #aa0000
}
.highlight .gh {
color: #586e75 !important
}
.highlight .gi {
color: #93a1a1 !important;
background-color: #1a412b !important;
display: inline-block
}
.highlight .gi .x {
color: #93a1a1 !important;
background-color: #355720 !important;
display: inline-block
}
.highlight .go {
color: #888888
}
.highlight .gp {
color: #555555
}
.highlight .gs {
color: #93a1a1 !important;
font-weight: bold !important
}
.highlight .gu {
color: #6c71c4 !important
}
.highlight .gt {
color: #aa0000
}
.highlight .kc {
color: #859900 !important;
font-weight: bold !important
}
.highlight .kd {
color: #268bd2 !important
}
.highlight .kp {
color: #cb4b16 !important;
font-weight: bold !important
}
.highlight .kr {
color: #d33682 !important;
font-weight: bold !important
}
.highlight .kt {
color: #2aa198 !important
}
.highlight .n {
color: #268bd2 !important
}
.highlight .na {
color: #268bd2 !important
}
.highlight .nb {
color: #859900 !important
}
.highlight .nc {
color: #d33682 !important
}
.highlight .no {
color: #b58900 !important
}
.highlight .ni {
color: #800080
}
.highlight .nl {
color: #859900 !important
}
.highlight .ne {
color: #268bd2 !important;
font-weight: bold !important
}
.highlight .nf {
color: #268bd2 !important;
font-weight: bold !important
}
.highlight .nn {
color: #b58900 !important
}
.highlight .nt {
color: #268bd2 !important;
font-weight: bold !important
}
.highlight .nx {
color: #b58900 !important
}
.highlight .bp {
color: #999999
}
.highlight .vc {
color: #008080
}
.highlight .vg {
color: #268bd2 !important
}
.highlight .vi {
color: #268bd2 !important
}
.highlight .nv {
color: #268bd2 !important
}
.highlight .w {
color:#bbbbbb
}
.highlight .mf {
color: #2aa198 !important
}
.highlight .m {
color: #2aa198 !important
}
.highlight .mh {
color: #2aa198 !important
}
.highlight .mi {
color: #2aa198 !important
}
.highlight .mo {
color: #009999
}
.highlight .s {
color: #2aa198 !important
}
.highlight .sb {
color: #d14
}
.highlight .sc {
color: #d14
}
.highlight .sd {
color: #2aa198 !important
}
.highlight .s2 {
color: #2aa198 !important
}
.highlight .se {
color: #dc322f !important
}
.highlight .sh {
color: #d14
}
.highlight .si {
color: #268bd2 !important
}
.highlight .sx {
color: #d14
}
.highlight .sr {
color: #2aa198 !important
}
.highlight .s1 {
color: #2aa198 !important
}
.highlight .ss {
color: #990073
}
.highlight .il {
color: #009999
}
.highlight div .gd, .highlight div .gd .x, .highlight div .gi, .highlight div .gi .x {
display:inline-block;
width:100%
}
pre {
white-space: pre;
overflow: auto;
}
code, pre {
font-family: Consolas, "Courier New" ,monospace;
} |
files/cf_template_functions.html | ShunSakurai/check_forbidden | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Check Forbidden results</title>
<style>
button, div { margin-bottom: 5px; margin-top: 5px; }
caption { font-size: 125%; font-weight: bold; padding: 10px 0 10px 0;}
tr input, td input { width: 100%; }
table { border: 1px solid black; border-collapse: collapse; table-layout: fixed; width: 100%; }
td { border: 1px solid black; word-wrap: break-word; }
th { background: silver; border: 1px solid black; }
</style>
<script>
document.fluxColor = false;
document.hiddenRows = {};
var assessKey = function(event) {
if (event.ctrlKey || event.altKey || event.metaKey
|| document.activeElement.nodeName === "INPUT") {
return;
}
switch (event.keyCode){
case 'C'.charCodeAt(0):
clearFilter();
break;
case 'F'.charCodeAt(0):
toggleCheckboxByKey("fluxCheckbox");
toggleFluxColor();
break;
}
};
document.addEventListener('keydown', assessKey);
var updateSegmentVisibility = function (allTr) {
var hiddenRowsArray = new Array(allTr.length).fill(false);
var n = allTr.length;
for (var key in document.hiddenRows) {
if (document.hiddenRows.hasOwnProperty(key)
&& typeof document.hiddenRows[key] === "object") {
for (var i = 0; i < n; i ++){
hiddenRowsArray[i] = hiddenRowsArray[i] || document.hiddenRows[key][i];
}
}
}
for (var j = 0; j < n; j ++){
if (allTr[j].className.indexOf("filter") == -1) {
allTr[j].style.display = hiddenRowsArray[j]? "None": "";
}
}
};
var include = function(range, string) {
return range.indexOf(string) === -1;
};
var exclude = function(range, string) {
if (string === "") {
return;
}
return range.indexOf(string) !== -1;
};
var includeRegex = function(range, string) {
try {
var regex = new RegExp(string);
return !regex.exec(range);
} catch (e) {
if (e instanceof SyntaxError){
return;
} else {
throw e;
}
}
};
var excludeRegex = function(range, string) {
if (string === "") {
return;
}
try {
var regex = new RegExp(string);
return regex.exec(range);
} catch (e) {
if (e instanceof SyntaxError){
return;
} else {
throw e;
}
}
};
var numberRange = function(range, string) {
var match = /^(\d+)\-(\d+)$/.exec(string);
var numberInRange = parseInt(range);
if (!match || isNaN(numberInRange)) {
return;
}
return !(match[1] <= numberInRange && numberInRange <= match[2]);
};
var functionsList = [include, exclude, includeRegex, excludeRegex, numberRange];
var filterSegments = function(tr, func) {
var th = tr.parentNode;
var column = Array.prototype.indexOf.call(th.parentNode.children, th);
var filterId = func.name + "Filter" + column;
var allTr = document.querySelectorAll('tr');
if (!tr.value) {
delete document.hiddenRows[filterId];
} else {
document.hiddenRows[filterId] = [];
for (var i = 0, n = allTr.length; i < n; i ++) {
if (allTr[i].children[0] && allTr[i].children[0].nodeName === "TD"
&& func(allTr[i].children[column].textContent, tr.value)){
document.hiddenRows[filterId].push(true);
} else {
document.hiddenRows[filterId].push(false);
}
}
}
updateSegmentVisibility(allTr);
};
var clearFilter = function () {
document.querySelectorAll(".filter").forEach(function(tr){
var filterTd = document.getElementById(tr.id).children;
for (var td in filterTd) {
if (filterTd.hasOwnProperty(td)
&& filterTd[td].nodeName === "TD"){
for (var input in filterTd[td].children){
if (filterTd[td].children.hasOwnProperty(input)
&& filterTd[td].children[input].nodeName === "INPUT"){
filterTd[td].children[input].value = "";
}
}
}
}
for (var key in document.hiddenRows){
if (document.hiddenRows.hasOwnProperty(key)
&& key.indexOf("Filter") >= 0) {
delete document.hiddenRows[key];
}
}
});
var allTr = document.querySelectorAll('tr');
updateSegmentVisibility(allTr);
};
var toggleCheckboxByKey = function (id) {
var cb = document.getElementById(id);
if (cb.disabled) return;
cb.checked = !cb.checked;
};
var toggleFluxColor = function() {
document.fluxColor = !document.fluxColor;
var styleSheet = document.styleSheets[0];
var styleLength = styleSheet.cssRules.length;
if (document.fluxColor){
styleSheet.insertRule('mark {background: #dff;}', styleLength);
} else {
styleSheet.deleteRule(styleLength - 1);
}
};
var collapseTbody = function(caption) {
tbody = caption.parentNode.children[1];
if (caption.textContent[0] === '▼') {
caption.innerHTML = '▷' + caption.textContent.slice(1);
tbody.style.display = 'None';
} else {
caption.innerHTML = '▼' + caption.textContent.slice(1);
tbody.style.display = '';
}
};
var sortTable = function(th) {
var tableBody = th.parentNode.parentNode;
var index = 0;
while ( (th = th.previousElementSibling) ) {
index++;
}
var arrayTr = new Array();
for (var i = 1; i <= tableBody.children.length - 1; i++) {
arrayTr.push(tableBody.children[i]);
}
arrayTr.sort(function (a, b) {
if (index == 0) {
a = a.id;
b = b.id;
} else {
a = a.children[index].textContent;
b = b.children[index].textContent;
}
if (isNaN(a) || isNaN(b)) {
return a > b? 1: -1;
} else {
return a - b;
}
});
for (var i = tableBody.children.length - 1; i >= 1; i--) {
tableBody.removeChild(tableBody.children[i]);
}
for (var i = 0; i <= arrayTr.length - 1; i++) {
tableBody.appendChild(arrayTr[i]);
}
};
</script>
</head>
<body>
<h3>Check Forbidden results</h3>
<ul class="info">
<li>@list_metadata</li>
</ul>
<table id="filterTable">
<caption>Filters (Include, Exclude, Include Regex, Exclude Regex, Number Range)</caption>
<tbody>
<tr>
@filter_header
</tr>
@filter_body
</tbody>
</table>
<div>
<button onclick="clearFilter()"><u>C</u>lear Filter</button>
</div>
<div>
<input type="checkbox" id="fluxCheckbox" onclick="toggleFluxColor()" /><u>f</u>.lux-friendly color
</div>
@result_tables
</body>
</html>
|
Source/Client/StudentsLearning.Client/partials/edit-topic.html | Momus-Telerik-Academy/StudentsLearningServerDeployTest | <div class="topics-container-custom">
<div class="row">
<h2>{{Title}}</h2>
</div>
<hr style="border-color: #fff; margin-left: inherit; max-width: 80%;"/>
<div class="row">
<div class="col-md-8">
<iframe width="480" height="360" src="https://www.youtube.com/embed/{{VideoId}}?enablejsapi=1&version=3" enablejsapi="1" allowfullscreen></iframe>
<a class="btn btn-info btn-edit-topic" id="video-url">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
<div class="col-md-4">{{Content}}</div>
<a class="btn btn-info btn-edit-topic" id="content">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
<hr style="border-color: #fff; margin-left: inherit; max-width: 80%;"/>
<div class="row">
<div class="col-md-7 examples">
{{#each this.Examples}}
<div class="example" id="{{Id}}">
<div>
<h3>{{Description}}</h3>
<a class="btn btn-info btn-edit-topic" id="description">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
<br/>
<div>
<div>{{Content}}</div>
<a class="btn btn-info btn-edit-topic" id="example-content">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
</div>
{{/each}}
</div>
</div>
<form id="upload">
<div>
<h4>Add Materials</h4>
<label for="opmlFile"></label>
<div>
<input class="btn btn-primary" type="file" id="opmlFile"/>
</div>
</div>
<!--<button class="btn btn-primary" type="submit">Upload TODO: Remove?</button>-->
</form>
<a class="btn btn-primary" id="btn-edit-topic-save">Save Changes</a>
</div> |
documentation/apigen/class-Html4PhpUI_Datepicker.html | microuser/HTML4PHP | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Html4PhpUI_Datepicker | HTML4PHP</title>
<script type="text/javascript" src="resources/combined.js?4216411405"></script>
<script type="text/javascript" src="elementlist.js?514687784"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li><a href="package-HTML4PHP.html">HTML4PHP</a>
</li>
<li class="active"><a href="package-None.html">None</a>
</li>
<li><a href="package-PHP.html">PHP</a>
</li>
<li><a href="package-PHPMailer.html">PHPMailer</a>
</li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-ConfigModel.html">ConfigModel</a></li>
<li><a href="class-ConfigPage.html">ConfigPage</a></li>
<li><a href="class-ContactodexModel.html">ContactodexModel</a></li>
<li><a href="class-ContactodexPage.html">ContactodexPage</a></li>
<li><a href="class-Event.html">Event</a></li>
<li><a href="class-Html4PhpDebug.html">Html4PhpDebug</a></li>
<li><a href="class-Html4PhpUI_Accordion.html">Html4PhpUI_Accordion</a></li>
<li><a href="class-Html4PhpUI_AutoComplete.html">Html4PhpUI_AutoComplete</a></li>
<li><a href="class-Html4PHPUI_Button.html">Html4PHPUI_Button</a></li>
<li class="active"><a href="class-Html4PhpUI_Datepicker.html">Html4PhpUI_Datepicker</a></li>
<li><a href="class-Html4PhpUI_ProgressBar.html">Html4PhpUI_ProgressBar</a></li>
<li><a href="class-Html4PhpUI_SelectMenu.html">Html4PhpUI_SelectMenu</a></li>
<li><a href="class-Html4PhpUI_Slider.html">Html4PhpUI_Slider</a></li>
<li><a href="class-Html4PhpUI_Spinner.html">Html4PhpUI_Spinner</a></li>
<li><a href="class-Html4PhpUI_Tab.html">Html4PhpUI_Tab</a></li>
<li><a href="class-Html4PhpUI_Tooltip.html">Html4PhpUI_Tooltip</a></li>
<li><a href="class-JqueryUIModel.html">JqueryUIModel</a></li>
<li><a href="class-JqueryUIPage.html">JqueryUIPage</a></li>
<li><a href="class-LoginModel.html">LoginModel</a></li>
<li><a href="class-LoginPage.html">LoginPage</a></li>
<li><a href="class-SampleModel.html">SampleModel</a></li>
<li><a href="class-SamplePage.html">SamplePage</a></li>
<li><a href="class-TestDatabaseModel.html">TestDatabaseModel</a></li>
<li><a href="class-TestDatabasePage.html">TestDatabasePage</a></li>
<li><a href="class-TestUserModel.html">TestUserModel</a></li>
<li><a href="class-TestUserPage.html">TestUserPage</a></li>
<li><a href="class-ValidatorModel.html">ValidatorModel</a></li>
<li><a href="class-ValidatorPage.html">ValidatorPage</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-parseDateTime.html">parseDateTime</a></li>
<li><a href="function-stripTime.html">stripTime</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="package-None.html" title="Summary of None"><span>Package</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class Html4PhpUI_Datepicker</h1>
<div class="info">
<b>Located at</b> <a href="source-class-Html4PhpUI_Datepicker.html#15-17" title="Go to source code">webroot/includes/Html4PhpUI.php</a><br />
</div>
</div>
<div id="footer">
HTML4PHP API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
blog/2012-12-30-my-top-5-wishes-for-the-future/index.html | mukeshsoni/mukeshsoni.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link href="/prism.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Customizing Bootstrap from twitter</title>
<link rel="modulepreload" href="/./_app/start-99805a81.js">
<link rel="modulepreload" href="/./_app/chunks/vendor-ab208dc6.js">
<link rel="modulepreload" href="/./_app/pages/__layout.svelte-8c7117d5.js">
<link rel="modulepreload" href="/./_app/pages/blog/2012-12-30-my-top-5-wishes-for-the-future.md-2fb868ef.js">
<link rel="modulepreload" href="/./_app/chunks/BlogLayout-13fb6eb5.js">
<link rel="modulepreload" href="/./_app/chunks/Bio-9303181a.js">
<link rel="stylesheet" href="/./_app/assets/start-a8cd1609.css">
<link rel="stylesheet" href="/./_app/assets/pages/__layout.svelte-6f4d6741.css">
<script type="module">
import { start } from "/./_app/start-99805a81.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"","assets":"/."},
session: {},
host: location.host,
route: true,
spa: false,
trailing_slash: "never",
hydrate: {
status: 200,
error: null,
nodes: [
import("/./_app/pages/__layout.svelte-8c7117d5.js"),
import("/./_app/pages/blog/2012-12-30-my-top-5-wishes-for-the-future.md-2fb868ef.js")
],
page: {
host: location.host, // TODO this is redundant
path: "/blog/2012-12-30-my-top-5-wishes-for-the-future",
query: new URLSearchParams(""),
params: {}
}
}
});
</script>
</head>
<body>
<div id="svelte">
<main style="max-width: 42rem;margin:auto"><h1 class="logo logo-small svelte-1tkco1r"><a class="header-link svelte-1tkco1r" href="/">unstack.in </a></h1>
<div class="post"><h2 style="margin-bottom: 0">My top 5 wishes for the future</h2>
<div class="date">2012-12-30</div>
<p>Every now and then i am frustrated by one or the other event. Sometimes the govt. frustrates me, some times my own gadgets and at other times, any and everyone in my vicinity. Here’s my top 5 wish list for the future to reduce those frustrations -</p>
<ol><li>A smartphone with a battery which can run for 3-4 days without needed a recharge. That too with wifi/edge and gps on at all times.</li>
<li>A laptop with build quality like macbook pro but which does not get hot for a long period of time (say 2-3 hours). Infinitely cool laptops are most welcome.</li>
<li>Contraptions which attach to my smartphone and let me conduct basic medical tests. I am tired of being looted in the day by the doctor-tester mafia. 99% of my visits to doctors are useless. If at all, they result in me taking antibiotics which were not all required in the first place.</li>
<li>A system in place which lets me make complaints against my area MLA and promises an answer within a week. Make it a full fledged system with auditors and easy interfaces for the people to lodge a complain. Something like the courier tracking service.</li>
<li>Better medicine for depression patients. My mom has been suffering from depression for quite some time and none of the medicines seem to work. Googling about it i have come to realise that anti-depressants work on less than 50% of the affected people, which itself is a depressing fact. Seems it has to do something with the greed of the pharmaceutical companies.</li></ol>
<p>I hope that i can contribute to at least one of the above wishes. If anyone reading this post has any pointers to achieving any one of the above, do let me know. I would be more than happy to contribute time, money and sweat to bring it to fruition.</p>
<p>P.S. - A couple of days have passed and i realize that 5 wishes are not enough for me. Always hungry for more (read - frustrated by more). So here is an extended wish list -</p>
<ol><li>A good app/website to learn indian languages. I came to Bangalore one year back and have googled and googled about something decent to help me learn Kannada. Found a few resources but all of them are very basic. Someone up to the challenge?</li></ol>
<br>
<a href="/">Browse more posts</a>
<hr>
<h3>About me</h3>
<div style="display: flex; margin-bottom: 3.5rem; flex-direction: column;"><div style="display: flex"><img src="/profile-pic.jpg" alt="Mukesh Soni" style="margin-right: 1rem; margin-bottom: 0; width: 56px; height: 56px">
<div><p style="margin-top: 0;">This is the personal blog of <strong>Mukesh Soni</strong>. I am a frontend engineer who's
exhausted trying to keep up with the new technologies in the frontend world. I am good at
JavaScript, HTML, CSS, React (ReactJS) and nodejs. I have been doing this stuff since 2011.
</p>
<p style="margin-top: 0">This blog was written in <a href="https://svelte.dev">svelte</a>, using
<a href="https://kit.svelte.dev/">svelte-kit</a>, even though i write reactjs in my day job.
</p></div></div>
<a style="text-decoration: none; box-shadow: none;" href="https://twitter.com/mukeshsoni">Follow me on Twitter
</a>
<a style="text-decoration: none; box-shadow: none;" href="https://github.com/mukeshsoni">Look at my open source work on github
</a></div></div>
</main>
</div>
</body>
</html>
|
css/gmoyerbrailean.css | gmoyerbrailean/gmoyerbrailean.github.io | /* ================================== */
/* === Gregory Moyerbrailean 2014 === */
/* ================================== */
/*
Thanks as always to colorSchemeDesigner (now paletton)
for help with color schemes:
http://paletton.com/#uid=7000u0kw0oumTvnufuHCaj+KXeF
*/
/* ========================= */
/* ===== Fonts/Imports ===== */
/* ========================= */
/* Entypo pictograms by Daniel Bruce - http://www.entypo.com/ */
@font-face {
font-family: 'entypo';
src: url('../fonts/entypo/entypo.eot');
src: url('../fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
url('../fonts/entypo/entypo.woff') format('woff'),
url('../fonts/entypo/entypo.ttf') format('truetype'),
url('../fonts/entypo/entypo.svg#Serif-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'entypo-social';
src: url('../fonts/entypo/entypo-social.eot');
src: url('../fonts/entypo/entypo-social.eot?#iefix') format('embedded-opentype'),
url('../fonts/entypo/entypo-social.woff') format('woff'),
url('../fonts/entypo/entypo-social.ttf') format('truetype'),
url('../fonts/entypo/entypo-social.svg#Serif-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
padding-top: 50px;
}
tr {
vertical-align: top;
}
a, a:visited {
color: #009C00;
}
a:active, a:hover {
color: #C30000;
text-decoration: none;
}
/* Useful for fixing layout issues */
/** {
border: 1px dashed black;
}*/
/* =================== */
/* ===== Classes ===== */
/* =================== */
.e {
font-family: entypo, sans-serif;
font-size: 40px;
}
.es {
font-family: entypo-social, sans-serif;
font-size: 40px;
}
.inline {
display: inline;
}
ul.smallind {
list-style-type: none;
margin-top: 5px;
padding-left: 5px;
padding-right: 5px;
margin-left: 5px;
margin-right: 5px;
font-size:12px;
}
.pub {
padding-top: 10px;
border-bottom: 1px solid gray;
}
/* No bottom border on last pub */
div.pub:last-child {
padding-top: 10px;
border-bottom: none;
}
ul.links {
list-style-type: none;
}
ul.links li {
padding-bottom: 5px;
}
ul.links a {
padding-left: 5px;
}
.contact {
display: inline-block;
}
/*
IDs
*/
div #content {
margin-left: auto;
margin-right: auto;
padding-top: 40px;
text-align: left;
width: 75%;
}
#projects > div {
padding-top: 10px;
padding-bottom: 10px;
}
|
app/assets/stylesheets/application.css | schneiderderek/CardsAgainstHumanity | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap
*= require_self
*= require_tree .
*/
body {
color: black;
}
.navbar {
opacity: .9;
}
|
gp/reports/Bundle_LocatorBundle.dashboard.html | dynamicguy/gpweb | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Bundle/LocatorBundle</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE]><script src="excanvas.compressed.js"></script><![endif]-->
<script src="RGraph.common.js" ></script>
<script src="RGraph.bar.js" ></script>
<script src="RGraph.scatter.js" ></script>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="title">Bundle/LocatorBundle</td></tr>
<tr><td><div align="center"><p><a href="./reports/Bundle_LocatorBundle.html">Back to Code Coverage report</a></p></div></td></tr>
<tr><td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td></tr>
</table>
<br />
<center>
<table width="90%" cellpadding="2" cellspacing="1" border="0">
<tr>
<td valign="top">
<h2>Class Coverage Distribution</h2>
<canvas id="classCoverageDistribution" width="475" height="200"></canvas>
<script>
var ccd = new RGraph.Bar('classCoverageDistribution', [0,1,2,0,1,0,0,0,0,0,0,2]);
ccd.Set('chart.background.barcolor1', 'white');
ccd.Set('chart.background.barcolor2', 'white');
ccd.Set('chart.colors', ['blue']);
ccd.Set('chart.shadow', true);
ccd.Set('chart.shadow.offsetx', 3);
ccd.Set('chart.shadow.offsety', 3);
ccd.Set('chart.labels', ['0%','0-10%','10-20%','20-30%','30-40%','40-50%','50-60%','60-70%','70-80%','80-90%','90-100%','100%']);
ccd.Set('chart.text.size', 5);
ccd.Draw();
</script>
</td>
<td valign="top">
<h2>Class Complexity</h2>
<canvas id="classComplexity" width="475" height="200"></canvas>
<script>
var cc = new RGraph.Scatter('classComplexity', [[7.6923076923077,3,"blue","LocatorController"],[14.285714285714,3,"blue","LocatorForm"],[100,0,"blue","LocatorBundle"],[16.666666666667,2,"blue","Locator"],[33.333333333333,1,"blue","LBSRequest"],[100,0,"blue","GPInit"]]);
cc.Set('chart.xmax', 100);
cc.Set('chart.background.barcolor1', 'white');
cc.Set('chart.background.barcolor2', 'white');
cc.Set('chart.tickmarks', 'plus');
cc.Set('chart.ticksize', 5);
cc.Set('chart.text.size', 5);
cc.Set('chart.ylabels', false);
cc.Draw();
</script>
</td>
</tr>
<tr>
<td valign="top">
<h2>Top Project Risks</h2>
<ul>
<li><a href="Bundle_LocatorBundle_Controller_LocatorController.php.html#10">LocatorController</a> (10)</li>
</ul>
</td>
<td valign="top">
<h2>Least Tested Methods</h2>
<ul>
<li><a href="Bundle_LocatorBundle_Model_Locator.php.html#17">Locator::findLocationBy</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Model_Locator.php.html#31">LBSRequest::__construct</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Model_Locator.php.html#12">Locator::__construct</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Form_LocatorForm.php.html#23">LocatorForm::loadValidatorMetadata</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Form_LocatorForm.php.html#13">LocatorForm::getMsisdn</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Form_LocatorForm.php.html#18">LocatorForm::setMsisdn</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Controller_LocatorController.php.html#13">LocatorController::indexAction</a> (0%)</li>
</ul>
</td>
</tr>
</table>
</center>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td></tr>
<tr><td class="versionInfo">Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.0.0beta2</a> using <a href="http://www.php.net/" target="_top">PHP 5.3.2-1ubuntu4.2</a> and PHPUnit 3.5.0beta1 at Sat Aug 14 0:17:32 BDT 2010.</td></tr>
</table>
<br/>
</body>
</html>
|
src/index.html | RovenskyOleg/baby-feeding | <!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<!--<script src="../node_modules/chart.js/dist/Chart.bundle.min.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.bundle.min.js"></script>
<script src="https://cdn.firebase.com/js/client/2.3.2/firebase.js"></script>
<title>Baby feeding</title>
<base href="/">
</head>
<body>
<app>
Loading...
</app>
<script src="/polyfills.bundle.js"></script>
<script src="/vendor.bundle.js"></script>
<script src="/main.bundle.js"></script>
</body>
</html>
|
gallery/hangzhou/index.html | vliux/vliux.github.io |
<meta charset="utf-8">
<title>杭州Hangzhou – By vliux.me</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="杭州Hangzhou – By vliux.me">
<meta property="og:description" content="我出生在这里。除了求学、北漂的五个春秋,我也一直生活在她怀里。她的美,缺少那种磅礴的大气。因此横构图里的她,总是有点平淡。如果使用竖构图,再把镜头拉近,却能在每个角落里给我感动。西湖(下图)是最有名的景点。因此,好天气的时候,游客非常...">
<meta property="og:url" content="http://vliux.me/gallery/hangzhou/">
<meta property="og:site_name" content="By vliux.me">
<link href="http://vliux.me/feed.xml" type="application/atom+xml" rel="alternate" title="By vliux.me Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Type -->
<link rel="stylesheet" href="http://vliux.me/assets/css/crimson.css" rel='stylesheet' type='text/css' />
<link href="/assets/css/sourcesanspro.css" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://vliux.me/assets/css/entypo.css" media="all">
<!-- In order to use Calendas Plus, you must first purchase it. Then, create a font-face package using FontSquirrel.
<link rel='stylesheet' href='http://vliux.me/assets/cal.css' media='all' />
-->
<!-- For all browsers -->
<link rel="stylesheet" href="http://vliux.me/assets/css/i.css">
<!-- Fresh Squeezed jQuery -->
<!-- vliux: not sure what does this do for my site. But it slows the page loading, especially as google is blocked -->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>-->
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="http://vliux.me/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://vliux.me/favicon.ico">
<div id="bump">
<body class="">
<header class="site-header darken">
<div class="wrap">
<hgroup>
<h1><a href="/">By vliux.me</a></h1>
</hgroup>
<a href="#nav" class="menu"><span class='icons'>☰</span></a>
<nav role="navigation">
<ul>
<!-- <li>
<a href="/" title="By vliux.me">Home</a>
</li> -->
<li><a href="http://vliux.me/home"
>
Home
</a></li>
<li><a href="http://vliux.me/draw"
>
Drawings
</a></li>
<li><a href="http://vliux.me/gallery"
>
Photos
</a></li>
<li><a href="http://vliux.me/blog"
>
Tech
</a></li>
<li><a href="http://vliux.me/about"
>
About
</a></li>
</ul>
</nav>
</div>
</header>
<!-- tencent analysis -->
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=61337454" charset="UTF-8"></script>
<section class="article pad-top">
<article class="wrap post">
<header class="post-header">
<hgroup>
<h1>杭州Hangzhou</h1>
<!-- <p class="intro"></p> -->
</hgroup>
</header>
<div class="bdsharebuttonbox">
<a href="#" class="bds_more" data-cmd="more"></a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
<a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a>
<a href="#" class="bds_fbook" data-cmd="fbook" title="分享到Facebook"></a>
<a href="#" class="bds_twi" data-cmd="twi" title="分享到Twitter"></a></div>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"1","bdMiniList":false,"bdPic":"","bdStyle":"1","bdSize":"24"},"share":{},"image":{"viewList":["weixin","tsina","sqq","fbook","twi"],"viewText":"分享到:","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["weixin","tsina","sqq","fbook","twi"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
<br/>
<p>我出生在这里。除了求学、北漂的五个春秋,我也一直生活在她怀里。</p>
<p>她的美,缺少那种磅礴的大气。因此横构图里的她,总是有点平淡。如果使用竖构图,再把镜头拉近,却能在每个角落里给我感动。</p>
<p>西湖(下图)是最有名的景点。因此,好天气的时候,游客非常多。再加上稍显过多的人为装饰,使得它总有些杂乱和造作的感觉。在雨雪天,游客稀少的日子里,倒更有一番韵味。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-1974.jpg"><img src="/images/p/hz/vliux_hz-1974.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-02977.jpg"><img src="/images/p/hz/vliux_hz-02977.jpg" alt=""/></a></div>
</div>
</div>
</div>
<p/>
<p>通往灵隐的路叫“九里松”。路两边全是高耸入云的松树、水杉和樟树(下左图)。灵隐寺坐落在飞来峰景区,相比景区内其他几座寺庙,显得更为气派。但它过大的知名度导致游客数量很多。
如果只想安静地走一走,或赶早到达寺中,或不妨试试边上的永福寺(下图右)。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-1273.jpg"><img src="/images/p/hz/vliux_hz-1273.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-1351.jpg"><img src="/images/p/hz/vliux_hz-1351.jpg" alt=""/></a></div>
</div>
</div>
</div>
<p/>
<p>浙江大学玉泉校区新桥门附近(下图左)的流水和秋天的黄叶搭配很美。河水从学校边上的山上流下来,绕着校园东边而过。</p>
<p>西溪湿地(下图右)作为城市的“肺”,它的景是纯天然的。因此缺乏人工景观的那种有序感,更需要摄影师耐心发掘。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-03177.jpg"><img src="/images/p/hz/vliux_hz-03177.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-2421.jpg"><img src="/images/p/hz/vliux_hz-2421.jpg" alt=""/></a></div>
</div>
</div>
</div>
<p/>
<p>虎跑(下图左)虽然很小,对摄影师来说却相当高产。它是杭州之美的一个典型代表:一个小小的、安静怡和的世外桃源。这不正是每个人心中那片安宁的一亩三分地嘛?</p>
<p>我现在生活在钱塘江边(下图右)。江水在大多数时候都波澜不惊,显得相当平淡。但每个月的农历18,海水回灌江中,掀起巨浪,蔚为壮观。只是我一直都没有办法拍出一张满意的照片。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-2305.jpg"><img src="/images/p/hz/vliux_hz-2305.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-02363.jpg"><img src="/images/p/hz/vliux_hz-02363.jpg" alt=""/></a></div>
</div>
</div>
</div>
<br/>
<div class="bdsharebuttonbox">
<a href="#" class="bds_more" data-cmd="more"></a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
<a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a>
<a href="#" class="bds_fbook" data-cmd="fbook" title="分享到Facebook"></a>
<a href="#" class="bds_twi" data-cmd="twi" title="分享到Twitter"></a></div>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"1","bdMiniList":false,"bdPic":"","bdStyle":"1","bdSize":"24"},"share":{},"image":{"viewList":["weixin","tsina","sqq","fbook","twi"],"viewText":"分享到:","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["weixin","tsina","sqq","fbook","twi"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
<!-- gitment comment -->
<div id="container"></div>
<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
<script>
var gitment = new Gitment({
owner: 'vliux',
repo: 'vliux.github.io_gitment',
oauth: {
client_id: '8a5fb88f646b2bfec025',
client_secret: 'c4a2a75b7377e5fde416fca7baffd4cb6197c58a',
},
})
gitment.render('container')
</script>
</article>
</section>
</div>
<div class="push"></div>
<footer>
<aside class="wrap">
<ol class="prev-posts">
<p class="list-title">Recent Posts</p>
<!-- for1 -->
<li>
<span class="recent-title"><a href="http://vliux.me/drawing/yulinwei/" title="[最后的游侠]御灵校尉">[最后的游侠]御灵校尉 </a></span>
<span class="date">Nov 24, 2018</span>
</li>
<!-- for1 -->
<li>
<span class="recent-title"><a href="http://vliux.me/drawing/bravery_3/" title="[最后的游侠]Bravery_3">[最后的游侠]Bravery_3 </a></span>
<span class="date">Nov 12, 2018</span>
</li>
<!-- for1 -->
<li>
<span class="recent-title"><a href="http://vliux.me/drawing/bravery_2/" title="[最后的游侠]Bravery_2">[最后的游侠]Bravery_2 </a></span>
<span class="date">Nov 05, 2018</span>
</li>
</ol>
<div class="social">
<ul>
<li><a id="mail" href="mailto:swordmanliuxin@gmail.com"><span class="foot-link">@Email</span></a></li>
<li><a id="500px" href="https://500px.com/xinliu4" target="_blank"><span class="foot-link">500px</span></a></li>
<li><a id="500pxc" href="https://500px.me/vliux" target="_blank"><span class="foot-link">500px中国</span></a></li>
<li><a id="insta" href="https://www.instagram.com/vliux" target="_blank"><span class="foot-link">Instagram</span></a></li>
</ul>
</div>
</aside>
<small>© 2018 vliux. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://jekyll.gtat.me/about">Balzac</a> theme.</small>
</footer>
<!-- If they're out, get some from the cellar -->
<script>window.jQuery || document.write('<script src="http://vliux.me/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://vliux.me/assets/js/retina.min.js"></script>
<!-- Custom JS -->
<script src="http://vliux.me/assets/js/scripts.js"></script>
</body>
</html>
|
demo/full/app/module/blog/view/index.html | appmux/adhesive.js | <h2>My Blog</h2>
<p data-ng-show="!auth.loggedIn">
<a href="#/login">Log in</a> to blog.
</p>
<p>Users with different permissions can perform different actions, i.e.:
edit/delete posts, create new post and administer the blog.</p>
<p>
<span style="font-weight: bold">Follow <a href="https://twitter.com/appmux">@appmux</a> on twitter</span> to receive
updates about <a href="https://twitter.com/search?q=%23adhesivejs">#adhesivejs</a>.
<span data-require-access="update">Edit</span>
<span data-require-access="delete">Delete</span>
</p>
<a href="#/blog/post" data-require-access="create">Create new post</a>
<span data-require-access="admin"> | <a href="#/blog/admin">Administer Blog</a></span>
|
collections/_sculptures/wax-and-pins.html | andrewMacmurray/susie-macmurray | ---
title: wax and pins
order: 9
thumbnail: /img/sculptures/wax-and-pins/swarm_01.jpg
images:
- url: /wax-and-pins/harem_01.jpg
contain: true
caption: Harem 2013; 65cm x 25cm x 15cm; copper bull ring, violin bow hair, wax, steel pins
- url: /wax-and-pins/nest_01.jpg
contain: true
caption: Nest 2013; Wax; Steel Pins
- url: /wax-and-pins/swarm_01.jpg
contain: true
caption: Swarm II 2011; wax, steel pins
---
|
doc/jdk6_cn/java/net/class-use/SocketOptions.html | piterlin/piterlin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:29:14 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
接口 java.net.SocketOptions 的使用 (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="接口 java.net.SocketOptions 的使用 (Java Platform SE 6)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?java/net//class-useSocketOptions.html" target="_top"><B>框架</B></A>
<A HREF="SocketOptions.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>接口 java.net.SocketOptions<br>的使用</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
使用 <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口">SocketOptions</A> 的软件包</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#java.net"><B>java.net</B></A></TD>
<TD>为实现网络应用程序提供类。 </TD>
</TR>
</TABLE>
<P>
<A NAME="java.net"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../java/net/package-summary.html">java.net</A> 中 <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口">SocketOptions</A> 的使用</FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">实现 <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口">SocketOptions</A> 的 <A HREF="../../../java/net/package-summary.html">java.net</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../java/net/DatagramSocketImpl.html" title="java.net 中的类">DatagramSocketImpl</A></B></CODE>
<BR>
数据报和多播套接字实现的抽象基类。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../java/net/SocketImpl.html" title="java.net 中的类">SocketImpl</A></B></CODE>
<BR>
抽象类 <code>SocketImpl</code> 是实际实现套接字的所有类的通用超类。</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?java/net//class-useSocketOptions.html" target="_top"><B>框架</B></A>
<A HREF="SocketOptions.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
|
views/pages/site/security-vulnerabilities.html | go-aah/website | {{ define "title" -}}
{{ .Article.Title }} - {{ i18n . "page.site.title.suffix" }}
{{- end }}
{{ define "meta_tags" -}}
{{ $pageTitle := .Article.Title -}}
{{ $pageDesc := .Article.Desc -}}
<meta name="description" content="{{ $pageDesc }}">
<meta name="keywords" content="{{ .Article.Keywords }}">
<meta property="og:title" content="{{ $pageTitle }}"/>
<meta property="og:description" content="{{ $pageDesc }}"/>
<meta name="twitter:title" content="{{ $pageTitle }}">
<meta name="twitter:description" content="{{ $pageDesc }}">
{{ end }}
{{ define "body" -}}
<div class="container-fluid aah-container-fluid">
<div class="aah-security-vuln clear">
<h1>Reporting Vulnerabilities</h1>
<p>Hello, if you believe you’ve found something in <code>aah framework</code> which has security implications, please do not raise an issue in a public forum; it's best interest and to safe gurad aah application users before the fix is ready.</p>
<p>I strongly encourage people to report such issue via email to <a href="mailto:security@aahframework.org">security@aahframework.org</a>. Security issues always take precedence over bug fixes and feature work. The project maintainers will work with you closely to resolve issues where required.</p>
<p>Once an issue is resolved it is usually released immediately with the appropriate semantic version and gets documented in this page.</p>
</div>
<div class="aah-security-vuln-section">
{{ if .Article.IsContent -}}
{{ safeHTML .Article.Content }}
{{ end -}}
</div>
</div>
{{- end }}
|
index3.html | ANEMONAL/anemonal.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:site_name" content="ANEMONAL"/>
<meta property="og:title" content="ANEMONAL"/>
<meta property="og:image" content="img/home-bg.jpg">
<meta property="og:url" content="https://anemonal.github.io/">
<title>ANEMONAL</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu <i class="fa fa-bars"></i>
</button>
<!-- <a class="navbar-brand" href="index.html"> - </a> -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">MEDIACIÓN SEVERA</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
<!--
<li>
<a href="post.html">MEDIACIÓN SEVERA</a>
</li>
-->
<li>
<a href="archive.html">ARCHIVE</a>
</li>
<li>
<a href="contact.html">CONTACT</a>
</li>
<li>
<a href='https://www.facebook.com/anemonal/' target='_blank'><i class='fa fa-facebook'></i></a>
</li>
<li>
<a href='https://www.instagram.com/anemonaldigital/' target='_blank'><i class='fa fa-instagram'></i></a>
</li>
<li>
<a href='https://twitter.com/anemonalDigital' target='_blank'><i class='fa fa-twitter'></i></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('img/home-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1> <img src="img/anemonal_logo-01.png" width=700px">
</h1>
<!-- <hr class="small">
<span class="subheading"></span> -->
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-preview">
<a href="post.html">
<h3 class="post-subtitle" style = "font-size:26px; letter-spacing: 16px;">
CIRCUITOS / ANEMONAL
</h3>
<h3 class="post-subtitle" style = "font-size:20px; letter-spacing: 10px;">
PROGRAMA DE ACTIVIDADES 2017 - 2018.
</h3>
</a>
</div>
<hr>
<div class="post-preview">
<a href="viktoria.html">
<h2 class="post-title">
VIKTORIA MODESTA
</h2>
<h3 class="post-subtitle">
Circuitos/Mediación Severa: Viktoria Modesta "Human 2.0"
</h3>
</a>
<p class="post-meta">17 de Julio de 2017, LARVA, GDL, MX.
<!--<sub1>/ * REGISTRO_</p>
</sub1>--></div>
<hr>
<div class="post-preview">
<a href="sonidopetreo.html">
<h2 class="post-title">
SONIDO PÉTREO
</h2>
<h3 class="post-subtitle">
Taller de creación de formas por métodos digitales. <br> Imparte Pablo Kobayashi.
</h3>
</a>
<p class="post-meta">24 de Julio de 2014, Cuartel Creativo, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
TESTING ELECTRONICS
</h2>
<h3 class="post-subtitle">
Laboratorio para la investigación y divulgación de medios electrónicos. Imparte .RR
</h3>
</a>
<p class="post-meta">Agosto, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="embodied.html">
<h2 class="post-title">
EMBODIED MIXED REALITIES LAB
</h2>
<h3 class="post-subtitle">
Imparte Julian Stadon.
</h3>
</a>
<p class="post-meta">Agosto, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
VVVV INTERACTIVO
</h2>
<h3 class="post-subtitle">
Imparte Eduardo Melendez.
</h3>
</a>
<p class="post-meta">Septiembre, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
LIVE CODING AUDIOVISUAL E INTERFACES
</h2>
<h3 class="post-subtitle">
Imparte Ernesto Romero.
</h3>
</a>
<p class="post-meta">Septiembre, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
VISUALIZACIÓN DE DATOS URBANOS
</h2>
<h3 class="post-subtitle">
Imparte Desaxismundi.
</h3>
</a>
<p class="post-meta">Octubre, 2017, GDL, MX.</p>
</div>
<!--
<div class="post-preview">
<a href="#">
<h2 class="post-title">
BENOIT AND THE MANDELBROTS
</h2>
</a>
<p class="post-meta">Noviembre, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
ALGORAVE
</h2>
</a>
<p class="post-meta">Diciembre, 2017, GDL, MX.</p>
</div>
<hr>
-->
<!-- Pager -->
<ul class="pager">
<li class="next">
<a href="#">Older Posts →</a>
</li>
</ul>
<br>
<hr>
<br>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; color:#5D5D5D; letter-spacing: 2px; font-size:12px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align: right;
}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//digital.us16.list-manage.com/subscribe/post?u=4c754699d3b300650a6109b8f&id=2a7eac5b11" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<br>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div><br>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_4c754699d3b300650a6109b8f_2a7eac5b11" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<br><br>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<!--
<li>
<a href="https://www.facebook.com/anemonal/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-1x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
-->
<li>
<a href="">
<img src="img/ciudad_creativa_logo-01.png" width=200px">
</a>
</li>
<li>
<a href="">
<img src="img/circuitos_logo-01.png" width="250px">
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © ANEMONAL 2016</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>
|
public/challenges/work2/index.html | MisterDoom/studenthack | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> This is a Standard Post</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="StudentHack V" />
<meta name="keywords" content="hackathon, studenthack, manchester hackathon, free html5, free template, free bootstrap, html5, css3, mobile first, responsive, hugo, static site" />
<meta name="author" content="HackSoc Dev Team" />
<meta property="og:title" content="StudentHack V"/>
<meta property="og:image" content="https://raw.githubusercontent.com/hacksoc-manchester/studenthack-2016/gh-pages/images/shlogo.png"/>
<meta property="og:url" content="https://www.studenthack.com"/>
<meta property="og:description" content="StudentHack V 2017 - #learn #build #share 10-12 March 2017"/>
<meta name="twitter:title" content="StudentHack V" />
<meta name="twitter:site" content="@studenthack" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/hacksoc-manchester/studenthack-2016/gh-pages/images/shlogo.png" />
<meta name="twitter:url" content="https://www.studenthack.com" />
<meta name="twitter:card" content="summary" />
<link rel="shortcut icon" type="image/x-icon" href=https://misterdoom.github.io/studenthack/favicon.ico>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Ubuntu" />
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/bootstrap.min.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/font-awesome.min.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/style.default.css id="theme-stylesheet">
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/custom_chal.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/animate.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/icomoon.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/simple-line-icons.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/magnific-popup.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/bootstrap.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/style.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/custom1.css>
<script src=https://misterdoom.github.io/studenthack/js/modernizr-2.6.2.min.js></script>
</head>
<body>
<div class="col-md-10 main-content col-md-offset-1">
<div class="col-md-12 entry">
<div class="row">
<div class="col-md-12">
<div class="entry-header">
This is a Standard Post
</div>
</div>
</div>
<div class="row">
<div class="col-md-2">
<div class="entry-sidebar">
CATEGORIES
<div class="entry-categories">
<a href=""></a>
</div>
Tags
<div class="entry-tags">
<a href="">memories</a>
</div>
</div>
</div>
<div class="col-md-10">
<div class="entry-content">
<p>This is what an ordinary post looks like, and you’re reading a custom excerpt right now. Have fun looking around the theme, and don’t forget to check it out on your phone!
</p>
<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.</p>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<ol>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
</ol>
<blockquote>
<p>The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.</p>
</blockquote>
<h2 id="header-level-2">Header Level 2</h2>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
<p>The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.</p>
<ul>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
</ul>
<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then</p>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" role="contentinfo">
<div class="container">
<div class="">
<div class="col-md-12 text-center">
<p>© Elate Free HTML5. All Rights Reserved. <br>Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a> <br>Hugo port by: <a href="https://github.com/saey55" target="_blank">saey55</a> <br> Edited By <a href="http://hacksoc.com/" target="_blank">HackSoc</a> Dev Team</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="https://twitter.com/studenthack"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/studenthack"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src=https://misterdoom.github.io/studenthack/js/jquery.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.easing.1.3.js></script>
<script src=https://misterdoom.github.io/studenthack/js/bootstrap.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.waypoints.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.stellar.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.countTo.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.magnific-popup.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/magnific-popup-options.js></script>
<script src=https://misterdoom.github.io/studenthack/js/Chart.bundle.min.js></script>
<script src="https://maps.googleapis.com/maps/apijs?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src=https://misterdoom.github.io/studenthack/js/google_map.js></script>
<script src=https://misterdoom.github.io/studenthack/js/main.js></script>
<script src=https://misterdoom.github.io/studenthack/js/barchart.js></script>
</body>
</html>
|
javadoc/4.0/org/robolectric/shadows/gms/common/package-frame.html | robolectric/robolectric.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_161-google-v7) on Fri Nov 09 17:55:38 PST 2018 -->
<title>org.robolectric.shadows.gms.common</title>
<meta name="date" content="2018-11-09">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../org/robolectric/shadows/gms/common/package-summary.html" target="classFrame">org.robolectric.shadows.gms.common</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ShadowGoogleApiAvailability.html" title="class in org.robolectric.shadows.gms.common" target="classFrame">ShadowGoogleApiAvailability</a></li>
</ul>
</div>
</body>
</html>
|
css/theme/sky.css | CornellHackingClub/Presentation | /**
* Sky theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
.reveal a {
line-height: 1.3em; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #add9e4;
background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));
background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background-color: #f7fbfc; }
.reveal {
font-family: "Open Sans", sans-serif;
font-size: 40px;
font-weight: normal;
color: #333; }
::selection {
color: #fff;
background: #134674;
text-shadow: none; }
::-moz-selection {
color: #fff;
background: #134674;
text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.3;
font-weight: inherit; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #333;
font-family: "Quicksand", sans-serif;
font-weight: normal;
line-height: 1.2;
letter-spacing: -0.08em;
text-transform: uppercase;
text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 {
text-shadow: none; }
/*********************************************
* OTHER
*********************************************/
.reveal p {
margin: 20px 0;
line-height: 1.3; }
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%; }
.reveal strong,
.reveal b {
font-weight: bold; }
.reveal em {
font-style: italic; }
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
margin: 0 0 0 1em; }
.reveal ol {
list-style-type: decimal; }
.reveal ul {
list-style-type: disc; }
.reveal ul ul {
list-style-type: square; }
.reveal ul ul ul {
list-style-type: circle; }
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
display: block;
margin-left: 40px; }
.reveal dt {
font-weight: bold; }
.reveal dd {
margin-left: 40px; }
.reveal blockquote {
display: block;
position: relative;
width: 70%;
margin: 20px auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: inline-block; }
.reveal q {
font-style: italic; }
.reveal pre {
display: block;
position: relative;
width: 90%;
margin: 20px auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;
line-height: 1.2em;
word-wrap: break-word;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
.reveal code {
font-family: monospace; }
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal; }
.reveal table {
margin: auto;
border-collapse: collapse;
border-spacing: 0; }
.reveal table th {
font-weight: bold; }
.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
border-bottom: 1px solid; }
.reveal table th[align="center"],
.reveal table td[align="center"] {
text-align: center; }
.reveal table th[align="right"],
.reveal table td[align="right"] {
text-align: right; }
.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
border-bottom: none; }
.reveal sup {
vertical-align: super; }
.reveal sub {
vertical-align: sub; }
.reveal small {
display: inline-block;
font-size: 0.6em;
line-height: 1.2em;
vertical-align: top; }
.reveal small * {
vertical-align: top; }
/*********************************************
* LINKS
*********************************************/
.reveal a {
color: #3b759e;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:hover {
color: #74a7cb;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #264c66; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal section img.plain {
border: 0;
box-shadow: none; }
.reveal a img {
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
transition: all .15s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #3b759e;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
color: #3b759e; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: #3b759e; }
.reveal .progress span {
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
resources/hsqldb-2.2.7/hsqldb/doc/apidocs/org/hsqldb/jdbc/class-use/JDBCSQLXML.SAX2XMLStreamWriter.html | RabadanLab/Pegasus | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_30) on Sun Jan 15 10:17:02 EST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter (HSQLDB 2.2.7 API)
</TITLE>
<META NAME="date" CONTENT="2012-01-15">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter (HSQLDB 2.2.7 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hsqldb/jdbc/JDBCSQLXML.SAX2XMLStreamWriter.html" title="class in org.hsqldb.jdbc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hsqldb/jdbc//class-useJDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>FRAMES</B></A>
<A HREF="JDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter</B></H2>
</CENTER>
No usage of org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hsqldb/jdbc/JDBCSQLXML.SAX2XMLStreamWriter.html" title="class in org.hsqldb.jdbc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hsqldb/jdbc//class-useJDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>FRAMES</B></A>
<A HREF="JDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2001 - 2010 HSQL Development Group.</i>
</BODY>
</HTML>
|
ocr_extracted/W29227_text/page25.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29227_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="page24.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 0px; margin-top: 0px;">
<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: 212px; margin-top: 212px;">
<img src="images/tmpE3htM6.png" alt="tmpE3htM6.png" />
</div>
<div style="position: absolute; margin-left: 0px; margin-top: 935px;">
<p class="styleSans225.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1232px; margin-top: 2507px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
|
src/404.html | jimmyangel/howl |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div>
<div class="row text-center">
<div class="col-sm-12">
<h3>Ooops!<br><br>HOWL cannot find what you are looking for (404).<br><br>
</h3>
<a href="http://oregonhowl.org"><img class="img-responsive center-block" src="images/404.jpg"></img></a>
<p>I cannot find the document you are requesting...</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>
|
_posts/2005-08-10-repeatableoperationexceptionmapper.html | tomasr/winterdom.com | ---
layout: post
status: publish
published: true
title: RepeatableOperationExceptionMapper
author:
display_name: Tomas Restrepo
login: tomasr
email: tomas@winterdom.com
url: http://winterdom.com/
author_login: tomasr
author_email: tomas@winterdom.com
author_url: http://winterdom.com/
wordpress_id: 171
wordpress_url: http://winterdom.com/2005/08/repeatableoperationexceptionmapper
date: '2005-08-10 19:58:07 +0000'
date_gmt: '2005-08-10 19:58:07 +0000'
categories:
- ".NET"
tags: []
comments: []
---
<p><!--start_raw-->It just dawned on me (yes, I'm slow, I know) that the RepeatableOperationExceptionMapper class that Clemens presents <a href="http://friends.newtelligence.net/clemensv/PermaLink,guid,bafdbe41-0786-4a7f-a488-8ca447d612eb.aspx">here</a> is just the precise kind of thing that would work wonders as custom Exception Replacement Handler for a policy in the <a href="http://msdn.microsoft.com/library/en-us/dnpag2/html/ehab.asp">Exception Handling Application Block</a> of the Enterprise Library. Go figure.</p>
<p>It would be really cool to have similar translator replacements for common SQL and Oracle exception codes (say, replace a Unique Constraint Violation with a RowAlreadyExistsException)...</p><!--end_raw--></p>
|
doc/index-files/index-14.html | johnmurphy007/WebRepoCDHM | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 03 20:30:36 IST 2015 -->
<title>R-Index</title>
<meta name="date" content="2015-06-03">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="R-Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-13.html">Prev Letter</a></li>
<li><a href="index-15.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
<li><a href="index-14.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <a href="index-19.html">W</a> <a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="../ie/cit/group3/repository/AuthoritiesRepository.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/AuthoritiesRepository.html" title="interface in ie.cit.group3.repository">AuthoritiesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ChObjectRepository.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ChObjectRepository.html" title="interface in ie.cit.group3.repository">ChObjectRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ImageRepository.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ImageRepository.html" title="interface in ie.cit.group3.repository">ImageRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcAuthoritiesRepository.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcAuthoritiesRepository.html" title="class in ie.cit.group3.repository">JdbcAuthoritiesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcChObjectRepository.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcChObjectRepository.html" title="class in ie.cit.group3.repository">JdbcChObjectRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcImageRepository.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcImageRepository.html" title="class in ie.cit.group3.repository">JdbcImageRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcParticipantRepository.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcParticipantRepository.html" title="class in ie.cit.group3.repository">JdbcParticipantRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcParticipationRepository.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcParticipationRepository.html" title="class in ie.cit.group3.repository">JdbcParticipationRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcRolesRepository.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcRolesRepository.html" title="class in ie.cit.group3.repository">JdbcRolesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcUsersRepository.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcUsersRepository.html" title="class in ie.cit.group3.repository">JdbcUsersRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ParticipantRepository.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ParticipantRepository.html" title="interface in ie.cit.group3.repository">ParticipantRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ParticipationRepository.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ParticipationRepository.html" title="interface in ie.cit.group3.repository">ParticipationRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/RolesRepository.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/RolesRepository.html" title="interface in ie.cit.group3.repository">RolesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/UsersRepository.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/UsersRepository.html" title="interface in ie.cit.group3.repository">UsersRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/AuthoritiesService.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/AuthoritiesService.html" title="interface in ie.cit.group3.service">AuthoritiesService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/AuthoritiesServiceImpl.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/AuthoritiesServiceImpl.html" title="class in ie.cit.group3.service">AuthoritiesServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ChObjectService.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ChObjectService.html" title="interface in ie.cit.group3.service">ChObjectService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ChObjectServiceImpl.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ChObjectServiceImpl.html" title="class in ie.cit.group3.service">ChObjectServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ChObjectServiceImplTest.html#remove()">remove()</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ChObjectServiceImplTest.html" title="class in ie.cit.group3.service">ChObjectServiceImplTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ImageService.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ImageService.html" title="interface in ie.cit.group3.service">ImageService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ImageServiceImpl.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ImageServiceImpl.html" title="class in ie.cit.group3.service">ImageServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipantService.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipantService.html" title="interface in ie.cit.group3.service">ParticipantService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipantServiceImpl.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipantServiceImpl.html" title="class in ie.cit.group3.service">ParticipantServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipationService.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipationService.html" title="interface in ie.cit.group3.service">ParticipationService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipationServiceImpl.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipationServiceImpl.html" title="class in ie.cit.group3.service">ParticipationServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/RolesService.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/RolesService.html" title="interface in ie.cit.group3.service">RolesService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/RolesServiceImpl.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/RolesServiceImpl.html" title="class in ie.cit.group3.service">RolesServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/UsersService.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/UsersService.html" title="interface in ie.cit.group3.service">UsersService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/UsersServiceImpl.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/UsersServiceImpl.html" title="class in ie.cit.group3.service">UsersServiceImpl</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/domain/Role.html" title="class in ie.cit.group3.domain"><span class="strong">Role</span></a> - Class in <a href="../ie/cit/group3/domain/package-summary.html">ie.cit.group3.domain</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/domain/Role.html#Role()">Role()</a></span> - Constructor for class ie.cit.group3.domain.<a href="../ie/cit/group3/domain/Role.html" title="class in ie.cit.group3.domain">Role</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/repository/RolesRepository.html" title="interface in ie.cit.group3.repository"><span class="strong">RolesRepository</span></a> - Interface in <a href="../ie/cit/group3/repository/package-summary.html">ie.cit.group3.repository</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/utility/RolesRowMapper.html" title="class in ie.cit.group3.utility"><span class="strong">RolesRowMapper</span></a> - Class in <a href="../ie/cit/group3/utility/package-summary.html">ie.cit.group3.utility</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/utility/RolesRowMapper.html#RolesRowMapper()">RolesRowMapper()</a></span> - Constructor for class ie.cit.group3.utility.<a href="../ie/cit/group3/utility/RolesRowMapper.html" title="class in ie.cit.group3.utility">RolesRowMapper</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/service/RolesService.html" title="interface in ie.cit.group3.service"><span class="strong">RolesService</span></a> - Interface in <a href="../ie/cit/group3/service/package-summary.html">ie.cit.group3.service</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/service/RolesServiceImpl.html" title="class in ie.cit.group3.service"><span class="strong">RolesServiceImpl</span></a> - Class in <a href="../ie/cit/group3/service/package-summary.html">ie.cit.group3.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/RolesServiceImpl.html#RolesServiceImpl(ie.cit.group3.repository.RolesRepository)">RolesServiceImpl(RolesRepository)</a></span> - Constructor for class ie.cit.group3.service.<a href="../ie/cit/group3/service/RolesServiceImpl.html" title="class in ie.cit.group3.service">RolesServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/CooperHewittG3WebApplication.html#run(java.lang.String...)">run(String...)</a></span> - Method in class ie.cit.group3.<a href="../ie/cit/group3/CooperHewittG3WebApplication.html" title="class in ie.cit.group3">CooperHewittG3WebApplication</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <a href="index-19.html">W</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-13.html">Prev Letter</a></li>
<li><a href="index-15.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
<li><a href="index-14.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
page/52/index.html | carlesbellver/carlesbellver.github.io | <!DOCTYPE html>
<html lang="ca-es" data-theme="">
<head>
<meta name="generator" content="Hugo 0.76.2" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>La vista cansada</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="https://carlesbellver.github.io/index.xml" title="La vista cansada" />
<link rel="icon" type="image/x-icon" href="https://carlesbellver.github.io/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="https://carlesbellver.github.io/favicon.png">
<link rel="stylesheet" href="https://carlesbellver.github.io/css/light.css?rnd=1602439752" />
<style>
[data-theme="dark"] {
--font-color: #eee;
--bg-color: #212121;
--link-color:#599ada;
--link-state-color:#ff5858;
--link-state-border-color: rgba(238, 54, 54, 0.5);
--thead-bg-color: #343a40;
--table-border-color: lightgrey;
--pre-color: #333;
--pre-bg-color: #f1f1f1;
--bq-color: #ccc;
--hr-color: #333;
--pagination-bg-color: #373737;
--pagination-link-color: #b6b6b6;
--post-info-color: grey;
--switcher-color: #333;
--switcher-bg-color: #fff;
}
</style>
<link rel="stylesheet" href="https://carlesbellver.github.io/css/style.css?rnd=1602439752" />
<meta property="og:title" content="La vista cansada" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://carlesbellver.github.io/" />
<meta property="og:updated_time" content="2020-10-01T16:20:42+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="La vista cansada"/>
<meta name="twitter:description" content=""/>
</head>
<body>
<a class="skip-main" href="#main">Anar al contingut principal</a>
<div class="container">
<header class="common-header">
<h1 class="site-title">
<a href="/">La vista cansada</a>
</h1>
<nav>
<a class="" href="https://carlesbellver.github.io/about/" title="">Informació</a>
<a class="" href="https://carlesbellver.github.io/tags/" title="">Etiquetes</a>
</nav>
</header>
<main id="main" tabindex="-1">
<div class="homepage-content">
</div>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="http://www.bbc.com/travel/story/20180820-why-czechs-dont-speak-german">Why Czechs don’t speak German</a></p>
<blockquote>Al segle XVII, quan el regne de Bohèmia era sota el domini dels Habsburg, la llengua txeca podria haver desaparegut si no hagués estat pels titelles i una escletxa legal… ja que els titelles eren els únics ens restants que tenien dret a parlar txec en llocs públics.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/06/why-czechs-dont.html"><div class="post-date dt-published">2018-09-06</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://pxlnv.com/linklog/google-mastercard-deal/">Google Purchased Bulk Transaction Data from Mastercard to Link Online Ads and Offline Purchases</a></p>
<blockquote>Mitjançant aquest programa de proves, Google pot associar de manera anònima aquests perfils d’usuaris existents amb compres realitzades a botigues físiques. El resultat és potent: Google sap que la gent va fer clic als anuncis i ara pot informar als anunciants que aquesta activitat va conduir a vendes reals a la botiga.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/05/google-purchased-bulk.html"><div class="post-date dt-published">2018-09-05</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://blogs.herdereditorial.com/filco/cesar-rendueles-capitalismo-incompatible-vida-humana/">César Rendueles: "Este capitalismo es incompatible con la vida humana"</a></p>
<blockquote>Probablemente vaya a ser un experimento fallido y breve, de apenas unos pocos siglos, frente a sociedades y modos de vida que han durado milenios porque se enfrenta a límites materiales infranqueables. El capitalismo tal y como lo conocemos es imposible que subsista porque es medioambientalmente incompatible con la vida humana.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/04/csar-rendueles-este.html"><div class="post-date dt-published">2018-09-04</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://www.lavanguardia.com/opinion/20180901/451549851881/posverdad-suprema.html">Ignacio Sánchez-Cuenca: La posverdad suprema</a></p>
<blockquote>En estos momentos, la posverdad corporativa e ideológica se encarna de forma sobresaliente en nuestro Tribunal Supremo y su empeño en mantener la acusación de rebelión contra los líderes políticos del movimiento independentista catalán. Tratar de encajar las conductas del “otoño caliente” del 2017 en el tipo penal de rebelión es contrario a la lógica, el sentido común y el propio derecho español […] Se han propuesto dar un escarmiento ejemplar a los líderes del independentismo, un castigo que deje claro a las próximas generaciones el riesgo al que se exponen si alguien intenta de nuevo una estrategia unilateral rupturista […] Para frenar el disparate y la injusticia que se está cometiendo con las acusaciones de rebelión, haría falta una sociedad civil que se tomara en serio que en una democracia resulta inadmisible juzgar a unos políticos por hechos que no han cometido. No estamos ahí todavía.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/01/ignacio-snchezcuenca-la.html"><div class="post-date dt-published">2018-09-01</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://theconversation.com/advertising-is-obsolete-heres-why-its-time-to-end-it-101639">Advertising is obsolete – here's why it's time to end it</a></p>
<p>La publicitat és manipulació i s'hauria d'il·legalitzar.</p>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/30/advertising-is-obsolete.html"><div class="post-date dt-published">2018-08-30</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://www.theatlantic.com/science/archive/2018/08/scientists-can-collectively-sense-which-psychology-studies-are-weak/568630/">Online Bettors Know If Psychology Studies Will Replicate</a></p>
<blockquote>Mentre portava a terme les seves proves experimentals, l'equip del SSRP [<a href="http://www.socialsciencesreplicationproject.com/">Social Sciences Replication Project</a>] gestionava també un "mercat predictiu": una borsa en la qual els voluntaris podien comprar o vendre "accions" dels vint-i-un estudis, basant-se en com de reproduïbles els semblaven. Van reclutar dos-cents sis voluntaris: una barreja de psicòlegs i economistes, estudiants i professors, cap dels quals no estava involucrat en el SSRP. Cadascun va començar amb cent dòlars i podia guanyar-ne més apostant correctament per estudis que eventualment tinguessin èxit.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/30/online-bettors-know.html"><div class="post-date dt-published">2018-08-30</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>Roger Zelazny, <i>24 vistas del monte Fuji, por Hokusai</i>. Premi Hugo a la millor novel·la curta, 1986. Ciberassetjament sobre un fons d'estampes japoneses. En <a href="http://www.stmoroky.com/reviews/gallery/hokusai/24views.htm">aquesta página</a> es poden contemplar les vint-i-quatre vistas.</p>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/15/182155.html"><div class="post-date dt-published">2018-08-15</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/ressenyes">#ressenyes</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="http://www.openculture.com/2018/08/aldous-huxley-george-orwell-hellish-vision-future-better-1949.html">Aldous Huxley to George Orwell: My Hellish Vision of the Future is Better Than Yours (1949)</a></p>
<blockquote>El que crec és que l'oligarquia dominant trobarà maneres de governar, i de satisfer la seva ànsia de poder, menys àrdues i ineficients, i que s'assemblaran a les que vaig descriure en <i>Un món feliç</i>.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/13/aldous-huxley-to.html"><div class="post-date dt-published">2018-08-13</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://qz.com/1349858/what-does-qanon-have-to-do-with-leftist-italian-authors-wu-ming/">What does QAnon have to do with leftist Italian authors Wu Ming</a></p>
<blockquote>…la teoria de la conspiració darrere de la teoria de la conspiració és que bromistes d'esquerres, inspirats en la novel·la <i>Q</i> de Wu Ming, van crear una identitat falsa a Internet anomenada "Q". Sota aquesta disfressa, comparteixen notícies falses als fòrums de la dreta alternativa, aconseguint que els usuaris es posin nerviosos amb revelacions implausibles…</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/11/what-does-qanon.html"><div class="post-date dt-published">2018-08-11</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>Dashiell Hammet, <em>Interrogatorios</em> (Errata naturae). Transcripción de sus declaraciones ante el tribunal que lo condenó a seis meses de cárcel y ante el Comité de Actividades Antiestadounidenses. Incluye el cuento “Sombra en la noche” (“¿Y qué coño crees que quiero ser? ¿Chino?”).</p>
<p><img src="http://www.carlesbellver.net/blog/wp-content/uploads/2018/08/715f871c73c547f1b70bec89433517ab.jpg" width="600" height="600" /></p>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/11/193210.html"><div class="post-date dt-published">2018-08-11</div></a>
<div class="post-taxonomies">
</div>
</div>
</article>
<div class="pagination">
<div class="left pagination-item ">
<a href="/page/51/">articles posteriors</a>
</div>
<div class="right pagination-item ">
<a href="/page/53/">articles anteriors</a>
</div>
</div>
</main>
<footer class="common-footer">
<div class="common-footer-bottom">
<div class="copyright">
<p>Carles Bellver Torlà </p>
</div>
<button class="theme-switcher">
Tema fosc
</button>
<script>
const STORAGE_KEY = 'user-color-scheme'
const defaultTheme = "light"
let currentTheme
let switchButton
let autoDefinedScheme = window.matchMedia('(prefers-color-scheme: dark)')
const autoChangeScheme = e => {
currentTheme = e.matches ? 'dark' : 'light'
document.documentElement.setAttribute('data-theme', currentTheme)
changeButtonText()
}
document.addEventListener('DOMContentLoaded', function() {
switchButton = document.querySelector('.theme-switcher')
currentTheme = detectCurrentScheme()
if (currentTheme == 'dark') {
document.documentElement.setAttribute('data-theme', 'dark')
}
if (currentTheme == 'auto') {
autoChangeScheme(autoDefinedScheme);
autoDefinedScheme.addListener(autoChangeScheme);
}
changeButtonText()
switchButton.addEventListener('click', switchTheme, false)
})
function detectCurrentScheme() {
if (localStorage.getItem(STORAGE_KEY)) {
return localStorage.getItem(STORAGE_KEY)
}
if (defaultTheme) {
return defaultTheme
}
if (!window.matchMedia) {
return 'light'
}
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
return 'dark'
}
return 'light'
}
function changeButtonText()
{
switchButton.textContent = currentTheme == 'dark' ? "Tema clar" : "Tema fosc"
}
function switchTheme(e) {
if (currentTheme == 'dark') {
localStorage.setItem(STORAGE_KEY, 'light')
document.documentElement.setAttribute('data-theme', 'light')
currentTheme = 'light'
} else {
localStorage.setItem(STORAGE_KEY, 'dark')
document.documentElement.setAttribute('data-theme', 'dark')
currentTheme = 'dark'
}
changeButtonText()
}
</script>
</div>
</footer>
</div>
</body>
</html>
|
_drafts/ae/index.html | binhbat/binhbat.github.io | ---
layout: page
title: ae-UAE
---
{% include postbycat key="ae" %} |
src/app/interacciones/tecnicos/tecnicos.component.html | Jrocam/UnidosEnSalud | <p>
tecnicos works!
</p>
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/template-coq/2.1~beta3.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>template-coq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.6.1 / template-coq - 2.1~beta3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
template-coq
<small>
2.1~beta3
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-25 00:47:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 00:47:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.6.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
version: "2.1~beta3"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://template-coq.github.io/template-coq"
dev-repo: "git+https://github.com/Template-Coq/template-coq.git#coq-8.8"
bug-reports: "https://github.com/Template-Coq/template-coq/issues"
authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
"Simon Boulier <simon.boulier@inria.fr>"
"Cyril Cohen <cyril.cohen@inria.fr>"
"Gregory Malecha <gmalecha@gmail.com>"
"Matthieu Sozeau <matthieu.sozeau@inria.fr>"
"Nicolas Tabareau <nicolas.tabareau@inria.fr>"]
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "-R" "%{lib}%/coq/user-contrib/Template"]
["rm" "-R" "%{lib}%/coq/user-contrib/TemplateChecker"]
["rm" "-R" "%{lib}%/coq/user-contrib/TemplateExtraction"]
]
depends: [
"ocaml" {>= "4.05"}
"coq" {>= "8.8" & < "8.9~"}
]
synopsis: "A quoting and unquoting library for Coq in Coq"
description: """
Template Coq is a quoting library for Coq. It takes Coq terms and
constructs a representation of their syntax tree as a Coq inductive data
type. The representation is based on the kernel's term representation.
In addition to a complete reification and denotation of CIC terms,
Template Coq includes:
- Reification of the environment structures, for constant and inductive declarations.
- Denotation of terms and global declarations
- A monad for manipulating global declarations, calling the type
checker, and inserting them in the global environment, in the style of
MetaCoq/MTac.
- A partial type-checker for the Calculus of Inductive Constructions,
runnable as a plugin.
- Example plugins built on top of this."""
flags: light-uninstall
url {
src: "https://github.com/MetaCoq/metacoq/archive/v2.1-beta3.tar.gz"
checksum: "md5=e81b8ecabef788a10337a39b095d54f3"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-template-coq.2.1~beta3 coq.8.6.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.6.1).
The following dependencies couldn't be met:
- coq-template-coq -> ocaml >= 4.05
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-template-coq.2.1~beta3</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
dragons/02_oojs_jquery/daniel_tabion/day1_hw/01-two_column/style.css | ga-chicago/ga-chicago.github.io | #header {
font-size: 3em;
font-weight: bold;
background-color: #E5E4E2;
padding: 30px;
border: 1px solid grey;
margin: 5px;
}
#footer {
clear: both;
background-color: #E5E4E2;
padding: 30px;
border: 1px solid grey;
margin: 5px;
}
#section1 {
float: left;
background-color: #E5E4E2;
padding: 30px;
border: 1px solid grey;
dashed grey;
margin: 5px 0px 5px 5px;
width: 44.5%;
}
#section2 {
float: right;
background-color: #E5E4E2;
padding: 30px;
border: 1px solid grey;
margin: 5px 5px 5px 0px;
width: 44.5%;
}
|
docs/archive/duotones/output/codemirror/duotone-darkdesert-cm.css | atelierbram/syntax-highlighting | /*
Name: Duotone-DarkDesert
Author: adapted from: Simurai (https://github.com/simurai/duotone-dark-syntax/)
CodeMirror template by Jan T. Sott (https://github.com/idleberg), adapted by Bram de Haan (https://github.com/atelierbram/)
*/
.cm-s-duotone-darkdesert-cm.CodeMirror { background: #292824; color: #7e7967; }
.cm-s-duotone-darkdesert-cm div.CodeMirror-selected { background: #615e51 !important; }
.cm-s-duotone-darkdesert-cm .CodeMirror-gutters { background: #292824; border-right: 0px; }
.cm-s-duotone-darkdesert-cm .CodeMirror-linenumber { color: #615e51; }
/* Cursor - some of these styles need to be removed: hardcoded these into the base16-builder template because base16 does not support alpha channels */
.cm-s-duotone-darkdesert-cm .CodeMirror-cursor { border-left: 1px solid hsla(0, 100%, 100%, 0.25); border-right: .5em solid hsla(0, 100%, 100%, 0.25); }
.cm-s-duotone-darkdesert-cm .CodeMirror-activeline-background { background: #3d3a34; }
.cm-s-duotone-darkdesert-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(0, 100%, 100%, 0.25); }
/* default Dark */
.cm-s-duotone-dark-cm .CodeMirror-cursor { border-left: 1px solid hsla(30, 100%, 66%, 0.5); border-right: .5em solid hsla(20, 100%, 66%, .5); }
.cm-s-duotone-dark-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(30, 100%, 66%, 0.5); }
/* DarkSea */
.cm-s-duotone-darksea-cm .CodeMirror-cursor { border-left: 1px solid hsla(160, 100%, 66%, 0.5); border-right: .5em solid hsla(160, 100%, 66%, .5); }
.cm-s-duotone-darksea-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(160, 100%, 66%, 0.5); }
/* DarkSpace */
.cm-s-duotone-darkspace-cm .CodeMirror-cursor { border-left: 1px solid hsla(20, 100%, 66%, 0.5); border-right: .5em solid hsla(20, 100%, 66%, .5); }
.cm-s-duotone-darkspace-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(20, 100%, 66%, 0.5); }
/* DarkEarth */
.cm-s-duotone-darkearth-cm .CodeMirror-cursor { border-left: 1px solid hsla(42, 100%, 66%, 0.5); border-right: .5em solid hsla(42, 100%, 66%, .5); }
.cm-s-duotone-darkearth-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(42, 100%, 66%, 0.5); }
/* DarkForest */
.cm-s-duotone-darkforest-cm .CodeMirror-cursor { border-left: 1px solid hsla(70, 100%, 66%, 0.5); border-right: .5em solid hsla(70, 100%, 66%, .5); }
.cm-s-duotone-darkforest-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(70, 100%, 66%, 0.5); }
/* DarkCave */
.cm-s-duotone-darkcave-cm .CodeMirror-cursor { border-left: 1px solid hsla(50, 100%, 66%, 0.5); border-right: .5em solid hsla(50, 100%, 66%, .5); }
.cm-s-duotone-darkcave-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(50, 100%, 66%, 0.5); }
/* DarkDesert */
.cm-s-duotone-darkdesert-cm .CodeMirror-cursor { border-left: 1px solid hsla(24, 100%, 66%, 0.5); border-right: .5em solid hsla(24, 100%, 66%, .5); }
.cm-s-duotone-darkdesert-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(24, 100%, 66%, 0.5); }
/* DarkHeath */
.cm-s-duotone-darkheath-cm .CodeMirror-cursor { border-left: 1px solid hsla(35, 100%, 66%, 0.5); border-right: .5em solid hsla(35, 100%, 66%, .5); }
.cm-s-duotone-darkheath-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(35, 100%, 66%, 0.5); }
/* DarkMeadow */
.cm-s-duotone-darkmeadow-cm .CodeMirror-cursor { border-left: 1px solid hsla(100, 100%, 66%, 0.5); border-right: .5em solid hsla(100, 100%, 66%, .5); }
.cm-s-duotone-darkmeadow-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(100, 100%, 66%, 0.5); }
/* DarkPark */
.cm-s-duotone-darkpark-cm .CodeMirror-cursor { border-left: 1px solid hsla(190, 100%, 66%, 0.5); border-right: .5em solid hsla(190, 100%, 66%, .5); }
.cm-s-duotone-darkpark-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(190, 100%, 66%, 0.5); }
/* DarkLake */
.cm-s-duotone-darklake-cm .CodeMirror-cursor { border-left: 1px solid hsla(329, 100%, 66%, 0.5); border-right: .5em solid hsla(329, 100%, 66%, .5); }
.cm-s-duotone-darklake-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(329, 100%, 66%, 0.5); }
/* DarkPool */
.cm-s-duotone-darkpool-cm .CodeMirror-cursor { border-left: 1px solid hsla(343, 100%, 66%, 0.5); border-right: .5em solid hsla(343, 100%, 66%, .5); }
.cm-s-duotone-darkpool-cm .cm-fat-cursor .CodeMirror-cursor { background: hsla(343, 100%, 66%, 0.5); }
/* end cursor */
.cm-s-duotone-darkdesert-cm span.cm-atom, .cm-s-duotone-darkdesert-cm span.cm-number, .cm-s-duotone-darkdesert-cm span.cm-keyword, .cm-s-duotone-darkdesert-cm span.cm-variable, .cm-s-duotone-darkdesert-cm span.cm-attribute, .cm-s-duotone-darkdesert-cm span.cm-quote, .cm-s-duotone-darkdesert-cm span.cm-hr, .cm-s-duotone-darkdesert-cm span.cm-link { color: #ffb380; }
.cm-s-duotone-darkdesert-cm span.cm-property { color: #af9f6a; }
.cm-s-duotone-darkdesert-cm span.cm-punctuation, .cm-s-duotone-darkdesert-cm span.cm-unit, .cm-s-duotone-darkdesert-cm span.cm-negative { color: #dd7c3c; }
.cm-s-duotone-darkdesert-cm span.cm-string { color: #f7a56e; }
.cm-s-duotone-darkdesert-cm span.cm-operator { color: #ed975e; }
.cm-s-duotone-darkdesert-cm span.cm-positive { color: #7a7152; }
.cm-s-duotone-darkdesert-cm span.cm-variable-2, .cm-s-duotone-darkdesert-cm span.cm-variable-3, .cm-s-duotone-darkdesert-cm span.cm-string-2, .cm-s-duotone-darkdesert-cm span.cm-url { color: #7a7152; }
.cm-s-duotone-darkdesert-cm span.cm-def, .cm-s-duotone-darkdesert-cm span.cm-tag, .cm-s-duotone-darkdesert-cm span.cm-builtin, .cm-s-duotone-darkdesert-cm span.cm-qualifier, .cm-s-duotone-darkdesert-cm span.cm-header, .cm-s-duotone-darkdesert-cm span.cm-em { color: #faf5e5; }
.cm-s-duotone-darkdesert-cm span.cm-bracket, .cm-s-duotone-darkdesert-cm span.cm-comment { color: #7e7967; }
/* using #f00 red for errors, don't think any of the colorscheme variables will stand out enough, ... maybe by giving it a background-color ... */
/* .cm-s-duotone-darkdesert-cm span.cm-error { background: #7a7152; color: #ffb380; } */
.cm-s-duotone-darkdesert-cm span.cm-error, .cm-s-duotone-darkdesert-cm span.cm-invalidchar { color: #f00; }
.cm-s-duotone-darkdesert-cm span.cm-header { font-weight: normal; }
.cm-s-duotone-darkdesert-cm .CodeMirror-matchingbracket { text-decoration: underline; color: #faf5e5 !important; }
|
doc/topics/tutorial.md.html | LuaDist2/moses | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Moses documentation</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>Moses</h1>
<h2>Contents</h2>
<ul>
<li><a href="#_a_name__table__Table_functions__a_"><a name='table'>Table functions</a> </a></li>
<li><a href="#_a_name__array__Array_functions__a_"><a name='array'>Array functions</a> </a></li>
<li><a href="#_a_name__utility__Utility_functions__a_"><a name='utility'>Utility functions</a> </a></li>
<li><a href="#_a_name__object__Object_functions__a_"><a name='object'>Object functions</a> </a></li>
<li><a href="#_a_name__chaining__Chaining__a_"><a name='chaining'>Chaining</a> </a></li>
<li><a href="#_a_name__import__Import__a_"><a name='import'>Import</a> </a></li>
</ul>
<h2>Topics</h2>
<ul class="">
<li><strong>tutorial</strong></li>
</ul>
<h2>Modules</h2>
<ul class="nowrap">
<li><a href="../index.html">moses</a></li>
</ul>
</div>
<div id="content">
<em>Moses: a utility-belt library for functional programming in Lua</em></p>
<p><strong>Moses</strong> is a Lua utility library which provides support for functional programming.
It complements built-in Lua functions, making easier common operations on tables, arrays, lists, collections, objects, and a lot more.<br/>
<strong>Moses</strong> was deeply inspired by <a href="http://documentcloud.github.com/underscore/">Underscore.js</a>. </p>
<h1><a name='TOC'>Table of Contents</a></h1>
<ul>
<li><a href="#adding">Adding <em>Moses</em> to your project</a></li>
<li><a href="#table">Table functions</a></li>
<li><a href="#array">Array functions</a></li>
<li><a href="#utility">Utility functions</a></li>
<li><a href="#object">Object functions</a></li>
<li><a href="#chaining">Chaining</a></li>
<li><a href="#import">Import</a></li>
</ul>
<h1><a name='adding'>Adding <em>Moses</em> to your project</a></h1>
<p>Drop the file <a href="http://github.com/Yonaba/Moses/blob/master/moses.lua">moses.lua</a> into your project and add it to your code with the <em>require</em> function:</p>
<pre>
<span class="keyword">local</span> _ = <span class="global">require</span> (<span class="string">"moses"</span>)
</pre>
<p><em>Note: Lua purists tend to use “_” to design a “dummy variable”. Here, the usage of this underscore is quite idiomatic and refers to the name <a href="http://documentcloud.github.com/underscore/">Underscore</a>, the JS library from which </em>Moses<em> takes inspiration</em>.</p>
<p><em>Moses</em>‘ provides a large set of functions that can be classified into four categories:</p>
<ul>
<li><strong>Table functions</strong>, which are mostly meant for tables, i.e Lua tables which contains both an array-part and a hash-part,</li>
<li><strong>Array functions</strong>, meant for array lists (or sequences),</li>
<li><strong>Utility functions</strong>,</li>
<li><strong>Object functions</strong>.</li>
</ul>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__table__Table_functions__a_"></a></p>
<h2><a name='table'>Table functions</a></h2>
<h3>clear (t)</h3>
<p>Clears a table. All its values becomes nil. It returns the passed-in table.</p>
<pre>
<span class="keyword">local</span> t = _.clear({<span class="number">1</span>,<span class="number">2</span>,<span class="string">'hello'</span>,<span class="keyword">true</span>}) <span class="comment">-- => {}</span>
</pre>
<h3>each (t, f, …)</h3>
<p><em>Aliases: <code>_.forEach</code></em>.</p>
<p>Iterates over each key-value pair in table.</p>
<pre>
_.each({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>The table can be map-like (array part and hash-part).</p>
<pre>
_.each({one = <span class="number">1</span>, two = <span class="number">2</span>, three = <span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => one 1
</span><span class="comment">-- => two 2
</span><span class="comment">-- => three 3</span>
</pre>
<p>Can index and assign in an outer table or in the passed-in table:</p>
<pre>
t = {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}
_.each(t,<span class="keyword">function</span>(i,v)
t[i] = v:rep(<span class="number">2</span>)
<span class="global">print</span>(t[i])
<span class="keyword">end</span>)
<span class="comment">-- => 1 aa
</span><span class="comment">-- => 2 bb
</span><span class="comment">-- => 3 cc</span>
</pre>
<h3>eachi (t, f, …)</h3>
<p><em>Aliases: <code>_.forEachi</code></em>.</p>
<p>Iterates only on integer keys in a sparse array table.</p>
<pre>
_.eachi({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>The given array can be sparse, or even have a hash-like part.</p>
<pre>
<span class="keyword">local</span> t = {a = <span class="number">1</span>, b = <span class="number">2</span>, [<span class="number">0</span>] = <span class="number">1</span>, [-<span class="number">1</span>] = <span class="number">6</span>, <span class="number">3</span>, x = <span class="number">4</span>, <span class="number">5</span>}
_.eachi(t,<span class="keyword">function</span>(i,v)
<span class="global">print</span>(i,v)
<span class="keyword">end</span>)
<span class="comment">-- => -1 6
</span><span class="comment">-- => 0 1
</span><span class="comment">-- => 1 3
</span><span class="comment">-- => 2 5</span>
</pre>
<h3>at (t, …)</h3>
<p>Collects all values at some specific keys and returns them in an array.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
_.at(t,<span class="number">1</span>,<span class="number">3</span>) <span class="comment">-- => "{4,6}"
</span>
<span class="keyword">local</span> t = {a = <span class="number">4</span>, bb = <span class="keyword">true</span>, ccc = <span class="keyword">false</span>}
_.at(t,<span class="string">'a'</span>, <span class="string">'ccc'</span>) <span class="comment">-- => "{4, false}"</span>
</pre>
<h3>count (t, value)</h3>
<p>Counts the number of occurences of a given value in a table.</p>
<pre>
_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">3</span>,<span class="number">2</span>},<span class="number">1</span>) <span class="comment">-- => 2
</span>_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">3</span>,<span class="number">2</span>},<span class="number">2</span>) <span class="comment">-- => 2
</span>_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">3</span>,<span class="number">2</span>},<span class="number">3</span>) <span class="comment">-- => 4
</span>_.count({<span class="keyword">false</span>, <span class="keyword">false</span>, <span class="keyword">true</span>},<span class="keyword">false</span>) <span class="comment">-- => 2
</span>_.count({<span class="keyword">false</span>, <span class="keyword">false</span>, <span class="keyword">true</span>},<span class="keyword">true</span>) <span class="comment">-- => 1</span>
</pre>
<p>Returns the size of the list in case no value was provided.</p>
<pre>
_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>}) <span class="comment">-- => 5</span>
</pre>
<h3>countf (t, f, …)</h3>
<p>Count the number of occurences of all values passing an iterator test.</p>
<pre>
_.countf({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span>
<span class="keyword">end</span>) <span class="comment">-- => 3
</span>
_.countf({<span class="global">print</span>, <span class="global">pairs</span>, <span class="global">os</span>, <span class="global">assert</span>, <span class="global">ipairs</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> <span class="global">type</span>(v)==<span class="string">'function'</span>
<span class="keyword">end</span>) <span class="comment">-- => 4</span>
</pre>
<h3>cycle (t, n)</h3>
<p><em>Aliases: <code>_.loop</code></em>.</p>
<p>Returns a function which iterates on each key-value pair in a given table (similarly to <code>_.each</code>), except that it restarts iterating again <code>n</code> times.
If <code>n</code> is not provided, it defaults to 1.</p>
<pre>
<span class="keyword">local</span> t = {<span class="string">'a,'</span>b<span class="string">','</span>c<span class="string">'}
for k,v in _.cycle(t, 2) do
print(k,v)
end
-- => 1 '</span>a<span class="string">'
-- => 2 '</span>b<span class="string">'
-- => 3 '</span>c<span class="string">'
-- => 1 '</span>a<span class="string">'
-- => 2 '</span>b<span class="string">'
-- => 3 '</span>c'
</pre>
<p>Supports array-like tables and map-like tables.</p>
<pre>
<span class="keyword">local</span> t = {x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>}
<span class="keyword">for</span> k,v <span class="keyword">in</span> _.cycle(t) <span class="keyword">do</span>
<span class="global">print</span>(k,v)
<span class="keyword">end</span>
<span class="comment">-- => y 2
</span><span class="comment">-- => x 1
</span><span class="comment">-- => z 3</span>
</pre>
<h3>map (t, f, …)</h3>
<p><em>Aliases: <code>_.collect</code></em>.</p>
<p>Executes a function on each key-value pairs.</p>
<pre>
_.map({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v+<span class="number">10</span>
<span class="keyword">end</span>) <span class="comment">-- => "{11,12,13}"</span>
</pre>
<pre>
_.map({a = <span class="number">1</span>, b = <span class="number">2</span>},<span class="keyword">function</span>(k,v)
<span class="keyword">return</span> k..v
<span class="keyword">end</span>) <span class="comment">-- => "{a = 'a1', b = 'b2'}"</span>
</pre>
<p>It also maps key-value pairs to key-value pairs</p>
<pre>
_.map({a = <span class="number">1</span>, b = <span class="number">2</span>},<span class="keyword">function</span>(k,v)
<span class="keyword">return</span> k..k, v*<span class="number">2</span>
<span class="keyword">end</span>) <span class="comment">-- => "{aa = 2, bb = 4}"</span>
</pre>
<h3>reduce (t, f, state)</h3>
<p><em>Aliases: <code>_.inject</code>, <code>_.foldl</code></em>.</p>
<p>Can sums all values in a table.</p>
<pre>
_.reduce({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo+v
<span class="keyword">end</span>) <span class="comment">-- => 10</span>
</pre>
<p>Or concatenates all values.</p>
<pre>
_.reduce({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo..v
<span class="keyword">end</span>) <span class="comment">-- => abcd </span>
</pre>
<h3>reduceby (t, f, state, pred, …)</h3>
<p>Reduces a table considering only values matching a predicate.
For example,let us define a set of values.</p>
<pre>
<span class="keyword">local</span> val = {-<span class="number">1</span>, <span class="number">8</span>, <span class="number">0</span>, -<span class="number">6</span>, <span class="number">3</span>, -<span class="number">1</span>, <span class="number">7</span>, <span class="number">1</span>, -<span class="number">9</span>}
</pre>
<p>We can also define some predicate functions.</p>
<pre>
<span class="comment">-- predicate for negative values
</span><span class="keyword">local</span> <span class="keyword">function</span> neg(_, v) <span class="keyword">return</span> v<=<span class="number">0</span> <span class="keyword">end</span>
<span class="comment">-- predicate for positive values
</span><span class="keyword">local</span> <span class="keyword">function</span> pos(_, v) <span class="keyword">return</span> v>=<span class="number">0</span> <span class="keyword">end</span>
</pre>
<p>Then we can perform reduction considering only negative values :</p>
<pre>
_.reduceby(val, <span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo+v
<span class="keyword">end</span>, <span class="number">0</span>, neg) <span class="comment">-- => -17</span>
</pre>
<p>Or only positive values :</p>
<pre>
_.reduceby(val, <span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo+v
<span class="keyword">end</span>, <span class="number">0</span>, pos) <span class="comment">-- => 19</span>
</pre>
<h3>reduceRight (t, f, state)</h3>
<p><em>Aliases: <code>_.injectr</code>, <code>_.foldr</code></em>.</p>
<p>Similar to <code>_.reduce</code>, but performs from right to left.</p>
<pre>
<span class="keyword">local</span> initial_state = <span class="number">256</span>
_.reduceRight({<span class="number">1</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">16</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo/v
<span class="keyword">end</span>,initial_state) <span class="comment">-- => 2</span>
</pre>
<h3>mapReduce (t, f, state)</h3>
<p><em>Aliases: <code>_.mapr</code></em>.</p>
<p>Reduces while saving intermediate states.</p>
<pre>
_.mapReduce({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo..v
<span class="keyword">end</span>) <span class="comment">-- => "{'a', 'ab', 'abc'}"</span>
</pre>
<h3>mapReduceRight (t, f, state)</h3>
<p><em>Aliases: <code>_.maprr</code></em>.</p>
<p>Reduces from right to left, while saving intermediate states.</p>
<pre>
_.mapReduceRight({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo..v
<span class="keyword">end</span>) <span class="comment">-- => "{'c', 'cb', 'cba'}"</span>
</pre>
<h3>include (t, value)</h3>
<p><em>Aliases: <code>_.any</code>, <code>_.some</code>, <code>_.contains</code></em>.</p>
<p>Looks for a value in a table.</p>
<pre>
_.include({<span class="number">6</span>,<span class="number">8</span>,<span class="number">10</span>,<span class="number">16</span>,<span class="number">29</span>},<span class="number">16</span>) <span class="comment">-- => true
</span>_.include({<span class="number">6</span>,<span class="number">8</span>,<span class="number">10</span>,<span class="number">16</span>,<span class="number">29</span>},<span class="number">1</span>) <span class="comment">-- => false
</span>
<span class="keyword">local</span> complex_table = {<span class="number">18</span>,{<span class="number">2</span>,{<span class="number">3</span>}}}
<span class="keyword">local</span> collection = {<span class="number">6</span>,{<span class="number">18</span>,{<span class="number">2</span>,<span class="number">6</span>}},<span class="number">10</span>,{<span class="number">18</span>,{<span class="number">2</span>,{<span class="number">3</span>}}},<span class="number">29</span>}
_.include(collection, complex_table) <span class="comment">-- => true</span>
</pre>
<p>Handles iterator functions.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> isUpper(v) <span class="keyword">return</span> v:upper()== v <span class="keyword">end</span>
_.include({<span class="string">'a'</span>,<span class="string">'B'</span>,<span class="string">'c'</span>},isUpper) <span class="comment">-- => true</span>
</pre>
<h3>detect (t, value)</h3>
<p>Returns the index of a value in a table.</p>
<pre>
_.detect({<span class="number">6</span>,<span class="number">8</span>,<span class="number">10</span>,<span class="number">16</span>},<span class="number">8</span>) <span class="comment">-- => 2
</span>_.detect({<span class="keyword">nil</span>,<span class="keyword">true</span>,<span class="number">0</span>,<span class="keyword">true</span>,<span class="keyword">true</span>},<span class="keyword">false</span>) <span class="comment">-- => nil
</span>
<span class="keyword">local</span> complex_table = {<span class="number">18</span>,{<span class="number">2</span>,<span class="number">6</span>}}
<span class="keyword">local</span> collection = {<span class="number">6</span>,{<span class="number">18</span>,{<span class="number">2</span>,<span class="number">6</span>}},<span class="number">10</span>,{<span class="number">18</span>,{<span class="number">2</span>,{<span class="number">3</span>}}},<span class="number">29</span>}
_.detect(collection, complex_table) <span class="comment">-- => 2</span>
</pre>
<p>Handles iterator functions.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> isUpper(v)
<span class="keyword">return</span> v:upper()==v
<span class="keyword">end</span>
_.detect({<span class="string">'a'</span>,<span class="string">'B'</span>,<span class="string">'c'</span>},isUpper) <span class="comment">-- => 2</span>
</pre>
<h3>where (t, props)</h3>
<p>Looks through a table and returns all the values that matches all of the key-value pairs listed in <code>props</code>. </p>
<pre>
<span class="keyword">local</span> tA = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">0</span>}
<span class="keyword">local</span> tB = {a = <span class="number">1</span>, b = <span class="number">4</span>, c = <span class="number">1</span>}
<span class="keyword">local</span> tC = {a = <span class="number">4</span>, b = <span class="number">4</span>, c = <span class="number">3</span>}
<span class="keyword">local</span> tD = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
<span class="keyword">local</span> found = _.where({tA, tB, tC, tD}, {a = <span class="number">1</span>})
<span class="comment">-- => found = {tA, tB, tD}
</span>
found = _.where({tA, tB, tC, tD}, {b = <span class="number">4</span>})
<span class="comment">-- => found = {tB, tC}
</span>
found = _.where({tA, tB, tC, tD}, {b = <span class="number">4</span>, c = <span class="number">3</span>})
<span class="comment">-- => found = {tC}</span>
</pre>
<h3>findWhere (t, props)</h3>
<p>Looks through a table and returns the first value that matches all of the key-value pairs listed in <code>props</code>. </p>
<pre>
<span class="keyword">local</span> a = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
<span class="keyword">local</span> b = {a = <span class="number">2</span>, b = <span class="number">3</span>, d = <span class="number">4</span>}
<span class="keyword">local</span> c = {a = <span class="number">3</span>, b = <span class="number">4</span>, e = <span class="number">5</span>}
_.findWhere({a, b, c}, {a = <span class="number">3</span>, b = <span class="number">4</span>}) == c <span class="comment">-- => true</span>
</pre>
<h3>select (t, f, …)</h3>
<p><em>Aliases: <code>_.filter</code></em>.</p>
<p>Collects values passing a validation test.</p>
<pre>
<span class="comment">-- Even values
</span>_.<span class="global">select</span>({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>==<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{2,4,6}"
</span>
<span class="comment">-- Odd values
</span>_.<span class="global">select</span>({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>~=<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{1,3,5,7}"</span>
</pre>
<h3>reject (t, f, …)</h3>
<p><em>Aliases: <code>_.reject</code></em>.</p>
<p>Removes all values failing a validation test:</p>
<pre>
_.reject({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>==<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{1,3,5,7}"
</span>
_.reject({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>~=<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{2,4,6}"</span>
</pre>
<h3>all (t, f, …)</h3>
<p><em>Aliases: <code>_.every</code></em>.</p>
<p>Checks whether or not all elements pass a validation test.</p>
<pre>
_.all({<span class="number">2</span>,<span class="number">4</span>,<span class="number">6</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>==<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => true</span>
</pre>
<h3>invoke (t, method, …)</h3>
<p>Invokes a given function on each value in a table</p>
<pre>
_.invoke({<span class="string">'a'</span>,<span class="string">'bea'</span>,<span class="string">'cdhza'</span>},<span class="global">string</span>.len) <span class="comment">-- => "{1,3,5}"</span>
</pre>
<p>Can reference the method of the same name in each value.</p>
<pre>
<span class="keyword">local</span> a = {}
<span class="keyword">function</span> a:call() <span class="keyword">return</span> <span class="string">'a'</span> <span class="keyword">end</span>
<span class="keyword">local</span> b, c, d = {}, {}, {}
b.call, c.call, d.call = a.call, a.call, a.call
_.invoke({a,b,c,d},<span class="string">'call'</span>) <span class="comment">-- => "{'a','a','a','a'}"</span>
</pre>
<h3>pluck (t, property)</h3>
<p>Fetches all values indxed with specific key in a table of objects.</p>
<pre>
<span class="keyword">local</span> peoples = {
{name = <span class="string">'John'</span>, age = <span class="number">23</span>},{name = <span class="string">'Peter'</span>, age = <span class="number">17</span>},
{name = <span class="string">'Steve'</span>, age = <span class="number">15</span>},{age = <span class="number">33</span>}}
_.pluck(peoples,<span class="string">'age'</span>) <span class="comment">-- => "{23,17,15,33}"
</span>_.pluck(peoples,<span class="string">'name'</span>) <span class="comment">-- => "{'John', 'Peter', 'Steve'}"</span>
</pre>
<h3>max (t, transform, …)</h3>
<p>Returns the maximum value in a collection.</p>
<pre>
_.max {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>} <span class="comment">-- => 3
</span>_.max {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>} <span class="comment">-- => 'c'</span>
</pre>
<p>Can take an iterator function to extract a specific property.</p>
<pre>
<span class="keyword">local</span> peoples = {
{name = <span class="string">'John'</span>, age = <span class="number">23</span>},{name = <span class="string">'Peter'</span>, age = <span class="number">17</span>},
{name = <span class="string">'Steve'</span>, age = <span class="number">15</span>},{age = <span class="number">33</span>}}
_.max(peoples,<span class="keyword">function</span>(people) <span class="keyword">return</span> people.age <span class="keyword">end</span>) <span class="comment">-- => 33</span>
</pre>
<h3>min (t, transform, …)</h3>
<p>Returns the minimum value in a collection.</p>
<pre>
_.min {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>} <span class="comment">-- => 1
</span>_.min {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>} <span class="comment">-- => 'a'</span>
</pre>
<p>Can take an iterator function to extract a specific property.</p>
<pre>
<span class="keyword">local</span> peoples = {
{name = <span class="string">'John'</span>, age = <span class="number">23</span>},{name = <span class="string">'Peter'</span>, age = <span class="number">17</span>},
{name = <span class="string">'Steve'</span>, age = <span class="number">15</span>},{age = <span class="number">33</span>}}
_.min(peoples,<span class="keyword">function</span>(people) <span class="keyword">return</span> people.age <span class="keyword">end</span>) <span class="comment">-- => 15</span>
</pre>
<h3>shuffle (t, seed)</h3>
<p>Shuffles a collection.</p>
<pre>
<span class="keyword">local</span> list = _.shuffle {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>} <span class="comment">-- => "{3,2,6,4,1,5}"
</span>_.each(list,<span class="global">print</span>)
</pre>
<h3>same (a, b)</h3>
<p>Tests whether or not all values in each of the passed-in tables exists in both tables.</p>
<pre>
<span class="keyword">local</span> a = {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>}
<span class="keyword">local</span> b = {<span class="string">'b'</span>,<span class="string">'a'</span>,<span class="string">'d'</span>,<span class="string">'c'</span>}
_.same(a,b) <span class="comment">-- => true
</span>
b[#b+<span class="number">1</span>] = <span class="string">'e'</span>
_.same(a,b) <span class="comment">-- => false</span>
</pre>
<h3>sort (t, comp)</h3>
<p>Sorts a collection.</p>
<pre>
_.sort({<span class="string">'b'</span>,<span class="string">'a'</span>,<span class="string">'d'</span>,<span class="string">'c'</span>}) <span class="comment">-- => "{'a','b','c','d'}"</span>
</pre>
<p>Handles custom comparison functions.</p>
<pre>
_.sort({<span class="string">'b'</span>,<span class="string">'a'</span>,<span class="string">'d'</span>,<span class="string">'c'</span>}, <span class="keyword">function</span>(a,b)
<span class="keyword">return</span> a:byte() > b:byte()
<span class="keyword">end</span>) <span class="comment">-- => "{'d','c','b','a'}"</span>
</pre>
<h3>sortBy (t, transform, comp)</h3>
<p>Sorts items in a collection based on the result of running a transform function through every item in the collection.</p>
<pre>
<span class="keyword">local</span> r = _.sortBy({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>}, <span class="global">math</span>.sin)
<span class="global">print</span>(<span class="global">table</span>.concat(r,<span class="string">','</span>))
<span class="comment">-- => {5,4,3,1,2}</span>
</pre>
<p>The transform function can also be a string name property.</p>
<pre>
<span class="keyword">local</span> people ={
{name = <span class="string">'albert'</span>, age = <span class="number">40</span>},
{name = <span class="string">'louis'</span>, age = <span class="number">55</span>},
{name = <span class="string">'steve'</span>, age = <span class="number">35</span>},
{name = <span class="string">'henry'</span>, age = <span class="number">19</span>},
}
<span class="keyword">local</span> r = _.sortBy(people, <span class="string">'age'</span>)
_.each(r, <span class="keyword">function</span>(__,v) <span class="global">print</span>(v.age, v.name) <span class="keyword">end</span>)
<span class="comment">-- => 19 henry
</span><span class="comment">-- => 35 steve
</span><span class="comment">-- => 40 albert
</span><span class="comment">-- => 55 louis</span>
</pre>
<p>As seen above, the defaut comparison function is the ‘<’ operator. For example, let us supply a different one to sort
the list of people by decreasing age order :</p>
<pre>
<span class="keyword">local</span> people ={
{name = <span class="string">'albert'</span>, age = <span class="number">40</span>},
{name = <span class="string">'louis'</span>, age = <span class="number">55</span>},
{name = <span class="string">'steve'</span>, age = <span class="number">35</span>},
{name = <span class="string">'henry'</span>, age = <span class="number">19</span>},
}
<span class="keyword">local</span> r = _.sortBy(people, <span class="string">'age'</span>, <span class="keyword">function</span>(a,b) <span class="keyword">return</span> a > b <span class="keyword">end</span>)
_.each(r, <span class="keyword">function</span>(__,v) <span class="global">print</span>(v.age, v.name) <span class="keyword">end</span>)
<span class="comment">-- => 55 louis
</span><span class="comment">-- => 40 albert
</span><span class="comment">-- => 35 steve
</span><span class="comment">-- => 19 henry</span>
</pre>
<p>The <code>transform</code> function defaults to <code>_.indentity</code> and in that case, <code>_.sortBy</code> behaves like <code>_.sort</code>.</p>
<pre>
<span class="keyword">local</span> r = _.sortBy({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>})
<span class="global">print</span>(<span class="global">table</span>.concat(r,<span class="string">','</span>))
<span class="comment">-- => {1,2,3,4,5}</span>
</pre>
<h3>groupBy (t, iter, …)</h3>
<p>Groups values in a collection depending on their return value when passed to a predicate test.</p>
<pre>
_.groupBy({<span class="number">0</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>},<span class="keyword">function</span>(i,value)
<span class="keyword">return</span> value%<span class="number">2</span>==<span class="number">0</span> <span class="keyword">and</span> <span class="string">'even'</span> <span class="keyword">or</span> <span class="string">'odd'</span>
<span class="keyword">end</span>) <span class="comment">-- => "{odd = {1,3,5}, even = {0,2,4,6}}"
</span>
_.groupBy({<span class="number">0</span>,<span class="string">'a'</span>,<span class="keyword">true</span>, <span class="keyword">false</span>,<span class="keyword">nil</span>,b,<span class="number">0.5</span>},<span class="keyword">function</span>(i,value)
<span class="keyword">return</span> <span class="global">type</span>(value)
<span class="keyword">end</span>) <span class="comment">-- => "{number = {0,0.5}, string = {'a'}, boolean = {true, false}}" </span>
</pre>
<h3>countBy (t, iter, …)</h3>
<p>Splits a table in subsets and provide the count for each subset.</p>
<pre>
_.countBy({<span class="number">0</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>},<span class="keyword">function</span>(i,value)
<span class="keyword">return</span> value%<span class="number">2</span>==<span class="number">0</span> <span class="keyword">and</span> <span class="string">'even'</span> <span class="keyword">or</span> <span class="string">'odd'</span>
<span class="keyword">end</span>) <span class="comment">-- => "{odd = 3, even = 4}"</span>
</pre>
<h3>size (…)</h3>
<p>When given a table, provides the count for the very number of values in that table.</p>
<pre>
_.size {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>} <span class="comment">-- => 3
</span>_.size {one = <span class="number">1</span>, two = <span class="number">2</span>} <span class="comment">-- => 2</span>
</pre>
<p>When given a vararg list of argument, returns the count of these arguments.</p>
<pre>
_.size(<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => 3
</span>_.size(<span class="string">'a'</span>,<span class="string">'b'</span>,{}, <span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => 4</span>
</pre>
<h3>containsKeys (t, other)</h3>
<p>Checks whether a table has all the keys existing in another table.</p>
<pre>
_.contains({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => true
</span>_.contains({<span class="number">1</span>,<span class="number">2</span>,<span class="string">'d'</span>,<span class="string">'b'</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">5</span>}) <span class="comment">-- => true
</span>_.contains({x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>},{x = <span class="number">1</span>, y = <span class="number">2</span>}) <span class="comment">-- => true</span>
</pre>
<h3>sameKeys (tA, tB)</h3>
<p>Checks whether both tables features the same keys:</p>
<pre>
_.sameKeys({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => false
</span>_.sameKeys({<span class="number">1</span>,<span class="number">2</span>,<span class="string">'d'</span>,<span class="string">'b'</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">5</span>}) <span class="comment">-- => true
</span>_.sameKeys({x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>},{x = <span class="number">1</span>, y = <span class="number">2</span>}) <span class="comment">-- => false</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__array__Array_functions__a_"></a></p>
<h2><a name='array'>Array functions</a></h2>
<h3>sample (array, n, seed)</h3>
<p>Samples <code>n</code> values from array.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">20</span>)
<span class="keyword">local</span> sample = _.sample(array, <span class="number">3</span>)
<span class="global">print</span>(<span class="global">table</span>.concat(sample,<span class="string">','</span>))
<span class="comment">-- => {12,11,15}</span>
</pre>
<p><code>n</code> defaults to 1. In that case, a single value will be returned.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">20</span>)
<span class="keyword">local</span> sample = _.sample(array)
<span class="global">print</span>(sample)
<span class="comment">-- => 12</span>
</pre>
<p>An optional 3rd argument <code>seed</code> can be passed for deterministic random sampling.</p>
<h3>sampleProb (array, prob, seed)</h3>
<p>Returns an array of values randomly selected from a given array.
In case <code>seed</code> is provided, it is used for deterministic sampling.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">20</span>)
<span class="keyword">local</span> sample = _.sampleProb(array, <span class="number">0.2</span>)
<span class="global">print</span>(<span class="global">table</span>.concat(sample,<span class="string">','</span>))
<span class="comment">-- => 5,11,12,15
</span>
sample = _.sampleProb(array, <span class="number">0.2</span>, <span class="global">os</span>.time())
<span class="global">print</span>(<span class="global">table</span>.concat(sample,<span class="string">','</span>))
<span class="comment">-- => 1,6,10,12,15,20 (or similar)</span>
</pre>
<h3>toArray (…)</h3>
<p>Converts a vararg list of arguments to an array.</p>
<pre>
_.toArray(<span class="number">1</span>,<span class="number">2</span>,<span class="number">8</span>,<span class="string">'d'</span>,<span class="string">'a'</span>,<span class="number">0</span>) <span class="comment">-- => "{1,2,8,'d','a',0}"</span>
</pre>
<h3>find (array, value, from)</h3>
<p>Looks for a value in a given array and returns the position of the first occurence.</p>
<pre>
_.find({{<span class="number">4</span>},{<span class="number">3</span>},{<span class="number">2</span>},{<span class="number">1</span>}},{<span class="number">3</span>}) <span class="comment">-- => 2</span>
</pre>
<p>It can also start the search at a specific position in the array:</p>
<pre>
<span class="comment">-- search value 4 starting from index 3
</span>_.find({<span class="number">1</span>,<span class="number">4</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>},<span class="number">4</span>,<span class="number">3</span>) <span class="comment">-- => 5</span>
</pre>
<h3>reverse (array)</h3>
<p>Reverses an array.</p>
<pre>
_.reverse({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="string">'d'</span>}) <span class="comment">-- => "{'d',3,2,1}"</span>
</pre>
<h3>fill (array, value, i, j)</h3>
<p>Replaces all elements in a given array with a given value.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array, <span class="number">0</span>) <span class="comment">-- => {0,0,0,0,0}</span>
</pre>
<p>It can start replacing value at a specific index.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array,<span class="number">0</span>,<span class="number">3</span>) <span class="comment">-- => {1,2,0,0,0}</span>
</pre>
<p>It can replace only values within a specific range.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array,<span class="number">0</span>,<span class="number">2</span>,<span class="number">4</span>) <span class="comment">-- => {1,0,0,0,5}</span>
</pre>
<p>In case the upper bound index i greather than the array size, it will enlarge the array.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array,<span class="number">0</span>,<span class="number">5</span>,<span class="number">10</span>) <span class="comment">-- => {1,2,3,4,0,0,0,0,0,0}</span>
</pre>
<h3>selectWhile (array, f, …</h3>
<p><em>Aliases: <code>_.takeWhile</code></em>.</p>
<p>Collects values as long as they pass a given test. Stops on the first non-passing test.</p>
<pre>
_.selectWhile({<span class="number">2</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">8</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span>
<span class="keyword">end</span>) <span class="comment">-- => "{2,4}"</span>
</pre>
<h3>dropWhile (array, f, …</h3>
<p><em>Aliases: <code>_.rejectWhile</code></em>.</p>
<p>Removes values as long as they pass a given test. Stops on the first non-passing test.</p>
<pre>
_.dropWhile({<span class="number">2</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">8</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span>
<span class="keyword">end</span>) <span class="comment">-- => "{5,8}"</span>
</pre>
<h3>sortedIndex (array, value, comp, sort)</h3>
<p>Returns the index at which a value should be inserted to preserve order.</p>
<pre>
_.sortedIndex({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="number">4</span>) <span class="comment">-- => 4</span>
</pre>
<p>Can take a custom comparison functions.</p>
<pre>
<span class="keyword">local</span> comp = <span class="keyword">function</span>(a,b) <span class="keyword">return</span> a<b <span class="keyword">end</span>
_.sortedIndex({-<span class="number">5</span>,<span class="number">0</span>,<span class="number">4</span>,<span class="number">4</span>},<span class="number">3</span>,comp) <span class="comment">-- => 3</span>
</pre>
<h3>indexOf (array, value)</h3>
<p>Returns the index of a value in an array.</p>
<pre>
_.indexOf({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="number">2</span>) <span class="comment">-- => 2</span>
</pre>
<h3>lastIndexOf (array, value)</h3>
<p>Returns the index of the last occurence of a given value in an array.</p>
<pre>
_.lastIndexOf({<span class="number">1</span>,<span class="number">2</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="number">2</span>) <span class="comment">-- => 3</span>
</pre>
<h3>findIndex (array, predicate, …)</h3>
<p>Returns the first index at which a predicate passes a truth test.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">local</span> <span class="keyword">function</span> multipleOf3(__,v) <span class="keyword">return</span> v%<span class="number">3</span>==<span class="number">0</span> <span class="keyword">end</span>
_.findIndex(array, multipleOf3) <span class="comment">-- => 3</span>
</pre>
<h3>findLastIndex (array, predicate, …)</h3>
<p>Returns the last index at which a predicate passes a truth test.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">local</span> <span class="keyword">function</span> multipleOf3(__,v) <span class="keyword">return</span> v%<span class="number">3</span>==<span class="number">0</span> <span class="keyword">end</span>
_.findLastIndex(array, multipleOf3) <span class="comment">-- => 6</span>
</pre>
<h3>addTop (array, …)</h3>
<p>Adds given values at the top of an array. The latter values bubbles at the top.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>}
_.addTop(array,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>) <span class="comment">-- => "{4,3,2,1,1}"</span>
</pre>
<h3>push (array, …)</h3>
<p>Adds given values at the end of an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>}
_.push(array,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>) <span class="comment">-- => "{1,1,2,3,4}"</span>
</pre>
<h3>pop (array, n)</h3>
<p><em>Aliases: <code>_.shift</code></em>.</p>
<p>Removes and returns the first value in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> pop = _.pop(array) <span class="comment">-- => "pop = 1", "array = {2,3}"</span>
</pre>
<h3>unshift (array, n)</h3>
<p>Removes and returns the last value in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> value = _.unshift(array) <span class="comment">-- => "value = 3", "array = {1,2}"</span>
</pre>
<h3>pull (array, …)</h3>
<p><em>Aliases: <code>_.remove</code></em>.</p>
<p>Removes all provided values from a given array.</p>
<pre>
_.pull({<span class="number">1</span>,<span class="number">2</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">3</span>},<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => "{4}"</span>
</pre>
<h3>removeRange (array, start, finish)</h3>
<p><em>Aliases: <code>_.rmRange</code>, <code>_.chop</code></em>.</p>
<p>Trims out all values index within a range.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.removeRange(array, <span class="number">3</span>,<span class="number">8</span>) <span class="comment">-- => "{1,2,9}"</span>
</pre>
<h3>chunk (array, f, …)</h3>
<p>Iterates over an array aggregating consecutive values in subsets tables, on the basis of the return
value of <code>f(key,value,…)</code>. Consecutive elements which return the same value are aggregated together.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">4</span>}
_.chunk(t, <span class="keyword">function</span>(k,v) <span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span> <span class="keyword">end</span>) <span class="comment">-- => "{{1,1},{2},{3,3},{4}}"</span>
</pre>
<h3>slice (array, start, finish)</h3>
<p><em>Aliases: <code>_.sub</code></em>.</p>
<p>Slices and returns a part of an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.slice(array, <span class="number">3</span>,<span class="number">6</span>) <span class="comment">-- => "{3,4,5,6}"</span>
</pre>
<h3>first (array, n)</h3>
<p><em>Aliases: <code>_.head</code>, <code>_.take</code></em>.</p>
<p>Returns the first N elements in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.first(array,<span class="number">3</span>) <span class="comment">-- => "{1,2,3}"</span>
</pre>
<h3>initial (array, n)</h3>
<p>Excludes the last N elements in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.initial(array,<span class="number">5</span>) <span class="comment">-- => "{1,2,3,4}"</span>
</pre>
<h3>last (array, n)</h3>
<p><em>Aliases: <code>_.skip</code></em>.</p>
<p>Returns the last N elements in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.last(array,<span class="number">3</span>) <span class="comment">-- => "{7,8,9}"</span>
</pre>
<h3>rest (array, index)</h3>
<p><em>Aliases: <code>_.tail</code></em>.</p>
<p>Trims out all values indexed before <em>index</em>.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.rest(array,<span class="number">6</span>) <span class="comment">-- => "{6,7,8,9}"</span>
</pre>
<h3>nth (array, index)</h3>
<p>Returns the value at <em>index</em>.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
_.nth(array,<span class="number">3</span>) <span class="comment">-- => "3"</span>
</pre>
<h3>compact (array)</h3>
<p>Trims out all falsy values.</p>
<pre>
_.compact {a,<span class="string">'aa'</span>,<span class="keyword">false</span>,<span class="string">'bb'</span>,<span class="keyword">true</span>} <span class="comment">-- => "{'aa','bb',true}"</span>
</pre>
<h3>flatten (array, shallow)</h3>
<p>Flattens a nested array.</p>
<pre>
_.flatten({<span class="number">1</span>,{<span class="number">2</span>,<span class="number">3</span>},{<span class="number">4</span>,<span class="number">5</span>,{<span class="number">6</span>,<span class="number">7</span>}}}) <span class="comment">-- => "{1,2,3,4,5,6,7}"</span>
</pre>
<p>When given arg “shallow”, flatten only at the first level.</p>
<pre>
_.flatten({<span class="number">1</span>,{<span class="number">2</span>},{{<span class="number">3</span>}}},<span class="keyword">true</span>) <span class="comment">-- => "{1,{2},{{3}}}"</span>
</pre>
<h3>difference (array, array2)</h3>
<p><em>Aliases: <code>_.without</code>, <code>_.diff</code></em>.</p>
<p>Returns values in the given array not present in a second array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="string">'a'</span>,<span class="number">4</span>,<span class="number">5</span>}
_.difference(array,{<span class="number">1</span>,<span class="string">'a'</span>}) <span class="comment">-- => "{2,4,5}"</span>
</pre>
<h3>union (…)</h3>
<p>Produces a duplicate-free union of all passed-in arrays.</p>
<pre>
<span class="keyword">local</span> A = {<span class="string">'a'</span>}
<span class="keyword">local</span> B = {<span class="string">'a'</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> C = {<span class="number">2</span>,<span class="number">10</span>}
_.union(A,B,C) <span class="comment">-- => "{'a',1,2,3,10}"</span>
</pre>
<h3>intersection (array, …)</h3>
<p>Returns the intersection (common-part) of all passed-in arrays:</p>
<pre>
<span class="keyword">local</span> A = {<span class="string">'a'</span>}
<span class="keyword">local</span> B = {<span class="string">'a'</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> C = {<span class="number">2</span>,<span class="number">10</span>,<span class="number">1</span>,<span class="string">'a'</span>}
_.intersection(A,B,C) <span class="comment">-- => "{'a',2,1}"</span>
</pre>
<h3>symmetricDifference (array, array2)</h3>
<p><em>Aliases: <code>_.symdiff</code>,<code>_.xor</code></em>.</p>
<p>Returns values in the first array not present in the second and also values in the second array not present in the first one.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> array2 = {<span class="number">1</span>,<span class="number">4</span>,<span class="number">5</span>}
_.symmetricDifference(array, array2) <span class="comment">-- => "{2,3,4,5}"</span>
</pre>
<h3>unique (array)</h3>
<p><em>Aliases: <code>_.uniq</code></em>.</p>
<p>Makes an array duplicate-free.</p>
<pre>
_.unique {<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">4</span>,<span class="number">4</span>,<span class="number">5</span>} <span class="comment">-- => "{1,2,3,4,5}"</span>
</pre>
<h3>isunique (array)</h3>
<p><em>Aliases: <code>_.isuniq</code></em>.</p>
<p>Checks if a given array contains no duplicate value.</p>
<pre>
_.isunique({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>}) <span class="comment">-- => true
</span>_.isunique({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">4</span>}) <span class="comment">-- => false</span>
</pre>
<h3>zip (…)</h3>
<p><em>Aliases: <code>_.transpose</code></em>.</p>
<p>Zips values from different arrays, on the basis on their common keys.</p>
<pre>
<span class="keyword">local</span> names = {<span class="string">'Bob'</span>,<span class="string">'Alice'</span>,<span class="string">'James'</span>}
<span class="keyword">local</span> ages = {<span class="number">22</span>, <span class="number">23</span>}
_.zip(names,ages) <span class="comment">-- => "{{'Bob',22},{'Alice',23},{'James'}}"</span>
</pre>
<h3>append (array, other)</h3>
<p>Appends two arrays.</p>
<pre>
_.append({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},{<span class="string">'a'</span>,<span class="string">'b'</span>}) <span class="comment">-- => "{1,2,3,'a','b'}"</span>
</pre>
<h3>interleave (…)</h3>
<p>Interleaves values from passed-in arrays.</p>
<pre>
t1 = {<span class="number">1</span>, <span class="number">2</span>, <span class="number">3</span>}
t2 = {<span class="string">'a'</span>, <span class="string">'b'</span>, <span class="string">'c'</span>}
_.interleave(t1, t2) <span class="comment">-- => "{1,'a',2,'b',3,'c'}"</span>
</pre>
<h3>interpose (value, array)</h3>
<p>Interposes a value between consecutive values in an arrays.</p>
<pre>
_.interleave(<span class="string">'a'</span>, {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => "{1,'a',2,'a',3}"</span>
</pre>
<h3>range (…)</h3>
<p>Generates an arithmetic sequence.</p>
<pre>
_.range(<span class="number">1</span>,<span class="number">4</span>) <span class="comment">-- => "{1,2,3,4}"</span>
</pre>
<p>In case a single value is provided, it generates a sequence from 0 to that value.</p>
<pre>
_.range(<span class="number">3</span>) <span class="comment">-- => "{0,1,2,3}"</span>
</pre>
<p>The incremental step can also be provided as third argument.</p>
<pre>
_.range(<span class="number">0</span>,<span class="number">2</span>,<span class="number">0.7</span>) <span class="comment">-- => "{0,0.7,1.4}"</span>
</pre>
<h3>rep (value, n)</h3>
<p>Generates a list of n repetitions of a value.</p>
<pre>
_.rep(<span class="number">4</span>,<span class="number">3</span>) <span class="comment">-- => "{4,4,4}"</span>
</pre>
<h3>partition (array, n, pad)</h3>
<p><em>Aliases: <code>_.part</code></em>.</p>
<p>Returns an iterator function for partitions of a given array.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.partition(t,<span class="number">2</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p, <span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2
</span><span class="comment">-- => 3,4
</span><span class="comment">-- => 5,6
</span>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.partition(t,<span class="number">4</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p, <span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4
</span><span class="comment">-- => 5,6</span>
</pre>
<p>In case the last partition has less elements than desired, a 3rd argument can be supplied to adjust the partition size.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.partition(t,<span class="number">4</span>,<span class="number">0</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p, <span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4
</span><span class="comment">-- => 5,6,0,0</span>
</pre>
<h3>sliding (array, n, pad)</h3>
<p>Returns an iterator function which provides overlapping subsequences of a given array.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">3</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3
</span><span class="comment">-- => 3,4,5
</span><span class="comment">-- => 5,6,7
</span>
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">4</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4
</span><span class="comment">-- => 4,5,6,7
</span>
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">5</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4,5
</span><span class="comment">-- => 5,6,7</span>
</pre>
<p>In case the last subsequence wil not match the exact desired length, it can be adjusted with a 3rd argument <code>pad</code>.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">5</span>,<span class="number">0</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4,5
</span><span class="comment">-- => 5,6,7,0,0</span>
</pre>
<h3>permutation (array)</h3>
<p><em>Aliases: <code>_.perm</code></em>.</p>
<p>Returns an iterator function for permutations of a given array.</p>
<pre>
t = {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.permutation(t) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p))
<span class="keyword">end</span>
<span class="comment">-- => 'bca'
</span><span class="comment">-- => 'cba'
</span><span class="comment">-- => 'cab'
</span><span class="comment">-- => 'acb'
</span><span class="comment">-- => 'bac'
</span><span class="comment">-- => 'abc'</span>
</pre>
<h3>invert (array)</h3>
<p><em>Aliases: <code>_.mirror</code></em>.</p>
<p>Switches <tt>key-value</tt> pairs:</p>
<pre>
_.invert {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>} <span class="comment">-- => "{a=1, b=2, c=3}"</span>
</pre>
<h3>concat (array, sep, i, j)</h3>
<p><em>Aliases: <code>_.join</code></em>.</p>
<p>Concatenates a given array values:</p>
<pre>
_.concat({<span class="string">'a'</span>,<span class="number">1</span>,<span class="number">0</span>,<span class="number">1</span>,<span class="string">'b'</span>}) <span class="comment">-- => 'a101b'</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__utility__Utility_functions__a_"></a></p>
<h2><a name='utility'>Utility functions</a></h2>
<h3>noop ()</h3>
<p>The no-operation function. Takes nothing, returns nothing. It is being used internally.</p>
<pre>
_.noop() <span class="comment">-- => nil</span>
</pre>
<h3>identity (value)</h3>
<p>Returns the passed-in value. <br/>
This function is internally used as a default transformation function.</p>
<pre>
_.identity(<span class="number">1</span>)<span class="comment">-- => 1
</span>_.identity(<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.identity(<span class="string">'hello!'</span>) <span class="comment">-- => 'hello!'</span>
</pre>
<h3>constant (value)</h3>
<p>Creates a constant function. This function will constinuously yield the same output.</p>
<pre>
<span class="keyword">local</span> pi = _.constant(<span class="global">math</span>.pi)
pi(<span class="number">1</span>) <span class="comment">-- => 3.1415926535898
</span>pi(<span class="number">2</span>) <span class="comment">-- => 3.1415926535898
</span>pi(<span class="global">math</span>.pi) <span class="comment">-- => 3.1415926535898</span>
</pre>
<h3>memoize (f, hash)</h3>
<p><em>Aliases: <code>_.cache</code></em>.</p>
<p>Memoizes a slow-running function. It caches the result for a specific input, so that the next time the function is called with the same input, it will lookup the result in its cache, instead of running again the function body.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> fibonacci(n)
<span class="keyword">return</span> n < <span class="number">2</span> <span class="keyword">and</span> n <span class="keyword">or</span> fibonacci(n-<span class="number">1</span>)+fibonacci(n-<span class="number">2</span>)
<span class="keyword">end</span>
<span class="keyword">local</span> mem_fibonacci = _.memoize(fibonacci)
fibonacci(<span class="number">20</span>) <span class="comment">-- => 6765 (but takes some time)
</span>mem_fibonacci(<span class="number">20</span>) <span class="comment">-- => 6765 (takes less time)</span>
</pre>
<h3>once (f)</h3>
<p>Produces a function that runs only once. Successive calls to this function will still yield the same input.</p>
<pre>
<span class="keyword">local</span> sq = _.once(<span class="keyword">function</span>(a) <span class="keyword">return</span> a*a <span class="keyword">end</span>)
sq(<span class="number">1</span>) <span class="comment">-- => 1
</span>sq(<span class="number">2</span>) <span class="comment">-- => 1
</span>sq(<span class="number">3</span>) <span class="comment">-- => 1
</span>sq(<span class="number">4</span>) <span class="comment">-- => 1
</span>sq(<span class="number">5</span>) <span class="comment">-- => 1</span>
</pre>
<h3>before (f, count)</h3>
<p>Returns a version of <code>f</code> that will run no more than <a href="../index.html#count">count</a> times. Next calls will keep yielding the results of the (n-th)-1 call.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> greet(someone) <span class="keyword">return</span> <span class="string">'hello '</span>..someone <span class="keyword">end</span>
<span class="keyword">local</span> greetOnly3people = _.before(greet, <span class="number">3</span>)
greetOnly3people(<span class="string">'John'</span>) <span class="comment">-- => 'hello John'
</span>greetOnly3people(<span class="string">'Moe'</span>) <span class="comment">-- => 'hello Moe'
</span>greetOnly3people(<span class="string">'James'</span>) <span class="comment">-- => 'hello James'
</span>greetOnly3people(<span class="string">'Joseph'</span>) <span class="comment">-- => 'hello James'
</span>greetOnly3people(<span class="string">'Allan'</span>) <span class="comment">-- => 'hello James'</span>
</pre>
<h3>after (f, count)</h3>
<p>Produces a function that will respond only after a given number of calls.</p>
<pre>
<span class="keyword">local</span> f = _.after(_.identity,<span class="number">3</span>)
f(<span class="number">1</span>) <span class="comment">-- => nil
</span>f(<span class="number">2</span>) <span class="comment">-- => nil
</span>f(<span class="number">3</span>) <span class="comment">-- => 3
</span>f(<span class="number">4</span>) <span class="comment">-- => 4</span>
</pre>
<h3>compose (…)</h3>
<p>Composes functions. Each function consumes the return value of the one that follows.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x) <span class="keyword">return</span> x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> g(x) <span class="keyword">return</span> x+<span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> h(x) <span class="keyword">return</span> x/<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> compositae = _.compose(f,g,h)
compositae(<span class="number">10</span>) <span class="comment">-- => 36
</span>compositae(<span class="number">20</span>) <span class="comment">-- => 121</span>
</pre>
<h3>pipe (value, …)</h3>
<p>Pipes a value through a series of functions.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x) <span class="keyword">return</span> x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> g(x) <span class="keyword">return</span> x+<span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> h(x) <span class="keyword">return</span> x/<span class="number">2</span> <span class="keyword">end</span>
_.pipe(<span class="number">10</span>,f,g,h) <span class="comment">-- => 36
</span>_.pipe(<span class="number">20</span>,f,g,h) <span class="comment">-- => 121</span>
</pre>
<h3>complement (f)</h3>
<p>Returns a function which returns the logical complement of a given function.</p>
<pre>
_.complement(<span class="keyword">function</span>() <span class="keyword">return</span> <span class="keyword">true</span> <span class="keyword">end</span>)() <span class="comment">-- => false</span>
</pre>
<h3>juxtapose (value, …)</h3>
<p><em>Aliases: <code>_.juxt</code></em>.</p>
<p>Calls a sequence of functions with the same input.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x) <span class="keyword">return</span> x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> g(x) <span class="keyword">return</span> x+<span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> h(x) <span class="keyword">return</span> x/<span class="number">2</span> <span class="keyword">end</span>
_.juxtapose(<span class="number">10</span>, f, g, h) <span class="comment">-- => 100, 11, 5</span>
</pre>
<h3>wrap (f, wrapper)</h3>
<p>Wraps a function inside a wrapper. Allows the wrapper to execute code before and after function run.</p>
<pre>
<span class="keyword">local</span> greet = <span class="keyword">function</span>(name) <span class="keyword">return</span> <span class="string">"hi: "</span> .. name <span class="keyword">end</span>
<span class="keyword">local</span> greet_backwards = _.wrap(greet, <span class="keyword">function</span>(f,arg)
<span class="keyword">return</span> f(arg) ..<span class="string">'\nhi: '</span> .. arg:reverse()
<span class="keyword">end</span>)
greet_backwards(<span class="string">'John'</span>)
<span class="comment">-- => hi: John
</span><span class="comment">-- => hi: nhoJ</span>
</pre>
<h3>times (n, iter, …)</h3>
<p>Calls a given function <code>n</code> times.</p>
<pre>
<span class="keyword">local</span> f = (<span class="string">'Lua programming'</span>):gmatch(<span class="string">'.'</span>)
_.times(<span class="number">3</span>,f) <span class="comment">-- => {'L','u','a'}</span>
</pre>
<h3>bind (f, v)</h3>
<p>Binds a value to be the first argument to a function.</p>
<pre>
<span class="keyword">local</span> sqrt2 = _.bind(<span class="global">math</span>.sqrt,<span class="number">2</span>)
sqrt2() <span class="comment">-- => 1.4142135623731</span>
</pre>
<h3>bind2 (f, v)</h3>
<p>Binds a value to be the second argument to a function.</p>
<pre>
<span class="keyword">local</span> last2 = _.bind(_.last,<span class="number">2</span>)
last2({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}) <span class="comment">-- => {5,6}</span>
</pre>
<h3>bindn (f, …)</h3>
<p>Binds a variable number of values to be the first arguments to a function.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> out(...) <span class="keyword">return</span> <span class="global">table</span>.concat {...} <span class="keyword">end</span>
<span class="keyword">local</span> out = _.bindn(out,<span class="string">'OutPut'</span>,<span class="string">':'</span>,<span class="string">' '</span>)
out(<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => OutPut: 123
</span>out(<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => OutPut: abcd</span>
</pre>
<h3>bindAll (obj, …)</h3>
<p>Binds methods to object. As such, when calling any of these methods, they will receive object as a first argument.</p>
<pre>
<span class="keyword">local</span> window = {
setPos = <span class="keyword">function</span>(w,x,y) w.x, w.y = x, y <span class="keyword">end</span>,
setName = <span class="keyword">function</span>(w,name) w.name = name <span class="keyword">end</span>,
getName = <span class="keyword">function</span>(w) <span class="keyword">return</span> w.name <span class="keyword">end</span>,
}
window = _.bindAll(window, <span class="string">'setPos'</span>, <span class="string">'setName'</span>, <span class="string">'getName'</span>)
window.setPos(<span class="number">10</span>,<span class="number">15</span>)
<span class="global">print</span>(window.x, window.y) <span class="comment">-- => 10,15
</span>
window.setName(<span class="string">'fooApp'</span>)
<span class="global">print</span>(window.name) <span class="comment">-- => 'fooApp'
</span>
<span class="global">print</span>(window.getName()) <span class="comment">-- => 'fooApp'</span>
</pre>
<h3>uniqueId (template, …)</h3>
<p><em>Aliases: <code>_.uid</code></em>.</p>
<p>Returns an unique integer ID.</p>
<pre>
_.uniqueId() <span class="comment">-- => 1</span>
</pre>
<p>Can handle string templates for formatted output.</p>
<pre>
_.uniqueId(<span class="string">'ID%s'</span>) <span class="comment">-- => 'ID2'</span>
</pre>
<p>Or a function, for the same purpose.</p>
<pre>
<span class="keyword">local</span> formatter = <span class="keyword">function</span>(ID) <span class="keyword">return</span> <span class="string">'$'</span>..ID..<span class="string">'$'</span> <span class="keyword">end</span>
_.uniqueId(formatter) <span class="comment">-- => '$ID1$'</span>
</pre>
<h3>iterator(f, x)</h3>
<p><em>Aliases: <code>_.iter</code></em>.</p>
<p>Returns an iterator function which constinuously applies a function <code>f</code> onto an input <code>x</code>.
For example, let us go through the powers of two.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> po2(x) <span class="keyword">return</span> x*<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> iter_po2 = _.iterator(po2, <span class="number">1</span>)
iter_po2() <span class="comment">-- => 2
</span>iter_po2() <span class="comment">-- => 4
</span>iter_po2() <span class="comment">-- => 8</span>
</pre>
<h3>array (…)</h3>
<p>Iterates a given iterator function and returns its values packed in an array.</p>
<pre>
<span class="keyword">local</span> text = <span class="string">'letters'</span>
<span class="keyword">local</span> chars = <span class="global">string</span>.gmatch(text, <span class="string">'.'</span>)
<span class="keyword">local</span> letters = _.array(chars) <span class="comment">-- => {'l','e','t','t','e','r','s'}</span>
</pre>
<h3>flip (f)</h3>
<p>Creates a function of <code>f</code> with arguments flipped in reverse order.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(...) <span class="keyword">return</span> <span class="global">table</span>.concat({...}) <span class="keyword">end</span>
<span class="keyword">local</span> flipped = _.flip(f)
flipped(<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>) <span class="comment">-- => 'cba'</span>
</pre>
<h3>over (…)</h3>
<p>Creates a function that invokes a set of transforms with the arguments it receives.<br/>
One can use use for example to get the tuple of min and max values from a set of values</p>
<pre>
<span class="keyword">local</span> minmax = _.over(<span class="global">math</span>.min, <span class="global">math</span>.max)
minmax(<span class="number">5</span>,<span class="number">10</span>,<span class="number">12</span>,<span class="number">4</span>,<span class="number">3</span>) <span class="comment">-- => {3,12}</span>
</pre>
<h3>overEvery (…)</h3>
<p>Creates a validation function. The returned function checks if all of the given predicates return truthy when invoked with the arguments it receives.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> alleven(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v%<span class="number">2</span>~=<span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> allpositive(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v < <span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> allok = _.overEvery(alleven, allpositive)
allok(<span class="number">2</span>,<span class="number">4</span>,-<span class="number">1</span>,<span class="number">8</span>) <span class="comment">-- => false
</span>allok(<span class="number">10</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">6</span>) <span class="comment">-- => false
</span>allok(<span class="number">8</span>,<span class="number">4</span>,<span class="number">6</span>,<span class="number">10</span>) <span class="comment">-- => true</span>
</pre>
<h3>overSome (…)</h3>
<p>Creates a validation function. The returned function checks if any of the given predicates return truthy when invoked with the arguments it receives.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> alleven(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v%<span class="number">2</span>~=<span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> allpositive(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v < <span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> anyok = _.overSome(alleven,allpositive)
anyok(<span class="number">2</span>,<span class="number">4</span>,-<span class="number">1</span>,<span class="number">8</span>) <span class="comment">-- => false
</span>anyok(<span class="number">10</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">6</span>) <span class="comment">-- => true
</span>anyok(-<span class="number">1</span>,-<span class="number">5</span>,-<span class="number">3</span>) <span class="comment">-- => false</span>
</pre>
<h3>overArgs (f, …)</h3>
<p>Creates a function that invokes <code>f</code> with its arguments transformed</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x, y) <span class="keyword">return</span> x, y <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> triple(x) retun x*<span class="number">3</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> square(x) retun x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> new_f = _.overArgs(f, triple, square)
new_f(<span class="number">1</span>,<span class="number">2</span>) <span class="comment">-- => 3, 4
</span>new_f(<span class="number">10</span>,<span class="number">10</span>) <span class="comment">-- => 30, 100</span>
</pre>
<p>In case the number of arguments is greater than the number of transforms, the remaining args will be left as-is.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x, y, z) <span class="keyword">return</span> x, y, z <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> triple(x) retun x*<span class="number">3</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> square(x) retun x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> new_f = _.overArgs(f, triple, square)
new_f(<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => 3, 4, 3
</span>new_f(<span class="number">10</span>,<span class="number">10</span>,<span class="number">10</span>) <span class="comment">-- => 30, 100, 10</span>
</pre>
<h3>partial (f, …)</h3>
<p>Partially apply a function by filling in any number of its arguments. </p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> diff(a, b) <span class="keyword">return</span> a - b <span class="keyword">end</span>
<span class="keyword">local</span> diffFrom20 = _.partial(diff, <span class="number">20</span>) <span class="comment">-- arg 'a' will be 20 by default
</span>diffFrom20(<span class="number">5</span>) <span class="comment">-- => 15</span>
</pre>
<p>The string <code>'_'</code> can be used as a placeholder in the list of arguments to specify an argument that should not be pre-filled, but is rather left open to be supplied at call-time.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> diff(a, b) <span class="keyword">return</span> a - b <span class="keyword">end</span>
<span class="keyword">local</span> remove5 = _.partial(diff, <span class="string">'_'</span>, <span class="number">5</span>) <span class="comment">-- arg 'a' will be given at call-time, but 'b' is set to 5
</span>remove5(<span class="number">20</span>) <span class="comment">-- => 15</span>
</pre>
<h3>partialRight (f, …)</h3>
<p>Like <code>_.partial</code>, it partially applies a function by filling in any number of its arguments, but from the right.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> concat(...) <span class="keyword">return</span> <span class="global">table</span>.concat({...},<span class="string">','</span>) <span class="keyword">end</span>
<span class="keyword">local</span> concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>)
concat_right(<span class="string">'d'</span>) <span class="comment">-- => d,a,b,c
</span>
concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'b'</span>)
concat_right(<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => c,d,a,b
</span>
concat_right = _.partialRight(concat,<span class="string">'a'</span>)
concat_right(<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => b,c,d,a</span>
</pre>
<p>The string <code>'_'</code>, as always, can be used as a placeholder in the list of arguments to specify an argument that should not be pre-filled, but is rather left open to be supplied at call-time.
In that case, the first args supplied at runtime will be used to fill the initial list of args while the remaining will be prepended.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> concat(...) <span class="keyword">return</span> <span class="global">table</span>.concat({...},<span class="string">','</span>) <span class="keyword">end</span>
<span class="keyword">local</span> concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'_'</span>,<span class="string">'c'</span>)
concat_right(<span class="string">'d'</span>,<span class="string">'b'</span>) <span class="comment">-- => b,a,d,c
</span>
concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'_'</span>)
concat_right(<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => d,a,b,c
</span>
concat_right = _.partialRight(concat,<span class="string">'_'</span>,<span class="string">'a'</span>)
concat_right(<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => c,d,b,a</span>
</pre>
<h3>curry (f, n_args)</h3>
<p>Curries a function. If the given function <code>f</code> takes multiple arguments, it returns another version of <code>f</code> that takes a single argument
(the first of the arguments to the original function) and returns a new function that takes the remainder of the arguments and returns the result.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> sumOf3args(x,y,z) <span class="keyword">return</span> x + y + z <span class="keyword">end</span>
<span class="keyword">local</span> curried_sumOf3args = _.curry(sumOf3args, <span class="number">3</span>)
sumOf3args(<span class="number">1</span>)(<span class="number">2</span>)(<span class="number">3</span>)) <span class="comment">-- => 6
</span>sumOf3args(<span class="number">0</span>)(<span class="number">6</span>)(<span class="number">9</span>)) <span class="comment">-- => 15</span>
</pre>
<p><code>n_args</code> defaults to 2.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> product(x,y) <span class="keyword">return</span> x * y <span class="keyword">end</span>
<span class="keyword">local</span> curried_product = _.curry(product)
curried_product(<span class="number">5</span>)(<span class="number">4</span>) <span class="comment">-- => 20
</span>curried_product(<span class="number">3</span>)(-<span class="number">5</span>) <span class="comment">-- => -15
</span>curried_product(<span class="number">0</span>)(<span class="number">1</span>) <span class="comment">-- => 0</span>
</pre>
<h3>time (f, …)</h3>
<p>Returns the execution time of <code>f (…)</code> in seconds and its results.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> wait_count(n)
<span class="keyword">local</span> i = <span class="number">0</span>
<span class="keyword">while</span> i < n <span class="keyword">do</span> i = i + <span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">return</span> i
<span class="keyword">end</span>
<span class="keyword">local</span> time, i = _.time(wait_count, <span class="number">1e6</span>) <span class="comment">-- => 0.002 1000000
</span><span class="keyword">local</span> time, i = _.time(wait_count, <span class="number">1e7</span>) <span class="comment">-- => 0.018 10000000</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__object__Object_functions__a_"></a></p>
<h2><a name='object'>Object functions</a></h2>
<h3>keys (obj)</h3>
<p>Collects the names of an object attributes.</p>
<pre>
_.keys({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => "{1,2,3}"
</span>_.keys({x = <span class="number">0</span>, y = <span class="number">1</span>}) <span class="comment">-- => "{'y','x'}"</span>
</pre>
<h3>values (obj)</h3>
<p>Collects the values of an object attributes.</p>
<pre>
_.values({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => "{1,2,3}"
</span>_.values({x = <span class="number">0</span>, y = <span class="number">1</span>}) <span class="comment">-- => "{1,0}"</span>
</pre>
<h3>kvpairs (obj)</h3>
<p>Converts an object to an array-list of key-value pairs.</p>
<pre>
<span class="keyword">local</span> obj = {x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>}
_.each(_.kvpairs(obj), <span class="keyword">function</span>(k,v)
<span class="global">print</span>(k, <span class="global">table</span>.concat(v,<span class="string">','</span>))
<span class="keyword">end</span>)
<span class="comment">-- => 1 y,2
</span><span class="comment">-- => 2 x,1
</span><span class="comment">-- => 3 z,3</span>
</pre>
<h3>toObj</h3>
<p>Converts an array list of <a href="../index.html#kvpairs">kvpairs</a> to an object where keys are taken from the 1rst column in the <a href="../index.html#kvpairs">kvpairs</a> sequence, associated with values in the 2nd column.</p>
<pre>
<span class="keyword">local</span> list_pairs = {{<span class="string">'x'</span>,<span class="number">1</span>},{<span class="string">'y'</span>,<span class="number">2</span>},{<span class="string">'z'</span>,<span class="number">3</span>}}
obj = _.toObj(list_pairs)
<span class="comment">-- => {x = 1, y = 2, z = 3}</span>
</pre>
<h3>property (key)</h3>
<p>Returns a function that will return the key property of any passed-in object.</p>
<pre>
<span class="keyword">local</span> who = _.property(<span class="string">'name'</span>)
<span class="keyword">local</span> people = {name = <span class="string">'Henry'</span>}
who(people) <span class="comment">-- => 'Henry'</span>
</pre>
<h3>propertyOf (obj)</h3>
<p>Returns a function that will return the key property of any passed-in object.</p>
<pre>
<span class="keyword">local</span> people = {name = <span class="string">'Henry'</span>}
<span class="global">print</span>(_.propertyOf(people)(<span class="string">'name'</span>)) <span class="comment">-- => 'Henry'</span>
</pre>
<h3>toBoolean (value)</h3>
<p>Converts a given value to a boolean.</p>
<pre>
_.toBoolean(<span class="keyword">true</span>) <span class="comment">-- => true
</span>_.toBoolean(<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.toBoolean(<span class="keyword">nil</span>) <span class="comment">-- => false
</span>_.toBoolean({}) <span class="comment">-- => true
</span>_.toBoolean(<span class="number">1</span>) <span class="comment">-- => true</span>
</pre>
<h3>extend (destObj, …)</h3>
<p>Extends a destination object with the properties of some source objects.</p>
<pre>
_.extend({},{a = <span class="string">'b'</span>, c = <span class="string">'d'</span>}) <span class="comment">-- => "{a = 'b', c = 'd'}"</span>
</pre>
<h3>functions (obj, recurseMt)</h3>
<p><em>Aliases: <code>_.methods</code></em>.</p>
<p>Returns all functions names within an object.</p>
<pre>
_.functions(<span class="global">coroutine</span>) <span class="comment">-- => "{'create','resume','running','status','wrap','yield'}"</span>
</pre>
<h3>clone (obj, shallow)</h3>
<p>Clones a given object.</p>
<pre>
<span class="keyword">local</span> obj = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> obj2 = _.clone(obj)
<span class="global">print</span>(obj2 == obj) <span class="comment">-- => false
</span><span class="global">print</span>(_.isEqual(obj2, obj)) <span class="comment">-- => true</span>
</pre>
<h3>tap (obj, f, …)</h3>
<p>Invokes a given interceptor function on some object, and then returns the object itself. Useful to tap into method chaining to hook intermediate results.
The pased-interceptor is prototyped as <code>f(obj,…)</code>.</p>
<pre>
<span class="keyword">local</span> v = _.chain({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>,<span class="number">10</span>)
:filter(<span class="keyword">function</span>(k,v) <span class="keyword">return</span> v%<span class="number">2</span>~=<span class="number">0</span> <span class="keyword">end</span>) <span class="comment">-- filters even values
</span> :tap(<span class="keyword">function</span>(v) <span class="global">print</span>(<span class="string">'Max is'</span>, _.max(v) <span class="keyword">end</span>) <span class="comment">-- Tap max values
</span> :map(<span class="keyword">function</span>(k,v) <span class="keyword">return</span> k^<span class="number">2</span>)
:value() <span class="comment">-- => Max is 9</span>
</pre>
<h3>has (obj, key)</h3>
<p>Checks if an object has a given attribute.</p>
<pre>
_.has(_,<span class="string">'has'</span>) <span class="comment">-- => true
</span>_.has(<span class="global">coroutine</span>,<span class="string">'resume'</span>) <span class="comment">-- => true
</span>_.has(<span class="global">math</span>,<span class="string">'random'</span>) <span class="comment">-- => true</span>
</pre>
<h3>pick (obj, …)</h3>
<p><em>Aliases: <code>_.choose</code></em>.</p>
<p>Collects whilelisted properties of a given object.</p>
<pre>
<span class="keyword">local</span> object = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
_.pick(object,<span class="string">'a'</span>,<span class="string">'c'</span>) <span class="comment">-- => "{a = 1, c = 3}"</span>
</pre>
<h3>omit (obj, …)</h3>
<p><em>Aliases: <code>_.drop</code></em>.</p>
<p>Omits blacklisted properties of a given object.</p>
<pre>
<span class="keyword">local</span> object = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
_.omit(object,<span class="string">'a'</span>,<span class="string">'c'</span>) <span class="comment">-- => "{b = 2}"</span>
</pre>
<h3>template (obj, template)</h3>
<p><em>Aliases: <code>_.defaults</code></em>.</p>
<p>Applies a template on an object, preserving existing properties.</p>
<pre>
<span class="keyword">local</span> obj = {a = <span class="number">0</span>}
_.template(obj,{a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}) <span class="comment">-- => "{a=0, c=3, b=2}"</span>
</pre>
<h3>isEqual (objA, objB, useMt)</h3>
<p><em>Aliases: <code>_.compare</code></em>.</p>
<p>Compares objects:</p>
<pre>
_.isEqual(<span class="number">1</span>,<span class="number">1</span>) <span class="comment">-- => true
</span>_.isEqual(<span class="keyword">true</span>,<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.isEqual(<span class="number">3.14</span>,<span class="global">math</span>.pi) <span class="comment">-- => false
</span>_.isEqual({<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>},{<span class="number">3</span>,<span class="number">4</span>,{<span class="number">5</span>}}) <span class="comment">-- => false</span>
</pre>
<h3>result (obj, method, …)</h3>
<p>Calls an object method, passing it as a first argument the object itself.</p>
<pre>
_.result(<span class="string">'abc'</span>,<span class="string">'len'</span>) <span class="comment">-- => 3
</span>_.result({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>},<span class="global">table</span>.concat) <span class="comment">-- => 'abc'</span>
</pre>
<h3>isTable (t)</h3>
<p>Is the given argument an object (i.e a table) ?</p>
<pre>
_.isTable({}) <span class="comment">-- => true
</span>_.isTable(<span class="global">math</span>) <span class="comment">-- => true
</span>_.isTable(<span class="global">string</span>) <span class="comment">-- => true</span>
</pre>
<h3>isCallable (obj)</h3>
<p>Is the given argument callable ?</p>
<pre>
_.isCallable(<span class="global">print</span>) <span class="comment">-- => true
</span>_.isCallable(<span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => true
</span>_.isCallable(<span class="global">setmetatable</span>({},{__index = <span class="global">string</span>}).upper) <span class="comment">-- => true
</span>_.isCallable(<span class="global">setmetatable</span>({},{__call = <span class="keyword">function</span>() <span class="keyword">return</span> <span class="keyword">end</span>})) <span class="comment">-- => true</span>
</pre>
<h3>isArray (obj)</h3>
<p>Is the given argument an array (i.e. a sequence) ?</p>
<pre>
_.isArray({}) <span class="comment">-- => true
</span>_.isArray({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => true
</span>_.isArray({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}) <span class="comment">-- => true</span>
</pre>
<h3>isIterable (obj)</h3>
<p>Checks if the given object is iterable with <a href="https://www.lua.org/manual/5.1/manual.html#pdf-pairs">pairs</a>.</p>
<pre>
_.isIterable({}) <span class="comment">-- => true
</span>_.isIterable(<span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => false
</span>_.isIterable(<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.isIterable(<span class="number">1</span>) <span class="comment">-- => false</span>
</pre>
<h3>isEmpty (obj)</h3>
<p>Is the given argument empty ?</p>
<pre>
_.isEmpty(<span class="string">''</span>) <span class="comment">-- => true
</span>_.isEmpty({}) <span class="comment">-- => true
</span>_.isEmpty({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}) <span class="comment">-- => false</span>
</pre>
<h3>isString (obj)</h3>
<p>Is the given argument a string ?</p>
<pre>
_.isString(<span class="string">''</span>) <span class="comment">-- => true
</span>_.isString(<span class="string">'Hello'</span>) <span class="comment">-- => false
</span>_.isString({}) <span class="comment">-- => false</span>
</pre>
<h3>isFunction (obj)</h3>
<p>Is the given argument a function ?</p>
<pre>
_.isFunction(<span class="global">print</span>) <span class="comment">-- => true
</span>_.isFunction(<span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => true
</span>_.isFunction({}) <span class="comment">-- => false</span>
</pre>
<h3>isNil (obj)</h3>
<p>Is the given argument nil ?</p>
<pre>
_.isNil(<span class="keyword">nil</span>) <span class="comment">-- => true
</span>_.isNil() <span class="comment">-- => true
</span>_.isNil({}) <span class="comment">-- => false</span>
</pre>
<h3>isNumber (obj)</h3>
<p>Is the given argument a number ?</p>
<pre>
_.isNumber(<span class="global">math</span>.pi) <span class="comment">-- => true
</span>_.isNumber(<span class="global">math</span>.huge) <span class="comment">-- => true
</span>_.isNumber(<span class="number">0</span>/<span class="number">0</span>) <span class="comment">-- => true
</span>_.isNumber() <span class="comment">-- => false</span>
</pre>
<h3>isNaN (obj)</h3>
<p>Is the given argument NaN ?</p>
<pre>
_.isNaN(<span class="number">1</span>) <span class="comment">-- => false
</span>_.isNaN(<span class="number">0</span>/<span class="number">0</span>) <span class="comment">-- => true</span>
</pre>
<h3>isFinite (obj)</h3>
<p>Is the given argument a finite number ?</p>
<pre>
_.isFinite(<span class="number">99e99</span>) <span class="comment">-- => true
</span>_.isFinite(<span class="global">math</span>.pi) <span class="comment">-- => true
</span>_.isFinite(<span class="global">math</span>.huge) <span class="comment">-- => false
</span>_.isFinite(<span class="number">1</span>/<span class="number">0</span>) <span class="comment">-- => false
</span>_.isFinite(<span class="number">0</span>/<span class="number">0</span>) <span class="comment">-- => false</span>
</pre>
<h3>isBoolean (obj)</h3>
<p>Is the given argument a boolean ?</p>
<pre>
_.isBoolean(<span class="keyword">true</span>) <span class="comment">-- => true
</span>_.isBoolean(<span class="keyword">false</span>) <span class="comment">-- => true
</span>_.isBoolean(<span class="number">1</span>==<span class="number">1</span>) <span class="comment">-- => true
</span>_.isBoolean(<span class="global">print</span>) <span class="comment">-- => false</span>
</pre>
<h3>isInteger (obj)</h3>
<p>Is the given argument an integer ?</p>
<pre>
_.isInteger(<span class="global">math</span>.pi) <span class="comment">-- => false
</span>_.isInteger(<span class="number">1</span>) <span class="comment">-- => true
</span>_.isInteger(-<span class="number">1</span>) <span class="comment">-- => true</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__chaining__Chaining__a_"></a></p>
<h2><a name='chaining'>Chaining</a></h2>
<p><em>Method chaining</em> (also known as <em>name parameter idiom</em>), is a technique for invoking consecutively method calls in object-oriented style.
Each method returns an object, and methods calls are chained together.
Moses offers chaining for your perusal. <br/>
Let’s use chaining to get the count of evey single word in some lyrics (case won’t matter here).</p>
<pre>
<span class="keyword">local</span> lyrics = {
<span class="string">"I am a lumberjack and I am okay"</span>,
<span class="string">"I sleep all night and I work all day"</span>,
<span class="string">"He is a lumberjack and he is okay"</span>,
<span class="string">"He sleeps all night and he works all day"</span>
}
<span class="keyword">local</span> stats = _.chain(lyrics)
:map(<span class="keyword">function</span>(k,line)
<span class="keyword">local</span> t = {}
<span class="keyword">for</span> w <span class="keyword">in</span> line:gmatch(<span class="string">'(%w+)'</span>) <span class="keyword">do</span>
t[#t+<span class="number">1</span>] = w
<span class="keyword">end</span>
<span class="keyword">return</span> t
<span class="keyword">end</span>)
:flatten()
:countBy(<span class="keyword">function</span>(i,v) <span class="keyword">return</span> v:lower() <span class="keyword">end</span>)
:value()
<span class="comment">-- => "{
</span><span class="comment">-- => sleep = 1, night = 2, works = 1, am = 2, is = 2,
</span><span class="comment">-- => he = 2, and = 4, I = 4, he = 2, day = 2, a = 2,
</span><span class="comment">-- => work = 1, all = 4, okay = 2
</span><span class="comment">-- => }"</span>
</pre>
<p>For convenience, you can also use <code>_(value)</code> to start chaining methods, instead of <code>_.chain(value)</code>.</p>
<p>Note that one can use <code>:value()</code> to unwrap a chained object.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="global">print</span>(_(t):value() == t) <span class="comment">-- => true</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__import__Import__a_"></a></p>
<h2><a name='import'>Import</a></h2>
<p>All library functions can be imported in a context using <a href="../index.html#import">import</a> into a specified context.</p>
<pre>
<span class="keyword">local</span> context = {}
_.import(context)
context.each({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>When no <code>context</code> was provided, it defaults to the global environment <code>_G</code>.</p>
<pre>
_.import()
each({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>Passing <code>noConflict</code> argument leaves untouched conflicting keys while importing into the context.</p>
<pre>
<span class="keyword">local</span> context = {each = <span class="number">1</span>}
_.import(context, <span class="keyword">true</span>)
<span class="global">print</span>(context.each) <span class="comment">-- => 1
</span>context.eachi({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-04-27 15:26:55 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>
|
_includes/header.html | coderdojo-japan/coderdojo-japan.github.io | <!DOCTYPE html>
<html lang="{{ page.lang }}">
<head>
<title>{{ page.title }}</title>
<meta name="apple-mobile-web-app-title" content="CoderDojo Japan" />
<meta name="application-name" content="CoderDojo Japan" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="CoderDojoは小・中学生のためのプログラミング道場です。2011年にアイルランドで始まり、2015年4月現在では55カ国・550拠点で開催されています。" />
<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="/css/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print">
<link rel="apple-touch-icon" sizes="57x57" href="/img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
|
docs/api/OpenTl.Schema/TChannelForbidden/486B3223.html | OpenTl/OpenTl.Schema | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<title>OpenTl.Schema - API - TChannelForbidden.Id Property</title>
<link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet">
<script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script>
<script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script>
<script src="/OpenTl.Schema/assets/js/app.min.js"></script>
<script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script>
<script src="/OpenTl.Schema/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/OpenTl.Schema/" class="logo">
<span>OpenTl.Schema</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/OpenTl.Schema/about.html">About This Project</a></li>
<li class="active"><a href="/OpenTl.Schema/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<p><a href="#Attributes">Attributes</a></p>
<p><a href="#Value">Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/OpenTl.Schema/assets/js/lunr.min.js"></script>
<script src="/OpenTl.Schema/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li>
<li class="header">Type</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a></li>
<li role="separator" class="divider"></li>
<li class="header">Property Members</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/91F36E4A.html">AccessHash</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/2A014438.html">Broadcast</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/6A255722.html">Flags</a></li>
<li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/486B3223.html">Id</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/11BCC056.html">Megagroup</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/BB1C6402.html">Title</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/5BB85CEF.html">TitleAsBinary</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/DC2A1F7A.html">UntilDate</a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a>.</h3>
<h1>Id <small>Property</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd>
<dt>Containing Type</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>[SerializationOrder(3)]
public int Id { get; set; }</code></pre>
<h1 id="Attributes">Attributes</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>Serialization<wbr>Order<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
<h1 id="Value">Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>int</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> |
documentation/docu-dev/srd/html/oivec_8h.html | OpenIndy/OpenIndy.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>OpenIndy-Core: D:/Daten/03_SoftDev/Qt/OpenIndy-Core/lib/OpenIndy-Math/include/oivec.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="openIndy.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OpenIndy-Core
 <span id="projectnumber">0.2.0.43</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('oivec_8h.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">oivec.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <QDebug></code><br />
<code>#include <QtCore/QtMath></code><br />
<code>#include <vector></code><br />
<code>#include <stdexcept></code><br />
<code>#include "<a class="el" href="global_8h_source.html">global.h</a>"</code><br />
</div>
<p><a href="oivec_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classoi_1_1math_1_1_oi_vec.html">oi::math::OiVec</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">The <a class="el" href="classoi_1_1math_1_1_oi_vec.html" title="The OiVec class. ">OiVec</a> class. <a href="classoi_1_1math_1_1_oi_vec.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceoi"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceoi.html">oi</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:namespaceoi_1_1math"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceoi_1_1math.html">oi::math</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_6a1c216c220c043dc0d57761fc78c3de.html">03_SoftDev</a></li><li class="navelem"><a class="el" href="dir_c765c1e7d9d3e2027d03ab3b21a5c1d9.html">Qt</a></li><li class="navelem"><a class="el" href="dir_45d6422faa1c60402c14e08bb1ec8307.html">OpenIndy-Core</a></li><li class="navelem"><a class="el" href="dir_edc72ee65d2ede7e6db23df5bf55c671.html">lib</a></li><li class="navelem"><a class="el" href="dir_f29442c79fac85d24934d72ffab2e464.html">OpenIndy-Math</a></li><li class="navelem"><a class="el" href="dir_754202b0557c5010eb504bf4cac55bc5.html">include</a></li><li class="navelem"><a class="el" href="oivec_8h.html">oivec.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li>
</ul>
</div>
</body>
</html>
|
angularjs-bootstrap/fonts/fonts.css | zhangjikai/samples | @font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 400;
src: url(Orbitron-normal-400.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 500;
src: url(Orbitron-normal-500.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 700;
src: url(Orbitron-normal-700.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 900;
src: url(Orbitron-normal-900.woff) format('woff');
unicode-range: U+0-10FFFF;
}
|
docs/design/evo/study/study-0001.html | labelle/evolution | <!doctype html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place your other CSS above Evo -->
<link rel="stylesheet" href="../../../evo/css/bootstrap-grid-only.css">
<!-- Place Evo below other CSS in the stacking order -->
<link rel="stylesheet" href="../../../evo/css/evo-elements.min.css">
</head>
<body>
<section class="color-12-bg image-fill padding-left-15 padding-right-20 padding-top-5 padding-bottom-20">
<header class="fluid-header inverse-trans-gray-18 font-calisto center-vertical"><p class="text-measure"><span class="evo-white evo-box-bottom box-bottom-color-10">Pi Worldwide</span> is an agency management company, specializing in management of offices, human resources, clients, and budgets.</p>
<div class="view-row-1"></div>
<p class="text-measure">We manage several agencies in NYC, Chicago, and Miami.</p>
</header>
</section>
</body>
</html> |
2016/04/01/23/index.html | danwangyiqie/danwangyiqie.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P | 发福利啦</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="" />
<meta name="description">
<meta property="og:type" content="article">
<meta property="og:title" content="No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P">
<meta property="og:url" content="http://yoursite.com/2016/04/01/23/index.html">
<meta property="og:site_name" content="发福利啦">
<meta property="og:description">
<meta property="og:image" content="http://yoursite.com/./images/23/2072592923.jpeg">
<meta property="og:updated_time" content="2016-04-01T23:59:07.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P">
<meta name="twitter:description">
<meta name="twitter:image" content="http://yoursite.com/./images/23/2072592923.jpeg">
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/titillium-web/styles.css">
<link rel="stylesheet" href="/vendor/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/vendor/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/vendor/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="/vendor/scrollLoading/style.css">
<script type="text/javascript">
(function(i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function() {
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75836479-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrap">
<header id="header">
<div id="header-outer" class="outer">
<div class="container">
<div class="container-inner">
<div id="header-title">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
</div>
<div id="header-inner" class="nav-container">
<a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
<div class="nav-container-inner">
<ul id="main-nav">
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">主页</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">关于</a>
</li>
</ul>
<nav id="sub-nav">
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="搜索"><input type="hidden" name="sitesearch" value="http://yoursite.com"></form>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="main-body container-inner">
<div class="main-body-inner">
<section id="main">
<div class="main-body-header">
<h1 class="header">
未分类
</h1>
</div>
<div class="main-body-content">
<article id="post-23" class="article article-single article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 class="article-title" itemprop="name">
No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P
</h1>
</header>
<div class="article-subtitle">
<a href="/2016/04/01/23/" class="article-date">
<time datetime="2016-04-01T23:58:03.000Z" itemprop="datePublished">2016-04-01</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p><img src="/./images/23/2072592923.jpeg" alt=""><br><img src="/./images/23/ru1mm-235-001.jpg" alt=""><br><img src="/./images/23/ru1mm-235-002.jpg" alt=""><br><img src="/./images/23/ru1mm-235-003.jpg" alt=""><br><img src="/./images/23/ru1mm-235-004.jpg" alt=""><br><img src="/./images/23/ru1mm-235-005.jpg" alt=""><br><img src="/./images/23/ru1mm-235-006.jpg" alt=""><br><img src="/./images/23/ru1mm-235-007.jpg" alt=""><br><img src="/./images/23/ru1mm-235-008.jpg" alt=""><br><img src="/./images/23/ru1mm-235-009.jpg" alt=""><br><img src="/./images/23/ru1mm-235-010.jpg" alt=""><br><img src="/./images/23/ru1mm-235-011.jpg" alt=""><br><img src="/./images/23/ru1mm-235-012.jpg" alt=""></p>
</div>
<footer class="article-footer">
<a data-url="http://yoursite.com/2016/04/01/23/" data-id="cisjmw4r1004pwwbm0u2meffx" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
$('body').on('click', function() {
$('.article-share-box.on').removeClass('on');
}).on('click', '.article-share-link', function(e) {
e.stopPropagation();
var $this = $(this),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
id = 'article-share-box-' + $this.attr('data-id'),
offset = $this.offset(),
box;
if ($('#' + id).length) {
box = $('#' + id);
if (box.hasClass('on')){
box.removeClass('on');
return;
}
} else {
var html = [
'<div id="' + id + '" class="article-share-box">',
'<input class="article-share-input" value="' + url + '">',
'<div class="article-share-links">',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="article-share-pinterest" target="_blank" title="Pinterest"></a>',
'<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="article-share-google" target="_blank" title="Google+"></a>',
'</div>',
'</div>'
].join('');
box = $(html);
$('body').append(box);
}
$('.article-share-box.on').hide();
box.css({
top: offset.top + 25,
left: offset.left
}).addClass('on');
}).on('click', '.article-share-box', function (e) {
e.stopPropagation();
}).on('click', '.article-share-box-input', function () {
$(this).select();
}).on('click', '.article-share-box-link', function (e) {
e.preventDefault();
e.stopPropagation();
window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
});
})(jQuery);
</script>
</footer>
</div>
</article>
<section id="comments">
</section>
</div>
</section>
<aside id="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
<div class="sidebar-top">
<p>关注我 :</p>
<ul class="social-links">
</ul>
</div>
<nav id="article-nav">
<a href="/2016/04/01/7/" id="article-nav-newer" class="article-nav-link-wrap">
<strong class="article-nav-caption">下一篇</strong>
<p class="article-nav-title">
VOL.032 Suki朱忆音 52P
</p>
<i class="icon fa fa-chevron-right" id="icon-chevron-right"></i>
</a>
<a href="/2016/04/01/60/" id="article-nav-older" class="article-nav-link-wrap">
<strong class="article-nav-caption">上一篇</strong>
<p class="article-nav-title"></p>
<i class="icon fa fa-chevron-left" id="icon-chevron-left"></i>
</a>
</nav>
<div class="widgets-container">
<div class="widget-wrap">
<h3 class="widget-title">最新文章</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/258/" class="thumbnail">
<span style="background-image:url(/./images/258/4267775750.jpeg)" alt="葵 – Violet 110P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/258/" class="title">葵 – Violet 110P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/226/" class="thumbnail">
<span style="background-image:url(/./images/226/1136181514.jpeg)" alt="开朗微乳学生妹绮梦Cherish海滩粉色胖次养眼清凉户外湿身写真 45P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/226/" class="title">开朗微乳学生妹绮梦Cherish海滩粉色胖次养眼清凉户外湿身写真 45P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/322/" class="thumbnail">
<span style="background-image:url(/./images/322/0001.jpg)" alt="N00331 刘飞儿Faye 53P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/322/" class="title">N00331 刘飞儿Faye 53P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/321/" class="thumbnail">
<span style="background-image:url(/./images/321/0001.jpg)" alt="VOL.017 肉感奶牛足球宝贝雅儿Barbie户外靓丽时尚写真 58P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/321/" class="title">VOL.017 肉感奶牛足球宝贝雅儿Barbie户外靓丽时尚写真 58P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/320/" class="thumbnail">
<span style="background-image:url(/./images/320/0001.jpg)" alt="VOL.016 君君Kety 54P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/320/" class="title">VOL.016 君君Kety 54P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/08/">August 2016</a><span class="archive-list-count">120</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/07/">July 2016</a><span class="archive-list-count">5</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/06/">June 2016</a><span class="archive-list-count">127</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/04/">April 2016</a><span class="archive-list-count">71</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">链接</h3>
<div class="widget">
<ul>
</ul>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<p>© 2016 laomao</p>
<p>Powered by <a href="//hexo.io/" target="_blank">Hexo</a>. Theme by <a href="//github.com/ppoffice" target="_blank">PPOffice</a></p>
</div>
</div>
</div>
</footer>
<script src="/vendor/fancybox/jquery.fancybox.pack.js"></script>
<script src="/vendor/scrollLoading/jquery.scrollLoading.js"></script>
<script src="/vendor/scrollLoading/main.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</div>
</body>
</html>
|
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-6/Chapter06P08/doc/main/package-frame.html | tliang1/Java-Practice | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sat Jan 14 18:30:19 PST 2017 -->
<title>main</title>
<meta name="date" content="2017-01-14">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../main/package-summary.html" target="classFrame">main</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AveragingAnArray.html" title="class in main" target="classFrame">AveragingAnArray</a></li>
</ul>
</div>
</body>
</html>
|
css/style.css | aaronhourie/orloj | body {
margin: 0;
padding: 0;
background-color: #000;
}
p {
font-family: 'Open Sans Condensed', 'sans-serif';
color: #DDD;
}
#container {
width: 66.66%;
margin: auto;
}
#simSpace {
display:none;
}
#fastForward:hover{
color: #F00;
}
#fastForward:active{
color: #00F;
}
|
ReportImportTests/net.sf.jabref.model.entry.specialfields/index_SORT_BY_CLASS.html | JessicaDias/JabRef_ES2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: net.sf.jabref.model.entry.specialfields</title>
<style type="text/css">
@import "../.css/coverage.css";
</style>
</head>
<body>
<div class="header"></div>
<div class="content">
<div class="breadCrumbs">
[ <a href="../index_SORT_BY_CLASS.html">all classes</a> ]
[ net.sf.jabref.model.entry.specialfields ]
</div>
<h1>Coverage Summary for Package: net.sf.jabref.model.entry.specialfields</h1>
<table class="coverageStats">
<tr>
<th class="name">Package</th>
<th class="coverageStat
">
Class, %
</th>
<th class="coverageStat
">
Method, %
</th>
<th class="coverageStat
">
Line, %
</th>
</tr>
<tr>
<td class="name">net.sf.jabref.model.entry.specialfields</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(2/ 2)
</span>
</td>
<td class="coverageStat">
<span class="percent">
57.1%
</span>
<span class="absValue">
(8/ 14)
</span>
</td>
<td class="coverageStat">
<span class="percent">
75.5%
</span>
<span class="absValue">
(40/ 53)
</span>
</td>
</tr>
</table>
<br/>
<br/>
<table class="coverageStats">
<tr>
<th class="name
">
<a href="index.html">Class</a> </th>
<th class="coverageStat sortedAsc
">
<a href="index_SORT_BY_CLASS_DESC.html">Class, %</a>
</th>
<th class="coverageStat
">
<a href="index_SORT_BY_METHOD.html">Method, %</a>
</th>
<th class="coverageStat
">
<a href="index_SORT_BY_LINE.html">Line, %</a>
</th>
</tr>
<tr>
<td class="name"><a href=".classes/SpecialFieldValue.html">SpecialFieldValue</a></td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(4/ 4)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(22/ 22)
</span>
</td>
</tr>
<tr>
<td class="name"><a href=".classes/SpecialField.html">SpecialField</a></td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
40%
</span>
<span class="absValue">
(4/ 10)
</span>
</td>
<td class="coverageStat">
<span class="percent">
58.1%
</span>
<span class="absValue">
(18/ 31)
</span>
</td>
</tr>
</table>
</div>
<div class="footer">
<div style="float:right;">generated on 2017-07-15 00:44</div>
</div>
</body>
</html>
|
static/components/search-box.html | d4l3k/campus | <link rel="import" href="../bower_components/paper-card/paper-card.html">
<link rel="import" href="../bower_components/paper-radio-button/paper-radio-button.html">
<link rel="import" href="../bower_components/paper-radio-group/paper-radio-group.html">
<link rel="import" href="../bower_components/paper-search/paper-search-bar.html">
<link rel="import" href="../bower_components/paper-styles/shadow.html">
<link rel="import" href="./bookable-item.html">
<link rel="import" href="./building-item.html">
<link rel="import" href="./food-item.html">
<link rel="import" href="./minimizable-box.html">
<dom-module id="search-box">
<template>
<style>
:host {
box-sizing: border-box;
padding: 10px;
overflow: hidden;
}
paper-card {
width: 100%;
--paper-card-content: {
padding: 0;
}
}
.search {
@apply(--shadow-elevation-2dp);
}
paper-radio-group {
width: 100%;
text-align: center;
}
paper-item {
cursor: pointer;
overflow-x: hidden;
text-overflow: ellipsis;
}
paper-item > div {
width: 100%;
padding: 8px 0;
}
paper-item label {
float: right;
opacity: 0.5;
text-transform: uppercase;
font-size: 0.8em;
}
paper-item >div > span {
white-space: nowrap;
text-overflow: ellipsis;
}
.results {
max-height: calc(100vh - 140px);
overflow-y: auto;
}
.name {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
}
</style>
<paper-card >
<div class="card-content">
<div class="search">
<paper-search-bar placeholder="Enter search term" query="{{query}}" on-paper-search-filter="filter"></paper-search-bar>
<template is="dom-if" if="[[showFilters]]">
<paper-radio-group selected="{{typeFilter}}">
<paper-radio-button name="all">All</paper-radio-button>
<paper-radio-button name="printer">Printers</paper-radio-button>
<paper-radio-button name="restroom">Restrooms</paper-radio-button>
<paper-radio-button name="food">Food</paper-radio-button>
<paper-radio-button name="bookable">Bookable</paper-radio-button>
</paper-radio-group>
</template>
</div>
<div class="results">
<template is="dom-repeat" items="[[result]]">
<paper-item on-tap="select">
<div>
<span class="name">
<span>[[item.Id]]</span> <span>[[item.Name]]</span>
</span>
<template is="dom-if" if="[[type(item, 'restroom')]]">
<label>Restroom</label>
</template>
<template is="dom-if" if="[[type(item, 'printer')]]">
<label>Printer</label>
</template>
<template is="dom-if" if="[[type(item, 'bookable')]]">
<bookable-item item="{{item}}"></bookable-item>
</template>
<template is="dom-if" if="[[type(item, 'building')]]">
<label>Building</label>
<building-item item="{{item}}"></building-item>
</template>
<template is="dom-if" if="[[type(item, 'food')]]">
<label>Food</label>
<minimizable-box>
<food-item item="{{item}}"></food-item>
</minimizable-box>
</template>
</div>
</paper-item>
</template>
</div>
</div>
</paper-card>
<iron-ajax
auto
url="[[searchURL(query, typeFilter)]]"
handle-as="json"
last-response="{{result}}"
debounce-duration="300"></iron-ajax>
</template>
<script>
Polymer({
is: "search-box",
properties: {
selected: {
type: String,
notify: true,
},
typeFilter: {
type: String,
value: 'all',
},
},
observers: [
'updateQuery(selected)',
],
updateQuery: function(selected) {
this.query = selected;
},
searchURL: function(query, type) {
if (!query && type === 'all') {
return;
}
return '/api/search/?type='+type+'&q='+encodeURIComponent(query);
},
select: function(e) {
var item = e.model.item;
this.selected = item.Id;
if (window.innerWidth < 600) {
this.showFilters = false;
}
},
filter: function() {
this.showFilters = !this.showFilters;
},
eq: function(a, b) {
return a === b;
},
type: function(item, type) {
return item.Type === type;
},
});
</script>
</dom-module>
|
myvenv/lib/python3.4/site-packages/music21/documentation/build/html/moduleReference/moduleFiguredBassExamples.html | arnavd96/Cinemiezer | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>music21.figuredBass.examples — music21 Documentation</title>
<link rel="stylesheet" href="../_static/m21.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '3.0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/copybutton.js"></script>
<link rel="top" title="music21 Documentation" href="../index.html" />
<link rel="up" title="Module Reference" href="index.html" />
<link rel="next" title="music21.figuredBass.notation" href="moduleFiguredBassNotation.html" />
<link rel="prev" title="music21.figuredBass.checker" href="moduleFiguredBassChecker.html" /><link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<script src='http://artusi.xyz/music21j/ext/require/require.js'></script>
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="moduleFiguredBassNotation.html" title="music21.figuredBass.notation"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="moduleFiguredBassChecker.html" title="music21.figuredBass.checker"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">music21</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Module Reference</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="moduleFiguredBassChecker.html"
title="previous chapter">music21.figuredBass.checker</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="moduleFiguredBassNotation.html"
title="next chapter">music21.figuredBass.notation</a></p>
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">music21.figuredBass.examples</a><ul>
<li><a class="reference internal" href="#functions">Functions</a></li>
</ul>
</li>
</ul>
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About Music21</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../usersGuide/index.html">User’s Guide</a></li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Module Reference</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../installing/index.html">Installation</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../tutorials/index.html">Tutorials</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../developerReference/index.html">Developer Reference</a></li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/moduleReference/moduleFiguredBassExamples.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="music21-figuredbass-examples">
<span id="modulefiguredbassexamples"></span><h1>music21.figuredBass.examples<a class="headerlink" href="#music21-figuredbass-examples" title="Permalink to this headline">¶</a></h1>
<span class="target" id="module-music21.figuredBass.examples"></span><p>Each of the example methods in this module provides a figured bass line as a
<a class="reference internal" href="moduleFiguredBassRealizer.html#music21.figuredBass.realizer.FiguredBassLine" title="music21.figuredBass.realizer.FiguredBassLine"><code class="xref py py-class docutils literal"><span class="pre">FiguredBassLine</span></code></a> instance.
These can be realized by calling
<a class="reference internal" href="moduleFiguredBassRealizer.html#music21.figuredBass.realizer.FiguredBassLine.realize" title="music21.figuredBass.realizer.FiguredBassLine.realize"><code class="xref py py-meth docutils literal"><span class="pre">realize()</span></code></a>, which takes in an
optional <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules" title="music21.figuredBass.rules.Rules"><code class="xref py py-class docutils literal"><span class="pre">Rules</span></code></a> object.
The result is a <a class="reference internal" href="moduleFiguredBassRealizer.html#music21.figuredBass.realizer.Realization" title="music21.figuredBass.realizer.Realization"><code class="xref py py-class docutils literal"><span class="pre">Realization</span></code></a>
object which can generate realizations as instances of
<a class="reference internal" href="moduleStream.html#music21.stream.Score" title="music21.stream.Score"><code class="xref py py-class docutils literal"><span class="pre">Score</span></code></a>. These realizations can then be displayed
in external software such as MuseScore or Finale by
calling <a class="reference internal" href="moduleBase.html#music21.base.Music21Object.show" title="music21.base.Music21Object.show"><code class="xref py py-meth docutils literal"><span class="pre">show()</span></code></a>.</p>
<div class="section" id="functions">
<h2>Functions<a class="headerlink" href="#functions" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleA">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleA</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleA" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was a homework assignment for 21M.302: Harmony & Counterpoint II
at MIT in the fall of 2010, taught by Charles Shadle of the MIT Music Program.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleA</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineA.png"><img alt="../_images/fbExamples_bassLineA.png" src="../_images/fbExamples_bassLineA.png" style="width: 700px;" /></a>
<p>The following is a realization of fbLine in four parts using the default rules set.
The soprano part is limited to stepwise motion, and the alto and tenor parts are
limited to motions within a perfect octave.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span> <span class="o">=</span> <span class="p">[(</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">),(</span><span class="mi">2</span><span class="p">,</span><span class="mi">12</span><span class="p">),(</span><span class="mi">3</span><span class="p">,</span><span class="mi">12</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">360</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1A.png"><img alt="../_images/fbExamples_sol1A.png" src="../_images/fbExamples_sol1A.png" style="width: 700px;" /></a>
<p>Now, the restriction on upper parts being within a perfect octave of each other is
removed, and fbLine is realized again.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">upperPartsMaxSemitoneSeparation</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">keyboardStyleOutput</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">3713168</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2A.png"><img alt="../_images/fbExamples_sol2A.png" src="../_images/fbExamples_sol2A.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleB">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleB</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleB" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was retrieved from page 114 of <em>The Music Theory Handbook</em> by Marjorie Merryman.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleB</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineB.png"><img alt="../_images/fbExamples_bassLineB.png" src="../_images/fbExamples_bassLineB.png" style="width: 700px;" /></a>
<p>First, fbLine is realized with the default rules set.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">422</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1B.png"><img alt="../_images/fbExamples_sol1B.png" src="../_images/fbExamples_sol1B.png" style="width: 700px;" /></a>
<p>Now, a Rules object is created, and the restriction that the chords
need to be complete is lifted. fbLine is realized once again.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidIncompletePossibilities</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">188974</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2B.png"><img alt="../_images/fbExamples_sol2B.png" src="../_images/fbExamples_sol2B.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleC">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleC</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleC" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was retrieved from page 114 of <em>The Music Theory Handbook</em> by Marjorie Merryman.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleC</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineC.png"><img alt="../_images/fbExamples_bassLineC.png" src="../_images/fbExamples_bassLineC.png" style="width: 700px;" /></a>
<p>First, fbLine is realized with the default rules set.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">833</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1C.png"><img alt="../_images/fbExamples_sol1C.png" src="../_images/fbExamples_sol1C.png" style="width: 700px;" /></a>
<p>Now, parallel fifths are allowed in realizations. The image below
shows one of them. There is a parallel fifth between the bass and
alto parts going from the half-diminished 6,5 (B,F#) to the dominant
seventh (C#,G#) in the second measure.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidParallelFifths</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">2427</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2C.png"><img alt="../_images/fbExamples_sol2C.png" src="../_images/fbExamples_sol2C.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleD">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleD</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleD" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was a homework assignment for 21M.302: Harmony & Counterpoint II
at MIT in the fall of 2010, taught by Charles Shadle of the MIT Music Program.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleD</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineD.png"><img alt="../_images/fbExamples_bassLineD.png" src="../_images/fbExamples_bassLineD.png" style="width: 700px;" /></a>
<p>The following is a realization of fbLine in four parts using the default rules set.
The soprano part is limited to stepwise motion, and the alto and tenor parts are
limited to motions within a perfect octave.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span> <span class="o">=</span> <span class="p">[(</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">),(</span><span class="mi">2</span><span class="p">,</span><span class="mi">12</span><span class="p">),(</span><span class="mi">3</span><span class="p">,</span><span class="mi">12</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">1560</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1D.png"><img alt="../_images/fbExamples_sol1D.png" src="../_images/fbExamples_sol1D.png" style="width: 700px;" /></a>
<p>Now, the restriction on voice overlap is lifted, which is common in keyboard-style
figured bass, and fbLine is realized again. Voice overlap can be seen in the fourth
measure.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidVoiceOverlap</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">109006</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2D.png"><img alt="../_images/fbExamples_sol2D.png" src="../_images/fbExamples_sol2D.png" style="width: 700px;" /></a>
<p>Now, the restriction on voice overlap is reset, but the restriction on the upper parts
being within a perfect octave of each other is removed. fbLine is realized again.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidVoiceOverlap</span> <span class="o">=</span> <span class="bp">True</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">upperPartsMaxSemitoneSeparation</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">29629539</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span><span class="o">.</span><span class="n">keyboardStyleOutput</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol3D.png"><img alt="../_images/fbExamples_sol3D.png" src="../_images/fbExamples_sol3D.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.V43ResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">V43ResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.V43ResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>The dominant 4,3 can resolve to either the tonic 5,3 or tonic 6,3. The proper resolution
is dependent on the bass note of the tonic, and is determined in context, as shown in the
following figured bass realization.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">V43ResolutionExample</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_V43.png"><img alt="../_images/fbExamples_V43.png" src="../_images/fbExamples_V43.png" style="width: 350px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.viio65ResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">viio65ResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.viio65ResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>For a fully diminished seventh chord resolving to the tonic, the resolution chord
can contain either a doubled third (standard resolution) or a doubled tonic (alternate
resolution), depending on whether the third of the diminished chord rises or falls.
The user can control this in a Rules object by modifying
<a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.doubledRootInDim7" title="music21.figuredBass.rules.Rules.doubledRootInDim7"><code class="xref py py-attr docutils literal"><span class="pre">doubledRootInDim7</span></code></a>.
However, when resolving a diminished 6,5, the third is found in the bass and the
proper resolution is determined in context, regardless of user preference.</p>
<p>The following shows both cases involving a diminished 6,5. The resolution of the
first diminished chord has a doubled D, while that of the second has a doubled F#.
Notice that the resolution of the first involves a diminished fifth (E, Bb) going
to a perfect fifth (D, A).</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">viio65ResolutionExample</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_vii65.png"><img alt="../_images/fbExamples_vii65.png" src="../_images/fbExamples_vii65.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.augmentedSixthResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">augmentedSixthResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.augmentedSixthResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was retrieved from page 61 of <em>The Music Theory Handbook</em> by Marjorie Merryman.</p>
<p>Italian (8,#6,3), French (#6,4,3), German (#6,5,3), and Swiss (#6,#4,3)
augmented sixth resolutions to
either the major dominant or the major/minor tonic 6,4 are supported.
The first four bars show the
resolutions to the dominant in the order above, while the last bar
shows the German augmented sixth
resolving to the tonic.
>>> from music21.figuredBass import examples
>>> fbLine = examples.augmentedSixthResolutionExample()
>>> fbRealization = fbLine.realize()
>>> fbRealization.generateRandomRealization().show()</p>
<a class="reference internal image-reference" href="../_images/fbExamples_a6.png"><img alt="../_images/fbExamples_a6.png" src="../_images/fbExamples_a6.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.italianA6ResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">italianA6ResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.italianA6ResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>The Italian augmented sixth chord (It+6) is the only
augmented sixth chord to consist of only three
pitch names, and when represented in four parts, the
tonic is doubled. The tonic can resolve up, down or
stay the same, and in four parts, the two tonics always
resolve differently, resulting in two equally
acceptable resolutions. An alternate approach to resolving
the It+6 chord was taken, such that an It+6
chord could map internally to two different resolutions.
Every other special resolution in fbRealizer
consists of a 1:1 mapping of special chords to resolutions.</p>
<p>Here, the It+6 chord is resolving to the dominant, minor tonic,
and major tonic, respectively. In the
dominant resolution shown, the tonics (D) are resolving inward,
but they can resolve outward as well. In
the minor tonic resolution, the higher tonic is resolving up to F,
and the lower tonic remains the same.
In the major tonic resolution, the higher tonic remains the same,
while the lower tonic resolves up to the F#.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">italianA6ResolutionExample</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">upperPartsMaxSemitoneSeparation</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span><span class="o">.</span><span class="n">append</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span><span class="mi">4</span><span class="p">])</span>
<span class="gp">>>> </span><span class="n">fbRealization</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">keyboardStyleOutput</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_it+6.png"><img alt="../_images/fbExamples_it+6.png" src="../_images/fbExamples_it+6.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.twelveBarBlues">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">twelveBarBlues</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.twelveBarBlues" title="Permalink to this definition">¶</a></dt>
<dd><p>This is an progression in Bb major based on the twelve bar blues. The progression used is:</p>
<p>I | IV | I | I7</p>
<p>IV | IV | I | I7</p>
<p>V7 | IV6 | I | I</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">bluesLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">twelveBarBlues</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">bluesLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bluesBassLine.png"><img alt="../_images/fbExamples_bluesBassLine.png" src="../_images/fbExamples_bluesBassLine.png" style="width: 700px;" /></a>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span> <span class="o">=</span> <span class="p">[(</span><span class="mi">1</span><span class="p">,</span><span class="mi">4</span><span class="p">),(</span><span class="mi">2</span><span class="p">,</span><span class="mi">12</span><span class="p">),(</span><span class="mi">3</span><span class="p">,</span><span class="mi">12</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidVoiceOverlap</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">blRealization</span> <span class="o">=</span> <span class="n">bluesLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">blRealization</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">2224978 </span>
<span class="gp">>>> </span><span class="n">blRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_twelveBarBlues.png"><img alt="../_images/fbExamples_twelveBarBlues.png" src="../_images/fbExamples_twelveBarBlues.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.generateBoogieVamp">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">generateBoogieVamp</code><span class="sig-paren">(</span><em>blRealization=None</em>, <em>numRepeats=5</em><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.generateBoogieVamp" title="Permalink to this definition">¶</a></dt>
<dd><p>Turns whole notes in twelve bar blues bass line to blues boogie woogie bass line. Takes
in numRepeats, which is the number of times to repeat the bass line. Also, takes in a
realization of <a class="reference internal" href="#music21.figuredBass.examples.twelveBarBlues" title="music21.figuredBass.examples.twelveBarBlues"><code class="xref py py-meth docutils literal"><span class="pre">twelveBarBlues()</span></code></a>. If none is provided,
a default realization with <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.forbidVoiceOverlap" title="music21.figuredBass.rules.Rules.forbidVoiceOverlap"><code class="xref py py-attr docutils literal"><span class="pre">forbidVoiceOverlap</span></code></a>
set to False and <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.partMovementLimits" title="music21.figuredBass.rules.Rules.partMovementLimits"><code class="xref py py-attr docutils literal"><span class="pre">partMovementLimits</span></code></a> set to
[(1,4),(2,12),(3,12)] is used.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">examples</span><span class="o">.</span><span class="n">generateBoogieVamp</span><span class="p">(</span><span class="n">numRepeats</span> <span class="o">=</span> <span class="mi">1</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_boogieVamp.png"><img alt="../_images/fbExamples_boogieVamp.png" src="../_images/fbExamples_boogieVamp.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.generateTripletBlues">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">generateTripletBlues</code><span class="sig-paren">(</span><em>blRealization=None</em>, <em>numRepeats=5</em><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.generateTripletBlues" title="Permalink to this definition">¶</a></dt>
<dd><p>Turns whole notes in twelve bar blues bass line to triplet blues bass line. Takes
in numRepeats, which is the number of times to repeat the bass line. Also, takes in a
realization of <a class="reference internal" href="#music21.figuredBass.examples.twelveBarBlues" title="music21.figuredBass.examples.twelveBarBlues"><code class="xref py py-meth docutils literal"><span class="pre">twelveBarBlues()</span></code></a>. If none is provided,
a default realization with <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.forbidVoiceOverlap" title="music21.figuredBass.rules.Rules.forbidVoiceOverlap"><code class="xref py py-attr docutils literal"><span class="pre">forbidVoiceOverlap</span></code></a>
set to False and <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.partMovementLimits" title="music21.figuredBass.rules.Rules.partMovementLimits"><code class="xref py py-attr docutils literal"><span class="pre">partMovementLimits</span></code></a> set to
[(1,4),(2,12),(3,12)] is used.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">examples</span><span class="o">.</span><span class="n">generateTripletBlues</span><span class="p">(</span><span class="n">numRepeats</span> <span class="o">=</span> <span class="mi">1</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_tripletBlues.png"><img alt="../_images/fbExamples_tripletBlues.png" src="../_images/fbExamples_tripletBlues.png" style="width: 700px;" /></a>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="moduleFiguredBassNotation.html" title="music21.figuredBass.notation"
>next</a> |</li>
<li class="right" >
<a href="moduleFiguredBassChecker.html" title="music21.figuredBass.checker"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">music21</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" >Module Reference</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2006-2015, Michael Scott Cuthbert and cuthbertLab.
Last updated on Nov 04, 2015.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.1.
</div>
</body>
</html> |
ocr_extracted/W30024_text/page4.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W30024_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="page3.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 110px; margin-top: 164px;">
<p class="styleSans187.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">PRELIMINARY DRILLING PROGRAM 11/14/2014 <br/>Lease and Well No. Marlene 5—3H MUD PROGRAM Depth Type Weight Remarks 0 ' - 1870 ' Freshwater 8.4-8.8 Add Soap Sticks for Mud Rings - 1870 ' - 6500 ' Invert 9.3-9.5 35-50 sec, 10-30 eds 6500 ' - 9505 ' Invert 9.6-100 40-55 sec, 10-15 cc‘s ONV 70/30 to 80/20 9505 ' — TD Brine 9.0-10.1 29 Vis, No control. Dry Cuttin s <br/> <br/> <br/>TUBULAR PROGRAM <br/>String Hole Casing ERW/ Critical T 6 Size De th Feet Diameter Wei - ht, Grade, Connection Seamless lns ection <br/>BCI & Drift <br/>8 3/4 " m—m 7". 32#, P-110 Ic, LTC BCI & Drift 3920' 7". 32#, P-110 lC, LTC BCI & Dri 3070 ' 7 " 7", 32#, P-110 IC. LTC BCI & Dri E <br/>950' 7 " 7",32#.P-110IC.LTC BC|&Dri 1485' 7",32#.P-110|C.LTC BC|&Dri <br/>_— “ __— __— <br/>2-7/8". 5.5 #, L-SO. EUE <br/> <br/> <br/>Notes: Pipe to end up in hole from top to bottom as shown. </p>
</div>
<div style="position: absolute; margin-left: 110px; margin-top: 1705px;">
<p class="styleSans154.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">CEMENT PROGRAM <br/>T e De th Lead/T ail Bottom To Sacks Yield Wei ht —n 35/65 Fez/Class 3% each 12% gel Class 2% Cam <br/> <br/>Additional Comments: Continental Resources, Inc. will not use any of the below listed diesel based compounds in the <br/>Hydraulic Stimulation fluids of this well. Any compounds/fluids with the following Chemical Abstract Service Registry Numbers will not be used: <br/>68334—30-5 (Primary Name: Fuels, diesel) 68476—34-6 (Primary Name: Fuels, diesel, No. 2) 68476-30—2 (Primary Name: Fuel oil No. 2) 68476-31-3 (Primary Name: Fuel oil, No.4) 8008-20—6 (Primary Name: Kerosene) </p>
</div>
<div style="position: absolute; margin-left: 275px; margin-top: 3162px;">
<p class="styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Marlene 5-3H AFE v1 </p>
</div>
</body>
</html>
|
me/archive/tags/科幻/index.html | emptymalei/emptymalei.github.io | <!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>科幻 | Hypernova Travel</title>
<meta name="author" content="OctoMiao">
<meta name="description" content="Will science kill fiction?">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:site_name" content="Hypernova Travel"/>
<meta property="og:image" content="undefined"/>
<link href="/archive/favicon.png" rel="icon">
<link rel="alternate" href="/archive/atom.xml" title="Hypernova Travel" type="application/atom+xml">
<link rel="stylesheet" href="/archive/css/style.css" media="screen" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-49034078-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header id="header" class="inner"><div class="alignleft">
<h1><a href="/archive/">Hypernova Travel</a></h1>
<h2><a href="/archive/">Science Fiction Meets Science</a></h2>
</div>
<nav id="main-nav" class="alignright">
<ul>
<li><a href="/archive/">Home</a></li>
<li><a href="/archive/archives/">Archives</a></li>
</ul>
<div class="clearfix"></div>
</nav>
<div class="clearfix"></div></header>
<div id="content" class="inner">
<div id="main-col" class="alignleft"><div id="wrapper">
<h2 class="archive-title tag">科幻</h2>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-11-09T00:12:00.000Z"><a href="/archive/2014/11/08/dream-a-new-world/">Nov 8 2014</a></time>
<h1 class="title"><a href="/archive/2014/11/08/dream-a-new-world/">梦与新世界</a></h1>
</header>
<div class="entry">
<h3 id="旧世界">旧世界</h3>
<p>这是一间很狭窄的屋子,仅有的一扇窗装在很高的地方,踮起脚都无法碰到。我躺在床上,可以隐约看到窗台上有一只猫,想是它流浪久了,过来跟我打个招呼,顺便骗点吃的。我显然不愚蠢,不可能上猫的当。</p>
<p>其实我根本就无法在床上坐起来,脑袋沉重的像要窒息一样。我挪动了一下身子,把脸转向天花板,看到天花板上有一只蜘蛛快速的爬过。这张天花板开始慢慢的离我远去,我连同这小小的床也像缩水一样越来越小,直到这房间变得像太空一样巨大却空无一物。</p>
<p>手机屏幕亮起来,呼吸灯一闪一闪,我强忍着像是鞭刑一样的痛苦挪动了一下身子,终于瞥见屏幕上的名字,它变幻着颜色,不停地闪烁着,可是我却连挣扎一下去接通的想法都没有。</p>
<p>醒来的时候,阳光恰好从那扇高高在上的窗子里面透进来,我终于可以从床上坐起来,发烧已经好了。手伸向手机,才发现电池没有电了,我甚至都无从知道现在的时间,看样子应该是快到中午。我拖着病痛往厨房走,希望能找点现成的吃的,却发现门缝下面一堆杂乱的满是数字和图表的纸,显然是有人一张一张从门缝下面塞进来的。</p>
<p>这时候在充电基座上的手机响了起来。多年之后,我回想起来,如果要找出一生中最悲痛的一通电话,那无疑是今天的这次。我手中拿着电话,屋里的一切像是消失在水雾之中,阳光照进来的地方,有彩虹在扭来扭去。</p>
<h3 id="梦与萌芽">梦与萌芽</h3>
<p>在我的想象中,蓝熊猫的世界一定是最美丽的。从五年前我父亲对这颗行星的第一次光谱分析,到现在为止我们已经积累了大量的资料。这五年以来,蓝熊猫一直是最受关注的一颗太阳系外行星,它也是我梦想中的天堂。</p>
<p>五年前的光谱已经表明这颗行星上存在文明,然而这些光谱数据能够公之于众,至少埋葬了我的父母这两条生命。我带着从门缝塞进来的数据偷偷离开那个地方,来到了南半球,按照那天父亲最后的电话指示,将他尚未来得及上传的这部分数据公开。</p>
<p>蓝熊猫的大气中有着明显的工业文明的痕迹,化石燃料正在被大量使用,而且通过大气环流模型的模拟,化石燃料的使用集中在八到十个大型地区。光谱也显示当地居民很可能在使用飞行器。[^1]</p>
<p>我的学生敲门进来,问我明天的仪器例行检修要不要取消,因为今天的数据有些奇怪,是不是要继续采集。Peter 不是一个非常聪明的学生,但是由他来管理仪器,甚至比我自己上手都要放心的多。</p>
<p>我们上周刚刚更换了部分线路,为数据服务器安装了新的电磁屏蔽。今天的数据中有一段高频上的波动,确实是应该推迟检修的。我告诉 Peter 回去休息,自己来盯仪器。这个观测站距离最近的小镇也有两个小时的车程,我不想让 Peter 开车走夜路。</p>
<p>微风吹过,木制的百叶窗哗哗作响,隐约能听到窗台下松鼠跑过的声音。窗外夕阳显得苍白,阳光却依然刺眼。一阵风吹过沙尘,有那么一颗小小的尘埃偏偏冲进我的眼球和眼睑之间。眼前的百叶窗模糊起来,躺在地板上,周围一切显得那么高达,我像是回到了五年前那间狭窄的卧室。</p>
<p>我所痛恨的事物中,人无疑是位居第一的,然而我所爱的事物中,人也会排在首位。那天我接到父亲的电话,我能听出他在开车,周围还有吓人的警笛的声音。我清楚的记得他叮嘱我藏好那些门缝下的文件,他说他不能来见我,他说我妈已经不在了,他说我一定要离开这里。我说我知道了,我知道了,我知道了。</p>
<p>那些在门后散了一地的文件,被我一把一把的塞进书包里。那一年我十九岁,我甚至都不知道有没有弄丢什么,就被父亲安排好的人送出了这个城市,然后离开了这个小小的中东国家。</p>
<p>这五年我完成了学业,在这个不出名的学校找到一份教职,然后走上了跟父亲同样的研究道路。五年前的数据曝光之后,很多人都跟进了这项研究,进展已经非常大,一年以来我们在调试自己的仪器,而四个月前才刚刚开始产生能用的数据。</p>
<p>我拿了数据平板终端,端详着这个奇怪的高频小高坡。莫非我们的电磁屏蔽不够好?不像是。</p>
<p>这时有个念头突然闪过我的脑海:五年前的数据。</p>
<h3 id="危机">危机</h3>
<p>外面街上的人吵得不得了,看来这事情是藏不住了。</p>
<p>涵海板着脸在屋里走来走去,嘴里一直嘟囔着。瘫坐在沙发里的我被他这样搅和的心烦气躁,想一把把他按在沙发上。他忽然转过身,眉头还是皱着,语调却十分坚定:“我是绝对不会辞职的,我是你生的,但是我的生活是我自己的。”</p>
<p>三十年了,我早就离开了风口浪尖。如果是三十年前,我绝不会反对涵海参与这些地外文明项目,那会儿我自己也还会守在观测站。假如我没有注意到数据上的那些周期性,事情也不会这么快发展到各种政治力量介入的地步,涵海也还可以去做单纯的科研。</p>
<p>事到如今,我也不好再说什么。上周政府跟蓝熊猫的秘密社会科学项目被曝光,在那之前,我都无从知道涵海居然在做这种工作。而街上的人群显然对于这种联合地外文明来研究新的统治手段的事情出离愤怒了。</p>
<p>“可是你无论如何不能成为政治工具!作为你的父母,我们这是为你着想。”</p>
<p>“你们不明白,我做这些研究可以让我们的世界变得更好,可以让每个人都变得安心。”</p>
<p>“你这是要做狗腿子!这简直是对你这么多年所学来的科学的玷污!”</p>
<p>“玷污,玷污,你说这是玷污。好,三十年前,是谁发现了蓝熊猫发来的信息,是谁第一个提出地球-蓝熊猫联合科学,当年又是谁放弃了物理转去做社科研究。我们走到今天,还不是拜你所赐。如果我现在退出,是,我会有个安稳的工作,我会安安稳稳地度过一生。可是如今我有机会带领大家的研究走上和平的道路,去从内部阻止那些尝试利用这些研究独裁的人,我为什么要退出。你要是不满,你可以像外面那些人一样,去反对去阻止,但是你没有权利利用我们的父子关系来对我说教!”</p>
<p>涵海抓了自己的包,没再说话,直接离开了家。</p>
<p>这么多年来,我始终不能忘怀自己年轻气盛所做的错事。有些东西碎了就是碎了,再怎么掩饰也于事无补。回想那一天,我双手颤抖着从文件柜扯出来的数据,那些还是我父母用命换来的。我对照着数据记录的日期,那个日子,恰好是蓝熊猫上春分日,而我的数据,也是蓝熊猫的春分日。往来复去,那之间间隔了四个蓝熊猫年。高频信号增加恰好是在春分日,这很可能说明蓝熊猫上的文明在进行这某些发射电磁波的活动,而且他们的历法,跟蓝熊猫的公转周期有关。或者这是自然现象。当然之后的观测证实了这些高频冗余便是他们发来的信息。然后我越走越远,放弃了物理,投身社会科学。</p>
<h3 id="新世界">新世界</h3>
<p>确认了蓝熊猫的信息之后,在地球轨道的上方,我们发现了他们建造的超距通信管道的端口。后来的研究证实这就是修改过的 Krasnikov 管道[^2],可以用来超距通信,但是双方都没有足够的功率来传送大的物件。之后是专门的研究小组翻译了对方的语言,再之后便是涵海参与的政治合作项目。如今涵海已经成为政治运动的牺牲品,但是他兑现了诺言,我们两个行星之间的大众也开始相互沟通。通过蓝熊猫,我们有了更多的聊天的伙伴。</p>
<p>许多网站开始提供行星间邮件服务,经过翻译程序翻译为对方可读的语言,然后通过修改的 Krasnikov 管道投递给其他行星上的特定的账号。我成立的涵海星际邮件便是其中之一。<a href="为了纪念我过早去世的儿子。">^3</a>我们所认识的银河,已然从原来过分的寂静,变得有些吵闹。生命之间,像是正在举行一场跨越星系的聚会。虽然我们无法飞跃茫茫太空,抵达对方的行星,但是我们知道自己并不孤单。[^4]</p>
<p>在几十年前,那时候尚未有任何地外文明的迹象,SETI 举办过了一场 SETIcon 会议,会议上曾经有人说过:或许在广袤的宇宙中,有一张通信的大网,他们在不断的相互交流,可是我们却不是这个网的一部分,因为我们还没有学会如何去聆听。</p>
<p>走在深夜的街道,周围很安静,我抬头看着漫天的繁星,在那些星星点点之间,似乎有张巨网在广袤的太空中无限蔓延,巨网的每个端点,都是一个文明。</p>
<p>银河在上,生命并不孤独。</p>
<p>[^1]: 在后来的星际移民中心分类法中,蓝熊猫被归类为 A+ 行星,而存放在火星的档案中,这些化石燃料污染严重区域的命名使用了中国上古神话中的人物来命名,十个地区从大到小,分别为女娲、伏羲、蚩尤、遂人、有巢、葛天、瑶姬、洛神、刑天和许由。</p>
<p>[^2]: 这是一种通过修改时空本身来进行远距离传送的管道,蓝熊猫所使用的技术,跟我们地球上的 Krasnikov 管道的原理很相似,所以称作修改的 Krasnikov 管道,或者 M Krasnikov 管道。一旦建成,管道便可以一直稳定存在。</p>
<p>[^4]: 所谓费米悖论至少在太阳系周围得到了很好的解释:大家都没有发展出能够将大型飞船飞到其他星系的能力,但是大家依然能够建立通信网,而修改的 Krasnikov 管道建立之前,地球上的人类并不能加入到这样的通信之中。当然,现在大家认识到,这已经不是悖论了。</p>
</div>
<footer>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-26T01:22:00.000Z"><a href="/archive/2014/09/25/martiansky/">Sep 25 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/25/martiansky/">火星的天空</a></h1>
</header>
<div class="entry">
<p><img src="http://multiverse.lamost.org/blog/wp-content/uploads/2014/09/real-supernova-wallpaper-1024x768.jpg" alt=""></p>
<p>我一直在做错误的选择,这些错误有些给自己带来的痛苦,有些伤害了别人。然而有那么一次,纵使是痛彻心扉的错,若时光回转,我还是会做出同样的选择,总是我那是桑出那么自私自利。</p>
<p>红色的天空,红色的云。光在恒星内部挣扎了万年,却只花了十分钟便到达这颗行星的大气层。它与空气中的分子相遇,然后改变轨迹。</p>
<p>这是一颗不太适宜人类生活的行星。而我的任务,自然只是部署探测器,收集数据,然后将数据发送给前哨战,简单的很。最终,这些数据将会成为行星探测公司著名的行星数据库的一部分。</p>
<p>然而,我将要消失在这宇宙中,从未存在过。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/25/martiansky/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:35:00.000Z"><a href="/archive/2014/09/23/memo/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/memo/">今夜请把我忘记</a></h1>
</header>
<div class="entry">
<p>又一个平安夜,月亮安详的浮在夜之海上,它似乎在享受着虚无。地面是一片荒漠,没有丝毫的生机。可月光还是静静的飘了下来,静静地落在地上。</p>
<p>我躺在沙砾中,任凭月光压在身上……</p>
<p>我只是这个世界的一个附属品,是它实现自身价值的一颗棋子。我的存在是一种莫名的奇迹。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/memo/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:35:00.000Z"><a href="/archive/2014/09/23/bridge/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/bridge/">奈何桥</a></h1>
</header>
<div class="entry">
<p>门前的银杏树老了。</p>
<p>许多许多年前,我还是个学生的时候,总是喜欢蹲在图书馆门前,眯好眼睛,静静的听那银杏果落在地上。砰!那时候的我总会相信那是生命的抗争,是卑微的生命向强大的天地展示自己的无所畏惧的精神。</p>
<p>残阳西沉,窗外的落叶渐渐变得模糊,新月也将西下,又一个残酷的夜晚即将到来。已经听到门外有人在哭泣:</p>
<blockquote>
<p>来生若得相见,还会不会与你再续前缘。</p>
</blockquote>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/bridge/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:31:00.000Z"><a href="/archive/2014/09/23/letter/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/letter/">一封永远寄不出的信</a></h1>
</header>
<div class="entry">
<p>我还写过一篇,可能是第二篇悲剧性的小说吧。找出来附在下面:</p>
<p>那个时候我还没有看过流浪地球,其实那个时侯,大刘还没写呢!哎,说起来很没意思,我写不出硬科幻的,我不喜欢。我喜欢人情味!大刘的流浪地球确实是经典,我的想法只是大刘的幻想海洋中的一滴微不足道的水罢了。</p>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/letter/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:28:00.000Z"><a href="/archive/2014/09/23/phycho/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/phycho/">一个「精神病人」的救赎</a></h1>
</header>
<div class="entry">
<h2 id="抑郁而死">抑郁而死</h2>
<p>我有一间很可爱的小房子,虽然只是一间长长的卧室,但我把它打扫的干干净净,还在地板上仔细刻了很细致的纹路,而每一面墙上都整整齐齐的挂满了我的画。房子最里面,是一张精致的书桌。坐在书桌前,只需一抬头,便可以看到窗外斑斑树影。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/phycho/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:24:53.000Z"><a href="/archive/2014/09/23/reader/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/reader/">阅读者</a></h1>
</header>
<div class="entry">
<blockquote>
<p>「是那扇为痛苦不堪的生命所敞开的死亡之门,当所有的门都关闭时,这扇门允许值得尊敬的人来使用。你必须为我打开这扇门。你和所有其它人都知道门后面什么都没有,它可以让生命再次回到原位,但是进入此门者会忘记一切,珍贵的遗忘,会消除记忆的痛苦。我有太多的事情要忘记。」</p>
<p>《暗夜惊醒》, 作者 John C. Wright</p>
</blockquote>
<p>相传在古老的时代,天上的星还没有变成钻石,人类是生活在一个叫做上层的地方。只是后来天空之上喷出了红色的恶龙之火,上层顷刻间化为焦土。他们还说,只要我打开这扇门通向上层的远古之门,恶魔就会立刻奔涌进来,我的故事就走到了终点。</p>
<p>传说像是传染病,从上一代传到下一代。作为一个阅读者,我却清楚的知道,这扇远古之门通向的不是上层的焦土,而是一个更加绝望的世界。</p>
<p>我宁愿自己没有成为阅读者。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/reader/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:24:53.000Z"><a href="/archive/2014/09/23/noodle/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/noodle/">面条儿</a></h1>
</header>
<div class="entry">
<p>我娘常说,学做饭,要从做面条开始。</p>
<p>于是我第一次做饭,就做了面条。那时候个子太小,灶台又高,只好使劲踮著脚,摇摇晃晃的拿了一双很长的筷子,把那些想立起来跳舞的面条一根根嗯到滚烫的水里面。<br>我娘说,每跟面条都有不一样的性格。紫色的面条会很安静,他们就藏在水里面,不会跑不会跳,最多扭扭身子;蓝色的面条很调皮,通常跳舞跳得最欢的,就是他们了;绿色的面条很认真,他们最守规则,跳舞也很呆板;橙子色的面条最胆小,他们也跳舞,但是最怕跟别的面条挤成一堆,所以总是跑到面条少的地方自个儿跳。</p>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/noodle/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:24:53.000Z"><a href="/archive/2014/09/23/creator/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/creator/">孩童的宇宙</a></h1>
</header>
<div class="entry">
<p>我让雨下的小了些,好让他们能够更清楚的看清那道闪电。</p>
<p>如果是在那一年之前,你会选择沉默,你会用无言来抗议,然后我会轻轻的摸着你的头发,指指远处的花园,笑着说:哎呀,你看,他们把灯点亮了。你会很快的反驳我:哼,无聊。</p>
<p>可是现在,你却在另外一个世界。也许你正独自吃着午饭,泪珠流下来,落到饭碗里,你看到泪水快速的碎裂,包裹在饭粒上,然后终于忍不住,大声哭了出来。也许,你已经不在了。</p>
<p>那一年,又是哪一年?中午,又是什么?这些时间的标记对我来说,已经毫无用处。我曾经想要拥有更多的时间,可如今我却成为了时间。然而我怕遗忘,我不断的计算着你的世界,计算着这些时间标记。</p>
<p>我已经回不去了。</p>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/creator/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-07-16T20:39:06.000Z"><a href="/archive/2014/07/16/night1/">Jul 16 2014</a></time>
<h1 class="title"><a href="/archive/2014/07/16/night1/">暗夜往事——我所知的星际移民史</a></h1>
</header>
<div class="entry">
<p>与大航海时代不同的是,我们早已熟知目的地。</p>
<p>没有牺牲的探险似乎只能讲成乏味的故事。我们的探险中确实也没有人直接死去,但是那些落满了火星沙尘的墓碑,却在讲述着一个个悲壮的故事。</p>
<p>在星际移民中心巨大的倒金字塔形建筑中,档案馆被安置在最下层的塔尖。巨浪中披风前进的巨舰不需要怀旧的档案,它只要向前,永不停歇。</p>
<p>而我却深爱着这间空旷而没有灯光的档案馆,那些散发着微光的档案就像夜幕上的星光点点。我们踏上了许多星球,却依然为遥远的星光所着迷。</p>
<p>暗夜之中,往事与未来,谁又说得清。</p>
</div>
<footer>
<div class="clearfix"></div>
</footer>
</div>
</article>
<nav id="pagination">
<div class="clearfix"></div>
</nav>
</div></div>
<aside id="sidebar" class="alignright">
<div class="search">
<form action="//google.com/search" method="get" accept-charset="utf-8">
<input type="search" name="q" results="0" placeholder="Search">
<input type="hidden" name="q" value="site:emptymalei.github.io">
</form>
</div>
<div class="widget tag">
<h3 class="title">Categories</h3>
<ul class="entry">
<li><a href="/archive/categories/科幻/">科幻</a><small>9</small></li>
</ul>
</div>
<div class="widget tag">
<h3 class="title">Tags</h3>
<ul class="entry">
<li><a href="/archive/tags/星际移民/">星际移民</a><small>4</small></li>
<li><a href="/archive/tags/科幻/">科幻</a><small>10</small></li>
</ul>
</div>
</aside>
<div class="clearfix"></div>
</div>
<footer id="footer" class="inner"><div class="alignleft">
© 2014 OctoMiao
</div>
<div class="clearfix"></div></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="/archive/js/jquery.imagesloaded.min.js"></script>
<script src="/archive/js/gallery.js"></script>
<script type="text/javascript">
var disqus_shortname = 'hypernova';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<link rel="stylesheet" href="/archive/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/archive/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
</body>
</html> |
index.html | emerging-tech/sense-space | <!DOCTYPE html>
<html ng-app="SenseSpaceApp">
<head>
<title>Sense Space</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel='stylesheet' href='css/bootstrap.min.css' />
<link rel='stylesheet' href="css/leaflet.css"/>
<style type="text/css">
.red{
border-radius: 120px;
opacity: .75;
background-color: #FF0000;
-webkit-animation-name: blinker;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 2s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
</style>
</head>
<body ng-cloak>
<div class='container'>
<nav ng-controller="NavController" class="navbar navbar-default" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" ng-click="isCollapsed = !isCollapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="navbar-collapse" ng-class="isCollapsed ? 'collapse' : 'in'">
<ul class="nav navbar-nav">
<li ng-class="getClass('/Game')"> <a href="#/Game">
<span class="glyphicon glyphicon-tree-conifer"></span> Game Mode</a></li>
<li ng-class="getClass('/Simulator')"> <a href="#/Simulator">
<span class="glyphicon glyphicon-list-alt"></span> Simulator</a></li>
<li ng-class="getClass('/Dashboard')"><a href="#/Dashboard">
<span class="glyphicon glyphicon-dashboard"></span> Dashboard</a></li>
</ul>
</div>
</nav>
</div>
<div class="container" ng-view>
<!-- Route dependent content goes here -->
</div>
<!-- Lib -->
<script src="bower_components/pubnub/web/pubnub.min.js"></script>
<script src = "lib/jquery-2.0.3.min.js"></script>
<script src = "lib/bootstrap.min.js"></script>
<script src = "lib/underscore.js"></script>
<script src = "lib/angular/angular.min.js"></script>
<script src = "lib/angular-route/angular-route.min.js"></script>
<script src = "lib/leaflet.js"></script>
<script src = "lib/angular-leaflet-directive.js"></script>
<script src = "lib/angular-leaflet-directive.min.js"></script>
<script src="bower_components/pubnub-angular/lib/pubnub-angular.js"></script>
<!-- Your App -->
<script src = "js/app.js"></script>
<!-- Controllers -->
<script src = "js/controllers/Simulator.js"></script>
<script src = "js/controllers/Dashboard.js"></script>
<script src = "js/controllers/Game.js"></script>
<script src = "js/controllers/NavController.js"></script>
<!--Directives -->
<script src ="js/directives/mycurrentTime.js"></script>
<!-- Services -->
<script src ="js/services/SendPosition.js"></script>
<script src ="js/services/ReadPositions.js"></script>
<!-- Filters -->
</body>
</html>
|
_collection/artwork.html | tmray/tmray.github.com | ---
layout: page
title: "Artwork"
summary: "Artwork and design"
img: "/public/images/red-bird.png"
tag: [artwork, design]
---
<script src="/bower_components/lightbox2/src/js/lightbox.js"></script>
<link href="/bower_components/lightbox2/src/css/lightbox.css" rel="stylesheet" />
<div class="grid-items">
<div id="gallery1">
{% for gallery in site.data.galleries %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery2">
{% for gallery in site.data.drawings %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery3">
{% for gallery in site.data.paintings %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery4">
{% for gallery in site.data.promo-art %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery5">
{% for gallery in site.data.comics %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
|
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:lin-alg/dev/2014-11-29_03-38-54.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4pl4 / contrib:lin-alg dev</a></li>
<li class="active"><a href="">2014-11-29 03:38:54</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:lin-alg
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-29 03:38:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-29 03:38:54 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:lin-alg/coq:contrib:lin-alg.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:lin-alg.dev coq.8.4pl4</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4).
The following dependencies couldn't be met:
- coq:contrib:lin-alg -> coq = dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:lin-alg.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4pl4
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4pl4.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.dev [required by coq:contrib:lin-alg]
- install coq:contrib:lin-alg.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.dev:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.dev.
Building coq:contrib:lin-alg.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:lin-alg.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>Data not available in this bench.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> |
_pages/exhibition/exhibitions.html | dnsos/ritasgeschichte | ---
layout: default
lang: en
ref: exhibitions
title: Exhibitions
permalink: "/en/exhibitions/"
excerpt: Overview of exhibitions in which this project was presented.
---
<section class="row exhibitions">
<section class="twelve columns">
<h2>RITA in exhibitions</h2>
<p>Thanks to the interdisciplinary cooperation it was possible to present the project in several exhibitions. In the summer of 2017 RITA was first presented at the <em>Lange Nacht der Wissenschaften</em> at Humboldt Universität zu Berlin. Shortly thereafter the project was also exhibited at the <em>Werkschau</em> of the University of Applied Sciences Potsdam.</p>
</section>
</section>
<section class="row img-gallery">
<section class="eight columns">
<img src="{{site.baseurl}}/img/rita_werkschau_01.png" alt="">
</section>
<section class="four columns">
<img src="{{site.baseurl}}/img/rita_werkschau_04.png" alt="">
</section>
</section>
<section class="row img-gallery">
<section class="six columns">
<img src="{{site.baseurl}}/img/rita_werkschau_02.png" alt="">
</section>
<section class="six columns">
<img src="{{site.baseurl}}/img/rita_lange-nacht_01.png" alt="">
<img src="{{site.baseurl}}/img/rita_werkschau_03.png" alt="">
<img src="{{site.baseurl}}/img/rita_lange-nacht_02.png" alt="">
</section>
</section>
|
css/topcoat/css/topcoat-extra-dark.css | s4sagar/SDC-Vendor-Spend | .topcoat-select {
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
}
.topcoat-select {
vertical-align: top;
outline: none;
}
.topcoat-select {
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.topcoat-select {
-moz-box-sizing: border-box;
box-sizing: border-box;
background-clip: padding-box;
}
.topcoat-select {
position: relative;
display: inline-block;
vertical-align: top;
}
.topcoat-select:disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-select {
-moz-appearance: none;
-webkit-appearance: none;
}
.topcoat-select::-ms-expand {
display: none;
}
/* topdoc
name: Topcoat Select
description: A component that lets you select things
modifiers:
:disabled: Disabled state
:focus: Focused
:invalid: Hover state
markup:
<select class="topcoat-select">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
<select class="topcoat-select" disabled>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
tags:
- desktop
- mobile
- text
- input
*/
.topcoat-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
appearance: button;
text-indent: 0.01px;
text-overflow: '';
padding: 0.7rem 1.3rem 0.7rem 1rem;
font-size: 16px;
font-weight: 400;
height: 3rem;
letter-spacing: 1px;
color: hsla(180, 2%, 78%, 1);
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.69);
border-radius: 6px;
background-color: hsla(180, 1%, 35%, 1);
box-shadow: inset 0 1px hsla(0, 0%, 45%, 1);
border: 1px solid hsla(180, 1%, 20%, 1);
background-image: url('../img/dropdown.svg');
background-repeat: no-repeat;
background-position: center right;
}
/*.topcoat-select:hover {
background-color: hsla(200, 2%, 39%, 1);
}*/
.topcoat-select:active {
background-color: hsla(210, 2%, 25%, 1);
box-shadow: inset 0 1px hsla(0, 0%, 0%, 0.05);
}
.topcoat-select:focus {
border: 1px solid hsla(227, 100%, 50%, 1);
box-shadow: 0 0 0 2px hsla(208, 82%, 69%, 1);
outline: 0;
}
.topcoat-icon--back {
background: url("../img/back_dark.svg") no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
} |
public/static/components/social-feed/edit.html | jlsuttles/g5-widget-garden | <form>
<fieldset>
<legend>Blog Feed Setup</legend>
<div class="form-field">
{{ widget.blog_feed_url.id_hidden_field }}
<label for="{{ widget.blog_feed_url.value_field_id }}">
Enter the RSS/ATOM Feed URL
</label>
<input type="text"
placeholder="http://someurl.com/feed.rss"
id="{{ widget.blog_feed_url.value_field_id }}"
name="{{ widget.blog_feed_url.value_field_name }}"
value="{{ widget.blog_feed_url.best_value | url_encode }}"
/>
</div>
<div class="form-field check-field">
{{ widget.blog_feed_display_summary.id_hidden_field }}
<input type="hidden"
id="{{ widget.blog_feed_display_summary.value_field_id }}_false"
name="{{ widget.blog_feed_display_summary.value_field_name }}"
value="false"
/>
<input type="checkbox"
id="{{ widget.blog_feed_display_summary.value_field_id }}_true"
name="{{ widget.blog_feed_display_summary.value_field_name }}"
value="true"
{% if widget.blog_feed_display_summary.best_value == "true" %}
checked="checked"
{% endif %}
/>
<label for="{{ widget.blog_feed_display_summary.value_field_id }}_true">
Show Summary
</label>
</div>
<div class="form-field">
{{ widget.blog_feed_number_to_display.id_hidden_field }}
<label for="{{ widget.blog_feed_number_to_display.value_field_id }}">
Number of Entries to Show
</label>
<input type="number", min="0" max="25"
placeholder="number_to_display of Feed"
id="{{ widget.blog_feed_number_to_display.value_field_id }}"
name="{{ widget.blog_feed_number_to_display.value_field_name }}"
{% if widget.blog_feed_number_to_display.best_value %}
value="{{ widget.blog_feed_number_to_display.best_value }}"
{% else %}
value="3"
{% endif %}
/>
</div>
</fieldset>
<fieldset>
<legend>Twitter Feed Setup</legend>
<div class="form-field">
{{ widget.twitter_username.id_hidden_field }}
<label for="{{ widget.twitter_username.value_field_id }}" >
Twitter Username
</label>
<input type="text"
id="{{ widget.twitter_username.value_field_id }}"
name="{{ widget.twitter_username.value_field_name }}"
value="{{ widget.twitter_username.best_value }}"
/>
</div>
<div class="form-field check-field">
{{ widget.twitter_display_avatars.id_hidden_field }}
<input type="hidden"
id="{{ widget.twitter_display_avatars.value_field_id }}_false"
name="{{ widget.twitter_display_avatars.value_field_name }}"
value="false"
/>
<input type="checkbox"
id="{{ widget.twitter_display_avatars.value_field_id }}"
name="{{ widget.twitter_display_avatars.value_field_name }}"
value="true"
{% if web_page.display == "true" %}
checked="checked"
{% endif %}
/>
<label for="{{ widget.twitter_display_avatars.value_field_id }}">
Show Avatars
</label>
</div>
<div class="form-field">
{{ widget.twitter_tweet_count.id_hidden_field }}
<label for="{{ widget.twitter_tweet_count.value_field_id }}">
Number of Tweets to Show
</label>
<input type="number"
min="1"
id="{{ widget.twitter_tweet_count.value_field_id }}"
name="{{ widget.twitter_tweet_count.value_field_name }}"
value="{{ widget.twitter_tweet_count.best_value }}"
/>
</div>
</fieldset>
<input type="submit" value="Save" class="btn" />
</form>
|
templates/500.html | Apreche/yummy | {% extends "base.html" %}
{% block nav %}{% endblock %}
{% block body %}
<h2>500 - I Am Error</h2>
{% endblock %}
|
pcap/libc/constant.RTLD_LAZY.html | ebfull/ebfull.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `RTLD_LAZY` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, RTLD_LAZY">
<title>libc::RTLD_LAZY - Rust</title>
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'RTLD_LAZY', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>RTLD_LAZY</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-387' class='srclink' href='../src/libc/unix/mod.rs.html#134' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const RTLD_LAZY: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>0x1</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../jquery.js"></script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html> |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.0/math-classes/1.0.7.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>math-classes: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / math-classes - 1.0.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
math-classes
<small>
1.0.7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-01 06:52:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 06:52:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "b.a.w.spitters@gmail.com"
homepage: "https://github.com/math-classes/"
doc: "https://github.com/math-classes/"
authors: [
"Eelis van der Weegen"
"Bas Spitters"
"Robbert Krebbers"
]
license: "Public Domain"
build: [
[ "./configure.sh" ]
[ make "-j%{jobs}%" ]
]
install: [
[ make "install" ]
]
depends: [
"ocaml"
"coq" {= "8.6"}
"coq-bignums" {>= "8.6"}
]
synopsis: "A library of abstract interfaces for mathematical structures in Coq"
url {
src: "https://github.com/math-classes/math-classes/archive/1.0.7.zip"
checksum: "md5=b9b1e8f98fb9d3d197765b5366b467f1"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-math-classes.1.0.7 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-math-classes -> coq = 8.6 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-math-classes.1.0.7</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
Linking_Charities/homepage/templates/homepage/homepage.html | linkingcharities/linkingcharities | <!DOCTYPE html>
<html lang="en">
<head>
<title>Linking Charities</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}
.carousel-inner img {
width: 100%; /* Set width to 100% */
min-height: 200px;
}
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
.carousel-caption {
display: none;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Logo</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/homepage/login"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-8">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="https://placehold.it/800x400?text=IMAGE" alt="Image">
<div class="carousel-caption">
<h3>Sell $</h3>
<p>Money Money.</p>
</div>
</div>
<div class="item">
<img src="https://placehold.it/800x400?text=Another Image Maybe" alt="Image">
<div class="carousel-caption">
<h3>More Sell $</h3>
<p>Lorem ipsum...</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<p>Some text..</p>
</div>
<div class="well">
<p>Upcoming Events..</p>
</div>
<div class="well">
<p>Visit Our Blog</p>
</div>
</div>
</div>
<hr>
</div>
<div class="container text-center">
<h3>What We Do</h3>
<br>
<div class="row">
<div class="col-sm-3">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Current Project</p>
</div>
<div class="col-sm-3">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Project 2</p>
</div>
<div class="col-sm-3">
<div class="well">
<p>Some text..</p>
</div>
<div class="well">
<p>Some text..</p>
</div>
</div>
<div class="col-sm-3">
<div class="well">
<p>Some text..</p>
</div>
<div class="well">
<p>Some text..</p>
</div>
</div>
</div>
<hr>
</div>
<div class="container text-center">
<h3>Our Partners</h3>
<br>
<div class="row">
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 1</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 2</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 3</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 4</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 5</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 6</p>
</div>
</div>
</div><br>
<footer class="container-fluid text-center">
<p>Footer Text</p>
</footer>
</body>
</html>
|
deps/boost/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html | laborautonomo/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::data_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="data/overload2.html" title="local::basic_endpoint::data (2 of 2 overloads)">
<link rel="next" href="operator_not__eq_.html" title="local::basic_endpoint::operator!=">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="data/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.local__basic_endpoint.data_type"></a><a class="link" href="data_type.html" title="local::basic_endpoint::data_type">local::basic_endpoint::data_type</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp89487432"></a>
The type of the endpoint structure. This
type is dependent on the underlying implementation of the socket layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">data_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.data_type.h0"></a>
<span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.data_type.requirements"></a></span><a class="link" href="data_type.html#boost_asio.reference.local__basic_endpoint.data_type.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2013 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="data/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
examples/react-basic/index.html | seedofjoy/bazooka | <!DOCTYPE html>
<html>
<head>
<title>Hello React!</title>
</head>
<body>
<div
data-bazooka="greeting"
data-message="Hello"
></div>
<script src="../../dist/react-basic.js"></script>
</body>
</html>
|
docs/files/src_pixi_filters_BlurYFilter.js.html | ctaquu/parallax-scroller | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/pixi/filters/BlurYFilter.js - pixi.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="http://www.goodboydigital.com/pixijs/logo_small.png" title="pixi.js"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 2.0.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/AbstractFilter.html">AbstractFilter</a></li>
<li><a href="../classes/AjaxRequest.html">AjaxRequest</a></li>
<li><a href="../classes/AlphaMaskFilter.html">AlphaMaskFilter</a></li>
<li><a href="../classes/AsciiFilter.html">AsciiFilter</a></li>
<li><a href="../classes/AssetLoader.html">AssetLoader</a></li>
<li><a href="../classes/AtlasLoader.html">AtlasLoader</a></li>
<li><a href="../classes/autoDetectRecommendedRenderer.html">autoDetectRecommendedRenderer</a></li>
<li><a href="../classes/autoDetectRenderer.html">autoDetectRenderer</a></li>
<li><a href="../classes/BaseTexture.html">BaseTexture</a></li>
<li><a href="../classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
<li><a href="../classes/BitmapText.html">BitmapText</a></li>
<li><a href="../classes/BlurFilter.html">BlurFilter</a></li>
<li><a href="../classes/BlurXFilter.html">BlurXFilter</a></li>
<li><a href="../classes/BlurYFilter.html">BlurYFilter</a></li>
<li><a href="../classes/CanvasBuffer.html">CanvasBuffer</a></li>
<li><a href="../classes/CanvasGraphics.html">CanvasGraphics</a></li>
<li><a href="../classes/CanvasMaskManager.html">CanvasMaskManager</a></li>
<li><a href="../classes/CanvasRenderer.html">CanvasRenderer</a></li>
<li><a href="../classes/CanvasTinter.html">CanvasTinter</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/ColorMatrixFilter.html">ColorMatrixFilter</a></li>
<li><a href="../classes/ColorStepFilter.html">ColorStepFilter</a></li>
<li><a href="../classes/ComplexPrimitiveShader.html">ComplexPrimitiveShader</a></li>
<li><a href="../classes/ConvolutionFilter.html">ConvolutionFilter</a></li>
<li><a href="../classes/CrossHatchFilter.html">CrossHatchFilter</a></li>
<li><a href="../classes/DisplacementFilter.html">DisplacementFilter</a></li>
<li><a href="../classes/DisplayObject.html">DisplayObject</a></li>
<li><a href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a href="../classes/DotScreenFilter.html">DotScreenFilter</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/FilterBlock.html">FilterBlock</a></li>
<li><a href="../classes/FilterTexture.html">FilterTexture</a></li>
<li><a href="../classes/Graphics.html">Graphics</a></li>
<li><a href="../classes/GraphicsData.html">GraphicsData</a></li>
<li><a href="../classes/GrayFilter.html">GrayFilter</a></li>
<li><a href="../classes/ImageLoader.html">ImageLoader</a></li>
<li><a href="../classes/InteractionData.html">InteractionData</a></li>
<li><a href="../classes/InteractionManager.html">InteractionManager</a></li>
<li><a href="../classes/InvertFilter.html">InvertFilter</a></li>
<li><a href="../classes/JsonLoader.html">JsonLoader</a></li>
<li><a href="../classes/Matrix.html">Matrix</a></li>
<li><a href="../classes/MovieClip.html">MovieClip</a></li>
<li><a href="../classes/NoiseFilter.html">NoiseFilter</a></li>
<li><a href="../classes/NormalMapFilter.html">NormalMapFilter</a></li>
<li><a href="../classes/PixelateFilter.html">PixelateFilter</a></li>
<li><a href="../classes/PixiFastShader.html">PixiFastShader</a></li>
<li><a href="../classes/PixiShader.html">PixiShader</a></li>
<li><a href="../classes/Point.html">Point</a></li>
<li><a href="../classes/Polygon.html">Polygon</a></li>
<li><a href="../classes/PolyK.html">PolyK</a></li>
<li><a href="../classes/PrimitiveShader.html">PrimitiveShader</a></li>
<li><a href="../classes/Rectangle.html">Rectangle</a></li>
<li><a href="../classes/RenderTexture.html">RenderTexture</a></li>
<li><a href="../classes/RGBSplitFilter.html">RGBSplitFilter</a></li>
<li><a href="../classes/Rope.html">Rope</a></li>
<li><a href="../classes/SepiaFilter.html">SepiaFilter</a></li>
<li><a href="../classes/SmartBlurFilter.html">SmartBlurFilter</a></li>
<li><a href="../classes/Spine.html">Spine</a></li>
<li><a href="../classes/SpineLoader.html">SpineLoader</a></li>
<li><a href="../classes/Sprite.html">Sprite</a></li>
<li><a href="../classes/SpriteBatch.html">SpriteBatch</a></li>
<li><a href="../classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
<li><a href="../classes/Stage.html">Stage</a></li>
<li><a href="../classes/Strip.html">Strip</a></li>
<li><a href="../classes/StripShader.html">StripShader</a></li>
<li><a href="../classes/Text.html">Text</a></li>
<li><a href="../classes/Texture.html">Texture</a></li>
<li><a href="../classes/TilingSprite.html">TilingSprite</a></li>
<li><a href="../classes/TiltShiftFilter.html">TiltShiftFilter</a></li>
<li><a href="../classes/TiltShiftXFilter.html">TiltShiftXFilter</a></li>
<li><a href="../classes/TiltShiftYFilter.html">TiltShiftYFilter</a></li>
<li><a href="../classes/TwistFilter.html">TwistFilter</a></li>
<li><a href="../classes/WebGLBlendModeManager.html">WebGLBlendModeManager</a></li>
<li><a href="../classes/WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a></li>
<li><a href="../classes/WebGLFilterManager.html">WebGLFilterManager</a></li>
<li><a href="../classes/WebGLGraphics.html">WebGLGraphics</a></li>
<li><a href="../classes/WebGLGraphicsData.html">WebGLGraphicsData</a></li>
<li><a href="../classes/WebGLMaskManager.html">WebGLMaskManager</a></li>
<li><a href="../classes/WebGLRenderer.html">WebGLRenderer</a></li>
<li><a href="../classes/WebGLShaderManager.html">WebGLShaderManager</a></li>
<li><a href="../classes/WebGLSpriteBatch.html">WebGLSpriteBatch</a></li>
<li><a href="../classes/WebGLStencilManager.html">WebGLStencilManager</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/PIXI.html">PIXI</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src/pixi/filters/BlurYFilter.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
* The BlurYFilter applies a vertical Gaussian blur to an object.
*
* @class BlurYFilter
* @extends AbstractFilter
* @constructor
*/
PIXI.BlurYFilter = function()
{
PIXI.AbstractFilter.call( this );
this.passes = [this];
// set the uniforms
this.uniforms = {
blur: {type: '1f', value: 1/512}
};
this.fragmentSrc = [
'precision mediump float;',
'varying vec2 vTextureCoord;',
'varying vec4 vColor;',
'uniform float blur;',
'uniform sampler2D uSampler;',
'void main(void) {',
' vec4 sum = vec4(0.0);',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - 4.0*blur)) * 0.05;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - 3.0*blur)) * 0.09;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - 2.0*blur)) * 0.12;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - blur)) * 0.15;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y)) * 0.16;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + blur)) * 0.15;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + 2.0*blur)) * 0.12;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + 3.0*blur)) * 0.09;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + 4.0*blur)) * 0.05;',
' gl_FragColor = sum;',
'}'
];
};
PIXI.BlurYFilter.prototype = Object.create( PIXI.AbstractFilter.prototype );
PIXI.BlurYFilter.prototype.constructor = PIXI.BlurYFilter;
/**
* Sets the strength of both the blur.
*
* @property blur
* @type Number the strength of the blur
* @default 2
*/
Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', {
get: function() {
return this.uniforms.blur.value / (1/7000);
},
set: function(value) {
//this.padding = value;
this.uniforms.blur.value = (1/7000) * value;
}
});
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ee2021efbd8d00137c7b2c4522ba0678b1e32ffd4e47509d1262309b2789b1df.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./0d87cef3dee18011c370f69d072356bb86eb6bf1cf449857b1d350573577ea71.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
docs/class_tempest_1_1_layout.html | enotio/Tempest | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Tempest: Tempest::Layout Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="icon.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Tempest
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_tempest_1_1_layout.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="#pro-static-methods">Static Protected Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="class_tempest_1_1_layout-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Tempest::Layout Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>The <a class="el" href="class_tempest_1_1_layout.html" title="The Layout class is the base class of ui-geometry managers. ">Layout</a> class is the base class of ui-geometry managers.
<a href="class_tempest_1_1_layout.html#details">More...</a></p>
<p><code>#include <<a class="el" href="layout_8h_source.html">layout.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for Tempest::Layout:</div>
<div class="dyncontent">
<div class="center">
<img src="class_tempest_1_1_layout.png" usemap="#Tempest::Layout_map" alt=""/>
<map id="Tempest::Layout_map" name="Tempest::Layout_map">
<area href="struct_tempest_1_1_abstract_list_box_1_1_wrap_layout.html" alt="Tempest::AbstractListBox::WrapLayout" shape="rect" coords="0,56,225,80"/>
<area href="class_tempest_1_1_linear_layout.html" alt="Tempest::LinearLayout" shape="rect" coords="235,56,460,80"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ad929e9a07117e7567d4a9344ff507441"><td class="memItemLeft" align="right" valign="top"><a id="ad929e9a07117e7567d4a9344ff507441"></a>
<a class="el" href="class_tempest_1_1_widget.html">Widget</a> * </td><td class="memItemRight" valign="bottom"><b>owner</b> ()</td></tr>
<tr class="separator:ad929e9a07117e7567d4a9344ff507441"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a59c81bce529fb293109345fdbe3a3f15"><td class="memItemLeft" align="right" valign="top"><a id="a59c81bce529fb293109345fdbe3a3f15"></a>
const <a class="el" href="class_tempest_1_1_widget.html">Widget</a> * </td><td class="memItemRight" valign="bottom"><b>owner</b> () const</td></tr>
<tr class="separator:a59c81bce529fb293109345fdbe3a3f15"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aabf83d12155fd9682c72322f8a696c0a"><td class="memItemLeft" align="right" valign="top"><a id="aabf83d12155fd9682c72322f8a696c0a"></a>
void </td><td class="memItemRight" valign="bottom"><b>add</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *w, size_t pos)</td></tr>
<tr class="separator:aabf83d12155fd9682c72322f8a696c0a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adfa32528440cf66250be06c3c7a99a9e"><td class="memItemLeft" align="right" valign="top"><a id="adfa32528440cf66250be06c3c7a99a9e"></a>
void </td><td class="memItemRight" valign="bottom"><b>add</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *widget)</td></tr>
<tr class="separator:adfa32528440cf66250be06c3c7a99a9e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a73b7bd05748333a1a0fbeb1ac5ccf260"><td class="memItemLeft" align="right" valign="top"><a id="a73b7bd05748333a1a0fbeb1ac5ccf260"></a>
void </td><td class="memItemRight" valign="bottom"><b>del</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *widget)</td></tr>
<tr class="separator:a73b7bd05748333a1a0fbeb1ac5ccf260"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3b479d59cef4b31228d0ae0e7f446d07"><td class="memItemLeft" align="right" valign="top"><a id="a3b479d59cef4b31228d0ae0e7f446d07"></a>
void </td><td class="memItemRight" valign="bottom"><b>removeAll</b> ()</td></tr>
<tr class="separator:a3b479d59cef4b31228d0ae0e7f446d07"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aefc8f2b268bdd5d8200146f907a752d6"><td class="memItemLeft" align="right" valign="top"><a id="aefc8f2b268bdd5d8200146f907a752d6"></a>
<a class="el" href="class_tempest_1_1_widget.html">Widget</a> * </td><td class="memItemRight" valign="bottom"><b>take</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *widget)</td></tr>
<tr class="separator:aefc8f2b268bdd5d8200146f907a752d6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3d30878a28bd493f42b4ff2a74e8bbdd"><td class="memItemLeft" align="right" valign="top"><a id="a3d30878a28bd493f42b4ff2a74e8bbdd"></a>
const std::vector< <a class="el" href="class_tempest_1_1_widget.html">Widget</a> * > & </td><td class="memItemRight" valign="bottom"><b>widgets</b> ()</td></tr>
<tr class="separator:a3d30878a28bd493f42b4ff2a74e8bbdd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a90f8470da068f33f79bdd8aab15944ad"><td class="memItemLeft" align="right" valign="top"><a id="a90f8470da068f33f79bdd8aab15944ad"></a>
virtual void </td><td class="memItemRight" valign="bottom"><b>applyLayout</b> ()</td></tr>
<tr class="separator:a90f8470da068f33f79bdd8aab15944ad"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0199f8d8cfbb6ea17c651570ec2ab21a"><td class="memItemLeft" align="right" valign="top"><a id="a0199f8d8cfbb6ea17c651570ec2ab21a"></a>
void </td><td class="memItemRight" valign="bottom"><b>setSpacing</b> (int s)</td></tr>
<tr class="separator:a0199f8d8cfbb6ea17c651570ec2ab21a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a480e140feb5ee468f443e253a286f205"><td class="memItemLeft" align="right" valign="top"><a id="a480e140feb5ee468f443e253a286f205"></a>
int </td><td class="memItemRight" valign="bottom"><b>spacing</b> () const</td></tr>
<tr class="separator:a480e140feb5ee468f443e253a286f205"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7741d5074ec60ba37ceab744d075f259"><td class="memItemLeft" align="right" valign="top"><a id="a7741d5074ec60ba37ceab744d075f259"></a>
void </td><td class="memItemRight" valign="bottom"><b>setMargin</b> (const <a class="el" href="struct_tempest_1_1_margin.html">Margin</a> &m)</td></tr>
<tr class="separator:a7741d5074ec60ba37ceab744d075f259"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0fb5daae4b331d9d4ed33c663940183c"><td class="memItemLeft" align="right" valign="top"><a id="a0fb5daae4b331d9d4ed33c663940183c"></a>
void </td><td class="memItemRight" valign="bottom"><b>setMargin</b> (int l, int r, int t, int b)</td></tr>
<tr class="separator:a0fb5daae4b331d9d4ed33c663940183c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ace72abb38ab09ffb9ed77fb0dce869b1"><td class="memItemLeft" align="right" valign="top"><a id="ace72abb38ab09ffb9ed77fb0dce869b1"></a>
const <a class="el" href="struct_tempest_1_1_margin.html">Margin</a> & </td><td class="memItemRight" valign="bottom"><b>margin</b> () const</td></tr>
<tr class="separator:ace72abb38ab09ffb9ed77fb0dce869b1"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a339414c56b06c77155d82667fd82c54e"><td class="memItemLeft" align="right" valign="top"><a id="a339414c56b06c77155d82667fd82c54e"></a>
static void </td><td class="memItemRight" valign="bottom"><b>placeIn</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *wx, int x, int y, int w, int h)</td></tr>
<tr class="separator:a339414c56b06c77155d82667fd82c54e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac712ac597ba6fd06003a4ca7493ef692"><td class="memItemLeft" align="right" valign="top"><a id="ac712ac597ba6fd06003a4ca7493ef692"></a>
static void </td><td class="memItemRight" valign="bottom"><b>placeIn</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *wx, const <a class="el" href="struct_tempest_1_1_rect.html">Rect</a> &r)</td></tr>
<tr class="separator:ac712ac597ba6fd06003a4ca7493ef692"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:a2b944753c3c0fd46a7eadbc6765ea525"><td class="memItemLeft" align="right" valign="top"><a id="a2b944753c3c0fd46a7eadbc6765ea525"></a>
int </td><td class="memItemRight" valign="bottom"><b>summarySpacings</b> ()</td></tr>
<tr class="separator:a2b944753c3c0fd46a7eadbc6765ea525"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae77cf44cdfa8fbb17239b1fb8e00d0a"><td class="memItemLeft" align="right" valign="top"><a id="aae77cf44cdfa8fbb17239b1fb8e00d0a"></a>
int </td><td class="memItemRight" valign="bottom"><b>visibleCount</b> () const</td></tr>
<tr class="separator:aae77cf44cdfa8fbb17239b1fb8e00d0a"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-static-methods"></a>
Static Protected Member Functions</h2></td></tr>
<tr class="memitem:a55ed5fb799305e95c46eb0ef1b7b4a65"><td class="memItemLeft" align="right" valign="top"><a id="a55ed5fb799305e95c46eb0ef1b7b4a65"></a>
static <a class="el" href="struct_tempest_1_1_size.html">Size</a> </td><td class="memItemRight" valign="bottom"><b>sizeHint</b> (const <a class="el" href="class_tempest_1_1_widget.html">Widget</a> *wx)</td></tr>
<tr class="separator:a55ed5fb799305e95c46eb0ef1b7b4a65"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a29fa75ce3911bef8c5f4414f6f0242b8"><td class="memItemLeft" align="right" valign="top"><a id="a29fa75ce3911bef8c5f4414f6f0242b8"></a>
class </td><td class="memItemRight" valign="bottom"><b>Widget</b></td></tr>
<tr class="separator:a29fa75ce3911bef8c5f4414f6f0242b8"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="class_tempest_1_1_layout.html" title="The Layout class is the base class of ui-geometry managers. ">Layout</a> class is the base class of ui-geometry managers. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>ui/<a class="el" href="layout_8h_source.html">layout.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>Tempest</b></li><li class="navelem"><a class="el" href="class_tempest_1_1_layout.html">Layout</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
</ul>
</div>
</body>
</html>
|
Companies/ICE/AirEngine/Ovs.Hotel.Ui/apps/common/atb/tabs/shoppinghistory/shoppinghistory.html | tazmanrising/IntiotgAngular | <div ng-controller="shoppingHistoryController as shoppingHistory">
<div style="text-align:right">
<kendo-button class='k-command' ng-click="shoppingHistory.refreshHistory();" style='width: 70px;'>Refresh</kendo-button>
</div>
<div kendo-grid="shoppingHistory.shoppingHistoryGrid"
style="height: 425px"
k-options="shoppingHistory.gridOptions"></div>
</div> |
_layouts/page.html | victorsenam/blog-maratonime | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
{% include head.html %}
</head>
<body id="page">
{% include browser-upgrade.html %}
{% include header.html %}
<div id="main" role="main">
{% include hubs.html %}
<article class="hentry">
<div class="entry-content">
{{ content }}
<footer class="entry-meta">
{% if page.modified %}<span>Updated on <span class="entry-date date published updated"><time datetime="{{ page.modified }}">{{ page.modified | date: "%B %d, %Y" }}</time></span></span>
<span class="author vcard"><span class="fn">{{ site.owner.name }}</span></span>{% endif %}
{% if page.share != false %}{% include social-share.html %}{% endif %}
</footer>
</div><!-- /.entry-content -->
{% if page.comments != false %}<section id="disqus_thread"></section><!-- /#disqus_thread -->{% endif %}
</article>
</div><!-- /#main -->
{% include scripts.html %}
<div class="footer-wrapper">
<footer role="contentinfo">
{% include footer.html %}
</footer>
</div><!-- /.footer-wrapper -->
</body>
</html>
|
docs/client/com/pkrete/xrd4j/client/serializer/class-use/AbstractServiceRequestSerializer.html | petkivim/xrd4j | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 13 07:28:35 EEST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer (XRd4J :: Client 0.0.8 API)</title>
<meta name="date" content="2015-09-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer (XRd4J :: Client 0.0.8 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/pkrete/xrd4j/client/serializer/class-use/AbstractServiceRequestSerializer.html" target="_top">Frames</a></li>
<li><a href="AbstractServiceRequestSerializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer" class="title">Uses of Class<br>com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">AbstractServiceRequestSerializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.pkrete.xrd4j.client.serializer">com.pkrete.xrd4j.client.serializer</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.pkrete.xrd4j.client.serializer">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">AbstractServiceRequestSerializer</a> in <a href="../../../../../../com/pkrete/xrd4j/client/serializer/package-summary.html">com.pkrete.xrd4j.client.serializer</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">AbstractServiceRequestSerializer</a> in <a href="../../../../../../com/pkrete/xrd4j/client/serializer/package-summary.html">com.pkrete.xrd4j.client.serializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/pkrete/xrd4j/client/serializer/DefaultServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">DefaultServiceRequestSerializer</a></strong></code>
<div class="block">This class offers default implementation for the abstract
AbstractServiceRequestSerializer class.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/pkrete/xrd4j/client/serializer/class-use/AbstractServiceRequestSerializer.html" target="_top">Frames</a></li>
<li><a href="AbstractServiceRequestSerializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014-2015. All Rights Reserved.</small></p>
</body>
</html>
|
218-21-3.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=218-21-3.txt alt=218-21-3.txt></img><body>
"x"
"1" "YAMADA,K HAKURA,A KATO,TA, MIZUTANI,T AND SAEKI,KI,NITROGEN-SUBSTITUTION EFFECTS ON THE MUTAGENICITY AND CYTOCHROME P450ISOFORM-SELECTIVITY OF CHRYSENE ANALOGS, MUTAT. RES. 586(1):87-95,2005"
</body></html>
|
ajax/libs/semantic-ui/1.10.0/components/form.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:adca16dd8edaa5915d52b8da5fb03fb3763d405a011dfaf86d2885a5bbf462c7
size 20644
|
index.html | nluo/udacity-project1 | <!DOCTYPE html>
<head>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height">
<meta name="apple-mobile-web-app-capable" content="yes">
<link type="text/css" href="dist/style.css" rel="stylesheet"/>
</head>
<body>
<div class= "header-container">
<div class="header">
<div class="logo">
<div class="round"></div>
</div>
<div class="about">
<div class="name"> Nick Luo </div>
<div class="role"> Full-Stack Web Developer</div>
</div>
</div>
</div>
<div class="container">
<div class="box content">
<img class="box-img" src="images/image1.jpeg" alt="Main Container Image">
</div>
<div class="box featured-work">
<h2> Featured Work </h2>
</div>
<div class="box project">
<a href = "https://github.com/nluo/pushwoosh-node-client">
<img class ="project-img" src="images/tile-bg-1.jpg" alt="Project 1 Image">
<div class="description">
<div class="title"> Pushwoosh Client</div>
</div>
</a>
</div>
<div class="box project">
<a href = "https://github.com/nluo/boolean-picker">
<img class ="project-img" src="images/tile-bg-3.jpg" alt="Project 2 Image">
<div class="description">
<div class="title"> Boolean Picker</div>
</div>
</a>
</div>
<div class="box project">
<a href = "https://github.com/nluo/react-browerify-get-started">
<img class ="project-img" src="images/tile-bg-5.jpg" alt="Project 3 Image">
<div class="description">
<div class="title"> react-browerify-get-started </div>
</div>
</a>
</div>
</div>
</body>
</html>
|
clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.1/constructive-geometry/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>constructive-geometry: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / constructive-geometry - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
constructive-geometry
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-29 09:04:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 09:04:54 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/constructive-geometry"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ConstructiveGeometry"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: constructive mathematics"
"keyword: geometry"
"category: Mathematics/Geometry/General"
]
authors: [ "Gilles Kahn" ]
bug-reports: "https://github.com/coq-contribs/constructive-geometry/issues"
dev-repo: "git+https://github.com/coq-contribs/constructive-geometry.git"
synopsis: "Elements of Constructive Geometry"
description: "Constructive Geometry following Jan von Plato."
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/constructive-geometry/archive/v8.7.0.tar.gz"
checksum: "md5=046ab54dce613602d747b09a42f59a04"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-constructive-geometry.8.7.0 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1).
The following dependencies couldn't be met:
- coq-constructive-geometry -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-constructive-geometry.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
_includes/organizers.html | inxmailgmbh/devsmeetup.github.io | <section class="site-organizers">
<p>Developer MeetUp Freiburg wird organisiert von</p>
<p class="organizers">
<a href="http://www.ndh-websolutions.de/">
<img src="/assets/img/t3ndh.jpg" title="">
Nico de Haen
</a>
<a href="http://www.nimius.net/">
<img src="/assets/img/nimius_design.jpg" title="">
Nicki Uhlbach
</a>
<a href="https://twitter.com/sebastiansebald">
<img src="/assets/img/ssebald.jpg" title="">
Sebastian Sebald
</a>
</p>
<p>Folge uns auf Twitter</p>
<p>
<a href="https://twitter.com/{{ site.twitter_username}}"
class="twitter-follow-button"
data-show-count="false"
data-size="large">Folge @{{ site.twitter_username}}</a>
</p>
</section>
|
archives/2016/06/index.html | zhangshijian/zhangshijian.github.io | <!doctype html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.1" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.1" />
<meta name="description" content="光阴给我们经验,读书给我们知识.">
<meta property="og:type" content="website">
<meta property="og:title" content="野性的呼唤">
<meta property="og:url" content="http://yoursite.com/archives/2016/06/index.html">
<meta property="og:site_name" content="野性的呼唤">
<meta property="og:description" content="光阴给我们经验,读书给我们知识.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="野性的呼唤">
<meta name="twitter:description" content="光阴给我们经验,读书给我们知识.">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false},
fancybox: true,
motion: true,
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://yoursite.com/archives/2016/06/"/>
<title>归档 | 野性的呼唤</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left page-archive ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">野性的呼唤</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
首页
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
标签
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
嗯..! 目前共计 24 篇日志。 继续努力。
</span>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2016">2016</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/06/23/手势识别以及手势冲突处理/" itemprop="url">
<span itemprop="name">手势识别以及手势冲突处理</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-06-23T21:59:04+08:00"
content="2016-06-23" >
06-23
</time>
</div>
</header>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.JPG"
alt="ShiJian" />
<p class="site-author-name" itemprop="name">ShiJian</p>
<p class="site-description motion-element" itemprop="description">光阴给我们经验,读书给我们知识.</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">24</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/zhangshijian" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>
GitHub
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/shijianzzzz" target="_blank" title="微博">
<i class="fa fa-fw fa-globe"></i>
微博
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">ShiJian</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Mist
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.1"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.1"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.1"></script>
<script id="dsq-count-scr" src="https://野性的呼唤.disqus.com/count.js" async></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for (i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</body>
</html>
|
_site/Accelerating-Evolution-Through-Forking/index.html | kimziv/eosdoc | <!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
-->
<html lang="zh" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin SEO -->
<title>Accelerating evolution through forking - BlockchainTranslator</title>
<meta name="description" content="Accelerating Evolution Through Forking 通过分叉加速区块链进化">
<meta name="author" content="BlockchainTranslator ">
<meta property="og:locale" content="zh_CN">
<meta property="og:site_name" content="BlockchainTranslator ">
<meta property="og:title" content="Accelerating evolution through forking">
<link rel="canonical" href="http://localhost:4000/Accelerating-Evolution-Through-Forking/">
<meta property="og:url" content="http://localhost:4000/Accelerating-Evolution-Through-Forking/">
<meta property="og:description" content="Accelerating Evolution Through Forking 通过分叉加速区块链进化">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2017-10-14T00:00:00+08:00">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "BlockchainTranslator Group",
"url" : "http://localhost:4000",
"sameAs" : null
}
</script>
<!-- end SEO -->
<link href="http://localhost:4000/feed.xml" type="application/atom+xml" rel="alternate" title="BlockchainTranslator Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css">
<!--[if lte IE 9]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--single">
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="http://localhost:4000/">BlockchainTranslator </a>
<ul class="visible-links">
</ul>
<button type="button">
<span class="visually-hidden">切换菜单</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="http://schema.org/Person">
<div class="author__content">
<h3 class="author__name" itemprop="name">BlockchainTranslator </h3>
<p class="author__bio" itemprop="description">
In Blockchain We Trust.
</p>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">关注</button>
<ul class="author__urls social-icons">
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
<i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">China</span>
</li>
<li>
<a href="https://github.com/BlockchainTranslator" itemprop="sameAs">
<i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub
</a>
</li>
<!--
<li>
<a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs">
<i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link
</a>
</li>
-->
</ul>
</div>
</div>
</div>
<article class="page" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="headline" content="Accelerating evolution through forking">
<meta itemprop="description" content="Accelerating Evolution Through Forking 通过分叉加速区块链进化">
<meta itemprop="datePublished" content="October 14, 2017">
<div class="page__inner-wrap">
<header>
<h1 class="page__title" itemprop="headline">Accelerating evolution through forking
</h1>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
5 分钟读完
</p>
</header>
<section class="page__content" itemprop="text">
<h1 id="accelerating-evolution-through-forking-通过分叉加速区块链进化">Accelerating Evolution Through Forking 通过分叉加速区块链进化</h1>
<blockquote>
<p>本文翻译自:https://medium.com/@FEhrsam/accelerating-evolution-through-forking-6b0bba85a2ba</p>
<p>译者:<a href="https://github.com/BlockchainTranslator/EOS">区块链中文字幕组</a> <a href="https://github.com/xnylong/EOS">龙心小台</a></p>
<p>翻译时间:2017-10-14</p>
</blockquote>
<p>In a prior post I proposed <a href="https://medium.com/@FEhrsam/funding-the-evolution-of-blockchains-87d160988481">funding protocol development through inflation</a> as a powerful tool to evolve blockchains.</p>
<p>在之前的帖子中, 我提出通过<a href="https://medium.com/@FEhrsam/funding-the-evolution-of-blockchains-87d160988481">通货膨胀来资助协议</a>开发是一个可以发展区块链的强大工具。</p>
<p>Forking is a second critical evolutionary mechanism for blockchains. Just like mutations to DNA in biological organisms allow for evolution through natural selection, forking lets us run multiple experiments in parallel where the strongest versions survive. Unlike Web 2.0 companies, forking a blockchain is possible because the current code and state of a blockchain can be freely copied. It is the equivalent of any developer being able to make a copy of Facebook’s code and spin up a competing version at any time— something a Web 2.0 company would never allow.</p>
<p>分叉是第二个至关重要的区块链进化机制。正如生物体的基因突变使得通过自然选择的进化得以实现,分叉让我们可以并行运行多个实验,以使最强的版本得以生存。与 Web 2.0 的公司不同,区块链分叉是可行的, 因为当前的代码与区块链状态可以被任意复制。与其相似的是任意一个开发者都可以复制 Facebook 的代码并且随时上线竞争版本,而 Web 2.0 的公司绝不能如此。</p>
<p>However, there is a key issue with the economic incentives with the forks we have seen so far: the groups pushing forward new forks have very little economic incentive to make their fork succeed. This is because forking behavior to date replicates the token ownership of the prior chain instead of modifying it to incentivize its new core community.</p>
<p>然而,我们至今所见的分叉在经济激励上有个关键的问题: 推动新分叉的团体很少有足够的经济激励来使他们的分叉成功。这是由于迄今为止的分叉是直接复制旧链的代币所有权,而非通过修改所有权来达到激励新核心社区的目的。</p>
<p>Let’s take an example. Say there is a group of developers who believe they can create a better version of TokenA. They probably own a modest stake in TokenA pre-fork — say 0.10%. In their new ForkedTokenA they’d also own 0.10%. So their incentives to make ForkedTokenA succeed are very small and about the same as in TokenA.</p>
<p>让我们来举个例子。假设,有一组开发者相信他们可以开发出一个更好的 TokenA 的版本。他们可能拥有 TokenA 分叉前的一小部分代币 – 比如,0.10%。那么,他们也将拥有新分叉的 ForkedTokenA 的 0.10% 代币。所以,他们推动新分叉的 ForkedTokenA 成功的动力将会很小, 与推动 TokenA 成功的动力相仿。</p>
<p>Applying a startup lens, you’d want these “founders” of ForkedTokenA to have a strong economic incentive to make it a success. Ironically, they probably have a stronger economic incentive to improve the original TokenA than their ForkedTokenA since TokenA is likely to be more valuable to start. Let’s say TokenA is worth $10 and ForkedTokenA is worth $1 after the fork. A change which improves TokenA by 20% would net the developers $2 per coin, while a change which improves ForkedToken A by 20% would net the developers $0.20 per coin, and they own the same amount of coins. Their incentives are inverted. The developers would need to own more ForkedTokenA to fix the incentives.</p>
<p>从新兴公司的角度来说,你会想让这些 ForkedTokenA 的“创始人”有强大的经济激励来使 ForkedTokenA 成功。讽刺的是,他们可能有更强的经济动力去改善之前的 TokenA 而非他们自己的 ForkedTokenA , 因为改善 TokenA 可能更有价值。比如说, 分叉后 TokenA 值 $10 而 ForkedTokenA 值 $1。使 TokenA 提高20%的改变会让开发者每个代币得到 $2,使 ForkedTokenA 提高20%的改变会让开发者每个代币得到 $0.20,而开发者拥有的两种代币数量相同。所以,他们的激励是相反的。开发者们需要拥有更多的 ForkedTokenA 才能获得正确的激励。</p>
<p>Things become even more comical when the token holdings of the original chain’s foundation come into play. If TokenA Foundation owns 20% of the coins in TokenA, they will now own 20% of the coins in ForkedTokenA, while the development team driving ForkedTokenA own none. This happened when Ethereum Classic forked from Ethereum and the Ethereum Foundation owned a bunch of Ethereum Classic all of a sudden, despite having no interest in contributing to it.</p>
<p>当我们考虑原始链条的基金会时,事情将变得更加滑稽。如果 TokenA 的基金会拥有 20% 的 TokenA 代币,那么他们也将拥有 20% 的 ForkedTokenA 代币,而 ForkedTokenA 的开发团队却没有拥有代币。同样的事情也发生在以太经典( Ethereum Classic) 从以太币分叉之际,尽管以太基金会没有兴趣对以太经典做出任何贡献,却一下子突然拥有了一堆以太经典。</p>
<p>Finally, consider the governance implications. Forks often arise from differences of opinion in the direction of a project. And tokens are increasingly a mechanism for voting on changes to their protocols. Since the point of a fork is to try a new path, the new fork may not want to port all of the prior holders opposed to trying the new path the fork was created to take.</p>
<p>最后,让我们考虑下治理的影响。分叉一般是由于在项目方向上意见不合造成的。并且,代币日益成为更改协议的一种有效投票机制。而因为分叉本身就是为了尝试一条新路径,新分叉可能并不希望接纳之前反对分叉的代币持有者。</p>
<p>It becomes clear that redistributing tokens in forks is helpful and even necessary for many new forks to have a shot at surviving. So while token redistribution in forks is uncommon now, it feels like it will become the norm in the future.</p>
<p>由此看来,在分叉时重新分配代币对很多新分叉来说是有帮助的,甚至是事关存亡的。所以,尽管分叉时的代币重新分配在现阶段并不常见,它在将来可能会成为常态。</p>
<p>Redistributing tokens is a balancing act. In most cases forks probably want to keep ownership for users constant so users have at least the same incentives to use the new fork as the historical one. The main goal is to incentivize the groups working on the new fork — mainly through switching control of foundation-like tokens and potential dilution of all tokenholders to make grants for the new developers. The latter is similar to creating new shares in a mature company for a new employee.</p>
<p>重新分配代币需要考虑平衡各方利益。在多数情况下,分叉可能希望保持原来的用户所有权比例,以使用户至少有同等的激励来使用新分叉。最主要的目的是要激励新分叉的工作团队,主要通过改变基金会的控制权与稀释所有代币持有者的份额来资助新的开发者。后者类似于在一个成熟的公司为新员工创造新的股份。</p>
<p>It’s also important to keep in mind that forking will not always be about direct competition. Just as DNA mutations produced many different viable organisms that started from the same genetic tree, we may see one protocol grow into 3 which solve different purposes. Protocols will likely go through unbundling and rebundling of their functionality until the right equilibrium is found. And since the ecosystem itself is constantly changing, that equilibrium point will move over time.</p>
<p>同样需要注意的是,分叉并不总是意味着直接竞争关系。正如DNA突变产生了许多从同一遗传树开始的不同生物体,我们可能会看见一个协议成长为 3 个解决不同问题的协议。协议可能会通过拆分和重新绑定其功能,直到达到正确的平衡。而且由于生态系统本身正在不断变化,那么平衡点将随着时间推移而移动。</p>
<p>There are some drawbacks to forking. As with mutations in organisms, forks won’t always be successful. There can also be a loss of network effects — although if the protocols are on the same chain (ex: both built on Ethereum) or connected through future cross-chain systems (ex: Polkadot) there wouldn’t be a complete loss. Finally, there may be some splitting of development resources at the start, although both projects can also pull in new resources over time.</p>
<p>分叉有一些缺点。 与生物中的突变一样,分叉不总是成功的。网络效应也可能会丢失 – 尽管如果协议位于同一个链路上(例如:建立在Ethereum上)或通过未来的跨链系统进行连接(例如:Polkadot),网络效应就不会完全丧失。最后,在分叉最初阶段可能会造成开发资源的分裂,尽管两个项目都可以随着时间推移带来新的资源。</p>
<p>More generally it’s worth noting that decentralized development is more complicated than building something in a centralized organization at the moment. But I suspect that will continue to shift as decentralized development techniques and incentive structures are refined.</p>
<p>普遍来讲,值得注意的是,分散化的发展比目前在集中式组织中建立一些东西更为复杂。但是,我认为随着分散化发展技术的进步和激励机制的改进,这种情况将会发生转变。</p>
<p>In conclusion, forking is an extremely powerful evolutionary mechanism. For forking to be effective it needs to provide the right incentives for groups to try new paths, which means redistributing tokens in forks to incentivize fork creators.</p>
<p>总之,分叉是一个非常强大的进化机制。为了使分叉切实有效,分叉需要为团体提供正确的激励措施来尝试新的路径,这意味着重新分配代币来激励分叉创建者。</p>
<p>Without it, I suspect we will see more innovator’s dilemma problems as we have seen with Bitcoin, where projects become slow to change out of fear of destroying existing value.</p>
<p>没有它,我怀疑我们会看到更多创新者的困境问题,正如我们从比特币那里看到的那样,由于担心破坏现有价值,项目变化变得缓慢。</p>
<p>With it, blockchain innovation can occur much faster than it currently does and it ever could in Web 2.0 companies.</p>
<p>有了它,区块链创新将能够以更快的速度发生,远超其现有的速度与Web 2.0公司中的速度。</p>
<p>Thanks to Scott Nolan, Joey Krug, and Dan Romero for conversations which lead to this blog post.</p>
<p>感谢与 Scott Nolan, Joey Krug, 和 Dan Romero 的对话,才有了此篇博文。</p>
<hr />
<h4 id="区块链中文字幕组">区块链中文字幕组</h4>
<p>致力于前沿区块链知识和信息的传播,为中国融入全球区块链世界贡献一份力量。</p>
<p>如果您懂一些技术、懂一些英文,欢迎加入我们,加微信号:w1791520555。</p>
<p><a href="https://github.com/BlockchainTranslator/EOS">点击查看项目GITHUB,及更多的译文…</a></p>
<p>本文由币乎社区(bihu.com)内容支持计划赞助。</p>
<p>版权所有,转载需完整注明以上内容。</p>
<hr />
</section>
<footer class="page__meta">
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> 更新时间:</strong> <time datetime="2017-10-14T00:00:00+08:00">October 14, 2017</time></p>
</footer>
<section class="page__share">
<h4 class="page__share-title">分享</h4>
<a href="https://twitter.com/intent/tweet?text=Accelerating+evolution+through+forking%20http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--twitter" title="分享 Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--facebook" title="分享 Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
<a href="https://plus.google.com/share?url=http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--google-plus" title="分享 Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--linkedin" title="分享 LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
</section>
<nav class="pagination">
<a href="http://localhost:4000/The-meaning-of-decentralization/" class="pagination--pager" title="The Meaning Of Decentralization
">向前</a>
<a href="http://localhost:4000/DPOS-versus-POS-should-humans-vote/" class="pagination--pager" title="Dpos versus pos should humans vote
">向后</a>
</nav>
</div>
</article>
<div class="page__related">
<h4 class="page__related-title">猜您还喜欢</h4>
<div class="grid__wrapper">
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/README/" rel="permalink">Readme
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
少于 1 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description">简介
</p>
</article>
</div>
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/the-message-is-the-medium/" rel="permalink">The Message Is The Medium
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
14 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description">The Message Is The Medium 信息即媒介
</p>
</article>
</div>
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/EOS-White-Paper-Digest/" rel="permalink">Eos White Paper Digest
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
3 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description"># EOS White Paper Digest 对EOS白皮书的摘要
</p>
</article>
</div>
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/a-proof-of-stake-design-philosophy/" rel="permalink">A Proof Of Stake Design Philosophy
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
9 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description">A Proof of Stake Design Philosophy–权益证明设计哲学
</p>
</article>
</div>
</div>
</div>
</div>
<div class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>关注:</strong></li>
<li><a href="http://github.com/BlockchainTranslator"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="http://localhost:4000/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2017 BlockchainTranslator Group. 技术来自于 <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="http://localhost:4000/assets/js/main.min.js"></script>
</body>
</html> |
app/views/event.server.view.html | joursferies/joursferies | {% extends 'layout.server.view.html' %}
{% block content %}
<br><br>
<a href="/" id="close-btn" title="Revenir sur la page d'accueil"></a>
<section class="row">
<article class="col-xs-12">
<header>
<h1 class="fs60 center">{{title}}</h1>
</header>
<br><br><br>
<div>{% include articleTemplate %}</div>
<br><br><br>
<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
<th></th>
{% for year in years %}
<th colspan="2" class="center">{{ year }}</th>
{% endfor %}
</tr>
</thead>
<tbody>
{% for locale,data in calendar %}
<tr>
<td class="bold">{{ localesTr[locale + '_FR'] }}</td>
{% for year in years %}
{% if data[year] %}
<td style="width: 15%;" class="right">{{ data[year].dow }}</td>
<td style="width: 15%;">{{ data[year].formattedDate }}</td>
{% else %}
<td colspan="2">-</td>
{% endif %}
{% endfor %}
</tr>
{% endfor %}
</tbody>
</table>
</div>
</article>
</section>
<br><br><br><br><br>
{% endblock %}
|
html/pdf/W30479.pdf_ind.html | datamade/elpc_bakken | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W30479.pdfs.html#outline" target="contents">Outline</a><br><A href="W30479.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W30479.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W30479.pdfs.html#3" target="contents" >Page 3</a><br>
<A href="W30479.pdfs.html#4" target="contents" >Page 4</a><br>
<A href="W30479.pdfs.html#5" target="contents" >Page 5</a><br>
<A href="W30479.pdfs.html#6" target="contents" >Page 6</a><br>
<A href="W30479.pdfs.html#7" target="contents" >Page 7</a><br>
<A href="W30479.pdfs.html#8" target="contents" >Page 8</a><br>
<A href="W30479.pdfs.html#9" target="contents" >Page 9</a><br>
<A href="W30479.pdfs.html#10" target="contents" >Page 10</a><br>
<A href="W30479.pdfs.html#11" target="contents" >Page 11</a><br>
<A href="W30479.pdfs.html#12" target="contents" >Page 12</a><br>
<A href="W30479.pdfs.html#13" target="contents" >Page 13</a><br>
<A href="W30479.pdfs.html#14" target="contents" >Page 14</a><br>
<A href="W30479.pdfs.html#15" target="contents" >Page 15</a><br>
<A href="W30479.pdfs.html#16" target="contents" >Page 16</a><br>
<A href="W30479.pdfs.html#17" target="contents" >Page 17</a><br>
<A href="W30479.pdfs.html#18" target="contents" >Page 18</a><br>
<A href="W30479.pdfs.html#19" target="contents" >Page 19</a><br>
<A href="W30479.pdfs.html#20" target="contents" >Page 20</a><br>
<A href="W30479.pdfs.html#21" target="contents" >Page 21</a><br>
<A href="W30479.pdfs.html#22" target="contents" >Page 22</a><br>
<A href="W30479.pdfs.html#23" target="contents" >Page 23</a><br>
<A href="W30479.pdfs.html#24" target="contents" >Page 24</a><br>
<A href="W30479.pdfs.html#25" target="contents" >Page 25</a><br>
<A href="W30479.pdfs.html#26" target="contents" >Page 26</a><br>
<A href="W30479.pdfs.html#27" target="contents" >Page 27</a><br>
<A href="W30479.pdfs.html#28" target="contents" >Page 28</a><br>
<A href="W30479.pdfs.html#29" target="contents" >Page 29</a><br>
<A href="W30479.pdfs.html#30" target="contents" >Page 30</a><br>
<A href="W30479.pdfs.html#31" target="contents" >Page 31</a><br>
<A href="W30479.pdfs.html#32" target="contents" >Page 32</a><br>
<A href="W30479.pdfs.html#33" target="contents" >Page 33</a><br>
<A href="W30479.pdfs.html#34" target="contents" >Page 34</a><br>
<A href="W30479.pdfs.html#35" target="contents" >Page 35</a><br>
<A href="W30479.pdfs.html#36" target="contents" >Page 36</a><br>
<A href="W30479.pdfs.html#37" target="contents" >Page 37</a><br>
<A href="W30479.pdfs.html#38" target="contents" >Page 38</a><br>
<A href="W30479.pdfs.html#39" target="contents" >Page 39</a><br>
<A href="W30479.pdfs.html#40" target="contents" >Page 40</a><br>
<A href="W30479.pdfs.html#41" target="contents" >Page 41</a><br>
<A href="W30479.pdfs.html#42" target="contents" >Page 42</a><br>
<A href="W30479.pdfs.html#43" target="contents" >Page 43</a><br>
<A href="W30479.pdfs.html#44" target="contents" >Page 44</a><br>
<A href="W30479.pdfs.html#45" target="contents" >Page 45</a><br>
</BODY>
</HTML>
|
www/T2A03-objects/T2A03-objects.html | LukarioMC/Dak-gamedev | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>objects</title>
<link href="../main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script>
var students = [];
function myStudent(firstName,lastName,gender,age,picture,grade,grades){
this.firstName = firstName.toLowerCase();
this.lastName = lastName.toLowerCase();
this.gender = gender;
this.studentAge = age;
this.studentImage = picture;
this.gradeLevel = grade;
this.grades = grades;
this.gradeAvg = function(){
var total = 0;
for(var i in this.grades){
total += this.grades[i];
}
return total/(this.grades.length);
};
}
function resetTable(){
document.getElementById('students').innerHTML = "<tr><th>First Name</th><th>Last Name</th><th>Gender</th><th>Grade</th><th>Average Percentage</th><th>Picture</th></tr>";
}
function printStudent(person){
resetTable();
for(var index=0; index<students.length; index++){
console.log(index);
if(students[index].firstName == person.toLowerCase()){
document.getElementById('students').innerHTML += "<tr><td>" + students[index].firstName + "</td><td>" + students[index].lastName +
"</td><td>" + students[index].gender + "</td><td>" + students[index].gradeLevel + "</td><td>" + students[index].gradeAvg() + "</td><td><img src='" + students[index].studentImage + "'></td>";
}
}
}
function printAll(){
resetTable();
for(var index=0; index<students.length; index++){
document.getElementById('students').innerHTML += "<tr><td>" + students[index].firstName + "</td><td>" + students[index].lastName +
"</td><td>" + students[index].gender + "</td><td>" + students[index].gradeLevel + "</td><td>" + students[index].gradeAvg() + "</td><td><img src='" + students[index].studentImage + "'></td>";
}
}
function addStudent(){
var firstName = document.getElementById('firstName').value;
var lastName = document.getElementById('lastName').value;
var gender = document.getElementById('gender').value;
var age = document.getElementById('age').value;
var profilePic = document.getElementById('profilePic').value;
var gradeLvl = document.getElementById('gradeLvl').value;
var grades = document.getElementById('grades').value;
if(firstName != "" && lastName != "" && age != "" && gradeLvl != "" && profilePic != "" && gender != "" && grades != ""){
students[students.length] = new myStudent(firstName,lastName,gender,age,profilePic,gradeLvl,grades);
} else {
console.log("Something is probably empty");
return;
}
}
students[0] = new myStudent('Sally','Sanderson','Female',12,'http://davemaccphotos.com/wp-content/uploads/2012/08/Davemaccphotos-Website-Portrait-21.jpg',9,[60,78,88,89]);
students[1] = new myStudent('Andrew','Jackson','Male',13,'http://www.gradsphotography.com/data/images1/02.jpg',10,[55,68,38,29]);
</script>
<style>
img {
width: 50px;
}
</style>
</head>
<body>
<h1>Dakaro Object's ;)</h1>
<input type="button" onClick="printStudent('sally');" value="Print Sally's Details">
<input type="button" onClick="printAll();" value="Print All Details"><br>
<div style="text-align: right; display: block; margin: 0 auto; max-width:50%">
First Name: <input id="firstName" type='text'><br>
Last Name: <input id="lastName" type='text'><br>
<select id="gender">
<option value="male">Male</option>
<option value="female">Female</option>
</select><br>
Age:<input id="age" type='number'><br>
Profile Pic URL: <input id="profilePic" type='text'><br>
Grade: <input id="gradeLvl" type='number'><br>
Grades(in percent, separated by commas): <input id="grades" type='text'><br>
<input type="button" onClick="addStudent();" value="Add Student"><br>
</div>
<table id="students" border=1 align=center>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Gender</th>
<th>Grade</th>
<th>Average Percentage</th>
<th>Picture</th>
</tr>
</table>
<input type=button value="Back" style="font-size:25px; position:fixed; left:30px; bottom:30px;" onclick="window.history.back();">
</body>
</html> |
helpdocs/views.html | CGBox/Framework | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Help Documents</title>
<link href="welcome.css" type="stylesheet" rel="stylesheet">
</head>
<body>
<div id="container">
<h1>Views</h1>
<div id="body">
<p>
By design, our system is a MVC framework. If you create a view, you must create it in application/views/{viewname}.php
</p>
</div>
<p class="footer">This framework is opensource and free.</p>
</div>
</body>
</html> |
app/partials/app/toolbars/_toolbar_base.html | bootstyle/bootstyle | <div class="bs_toolbar" id="bs_toolbar_base">
<div class="bs_toolbar_title">
Base
<span class="bs_icon_open">
<i class="fa fa-angle-down"></i>
</span>
<span class="bs_icon_close">
<i class="fa fa-angle-up"></i>
</span>
</div>
<div class="bs_control">
<span class="bs_badge">{{ ctrls.border_radius.control }}px</span>
<label class="bs_input_label">Border Radius</label>
<input type="range" class="bs_range_input" ng-model="ctrls.border_radius.control" min="0" max="30"/>
</div>
<div class="bs_control bs_range_control">
<small class="bs_badge">{{ ctrls.padding.control }}px</small>
<label class="bs_input_label">Padding</label>
<input type="range" class="bs_range_input" ng-model="ctrls.padding.control" min="1" max="20"/>
</div>
<div class="bs_control">
<span class="bs_badge">{{ ctrls.font_size_base.control }}px</span>
<label class="bs_input_label">Font Size
<input type="range" class="bs_range_input" min="10" max="21" ng-model="ctrls.font_size_base.control"/>
</label>
</div>
<div class="bs_control">
<span class="bs_badge">{{ ctrls.line_height.control }}</span>
<label class="bs_input_label">Line Height
<input type="range" class="bs_range_input" ng-model="ctrls.line_height.control" min="1" max="2" step="0.01"/>
</label>
</div>
<div class="bs_control">
<label class="bs_input_label">
<input type="checkbox" ng-model="ctrls.bootstrap_theme.control">
Bootstrap Theme
</label>
</div>
</div>
|
old/src/external/asio-1.10.2/doc/asio/reference/local__basic_endpoint/basic_endpoint/overload4.html | dhh1128/intent | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../../index.html" title="Asio">
<link rel="up" href="../basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload3.html" title="local::basic_endpoint::basic_endpoint (3 of 4 overloads)">
<link rel="next" href="../capacity.html" title="local::basic_endpoint::capacity">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload3.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../capacity.html"><img src="../../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="asio.reference.local__basic_endpoint.basic_endpoint.overload4"></a><a class="link" href="overload4.html" title="local::basic_endpoint::basic_endpoint (4 of 4 overloads)">local::basic_endpoint::basic_endpoint
(4 of 4 overloads)</a>
</h5></div></div></div>
<p>
Copy constructor.
</p>
<pre class="programlisting"><span class="identifier">basic_endpoint</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">basic_endpoint</span> <span class="special">&</span> <span class="identifier">other</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload3.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../capacity.html"><img src="../../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
app/tpl/angular.html | ShadowZheng/FrontEndLab | <aside class="sideBar">
<div class="sideBar-left">
<a ui-sref="angular.nav" ui-sref-active="active">
<i class="glyphicon glyphicon-list icon-item">
<div class="triangle-left"></div>
</i>
<span class="menu-title">导航</span>
</a>
<a ui-sref="form">
<i class="glyphicon glyphicon-check icon-item">
<div class="triangle-left"></div>
</i>
<span class="menu-title">表单</span>
</a>
</div>
<div class="sideBar-right">
<div ui-view></div>
</div>
</aside>
<main class="content">
<iframe src="{{currentDemo.url}}"></iframe>
</main>
|
page/3/index.html | android9527/android9527.github.io | <!DOCTYPE html>
<html class="theme-next pisces" lang="zh-Hans">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#222">
<script src="/lib/pace/pace.min.js?v=1.0.2"></script>
<link href="/lib/pace/pace-theme-minimal.min.css?v=1.0.2" rel="stylesheet">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css">
<link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon_medium.ico?v=5.1.4">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon.ico?v=5.1.4">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222">
<meta name="keywords" content="Hexo, NexT">
<meta property="og:type" content="website">
<meta property="og:title" content="个人博客">
<meta property="og:url" content="http://android9527.com/page/3/index.html">
<meta property="og:site_name" content="个人博客">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="个人博客">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
version: '5.1.4',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":false,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://android9527.com/page/3/">
<title>个人博客</title>
</head>
<body itemscope="" itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left
page-home">
<div class="headband"></div>
<header id="header" class="header" itemscope="" itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">个人博客</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br>
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br>
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br>
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br>
标签
</a>
</li>
<li class="menu-item menu-item-commonweal">
<a href="/404.html" rel="section">
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br>
公益404
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br>
关于
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br>
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="popup search-popup local-search-popup">
<div class="local-search-header clearfix">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<span class="popup-btn-close">
<i class="fa fa-times-circle"></i>
</span>
<div class="local-search-input-wrapper">
<input autocomplete="off" placeholder="搜索..." spellcheck="false" type="text" id="local-search-input">
</div>
</div>
<div id="local-search-result"></div>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-expand">
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/12/06/2018-12-03-《未来世界的幸存者》/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/12/06/2018-12-03-《未来世界的幸存者》/" itemprop="url">未来世界的幸存者</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-12-06T00:00:00+08:00">
2018-12-06
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2018-12-18T15:51:20+08:00">
2018-12-18
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/读书笔记/" itemprop="url" rel="index">
<span itemprop="name">读书笔记</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
727
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
2 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="《未来世界的幸存者》读书笔记"><a href="#《未来世界的幸存者》读书笔记" class="headerlink" title="《未来世界的幸存者》读书笔记"></a>《未来世界的幸存者》读书笔记</h2><h4 id="机器取代人类"><a href="#机器取代人类" class="headerlink" title="机器取代人类"></a>机器取代人类</h4><p>技术信息革命人工智能和无人驾驶大数据技术目标就是不需要人类的参与,掌握核心技术的人的处境会越来越有利,优势成倍放大。</p>
<h4 id="贫富差距会越来越大"><a href="#贫富差距会越来越大" class="headerlink" title="贫富差距会越来越大"></a>贫富差距会越来越大</h4><p>这种趋势只会增强,不会逆转,寒门再难出贵子。以前可以通过不懈努力完全有可能晋升到更高的社会阶层,改变自己的命运,以后会越来越难,因为跟你竞争的是软件和机器人,永远不会超过它们。<br>如果你是穷人,80%的概率以后你还是穷人;如果你是富人,84%的概率以后还是富人。<br>
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/12/06/2018-12-03-《未来世界的幸存者》/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</p></div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/12/06/2018-12-03-Java中sleep()与wait()区别/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/12/06/2018-12-03-Java中sleep()与wait()区别/" itemprop="url">Java中sleep()与wait()区别</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-12-06T00:00:00+08:00">
2018-12-06
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2019-02-12T17:44:10+08:00">
2019-02-12
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/读书笔记/" itemprop="url" rel="index">
<span itemprop="name">读书笔记</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
386
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
1 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h4 id="Java中sleep-与wait-区别"><a href="#Java中sleep-与wait-区别" class="headerlink" title="Java中sleep()与wait()区别"></a>Java中sleep()与wait()区别</h4><ul>
<li><p>每个对象都有一个锁来控制同步访问,Synchronized关键字可以和对象的锁交互,来实现同步方法或同步块。sleep()方法正在执行的线程主动让出CPU(然后CPU就可以去执行其他任务),在sleep指定时间后CPU再回到该线程继续往下执行(注意:sleep方法只让出了CPU,而并不会释放同步资源锁!!!);wait()方法则是指当前线程让自己暂时退让出同步资源锁,以便其他正在等待该资源的线程得到该资源进而运行,只有调用了notify()方法,之前调用wait()的线程才会解除wait状态,可以去参与竞争同步资源锁,进而得到执行。(注意:notify的作用相当于叫醒睡着的人,而并不会给他分配任务,就是说notify只是让之前调用wait的线程有权利重新参与线程的调度);</p>
</li>
<li><p>sleep()方法可以在任何地方使用;wait()方法则只能在同步方法或同步块中使用;</p>
</li>
<li><p>sleep()是线程线程类(Thread)的方法,调用会暂停此线程指定的时间,但监控依然保持,不会释放对象锁,到时间自动恢复;wait()是Object的方法,调用会放弃对象锁,进入等待队列,待调用notify()/notifyAll()唤醒指定的线程或者所有线程,才会进入锁池,不再次获得对象锁才会进入运行状态;</p>
</li>
</ul>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/12/03/2018-12-03-单例模式的实现方式/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/12/03/2018-12-03-单例模式的实现方式/" itemprop="url">单例模式的实现方式</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-12-03T00:00:00+08:00">
2018-12-03
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2018-12-05T10:56:01+08:00">
2018-12-05
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/" itemprop="url" rel="index">
<span itemprop="name">Android</span>
</a>
</span>
,
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/Design-Patterns/" itemprop="url" rel="index">
<span itemprop="name">Design Patterns</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
1.3k
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
4 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="单例模式介绍"><a href="#单例模式介绍" class="headerlink" title="单例模式介绍"></a>单例模式介绍</h2><p>单例模式是应用最广的模式之一,在应用这个模式时,单例对象的类必须保证只有一个实例存在。<br>如在一个应用中,应该只有一个 ImageLoader 实例,这个 ImageLoader 中又包含有线程池、缓存系统、网络请求等,很消耗资源,因此,没有理由让它构造多个实例。</p>
<h2 id="单例模式的使用场景"><a href="#单例模式的使用场景" class="headerlink" title="单例模式的使用场景"></a>单例模式的使用场景</h2><p>确保某个类有且只有一个对象的场景,避免产生多个对象消耗过多的资源,或者某种类型的对象应该有且只有一个。</p>
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/12/03/2018-12-03-单例模式的实现方式/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/10/20/2018-10-20-AOP技术的几种实现方式/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/10/20/2018-10-20-AOP技术的几种实现方式/" itemprop="url">AOP技术的几种实现方式</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-10-20T00:00:00+08:00">
2018-10-20
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2018-11-06T14:39:21+08:00">
2018-11-06
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/" itemprop="url" rel="index">
<span itemprop="name">Android</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
5.1k
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
19 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="一、AOP概念"><a href="#一、AOP概念" class="headerlink" title="一、AOP概念"></a>一、AOP概念</h3><p>百度百科中对AOP的解释如下:<br>在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。AOP是OOP的延续,是软件开发中的一个热点,也是Spring框架中的一个重要内容,是函数式编程的一种衍生范型。
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/10/20/2018-10-20-AOP技术的几种实现方式/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</p></div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/10/09/2018-10-09-CoordinatorLayout使用过程中遇到的问题/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/10/09/2018-10-09-CoordinatorLayout使用过程中遇到的问题/" itemprop="url">CoordinatorLayout使用过程中遇到的问题.md</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-10-09T00:00:00+08:00">
2018-10-09
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2019-01-29T17:27:09+08:00">
2019-01-29
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/" itemprop="url" rel="index">
<span itemprop="name">Android</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
1.2k
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
5 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="CoordinatorLayout使用过程中遇到的问题"><a href="#CoordinatorLayout使用过程中遇到的问题" class="headerlink" title="CoordinatorLayout使用过程中遇到的问题"></a>CoordinatorLayout使用过程中遇到的问题</h2><p>CoordinatorLayout 一般配合 NestedScrollView 或者 RecyclerView 使用<br>常常用于ScrollView滚动,ToolBar伸缩,渐变等背景视差效果等</p>
<p>CoordinatorLayout + AppBarLayout + CollapsingToolbarLayout 配合使用才会有比较完美的效果<br>app:layout_behavior属性,只有CoordinatorLayout的直接子布局才能响应。</p>
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/10/09/2018-10-09-CoordinatorLayout使用过程中遇到的问题/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
</section>
<nav class="pagination">
<a class="extend prev" rel="prev" href="/page/2/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/">1</a><a class="page-number" href="/page/2/">2</a><span class="page-number current">3</span><a class="page-number" href="/page/4/">4</a><span class="space">…</span><a class="page-number" href="/page/10/">10</a><a class="extend next" rel="next" href="/page/4/"><i class="fa fa-angle-right"></i></a>
</nav>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" src="/images/avatar.png" alt="陈飞跃">
<p class="site-author-name" itemprop="name">陈飞跃</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">49</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">18</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">42</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/android9527" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:nulibj@gmail.com" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
</div>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2019</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">true</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-area-chart"></i>
</span>
<span class="post-meta-item-text">Site words total count:</span>
<span title="Site words total count">96.3k</span>
</div>
<div class="powered-by"> <a class="theme-link" target="_blank" href="https://github.com/android9527">陈飞跃</a> 个人专属</div>
<span class="post-meta-divider">|</span>
<div class="theme-info">博客 — <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Pisces</a> v5.1.4</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script>
<script type="text/javascript">
// Popup Window;
var isfetched = false;
var isXml = true;
// Search DB path;
var search_path = "search.xml";
if (search_path.length === 0) {
search_path = "search.xml";
} else if (/json$/i.test(search_path)) {
isXml = false;
}
var path = "/" + search_path;
// monitor main search box;
var onPopupClose = function (e) {
$('.popup').hide();
$('#local-search-input').val('');
$('.search-result-list').remove();
$('#no-result').remove();
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
}
function proceedsearch() {
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay"></div>')
.css('overflow', 'hidden');
$('.search-popup-overlay').click(onPopupClose);
$('.popup').toggle();
var $localSearchInput = $('#local-search-input');
$localSearchInput.attr("autocapitalize", "none");
$localSearchInput.attr("autocorrect", "off");
$localSearchInput.focus();
}
// search function;
var searchFunc = function(path, search_id, content_id) {
'use strict';
// start loading animation
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay">' +
'<div id="search-loading-icon">' +
'<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' +
'</div>' +
'</div>')
.css('overflow', 'hidden');
$("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center');
$.ajax({
url: path,
dataType: isXml ? "xml" : "json",
async: true,
success: function(res) {
// get the contents from search data
isfetched = true;
$('.popup').detach().appendTo('.header-inner');
var datas = isXml ? $("entry", res).map(function() {
return {
title: $("title", this).text(),
content: $("content",this).text(),
url: $("url" , this).text()
};
}).get() : res;
var input = document.getElementById(search_id);
var resultContent = document.getElementById(content_id);
var inputEventFunction = function() {
var searchText = input.value.trim().toLowerCase();
var keywords = searchText.split(/[\s\-]+/);
if (keywords.length > 1) {
keywords.push(searchText);
}
var resultItems = [];
if (searchText.length > 0) {
// perform local searching
datas.forEach(function(data) {
var isMatch = false;
var hitCount = 0;
var searchTextCount = 0;
var title = data.title.trim();
var titleInLowerCase = title.toLowerCase();
var content = data.content.trim().replace(/<[^>]+>/g,"");
var contentInLowerCase = content.toLowerCase();
var articleUrl = decodeURIComponent(data.url);
var indexOfTitle = [];
var indexOfContent = [];
// only match articles with not empty titles
if(title != '') {
keywords.forEach(function(keyword) {
function getIndexByWord(word, text, caseSensitive) {
var wordLen = word.length;
if (wordLen === 0) {
return [];
}
var startPosition = 0, position = [], index = [];
if (!caseSensitive) {
text = text.toLowerCase();
word = word.toLowerCase();
}
while ((position = text.indexOf(word, startPosition)) > -1) {
index.push({position: position, word: word});
startPosition = position + wordLen;
}
return index;
}
indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false));
indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false));
});
if (indexOfTitle.length > 0 || indexOfContent.length > 0) {
isMatch = true;
hitCount = indexOfTitle.length + indexOfContent.length;
}
}
// show search results
if (isMatch) {
// sort index by position of keyword
[indexOfTitle, indexOfContent].forEach(function (index) {
index.sort(function (itemLeft, itemRight) {
if (itemRight.position !== itemLeft.position) {
return itemRight.position - itemLeft.position;
} else {
return itemLeft.word.length - itemRight.word.length;
}
});
});
// merge hits into slices
function mergeIntoSlice(text, start, end, index) {
var item = index[index.length - 1];
var position = item.position;
var word = item.word;
var hits = [];
var searchTextCountInSlice = 0;
while (position + word.length <= end && index.length != 0) {
if (word === searchText) {
searchTextCountInSlice++;
}
hits.push({position: position, length: word.length});
var wordEnd = position + word.length;
// move to next position of hit
index.pop();
while (index.length != 0) {
item = index[index.length - 1];
position = item.position;
word = item.word;
if (wordEnd > position) {
index.pop();
} else {
break;
}
}
}
searchTextCount += searchTextCountInSlice;
return {
hits: hits,
start: start,
end: end,
searchTextCount: searchTextCountInSlice
};
}
var slicesOfTitle = [];
if (indexOfTitle.length != 0) {
slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle));
}
var slicesOfContent = [];
while (indexOfContent.length != 0) {
var item = indexOfContent[indexOfContent.length - 1];
var position = item.position;
var word = item.word;
// cut out 100 characters
var start = position - 20;
var end = position + 80;
if(start < 0){
start = 0;
}
if (end < position + word.length) {
end = position + word.length;
}
if(end > content.length){
end = content.length;
}
slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent));
}
// sort slices in content by search text's count and hits' count
slicesOfContent.sort(function (sliceLeft, sliceRight) {
if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) {
return sliceRight.searchTextCount - sliceLeft.searchTextCount;
} else if (sliceLeft.hits.length !== sliceRight.hits.length) {
return sliceRight.hits.length - sliceLeft.hits.length;
} else {
return sliceLeft.start - sliceRight.start;
}
});
// select top N slices in content
var upperBound = parseInt('3');
if (upperBound >= 0) {
slicesOfContent = slicesOfContent.slice(0, upperBound);
}
// highlight title and content
function highlightKeyword(text, slice) {
var result = '';
var prevEnd = slice.start;
slice.hits.forEach(function (hit) {
result += text.substring(prevEnd, hit.position);
var end = hit.position + hit.length;
result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>';
prevEnd = end;
});
result += text.substring(prevEnd, slice.end);
return result;
}
var resultItem = '';
if (slicesOfTitle.length != 0) {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>";
} else {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>";
}
slicesOfContent.forEach(function (slice) {
resultItem += "<a href='" + articleUrl + "'>" +
"<p class=\"search-result\">" + highlightKeyword(content, slice) +
"...</p>" + "</a>";
});
resultItem += "</li>";
resultItems.push({
item: resultItem,
searchTextCount: searchTextCount,
hitCount: hitCount,
id: resultItems.length
});
}
})
};
if (keywords.length === 1 && keywords[0] === "") {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>'
} else if (resultItems.length === 0) {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>'
} else {
resultItems.sort(function (resultLeft, resultRight) {
if (resultLeft.searchTextCount !== resultRight.searchTextCount) {
return resultRight.searchTextCount - resultLeft.searchTextCount;
} else if (resultLeft.hitCount !== resultRight.hitCount) {
return resultRight.hitCount - resultLeft.hitCount;
} else {
return resultRight.id - resultLeft.id;
}
});
var searchResultList = '<ul class=\"search-result-list\">';
resultItems.forEach(function (result) {
searchResultList += result.item;
})
searchResultList += "</ul>";
resultContent.innerHTML = searchResultList;
}
}
if ('auto' === 'auto') {
input.addEventListener('input', inputEventFunction);
} else {
$('.search-icon').click(inputEventFunction);
input.addEventListener('keypress', function (event) {
if (event.keyCode === 13) {
inputEventFunction();
}
});
}
// remove loading animation
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
proceedsearch();
}
});
}
// handle and trigger popup window;
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if (isfetched === false) {
searchFunc(path, 'local-search-input', 'local-search-result');
} else {
proceedsearch();
};
});
$('.popup-btn-close').click(onPopupClose);
$('.popup').click(function(e){
e.stopPropagation();
});
$(document).on('keyup', function (event) {
var shouldDismissSearchPopup = event.which === 27 &&
$('.search-popup').is(':visible');
if (shouldDismissSearchPopup) {
onPopupClose();
}
});
</script>
</body>
</html>
|
html/232581060000.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
All-Fab Building Components Inc. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492238312824&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=2401&V_SEARCH.docsStart=2400&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=2399&V_DOCUMENT.docRank=2400&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492238316794&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=900158680000&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=2401&V_DOCUMENT.docRank=2402&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492238316794&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456240423&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
All-Fab Building Components Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>All-Fab Building Components Inc.</p>
<h2 class="h5 mrgn-bttm-0">Alternate Name:</h2>
<p class="mrgn-bttm-0">Olympic Building Systems Ltd.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.allfab.com"
target="_blank" title="Website URL">http://www.allfab.com</a></p>
<p><a href="mailto:winnipeg@all-fab.com" title="winnipeg@all-fab.com">winnipeg@all-fab.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
1755 Dugald Rd.<br/>
WINNIPEG,
Manitoba<br/>
R2J 0H3
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
1755 Dugald Rd.<br/>
WINNIPEG,
Manitoba<br/>
R2J 0H3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(204) 661-8880
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(800) 665-0335</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(204) 661-6973</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Manufacturing and servicing the following products: roof
<br>trusses, floor trusses, wood 1 Joists, pallets and crated,
<br>panelized house pachages (export), consolidater - building
<br>materials (export), nascor wall systems, post frame buildings,
<br>building material sales (First Nations)<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Blaine
Reimer
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
John
Reimer
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1970
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
321992 - Prefabricated Wood Building Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
200
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building Products - Other <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building Products - Pre-Fab Homes <br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Germany</li>
<li>Japan</li>
<li>United States</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Blaine
Reimer
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
John
Reimer
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1970
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
321992 - Prefabricated Wood Building Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
200
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building Products - Other <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building Products - Pre-Fab Homes <br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Germany</li>
<li>Japan</li>
<li>United States</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-04-14
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
doc/Documentación doxygen/_instr_p_r_i_n_t_8cpp.html | jinaveiras/Qt-basic-interpreter | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Intérprete de BASIC: C:/Users/figura4/Dropbox/común/Curso/PruebaGui/src/instrucciones/InstrPRINT.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Intérprete de BASIC
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.8.0 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Friends</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">C:/Users/figura4/Dropbox/común/Curso/PruebaGui/src/instrucciones/InstrPRINT.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="_instr_p_r_i_n_t_8h_source.html">InstrPRINT.h</a>"</code><br/>
</div>
<p><a href="_instr_p_r_i_n_t_8cpp_source.html">Go to the source code of this file.</a></p>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Jun 4 2012 01:01:33 for Intérprete de BASIC by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>
</body>
</html>
|
themes/rapid/layouts/partials/wechat.html | yanwushuang/mospan-hugo-blog | <div class="widget qrcode">
<img src="/public/qrcode.jpg" alt="qrcode" width="172px" height="172px"/>
<p> 微信扫一扫 <br/> 关注我的公众号: <br /> 墨斯潘園 <br /> 交流QQ群:75091501 </p>
</div>
|
_layouts/post.html | IEEE-IIT/website | ---
layout: default
---
{% include wrap.html %}
<div class="container mtb">
<div class="row">
<! -- SINGLE POST -->
<div class="col-lg-8">
<! -- Blog Post -->
<p><img class="img-responsive" src="{{ site.baseurl }}{{ page.img }}"></p>
<a href="{{ page.url | prepend: site.baseurl }}"><h3 class="ctitle">{{ page.title }}</h3></a>
<p><csmall>{{ page.date | date: "%b %-d, %Y" }}. | By: {{ page.author }}</csmall></p>
{{ content }}
<div class="spacing"></div>
<!-- <h6>SHARE:</h6>
<p class="share">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-tumblr"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</p> -->
</div><! --/col-lg-8 -->
{% include sidebar.html %}
</div><! --/row -->
</div><! --/container -->
|
examples/flux-todo-vue/index.html | savjs/sav-flux | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Flux-Todo-Vue-Demo</title>
<style type="text/css">
.todolist > h4 {
padding: 10px;
margin: 10px;
background-color: #FFF;
}
.todolist > h4 > i {
margin-left: 20px;
color: #6b6b6b;
}
</style>
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
<script type="text/javascript" src="node_modules/vue/dist/vue.js"></script>
<script type="text/javascript" src="node_modules/vue-router/dist/vue-router.js"></script>
<script src="dist/app.js"></script>
</body>
</html>
|
baidu_verify_FCjz1LeMs2.html | simbazz/simbazz.github.io | FCjz1LeMs2 |
reftest/cond.html | stechz/redoak | <div class="required"></div>
|
processing-2.2.1/modes/java/reference/screenX_.html | davielong86/processing | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>screenX() \ Language (API) \ Processing 2+</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="Casey Reas & Ben Fry" />
<meta name="Publisher" content="Processing" />
<meta name="Keywords" content="Processing, Processing, Interactive Media, Electronic Arts, Programming, Java, Ben Fry, Casey Reas" />
<meta name="Description" content="Processing is an electronic sketchbook for developing
ideas. It is a context for learning fundamentals of computer programming
within the context of the electronic arts." />
<meta name="Copyright" content="All contents copyright Ben Fry, Casey Reas, MIT Media Laboratory" />
<script src="javascript/modernizr-2.6.2.touch.js" type="text/javascript"></script>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body id="Langauge-en" onload="" >
<!-- ==================================== PAGE ============================ -->
<div id="container">
<!-- ==================================== HEADER ============================ -->
<div id="header">
<a href="/" title="Back to the Processing cover."><div class="processing-logo no-cover" alt="Processing cover"></div></a>
<form name="search" method="get" action="http://www.google.com/search">
<p><input type="hidden" name="as_sitesearch" value="processing.org" />
<input type="text" name="as_q" value="" size="20" class="text" />
<input type="submit" value=" " /></p>
</form>
</div>
<a id="TOP" name="TOP"></a>
<div id="navigation">
<div class="navBar" id="mainnav">
<a href="index.html" class='active'>Language</a><br>
<a href="libraries/index.html" >Libraries</a><br>
<a href="tools/index.html">Tools</a><br>
<a href="environment/index.html">Environment</a><br>
</div>
<script> document.querySelectorAll(".processing-logo")[0].className = "processing-logo"; </script>
</div>
<!-- ==================================== CONTENT - Headers ============================ -->
<div class="content">
<p class="ref-notice">This reference is for Processing 2.0+. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, <a href="https://github.com/processing/processing-web/issues?state=open">please let us know</a>. If you prefer a more technical reference, visit the <a href="http://processing.org/reference/javadoc/core/">Processing Javadoc</a>.</p>
<table cellpadding="0" cellspacing="0" border="0" class="ref-item">
<tr class="name-row">
<th scope="row">Name</th>
<td><h3>screenX()</h3></td>
</tr>
<tr class="">
<tr class=""><th scope="row">Examples</th><td><div class="example"><pre >
void setup() {
size(100, 100, P3D);
}
void draw() {
background(204);
float x = mouseX;
float y = mouseY;
float z = -100;
// Draw "X" at z = -100
stroke(255);
line(x-10, y-10, z, x+10, y+10, z);
line(x+10, y-10, z, x-10, y+10, z);
// Draw gray line at z = 0 and same
// x value. Notice the parallax
stroke(102);
line(x, 0, 0, x, height, 0);
// Draw black line at z = 0 to match
// the x value element drawn at z = -100
stroke(0);
float theX = screenX(x, y, z);
line(theX, 0, 0, theX, height, 0);
}
</pre></div>
</td></tr>
<tr class="">
<th scope="row">Description</th>
<td>
Takes a three-dimensional X, Y, Z position and returns the X value for where it will appear on a (two-dimensional) screen.
</td>
</tr>
<tr class=""><th scope="row">Syntax</th><td><pre>screenX(<kbd>x</kbd>, <kbd>y</kbd>)
screenX(<kbd>x</kbd>, <kbd>y</kbd>, <kbd>z</kbd>)</pre></td></tr>
<tr class=""> <th scope="row">Parameters</th><td><table cellpadding="0" cellspacing="0" border="0"><tr class="">
<th scope="row" class="code">x</th>
<td>float: 3D x-coordinate to be mapped</td>
</tr>
<tr class="">
<th scope="row" class="code">y</th>
<td>float: 3D y-coordinate to be mapped</td>
</tr>
<tr class="">
<th scope="row" class="code">z</th>
<td>float: 3D z-coordinate to be mapped</td>
</tr></table></td> </tr>
<tr class=""><th scope="row">Returns</th><td class="code">float</td></tr>
<tr class=""><th scope="row">Related</th><td><a class="code" href="screenY_.html">screenY()</a><br />
<a class="code" href="screenZ_.html">screenZ()</a><br /></td></tr>
</table>
Updated on May 19, 2014 05:30:02pm PDT<br /><br />
<!-- Creative Commons License -->
<div class="license">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.gif" /></a>
</div>
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>Processing.org Reference</dc:title>
<dc:date>2004</dc:date>
<dc:description>Reference for the Processing.org programming environment and language.</dc:description>
<dc:creator><Agent>
<dc:title>Casey Reas et al.</dc:title>
</Agent></dc:creator>
<dc:rights><Agent>
<dc:title>Casey Reas</dc:title>
</Agent></dc:rights>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
<license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
<prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
</License>
</rdf:RDF>
-->
</div>
<!-- ==================================== FOOTER ============================ -->
<div id="footer">
<div id="copyright">Processing is an open project intiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="http://processing.org/about/people/">small team of volunteers</a>.</div>
<div id="colophon">
<a href="copyright.html">© Info</a> \
<span>Site hosted by <a href="http://www.mediatemple.net">Media Temple</a>.</span>
</div>
</div>
</div>
<script src="javascript/jquery-1.9.1.min.js"></script>
<script src="javascript/site.js" type="text/javascript"></script>
</body>
</html>
|
Templates/css/styles.css | psharanda/adocgen | body {
background: rgb(240,240,240);
padding: 0;
margin:0;
font-family: sans-serif;
}
.line {
width: 100%;
height: 20px;
background: rgb(47,48,48);
color: white;
text-align: center;
padding: 5px;
font-size: 14px;
}
.wrapper {
max-width: 960px;
background: white;
margin: 0 auto;
padding: 10px;
}
h1 {
font-weight: 100;
font-size: 44px;
}
h2 {
color: #808080;
font-weight: 300;
}
.right_a {
float: right;
}
.clearbox {
clear: both;
}
.first {
margin-top: -24px;
color: #999;
}
.name_prop {
font-family: Source Code Pro, Monaco, Menlo, Consolas, monospace;
color: #000;
}
.char_prop {
color:#999;
}
.val_prop {
font-family: Source Code Pro, Monaco, Menlo, Consolas, monospace;
}
.fields p {
padding: 0;
margin:0;
}
.fields {
margin: 10px 0px;
}
.prop {
background: #F7F7F7;
}
footer{
padding-top:30px;
font-size:.71em;
color:#a0a0a0;
}
li{
color:#414141;
}
table {
width: 100%;
border: 1px solid #555;
border-collapse: collapse;
table-layout: fixed;
}
td {
padding: 5px;
border: 1px solid #555;
overflow: hidden;
background: #f0f0f0;
word-wrap: break-word;
}
td:first-child {
text-align: center;
width: 395px;
} |
style.css | wolffreq/onlineLibrary | header> h1{border-bottom:1px dashed black;font style:italic:font-size:x-large;}
footer>p {border-top:1px dashed black;font-style: italic;}
table{border-spacing: 5px;width: 530px;}
td {border-bottom: 1px solid black;padding: 3px;background :#F0F0F0;text-align: left;vertical-align: top;}
p {color: #F00;font-weight: bold;} |
src/resume.html | nicolasartman/resume | <!DOCTYPE HTML>
<html>
<head>
<title>Nicolas Artman—Resume</title>
<!--removeIf(production)-->
<link rel="stylesheet" href="resume.css" type="text/css" media="screen">
<!--endRemoveIf(production)-->
<!-- Directly inject all of the minified css below -->
<!-- inject:css -->
<!-- endinject -->
</head>
<body>
<div>
Content will go here
</div>
<!--removeIf(production)-->
<script src="resume.js" charset="utf-8"></script>
<!--endRemoveIf(production)-->
<!-- Directly inject all of the minified js below -->
<!-- inject:js -->
<!-- endinject -->
<input type="checkbox" name="some_name" value="" id="some_name">
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.