[ Launch: Tributary inlet ] 6843559 by hyponymous
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
| "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"> | |
| <head> | |
| <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> | |
| <title></title> | |
| <style type="text/css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # File: extract.py | |
| # Author: Michael David Plotz | |
| # Date: Fri Dec 20 21:01:41 PST 2013 | |
| # | |
| # Extract images and labels from MNIST database (http://yann.lecun.com/exdb/mnist/) | |
| # | |
| import argparse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # File: wason.py | |
| # Author: Michael David Plotz | |
| # Date: Thu Jan 9 23:15:20 PST 2014 | |
| # | |
| import re | |
| def is_num(arg): |
10,000 poisson-disc samples of Van Gogh’s The Starry Night. Compare to uniform random samples.
Forked from Poisson-Disc III
A letter scrambling and object constancy demo based on Mike Bostock's General Update Pattern III.
Run the server:
npm run start
Test the server by loading http://localhost:8080/ in a browser, or run
time curl http://localhost:8080/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| head -c 15 </dev/random | python3 -c "import sys, base64; sys.stdout.write('{}\n'.format(base64.b85encode(sys.stdin.buffer.read()).decode('utf-8')))" # ;b85-pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vim +/"^[<>|=]\{7}" $(git status -sb | grep "^UU" | cut -d' ' -f 2) # ;edit-conflicted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| file=$(pbpaste); git diff -b -M :1:$file :2:$file >~/tmp/left.diff; git diff -b -M :1:$file :3:$file >~/tmp/right.diff; vim -O ~/tmp/left.diff ~/tmp/right.diff # ;three-way |
OlderNewer