« 1181 1182 1183 1184 1185 1506 »

Pages are deceptive. Live life in a basket.

jepsen/LICENSE.txt at master · aphyr/jepsen · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 666 Fork 90 aphyr / jepsen /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:1b49cb7e0afa645c09dc43e0008ba20c branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item old /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu jepsen / LICENSE.txt aphyr Dec 1, 2014 license; fixes #32 1...

Linked on 2014-12-01 23:07:30 | Similar Links
s h i t h o u s e t v

NO SUCH BUMP PLS MAKE Subdomain: Image: <label for="music">Music:</label> <input id="music" name="music" type="file" /> BGcolor: All Bumps process pwnage asshat sonicare cancer nickel incoming ducktyping religion handle-the-tooth project-managment mansplain shortcuts plugins buckets capitalism working-from-home bitcoin drift premium-leather-trifold god santa heh titanfu titanFU barbie not-the-father nodeps copious-office selinux crabcore apocalypse dtrace chef hesonfire crossfit2 mnesia java-dev my-apartment ponies eyebrows wah-hah-ha fov all-systems-go thanks tm haxxor relationship-escalator dickjoke i-made-this pivot mimetypes squat double-port-forward iff olegdb2 olegdb failed-me kill9 automation tune-in hype glub-in-the-shell undatas-real-cats disgonbgud comfort lisp chairguy idle lightbulb mistake cobra-stein fuckwiggles wiggly ...

Linked on 2014-12-01 22:47:23 | Similar Links
Mandarin Chinese profanity - Wikipedia, the free encyclopedia

CentralNotice Mandarin Chinese profanity From Wikipedia, the free encyclopedia Jump to: navigation , search "Chinese profanity" redirects here. For profanities in Cantonese Chinese, see Cantonese profanity . The traditional Chinese characters for the word huàidàn (壞蛋/坏蛋), a Mandarin Chinese profanity meaning, literally, "bad egg" This article contains Chinese text. Without proper rendering support , you may see question marks, boxes, or other symbols instead of Chinese characters . Mandarin Chinese profanity most commonly involves sexual references and scorn of the object's ancestors, especially their mother. Other Mandarin insults accuse people of not being human. Compared to English, scatological and blasphemous references are less often used. In this article, unless otherwise noted, the traditional character will follow the simplified variant if it is d...

Linked on 2014-12-01 22:37:11 | Similar Links
gzruby rubygems 镜像

这是一个 http://rubygems.org 的镜像。在中国,如果没有VPN或者proxy的话, Ruby开发者往往很难直接连接到rubygems服务器。希望这个镜像可以为大家提供一个解决的办法。 这个镜像会缓存gemspec15分钟。 This is a mirror for http://rubygems.org that should be accessible for anyone in South China. It is provided as an alternative solution for ruby developers in China who may not be able to access the rubygems servers directly without a VPN or proxy. This mirror will cache the gemspecs for 15 minutes. 在你的gemfile 里面添加下列内容 Add the following line to your Gemfile: source "http://gems.gzruby.org/" 然后修改你的~/.gemrc,例如 And change your ~/.gemrc to something like this: --- :sources: - http://gems.gzruby.org/ gem: --no-rdoc --no-ri 如果你使用Windows系统, 你会在下列文件夹发现此文件: In windows, this file can be found here: C:\Documents and Settings\All Users\Application Data\gemrc (Win XP) C:\ProgramData\gemrc (Win 7) 目前缓存到 7564 个gem 7564 gems cached so far! - 1 ...

Linked on 2014-12-01 22:34:59 | Similar Links
#9754815 - Pastie

@pastieorg | status | Running Blind This is Pastie . Share Browse Tools Help About Repaste | Embed | Download | Raw A A A Plain text December 01, 2014 9:18PM EDT Report abuse ...detecting fonts... Sizes Clean (Pastie) All Hallow's Eve Blackboard Brilliance Black Cobalt Espresso Libre IDLE Mac Classic MagicWB (Amiga) Pastels on Dark Slate Slush and Poppies Sunburst Sunburst (Josh) Twilight Vibrant Ink Done Wrap text 1 2 3 # /etc/hosts temporary dns workaround 199.91.171.93 bb-m.rubygems.org 54.186.104.15 api.rubygems.org rubygems.org 118 characters / 3 lines Embed Code Advertising from Carbon : All your pastes are belong to us. Legal Created by Josh Goebel Monitored by New Relic ...

Linked on 2014-12-01 22:34:35 | Similar Links
gzruby rubygems 镜像

这是一个 http://rubygems.org 的镜像。在中国,如果没有VPN或者proxy的话, Ruby开发者往往很难直接连接到rubygems服务器。希望这个镜像可以为大家提供一个解决的办法。 这个镜像会缓存gemspec15分钟。 This is a mirror for http://rubygems.org that should be accessible for anyone in South China. It is provided as an alternative solution for ruby developers in China who may not be able to access the rubygems servers directly without a VPN or proxy. This mirror will cache the gemspecs for 15 minutes. 在你的gemfile 里面添加下列内容 Add the following line to your Gemfile: source "http://gems.gzruby.org/" 然后修改你的~/.gemrc,例如 And change your ~/.gemrc to something like this: --- :sources: - http://gems.gzruby.org/ gem: --no-rdoc --no-ri 如果你使用Windows系统, 你会在下列文件夹发现此文件: In windows, this file can be found here: C:\Documents and Settings\All Users\Application Data\gemrc (Win XP) C:\ProgramData\gemrc (Win 7) 目前缓存到 7564 个gem 7564 gems cached so far! - 1 ...

Linked on 2014-12-01 22:32:56 | Similar Links
Reagent: Minimalistic React for ClojureScript

Reagent: Intro News GitHub Reagent provides a minimalistic interface between ClojureScript and React . It allows you to define efficient React components using nothing but plain ClojureScript functions and data, that describe your UI using a Hiccup -like syntax. The goal of Reagent is to make it possible to define arbitrarily complex UIs using just a couple of basic concepts, and to be fast enough by default that you rarely have to care about performance. A very basic Reagent component may look something like this: hide I am a component! I have bold and red text. ( defn simple-component [ ] [ :div [ :p "I am a component!" ] [ :p.someclass "I have " [ :strong "bold" ] [ :span { :style { :color "red" } } " and red " ] "text." ] ] ) You can build new components using other components as building blocks. Like this: hide I include simple...

Linked on 2014-12-01 22:29:27 | Similar Links
EVIDENCE.com | Simple, secure digital evidence management for law enforcement

<![endif] [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] How it Works Security Product Family Why to Try Pricing Info Log in Nav Nav Home How it Works Why to Try Pricing Info Product Family "Through EVIDENCE.com, we now have the ability to upload digital evidence to a system that I don't have to manage." Chief Chris Burbank, Salt Lake City PD [if IE 8]> <a href="/burbank" class="button">Watch the video</a> <![endif] Watch the video ⇧ AXON body and AXON flex. Ultra-durable on-officer cameras designed to balance both simplicity and performance. With seamless integration with EVIDENCE.com managing your content has never been simpler. AXON flex AXON body Colle...

Linked on 2014-12-01 22:25:58 | Similar Links
TASER AXON body | On-Officer Cameras

TASER's AXON body is an ultra-durable on-officer camera designed to balance both simplicity and performance. AXON body provides agencies with a core unibody design for easy deployment. A 130-degree wide-angle lens, multiple on-body mounting options, a full shift buffer, and easy deployment provide agencies with a single button solution to recording digital evidence. [if IE]><style type='text/css'>form.lpeRegForm li {margin-bottom: 8px; } form.lpeRegForm select {width: 156px; } </style><![endif] First Name: Last Name: Title: Email: Phone Number: Agency Name: Street: City: Zip/Postal Code: State: Select State: AK AL AR AZ CA CO CT DE FL GA HI IA ID IL IN KS KY LA MA MD ME MI MN MO MS MT NC ND NE NH NJ NM NV NY OH OK OR PA RI SC SD TN TX UT VA VT WA WI WV WY Country: Select Country: United States Canada Puerto Rico Product Interest: Lead Source: Website Sourc...

Linked on 2014-12-01 22:24:19 | Similar Links
Amazon’s frightening CIA partnership: Capitalism, corporations and our massive new surveillance state - Salon.com

Salon Home News Education Labor Health Care Reproductive Rights We may never have another coldest year in history Andrea Thompson , Climate Central Learning from my 2014 mistakes: A year of reckoning for Democrats Joan Walsh Technology is making us blind: The dangerous complacency of the iPhone era Charles Howarth Politics 2014 elections Obamacare The Right 2016 Elections Corporate fat cats lose: San Francisco passes Retail Workers' Bill of Rights Luke Brinker Why are these clowns winning? Secrets of the right-wing brain Paul Rosenberg Republicans' real enemy is their base: What's behind their new offer to Obama Simon Maloy Entertainment Books Movies Music TV Bill Cosby and drugging: My 34-year-old secret C...

Linked on 2014-12-01 22:07:43 | Similar Links
ISIS may possesss nuclear material stolen from Iraq, report says - The Times of India

Java script disabled, please check your browser settings. Indiatimes | The Times of India | The Economic Times | More More Member: You are now a Member on the Times Points program. Click here to know more about the Times Points program. HI, My Times LOGOUT Sign In / Create Account Follow /toicommon_header_v2.cms?version=7potime:149 ADVERTISEMENT Middle East The Times of India The Times of India Indiatimes Web (by Google) Video Photos Advanced Search » Home City India World Business Tech Sports Entertainment Life & Style Women Spirituality NRI Photos Videos Delhi LG orders drive to clear footpaths For whom did Chennai Corporation widen pavem... Surat businessman to host wedding of 111 ‘da... Sons kills mother's paramour in Rajkot villa... 9 months on, Chennai techie's killers get li... Delhi man throws kid bro-in-law into canal Land tangle may delay Delhi Metro Phase-III Class 8 boy stab...

Linked on 2014-12-01 22:03:42 | Similar Links
Leonard Ritter on Twitter: "Been contemplating a rolling allocation scheme where memory is allocated on a ring buffer, never freed & simply overwritten after a while"

<![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? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Leonard Ritter ‏ @ paniq 4h 4 hours ago Been contemplating a rolling a...

Linked on 2014-12-01 22:00:57 | Similar Links
KerPlunk (game) - Wikipedia, the free encyclopedia

CentralNotice KerPlunk (game) From Wikipedia, the free encyclopedia Jump to: navigation , search A British edition of KerPlunk KerPlunk is a children's game first marketed by the Ideal Toy Company in 1967. [ 1 ] The game consists of a transparent plastic tube, plastic rods called straws (normally numbering 26 to 30 in total and of various colours - yellow and red predominantly) and several dozen marbles . The base contains four separate numbered trays and the straws are passed through holes in the middle of the tube to form a lattice. The marbles are then placed in the top of the tube and held in place by the lattice. [ 2 ] The onomatopoeic name of the game derives from the sound of the marbles tumbling to the base of the tube during play. At the start of play, the entire tube is rotated so that a hole in the base of the tube is aligned with the active player's tr...

Linked on 2014-12-01 22:00:29 | Similar Links
◉ Satellite Lu on Twitter: "A new C Implementation of the Den programming language by @WAallLy. Doc: http://t.co/ZICAptyzvr Source: https://t.co/UOf16yzoxy"

<![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? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel ◉ Satellite Lu ‏ @ aliceffekt 8m 8 minutes ago A new C Implementation ...

Linked on 2014-12-01 21:52:42 | Similar Links
Simon Eskildsen on Twitter: "I think Rocket got images right. Build a big tarball. Let the transport layer be efficient. Don't leak the abstraction of fs layers."

<![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? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Simon Eskildsen ‏ @ Sirupsen 16m 16 minutes ago I think Rocket got ima...

Linked on 2014-12-01 21:51:35 | Similar Links
CoreOS is building a container runtime, Rocket

Menu Home Products Using CoreOS Documentation Blog December 1, 2014 · By Alex Polvi Rocket is a new container runtime, designed for composability, security, and speed. Today we are releasing a prototype version on GitHub to begin gathering feedback from our community and explain why we are building Rocket. When we started building CoreOS, we looked at all the various components available to us, re-using the best tools, and building the ones that did not exist. We believe strongly in the Unix philosophy: tools should be independently useful, but have clean integration points. We hope this is reflected in tools that we build, such as etcd, which have seen widespread adoption and use outside CoreOS itself. When Docker was first introduced to us in early 2013, the idea of a “standard container” was striking and immediately attracti...

Linked on 2014-12-01 21:20:09 | Similar Links
s h i t h o u s e t v

NO SUCH BUMP PLS MAKE Subdomain: Image: <label for="music">Music:</label> <input id="music" name="music" type="file" /> BGcolor: All Bumps process pwnage asshat sonicare cancer nickel incoming ducktyping religion handle-the-tooth project-managment mansplain shortcuts plugins buckets capitalism working-from-home bitcoin drift premium-leather-trifold god santa heh titanfu titanFU barbie not-the-father nodeps copious-office selinux crabcore apocalypse dtrace chef hesonfire crossfit2 mnesia java-dev my-apartment ponies eyebrows wah-hah-ha fov all-systems-go thanks tm haxxor relationship-escalator dickjoke i-made-this pivot mimetypes squat double-port-forward iff olegdb2 olegdb failed-me kill9 automation tune-in hype glub-in-the-shell undatas-real-cats disgonbgud comfort lisp chairguy idle lightbulb mistake cobra-stein fuckwiggles wiggly ...

Linked on 2014-12-01 20:46:16 | Similar Links
« 1181 1182 1183 1184 1185 1506 »

Pages are deceptive. Live life in a basket.