« 82 83 84

Pages are deceptive. Live life in a basket.

travist/makemeasandwich.js · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 75 Fork 14 travist / makemeasandwich.js /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar A Node.js + Phantom.js command line application that will automatically order you a sandwich from Jimmy John's. ( http://xkcd.com/149 ) 19 commits 1 branch 0 releases 2 contributors JavaScript 100% JavaScript branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.sel...

Linked on 2014-10-07 19:09:43 | Similar Links
scikit-learn: machine learning in Python — scikit-learn 0.15.2 documentation

Home Installation Documentation Scikit-learn 0.15 (stable) Tutorials User guide API FAQ Development Scikit-learn 0.14 Scikit-learn 0.13 Scikit-learn 0.12 Scikit-learn 0.11 More versions... Examples end navbar Banner Carousel items Carousel nav ‹ › Simple and efficient tools for data mining and data analysis Accessible to everybody, and reusable in various contexts Built on NumPy, SciPy, and matplotlib Open source, commercially usable - BSD license Github "fork me" ribbon scikit-learn Tutorials An introduction to machine learning with scikit-learn Machine learning: the problem setting Loading an example dataset Learning and predicting Model persistence A tutorial on statistical-learning for scientific data processing Statistical learning: the setting and the estimator object i...

Linked on 2014-10-07 18:16:23 | Similar Links
St. Petersburg paradox - Wikipedia, the free encyclopedia

CentralNotice St. Petersburg paradox From Wikipedia, the free encyclopedia Jump to: navigation , search This article includes a list of references , related reading or external links , but its sources remain unclear because it lacks inline citations . Please improve this article by introducing more precise citations. (October 2013) The St. Petersburg lottery or St. Petersburg paradox [ 1 ] is a paradox related to probability and decision theory in economics . It is based on a particular (theoretical) lottery game that leads to a random variable with infinite expected value (i.e., infinite expected payoff) but nevertheless seems to be worth only a very small amount to the participants. The St. Petersburg paradox is a situation where a naive decision criterion which takes only the expected value into account predicts a course of action that presumably no actual pers...

Linked on 2014-10-07 00:16:26 | Similar Links
All-pay auction - Wikipedia, the free encyclopedia

CentralNotice All-pay auction From Wikipedia, the free encyclopedia Jump to: navigation , search In economics and game theory , an all-pay auction is an auction in which every bidder must pay regardless of whether he wins the prize, which is awarded to the highest bidder as in a conventional auction. In an all-pay auction, the Nash Equilibrium is such that each bidder plays a mixed strategy and his expected pay-off is zero. [ citation needed ] The seller's expected revenue is equal to the value of the prize. However, some experiments have shown that over-bidding is common. That is, the seller's revenue frequently exceeds that of the value of the prize, and in repeated games even bidders that win the prize frequently will most likely make a loss in the long run. [ 1 ] Forms of all-pay auctions [ edit ] The most straightforward form of an all-pay auction is a Tullock auct...

Linked on 2014-10-06 23:24:17 | Similar Links
TOPLAP | the home of live coding

About Live Coding and TOPLAP TOPLAP wiki (manifesto, software, etc) Discussion forum Suggest a link / contact Credits Events Call for submissions Pictures Music Videos Software Search for: TOPLAP Tweets Flickr Facebook Other tweets about livecoding Uncategorized Cambridge (UK) Live Coding Music Co-op Cambridge is where Sonic PI (and indeed the Raspberry Pi) come from, and has a history of live coding research. Pam Burnard, education researcher, is convening the new “Live Coding Music Co-op” (LCMC) there with the first meeting on the 6th October September 20, 2014 / No comments Uncategorized Cambridge (UK) Live Coding Music Co-op Cambridge is where Sonic PI (and indeed the Raspberry Pi) come from, and has a history of live coding research. Pam Burnard, education researcher, is convening the new “Live Coding Music Co-op” (LCMC) there with the first...

Linked on 2014-10-03 22:31:04 | Similar Links
RegExr: Learn, Build, & Test RegEx

v2.0 BETA by gskinner RegExr v1 GitHub Tutorial Library {{getLabel()}} {{getLabel()}} {{getStaticRating()}} {{getIcon()}} {{getLabel()}} {{getDetail()}} RegExr is an online tool to learn , build , & test Regular Expressions (RegEx / RegExp). Results update in real-time as you type. Roll over a match or expression for details. Save & share expressions with others. Explore the Library for help & examples. Undo & Redo with {{getCtrlKey()}}-Z / Y. Search for & rate Community patterns. Character classes . any character except newline \w \d \s word, digit, whitespace \W \D \S not word, digit, whitespace [abc] any of a, b, or c [^abc] not a, b, or c [a-g] character between a & g Anchors ^abc$ start / end of the string \b word boundary Escaped characters \. \* \\ escaped special characters \t \n \r tab, linefeed, carriage return \u00A9 unicode escaped © Groups & Lookaround (abc) capture grou...

Linked on 2014-10-03 18:31:39 | Similar Links
Library Genesis: Michael Spivak - Calculus

RU Начало пункта FORUM Начало пункта Sitemap Конец контейнера DOWNLOAD Начало пункта Начало контейнера libgen.org - 1M (Main) gen.lib.rus.ec - 1M (only search) bookfi.org libgen.info - 1M libgen.net - 1M www.libgen.net - 1M vnuki.org bookzz.org (bookza.org, bookos.org) I2P - 1M Torrents Usenet (*.nzb) libgen.org gen.lib.rus.ec Books catalog (XLS) Source (PHP) Import local files in LG format Libgen Librarian for Desktop Конец контейнера UPLOAD Начало пункта Начало контейнера Конец контейнера LAST Начало пункта Начало контейнера Last modified RSS API Конец контейнера OTHERS Начало пункта Начало контейнера Fulltext search in LG books Lib.rus.ec \ Flibusta.net - Monthly Updates Bibliography search (Ozon, Amazon, РГБ) DC++ Fulltext Search (Yandex) P2P Fulltext Search (Sphinx, magnet-links) Конец контейнера TOPICS Начало пункта Начало ...

Linked on 2014-10-03 18:18:46 | Similar Links
Consul

Toggle navigation Download Github Intro Docs Community Demo Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. Register external services such as SaaS providers as well. Pairing service discovery with health checking prevents routing requests to unhealthy hosts and enables services to easily provide circuit breakers. Consul scales to multiple datacenters out of the box with no complicated configuration. Look up services in other datacenters, or keep the request local. Flexible key/value store for dynamic configuration, feature flagging, coordination, leader election and more. Long poll for near-instant notification of configuration changes. Look up services using Consul's built-in DNS server. Support existing infrastructure witho...

Linked on 2014-10-02 20:10:17 | Similar Links
Facebook Open Source on Twitter: "Announcing #flow, a new type checker for JavaScript built by @facebook that will be open sourced this year #AtScale2014"

<![endif] Twitter Search query Search Twitter Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Čeština Dansk Deutsch EnglishUK Español Filipino français Italiano Magyar Nederlands Norsk Polski Português română Suomi Svenska Tiếng Việt Türkçe Русский Українська мова עִבְרִית العربية فارسی हिन्दी বাংলা ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Sign in New to Twitter? Join Today » Sign In Phone, email or username Password Sign in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Facebook Open Source ‏ @ fbOpenSource Sep 15 Announcing # flow , a ...

Linked on 2014-10-02 19:08:44 | Similar Links
Free Perl Obfuscator

Paste your Perl code here: Strip Comments - Compress code by removing comments and pod. Space Collapser - Compress code by removing extraneous white space. Warning : It may break certain regexes without the /x switch or more complex code. Punctuationify - Use punctuation characters to hide the real code using Acme::EyeDrops sightly algorithm. Warning : The code will grow by roughly 1200% plus 40 characters. Width - Set number of punctuation characters per line (Recommended). One Liner - A long string of punctuation without wrapping. Warning: This might save a few characters, but really long lines may have cut/paste problems or break certain editors. DANGEROUS Alphanumeric Elimination - Eliminate all alphanumerics, including the "eval" cheater words caused by Punctuationification filter. Warning : The ending return value will be lost. Warning ...

Linked on 2014-10-02 00:30:10 | Similar Links
Malbolge - Wikipedia, the free encyclopedia

CentralNotice Malbolge From Wikipedia, the free encyclopedia Jump to: navigation , search This article is about the programming language. For the eighth circle of hell in Dante's Inferno, see Malebolge . This article has multiple issues. Please help improve it or discuss these issues on the talk page . This article's lead section may not adequately summarize key points of its contents . Please consider expanding the lead to provide an accessible overview of all important aspects of the article. (May 2012) This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources . Unsourced material may be challenged and removed. (November 2011) Malbolge is a public domain esoteric programming language invented by Ben Olmstead in 1998, named after the eighth circle of hell in Da...

Linked on 2014-10-01 00:53:13 | Similar Links
Time Cube

"­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ "TIME CUBE 4ce" In 1884,  meridian time personnel met in Washington to change Earth time. First words said was that only 1 day could be used on Earth to not change the 1 day bible. So they applied the 1 day  and  ignored  the  other  3 days. The bible time was wrong then and it proved wrong today. This a major lie has so much evil feed from it's wrong. No man on Earth has no belly-button, it proves every believer on Earth a liar. Children will be blessed for Killing Of Educated Adults Who Ignore 4 Simultaneous Days Same Earth Rotation. Practicing Evil ONEness - Upon Earth Of Quadrants . Evil Adult Crime VS Youth. Supports Lie Of Integration. 1 Educated Are Most Dumb. Not 1 Human Except Dead 1 . Man Is Paired , 2 Half 4 Self. 1 of God Is Only 1/4 Of God. Bible A Lie ...

Linked on 2014-09-30 20:33:27 | Similar Links
Foot binding - Wikipedia, the free encyclopedia

CentralNotice Foot binding From Wikipedia, the free encyclopedia Jump to: navigation , search Part of a series on Violence against women Issues Acid throwing Breast ironing Bride burning Dating abuse Date rape Domestic violence Marital rape Domestic violence and pregnancy Dowry death Honor killing Female genital mutilation Gishiri cutting Infibulation Female infanticide Femicide Foot binding Forced abortion Forced pregnancy Forced prostitution Genocidal rape Human trafficking Murder of pregnant women Rape In campus Corrective Prison Pregnancy from rape Sati Sexual slavery Sexual violence Violence against prostitutes Related topics Outline of domestic violence Prevention and management Prosecution v t e This article contains Chinese text. Without proper rendering support , you may see question marks, boxes, or other symbols instead ...

Linked on 2014-09-30 18:04:37 | Similar Links
« 82 83 84

Pages are deceptive. Live life in a basket.