[CentralOH] 2013-01-24 無場 Notes

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Tue Jan 29 10:50:33 CET 2013


2013-01-24 Panera 300 W Lane Avenue

One hour wait to get Wifi, so will probably move to Whetstone Library.
Watch cohpy.org for where next dojo will be.

raphaeljs.com/analytics.html
raphaeljs.com

tree /dev/disk

clear ;# does not clear scroll buffer
echo -e '\ec' ;# clears scroll buffer
reset ;# clears scroll buffer

https://github.com/docopt/docopt
Pythonic command line arguments parser, that will make you smile
arguments are defined by docstring

http://fiddler2.com/
web debugging proxy (GUI, Windows only)

Zamboni (written in Python/Django)
http://zamboni.readthedocs.org/en/latest/
https://github.com/mozilla/zamboni
(AMO: addons.mozilla.org aka Mozilla Add-ons)

paypal: difficult API

Stripe: easy API
https://stripe.com/docs/api?lang=python
https://github.com/stripe/stripe-python

https://github.com/xdissent/ievms
Eases testing of various versions of Microsoft's IE.
Sets up Microsoft VM disk images
Uses gobs of RAM

Which thing does not render correctly?

https://duckduckgo.com/html/?q=the%20story%20of%20science%20bbc

Good (stressful!) test video: 10-bit version of which
>From Pole to Pole
http://www.imdb.com/title/tt0797603/

Fandi will get library card and try to reserve meeting room at Whetstone Library.

http://camelcamelcamel.com/  _Very_ cool price history charts.

The Javascript language itself is pretty stable.
Differences in DOM implementations causes grief.
Names are consistent, but values are not between browsers.
Various implementations of CSS cause more grief than various
implementations of Javascript.

column -t, sort -u, and uniq -c are nice commands

du -s * | sort -n | column -t
find . -exec ls -lad {} \; | column -t | less
history | awk '{print $2}' | sort | uniq -c | sort -n -r | head -10

mplayer -vo caca # ascii output
http://www.dyne.org/software/hasciicam/

Minimal filter
    cat -
    tee

blkid
tree /sys/block
echo /sys/block/sd*
tree /proc | less
tree /dev/disk
tree .

https://github.com/kadirpekel/hammock

Easter eggs:
http://www.google.com/search?hl=en&source=hp&q=askew&btnG=Google+Search&gbv=1
http://www.google.com/search?q=conway%27s+game+of+life&btnG=Search&hl=en&gbv=1
http://www.google.com/search?q=zerg+rush&btnG=Search&hl=en&gbv=1
http://www.google.com/search?hl=en&source=hp&q=binary&btnG=Google+Search&gbv=1
http://www.google.com/search?q=octal&btnG=Search&hl=en&gbv=1
http://www.google.com/search?q=hexadecimal&btnG=Search&hl=en&gbv=1

https://en.wikipedia.org/wiki/Half-Life_(series)



More information about the CentralOH mailing list