Upload Sign in Search Loading... Watch Queue TV Queue Remove all Disconnect Loading... Watch Queue TV Queue __count__/__total__ <p class="yt-spinner "> <img src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" aria-label="Loading icon" title="Loading icon" class="yt-spinner-img yt-sprite"> <span class="yt-spinner-message"> Loading... </span> </p> Find out why Close Golf Thug Thug Life Subscribe Subscribed Unsubscribe 5 Loading... Loading... Working... Add to Sign in to add this video to a playlist. Sign in Share More Report 11,412 269 Sign in to make your opinion count. Sign in 1 Sign in to make your opinion count. Sign in Loading... Loading... Loading... ...
[if lt IE 7]> <style type="text/css"> #logo_holder img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); } #logo_holder { display: inline-block; width: 176px; height: 44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://store.akamai.steamstatic.com/public/images/v5/globalheader_logo.png'); } </style> <![endif] STORE Community ABOUT SUPPORT Install Steam login | language Български (Bulgarian) čeština (Czech) Dansk (Danish) Nederlands (Dutch) Suomi (Finnish) Français (French) Ελληνικά (Greek) Deutsch (German) Magyar (Hungarian) Italiano (Italian) 日本語 (Japanese) 한국어 (Korean) Norsk (Norwegian) Polski (Polish) Português (Portuguese) Português-Brasil (Portuguese-Brazil) Русский (Russian) Română (Romanian) 简体中文 (Simplified Chinese) Español (Spanish) Svenska (Swedish) 繁體中文 (Traditional Chine...
Welcome in BrettspielWelt MetaGame Help Hall of Fame Games Community Currently there are 0 players online. br/><span id="onlineGames"></span> games played.</p p>Aufgrund von Wartungsarbeiten ist die BrettspielWelt vorraussichtlich bis 12:00 Uhr nicht erreichbar. </p Play Now Introduction Log in Sprachenauswahl Switch language to German Switch language to English Choose another language Quick Start Einstiegspunkte MetaGame Guilds Elections Citizens Lotteries Help FAQ Introduction Game Manager Commands Game rules Hall of Fame Rankings Tournaments Players Deutsche Meisterschaft Games DOG Wizard Einfach Genial (Ingenious) Siedler v. Catan Carcassonne Community Download Forum News Events a href="http://www.spielwiesn.de/"><img src="/img/spielwiesnbanner.jpg" id="advert"/></a <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle....
Morpheus Linux | Install | Packages | Images | Community | Git Not everything is set in stone yet, but: Keep it simple . Stable release model with binary packages and a ports system (Plan9 mk-based). Statically linked, using musl-libc . Sane simple base utilities, see: sbase, ubase, hbase etc. Package management using mount overlays (aufs), but mostly FHS compatible . UTF-8 locale. libressl linked . No Native Language Support (NLS). No systemd and rabbit hole. No binary blob drivers (except linux-firmware). Separate /emul namespace for legacy or binary-blob software (skype, wine, robot-unicorn-attack). sbase : suckless unix tools. ubase : suckless linux base utils. hbase : programs to complement sbase and ubase, mostly based on heirloom. sinit : /bin/init. smdev : device hotplug, replacement for udev for most purposes. svc : service management, written in POSIX sh. mkb...
sta.li stali - static linux home dwm st stali surf tools download source about faq filesystem masterplan sandbox technologies static linux is based on a hand selected collection of the best tools for each task and each tool being statically linked (including some X clients such as st, surf, dwm, dmenu), It also targets binary size reduction through the avoidance of glibc and other bloated GNU libraries where possible (early experiments show that statically linked binaries are usually smaller than their dynamically linked glibc counterparts!!!). Note, this is pretty much contrary to what Ulrich Drepper reckons about static linking. Due to the side-benefit that statically linked binaries start faster, the distribution also targets performance gains. Sta.li is still in a design phase. You can contribute by adding ideas to the sandbox or by working on the mast...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 6,898 Fork 4,156 git / git /.container /.repohead Code Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:d82a5061e8e800dc5e37306a78a79ad5 branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters maint /.select-menu-item master /.select-menu-item next /.select-menu-item pu /.select-menu-item todo /.select-menu-item Nothing to show /.select-menu-list v2.1.2 /.select-menu-item v2.1.1 /.select-menu-item v2.1.0-rc2 /.select-menu-item v2.1.0-rc1 /...
CentralNotice Automatic differentiation From Wikipedia, the free encyclopedia Jump to: navigation , search In mathematics and computer algebra , automatic differentiation ( AD ), also called algorithmic differentiation or computational differentiation , [ 1 ] [ 2 ] is a set of techniques to numerically evaluate the derivative of a function specified by a computer program. AD exploits the fact that every computer program, no matter how complicated, executes a sequence of elementary arithmetic operations (addition, subtraction, multiplication, division, etc.) and elementary functions (exp, log, sin, cos, etc.). By applying the chain rule repeatedly to these operations, derivatives of arbitrary order can be computed automatically, accurately to working precision, and using at most a small constant factor more arithmetic operations than the original program. Automatic differe...
Bash Booster Bash Booster is a single file library, which provides various features useful during setup environment and preparing servers. It is inspired by Chef and was developed to be used with Vagrant . When Chef is too heavy, use Bash Booster, because it has been written using Bash only and requires nothing . Table of Contents Quick Start Philosophy Code Organization Module Description var log exit assert ext exe workspace tmp template properties event download flag read sync wait apt yum Support Contribution License Changes 0.2beta 0.1beta5 0.1beta4 0.1beta3 0.1beta2 0.1beta ¶ Download ready to use library file or... Get the source code: $ hg clone ssh://hg@bitbucket.org/kr41/bash-booster bash-booster $ cd bash-booster Build the library file bashbooster.sh : $ ./build.sh Use it! Note for OS X users. OS X is shipped with an old version of Bash, so you need ...
Sign up for a GitHub account Sign in All Gists e000 / donotuse.py Created June 13, 2011 Code Revisions 11 Stars 41 Forks 3 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav How to NEVER use lambdas. View donotuse.py donotuse.py Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 1...
Home Blog Examples Tutorial Code Wiki FAQ Roadmap About Contact Twitter Newsletter Atom Follow: Get the Code! Mypy on Twitter is @mypyproject Follow @mypyproject on Twitter Why mypy? Compile-time type checking Static typing makes it easier to find bugs with less debugging. Easier maintenance Type declarations act as machine-checked documentation. Static typing makes your code easier to understand and easier to modify without introducing bugs. Grow your programs from dynamic to static typing You can develop programs with dynamic typing and add static typing after your code has matured, or migrate existing Python code to static typing. Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing...
BT x Your opinion matters! Please fill in the InfoQ Survey about your reading habits! ####### SITE START ######### Contribute About Us About You Purpose Index Exclusive updates on: ####### HEADER START ######### Facilitating the spread of knowledge and innovation in professional software development ####### search ######### Login ####### logo ######### En | 中文 | 日本 | Fr | Br 1,023,001 Sep unique visitors ####### menu ######### Development Java .Net Cloud Mobile HTML5 JavaScript Ruby DSLs Python PHP API All in Development Architecture & Design Architecture Modeling Scalability/Performance DDD BDD AOP Patterns Security Cloud SOA All in Architecture & Design Process & Practices Agile Leadership Collaboration Agile Techniques Methodologies Continuous Integration Lean/Kanban ...
Sign up for a GitHub account Sign in All Gists lykkin / gist:a5cbff5873234cc13104 Created October 23, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View gist:a5cbff5873234cc13104 gistfile1.txt Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 42 def pre(f, preds): 43 44 @wraps(f) 45 def inner(*args, **kwargs): 46 for pred in preds: 47 assert pred(*args, **kwargs) 48 return f(*args, **kwargs) 49 50 return inner 51 52 53 def post(f, preds): 54 55 @wraps(f) 56 def inner(*args, **kwargs): 57 res = f(*args, **kwargs) 58 for pred in preds...
<![endif] HEADER BROWSE BETS NEW BET FAQ STATS LEFT SIDEBAR NEW BETS 1 .14 BTC 2 .06 BTC Light Sweet Crude Oil (WTI) Feb 2015 to drop under $70 before 2015 As reported by cme . If the difference between a given "Yes" bet time and the bet's closing time is less than one week,... 2 .07 BTC 0 .28 BTC Bitcoin difficulty to fall before Mar 2015 Resolves as Yes if Bitcoin network difficulty, as per gribble, falls from the prior period any time before March 2015. 0 .17 BTC 0 .12 BTC Director of CDC to step down before March Tom Frieden will step down as the Director of the Centers for Disease Control and Prevention or announce his intent to do so before March... 11 .91 BTC 3 .23 BTC Bitcoin to rise above $600 before December The price of one Bitcoin in USD will rise above $600 before December 2014 as per Bitstamp 2 .91 BTC...
Welcome to the demo status page. Take the tour . New Relic x Get email notifications whenever New Relic creates or updates an incident. make sure not to put cookie values in here since this gets cached Get SMS notifications whenever New Relic creates or updates an incident. make sure not to put cookie values in here since this gets cached Afghanistan (+93) Albania (+355) Algeria (+213) American Samoa (+1684) Andorra (+376) Angola (+244) Anguilla (+1264) Antigua and Barbuda (+1268) Argentina (+54) Armenia (+374) Aruba (+297) Australia/Cocos/Christmas Island (+61) Austria (+43) Azerbaijan (+994) Bahamas (+1) Bahrain (+973) Bangladesh (+880) Barbados (+1246) Belarus (+375) Belgium (+32) Belize (+501) Benin (+229) Bermuda (+1441) Bolivia (+591) Bosnia and Herzegovina (+387) Botswana (+267) Brazil (+55) Brunei (+673) ...