« 1015 1016 1017 1018 1019 1506 »

Pages are deceptive. Live life in a basket.

Dr Peter Attia - The Straight Dope on Cholesterol and Diet - YouTube

Skip navigation Upload Sign in Search Loading... Close Yeah, keep it Undo Close Watch Queue TV Queue Remove all Disconnect Loading... Watch Queue TV 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 Dr Peter Attia - The Straight Dope on Cholesterol and Diet drcldrcl Subscribe Subscribed Unsubscribe 3,068 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 Transcript Statistics 63,055 431 Sign in to make...

Linked on 2015-04-24 03:05:56 | Similar Links
cwrap - socket_wrapper

cwrap Example row of columns socket_wrapper is a library passing all socket communications through unix sockets. Clone with git · Report a bug socket_wrapper aims to help client/server software development teams willing to gain full functional test coverage. It makes possible to run several instances of the full software stack on the same machine and perform locally functional testing of complex network configurations. Redirects all network communication to happen over unix sockets. Support for IPv4 and IPv6 socket and addressing emulation. Ablility to capture network traffic in pcap format. The idea and the first incarnation of socket_wrapper has been written by Jelmer Vernooij in 2005. It made it possible to run the Samba torture suite against s...

Linked on 2015-04-24 02:06:36 | Similar Links
dx
cwrap - Testing your full software stack on a single machine

Full network server/client testing made easy. Download Clone with git Report a bug scroll for more information Preloading is a feature of the dynamic linker (ld). On most UNIX systems ld allows to load a number of shared libraries before loading all the shared libraries which are required by an executable. The cwrap project uses this feature to implement special libraries which can be used to fake certain behavior of the system. Think of it like "The Matrix" where reality is simulated and everything is a lie! Learn more ... socket_wrapper makes possible to run several instances of a a full client/server software stack on the same machine and to perform functional testing of many complex network configurations locally, with without going out to the network. Learn more about socket_wrapper... ...

Linked on 2015-04-24 02:02:25 | Similar Links
Split downloader into it's own binary. · qpfiffer/waifu.xyz@6d841d0 · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 2 Star 6 Fork 2 qpfiffer / waifu.xyz /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Split downloader into it's own binary. 11_thread_reply_graph commit 6d841d00ce2e7f22f3437e014d6789afcb223e9a 1 parent 247c77e qpfiffer authored Apr 23, 2015 Unified Split Showing 4 changed files with 396 additions and 386 deletions . +6 −2      Makefile +388 −0      src/downloader.c +1 −383      src/main.c +1 −1    src/utils.c Show notes View 8      Makefil...

Linked on 2015-04-24 01:38:45 | Similar Links
tinybaby on Twitter: "@mikesacco http://t.co/IYYzdIVeYV"

<![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 English UK 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? Mike Sacco ‏ @ mikesacco 1h 1 hour ago You can avoid damage by blocking. Enemies can avoid blocking with armor penetration. You ca...

Linked on 2015-04-24 00:46:19 | Similar Links
Will It Shuffle?

January 21, 2012 Mike Bostock Or, why random comparators are bad (in addition to being slow). This matrix diagram visualizes the probability of each element i being placed in position j at the end of a random shuffle. Red cells represent negative bias ; green cells represent positive bias . A good shuffling algorithm is unbiased ; you should see a uniform grey matrix with only a bit of white noise. A bad algorithm will show streaks in the matrix, indicating an un­even distribution. For more details, read my previous post on the Fisher–Yates shuffle . Also see screenshots of different browsers . Built with d3.js . Choose an algorithm: Or write your own: refresh auto-refresh Comments? Discuss on HN! January 21, 2012 Mike Bostock ...

Linked on 2015-04-24 00:38:12 | Similar Links
Fisher–Yates Shuffle

January 14, 2012 Mike Bostock Say you had a fresh pack of cards: If you want to play a game of Texas Hold ‘em with friends, you should shuffle the deck first to randomize the order and insure a fair game. But how? A quick way of seeing an algorithm’s bias is a matrix diagram . A simple but effective way of doing this is to pull a random card from the deck repeatedly and set it aside, incrementally building a new stack. As long as you pick each remaining card from the deck with equal probability, you’ll have a perfectly-unbiased random stack when you’re done: Click to shuffle! But let’s say instead of a physical deck of cards, you wanted to write code to perform this same task with an in-memory array of n elements. Sounds straightforward (in part), but how would you pick a random remaining element from the original deck, exactly? One slow option—gotta start somewhere: pick a ran...

Linked on 2015-04-24 00:37:34 | Similar Links
PCG, A Family of Better Random Number Generators | PCG, A Better Random Number Generator

Menubar This keeps the margins nice Toggle navigation PCG, A Better Random Number Generator /.navbar-header Download Docs Paper Video Blog /.navbar-collapse /.container End of Menubar Body content PCG, A Family of Better Random Number Generators PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict. comment founded on the idea of permutation functions on tuples. First column header is not rotated Following headers are rotated Statistical Quality Prediction Difficulty Reproducible Results Multiple Streams Period Useful Features Time Perfomance Space Usage Code Size & Complexity k -Dimensional Equidistribution PCG Family Excellent Challenging Yes Yes (e.g. 2 63 ) Arbitrary Jump ahead, Distance ...

Linked on 2015-04-24 00:32:23 | Similar Links
billautomata/piday_2015 · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 0 Star 0 Fork 0 billautomata / piday_2015 /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar project for portland creative coders pi day 9 commits 3 branches 0 releases 1 contributor JavaScript 100.0% JavaScript branch: master Switch branches/tags Branches Tags gh-pages master pdx_cc_pres Nothing to show Nothing to show piday_2015 / better docs latest commit aca0771eea billautomata authored Mar 14, 2015 Permalink Failed to load latest commit information. ...

Linked on 2015-04-24 00:25:20 | Similar Links
http://billautomata.github.io/random_numbers_talk/

Math.random() d3 normal perlin simplex all white all black gradient diag pdx_cc_image color image bw image bw image blurred gradient screenshot all white (c) all black (c) gradient diag (c) pdx_cc_image (c) color image (c) bw image (c) bw image blurred (c) gradient (c) screenshot (c) PARTICLES ...

Linked on 2015-04-24 00:23:28 | Similar Links
billautomata/random_numbers_talk · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 0 Star 0 Fork 0 billautomata / random_numbers_talk /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar repo for my pdx cc meetup talk on apr 22 19 commits 1 branch 0 releases 1 contributor JavaScript 99.6% Other 0.4% JavaScript Other branch: gh-pages Switch branches/tags Branches Tags gh-pages Nothing to show Nothing to show random_numbers_talk / v1 latest commit c5a6c9af0e billautomata authored Apr 21, 2015 Permalink Failed to load latest commit information. ...

Linked on 2015-04-24 00:22:45 | Similar Links
billautomata/random_numbers_talk · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 0 Star 0 Fork 0 billautomata / random_numbers_talk /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar repo for my pdx cc meetup talk on apr 22 19 commits 1 branch 0 releases 1 contributor JavaScript 99.6% Other 0.4% JavaScript Other branch: gh-pages Switch branches/tags Branches Tags gh-pages Nothing to show Nothing to show random_numbers_talk / v1 latest commit c5a6c9af0e billautomata authored Apr 21, 2015 Permalink Failed to load latest commit information. ...

Linked on 2015-04-24 00:22:02 | Similar Links
Linux battlenet desktop "This application failed to start" SOLVED - Forums - Battle.net

Battle.net Forums Battle.net Forums Battle.net Desktop App Technical Support Linux battlenet desktop "This application failed to start" SOLVED Log in or Create an Account Shop Account Support Knowledge Center Browse our support articles Your Support Tickets View your active tickets (login required). [if IE 6]> <iframe id="support-shim" src="javascript:false;" frameborder="0" scrolling="no" style="display: block; position: absolute; top: 0; left: 9px; width: 297px; height: 400px; z-index: -1;"></iframe> <script type="text/javascript"> //<![CDATA[ (function(){ var doc = document; var shim = doc.getElementById('support-shim'); shim.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)'; shim.style.display = 'block'; })(); //]]> ...

Linked on 2015-04-24 00:20:29 | Similar Links
nothing-is-true

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...

Linked on 2015-04-23 23:02:01 | Similar Links
« 1015 1016 1017 1018 1019 1506 »

Pages are deceptive. Live life in a basket.