« 817 818 819 820 821 1506 »

Pages are deceptive. Live life in a basket.

M*A*S*H (All 256 episodes at the same time) - YouTube

Skip navigation Upload Sign in Search Loading... Close Yeah, keep it Undo Close Watch Queue Queue Remove all Disconnect Loading... Watch Queue Queue __count__/__total__ <p class="yt-spinner "> <span class="yt-spinner-img yt-sprite" title="Loading icon"></span> <span class="yt-spinner-message"> Loading... </span> </p> Find out why Close M*A*S*H (All 256 episodes at the same time) Omni Verse Subscribe Subscribed Unsubscribe Loading... Loading... Working... Add to Sign in to add this video to a playlist. Sign in Share More Report Sign in to report inappropriate content. Sign in Statistics 102,692 1,157 Sign in to make your opinion count. Sign in 1,158 5 ...

Linked on 2015-10-24 08:18:31 | Similar Links
MKSB(en): CSS based Attack: Abusing unicode-range of @font-face

MKSB(en) Masato Kinugawa's Security Blog <div class='fauxcolumn-inner'> corrects IE6 width calculation Friday, October 23, 2015 In this post, I would like to share about new CSS based attack with unicode-range descriptor of @font-face rule . Using this technique, an attacker can read page's text partially by CSS only. An attacker might use this technique in the following cases: - Browser's XSS filter bypass (e.g. XSS Auditor does not block <style> injection) - Only CSS injection is allowed in the target page As far as I know, known CSS based attack can read attribute (See Attribute Reader: http://p42.us/css/ ) but can't read characters of text node. This vector can do it, not perfect though :) So far, this vector can ...

Linked on 2015-10-24 03:48:09 | Similar Links
Breakthrough: National Geographic Channel

Google Tag Manager Google Tag Manager: Output neoGTMID Google Tag Manager: Call gtm.js End Google Tag Manager THREE.JS VERTEX AND FRAGMENT SHADERS [if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif] HEADER END HEADER MAIN APP SECTION CONTENT END MAIN APP SECTION CONTENT FOOTER END FOOTER ...

Linked on 2015-10-24 00:59:58 | Similar Links
EAST ASIAN AESTHETIC · qpfiffer/shithouse.tv@3121e01 · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 1 Star 3 Fork 1 qpfiffer / shithouse.tv Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP Permalink Browse files EAST ASIAN AESTHETIC master ( #12 ) 1 parent f14cc51 commit 3121e0166f5ca98e449e9baf2ccfc7d3dd12f5f8 dequis committed Mar 25, 2015 Unified Split Showing 1 changed file with 9 additions and 0 deletions . +9 −0      templates/index.html Show notes View 9      templates/index.html @@ -3,9 +3,18 @@ < head > < title >yYy fullwidth s h i t h o u s e t v yYy</ title > ...

Linked on 2015-10-24 00:46:53 | Similar Links
Xe
Mindfuck: The Reverse State Monad | Luke Palmer

<![endif] Menu Skip to content Search for: #site-navigation #navbar #masthead August 10, 2008 Uncategorized code , haskell Luke .entry-meta .entry-header Someone in the #haskell IRC channel mentioned the “reverse state monad” explaining that it used the state from the next computation and passed it to the previous one. Well, I just had to try this! First, a demonstration: we will compute the fibonacci numbers by starting with them and mapping them back to the empty list. -- cumulativeSums [1,2,3,4,5] = [0,1,3,6,10,15] cumulativeSums = scanl (+) 0 computeFibs = evalRState [] $ do -- here the state is what we want: the fibonacci numbers fibs <- get modify cumulativeSums -- now the state is the difference sequence of -- fibs, [1,0,1,1,2,3,5,8,13,...], because the -- cumulativeSums of that sequence is fibs. Notice -- that this ...

Linked on 2015-10-24 00:32:59 | Similar Links
lykkin/blog-space · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 1 Star 1 Fork 0 lykkin / blog-space Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP incomprehensible ramblings 5 commits 1 branch 0 releases 1 contributor PHP 96.6% HTML 3.4% PHP HTML Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show blog-space / Latest commit 2428a5c Oct 23, 2015 lykkin categories actually work Permalink Failed to load latest commit information. category categories actually work ...

Linked on 2015-10-24 00:08:55 | Similar Links
Clade - Wikipedia, the free encyclopedia

<< trying to fix the terminology I see

CentralNotice From Wikipedia, the free encyclopedia Jump to: navigation , search For other uses, see Clade (disambiguation) . Cladogram (family tree) of a "large" biological group, showing the last common ancestor of the composite tree, which is the vertical line 'trunk' at the bottom. The blue and red subgroups (at left and right) represent clades, or monophyletic (that is, complete) taxonomic groups; each shows its common ancestor 'branch', or 'stem', and all descendant branches. The green subgroup is not a clade; it represents a paraphyletic group, which is incomplete because here the blue branch, although descended with it from a common ancestor stem, is excluded from the green subgroup. A clade (from Ancient Greek : κλάδος , klados , "branch") is a group of organisms that consists of a common ancestor and all its lineal descendants , and represents a single ...

Linked on 2015-10-23 23:37:31 | Similar Links
Diatom - Wikipedia, the free encyclopedia

CentralNotice From Wikipedia, the free encyclopedia Jump to: navigation , search For a molecule of two atoms, see Diatomic molecule . Diatoms Marine diatoms Scientific classification Domain: Eukaryota (unranked): Sar Phylum: Heterokontophyta Class: Bacillariophyceae Dangeard , 1933 [ 1 ] Synonyms Diatomea Dumortier , 1821 [ 2 ] Diatomophyceae Rabenhorst , 1864 [ 3 ] Bacillariae Haeckel, 1878 [ 4 ] Bacillariophyta Engler & Gilg , 1919 [ 5 ] Diatoms [ 6 ] are a major group of algae , and are among the most common types of phytoplankton . Diatoms are unicellular , although they can form colonies in the shape of filaments or ribbons (e.g. Fragilaria ), fans (e.g. Meridion ), zigzags (e.g. Tabellaria ), or stars (e.g. Asterionella ). The first diatom formally described in scientific literature, the colonial Bacillaria paradoxa , was f...

Linked on 2015-10-23 23:34:01 | Similar Links
Xe
Remove plugin `meta.mount` by Xe · Pull Request #972 · pydio/pydio-core · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 58 Star 386 Fork 186 pydio / pydio-core Code Issues Pull requests Wiki Pulse Graphs HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP base sha1: &quot;62e8145009f756f2c8ea44c2ba557e56fd29eb93&quot; head sha1: &quot;ecc22a2ca0b80f6ff48885c14c757bfeea38a775&quot; Loading… Remove plugin `meta.mount` #972 Open Xe wants to merge 1 commit into pydio : develop from Xe : develop +0 −416      Conversation 0 Commits 1 Files changed 8 Show File Finder </textarea> '"` None yet </textarea> '"` No milestone </textarea> '"` No one assigned ...

Linked on 2015-10-23 23:20:11 | Similar Links
Xe
pydio-core/class.FilesystemMounter.php at 73cb84527bd9b602310adfeef557bead96d24e95 · pydio/pydio-core · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 58 Star 385 Fork 185 pydio / pydio-core Code Issues Pull requests Wiki Pulse Graphs HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP Permalink blob contrib key: blob_contributors:v21:f6c5d5e0ffb794c0049af14cd5799b45 Tree: 73cb84527b Switch branches/tags Branches Tags ajaxplorer-core-2.4 ajaxplorer-core-2.5.5 ajaxplorer-core-3.2.4 ajaxplorer-core-4.0.3 ajaxplorer-core-4.2.3 ajaxplorer-core-dec2012 core-5.0.3 develop jscore-deprototype master meta-streamwrapper pydio-core-5.2.6 registry-optim Nothing to show pydio-c...

Linked on 2015-10-23 23:08:32 | Similar Links
Tree

<< source for this is ick

http://localhost:8080/home/pub/tutorial/

or whatever the host:port your urbit is listening on, in your browser you should see the result of evaluating the argument to showcode from above.

Xe
hidduc-posmeg's Hoon Tutorials - Getting started

Hoon Computation Subject Surgery Gates - Functions and Lambdas Doors - Object Oriented, Sorta Traps - Closures Execution - Making things happen Tiles - Types Flow Control - Conditionals Flow Control - Loops and Crashing If you want to follow along with this tutorial then the first step is to get yourself an urbit instance. You will then have have two options for trying the code in these tutorials, using a webpage or the dojo shell. For dojo you'll need to enter the code in using the wide form. Usually that means doing something like the following. =+(a=1 +(a)) type => #t/@ result => 2 The rune is followed by parens with the arguments inside seperated by spaces. You can look at the rune documentation here if you want to look up the wide form for a particular rune. If you want to use a webpage, which will allow you to use the tall forms of the runes, then you'll need to setup up a page ...

Linked on 2015-10-23 22:11:24 | Similar Links
Secretagogue - Wikipedia, the free encyclopedia

CentralNotice From Wikipedia, the free encyclopedia Jump to: navigation , search A secretagogue is a substance that causes another substance to be secreted . One example is gastrin , [ 1 ] which stimulates the H/K ATPase in the parietal cells (increased gastric acid production by the stomach ). Pentagastrin , a synthetic gastrin, histamine , and acetylcholine are also gastric secretagogues. Sulfonylureas are insulin secretagogues, triggering insulin release by direct action on the K ATP channel of the pancreatic beta cells . Blockage of this channel leads to depolarization and secretion of vesicles. Angiotensin II is a secretagogue for aldosterone from the adrenal gland . References [ edit ] ^ secretagogue at eMedicine Dictionary [ dead link ] External links [ edit ] " Secretagogue " at Dorland's Medical Dictionary This human digestive system article is a st...

Linked on 2015-10-23 21:28:15 | Similar Links
« 817 818 819 820 821 1506 »

Pages are deceptive. Live life in a basket.