Posts

Rcouch Outlaw Techno Psycho***** / OTP is this the new face of CouchDB?

Image
Outlaw Techno Psycho***** / OTP strikes again! Entertaining, film clip for Erlang aficionados featuring the above.  ---  yes I know  13,681 (now 20,388 now  44,939    81,368 ) of you have seen it already!   http://youtu.be/rRbY3TMUcgQ        The make rel  in rcouch together with the rebar.config and reltool.config was a revelation to me. Thank you again Benoit Chesneau  and The refuge project  for publishing it, and to the great coders who have contributed the thousands of parts that make it happen .  When I lived in Australia, there was a jingoistic catchphrase paraphrased as “Do it once, do it right, do it for Australia”.  The teams that built OTP and the people who built an ecosystem on top of it have  “Done it once, done it righ...

想像 想象 Visualiseren Visualiser Visualisierung Οραματιζομαστε Visualizzare Visualizar Visualise Visualizar Debug aide for Script-fu in GIMP

;;; returns called parameter e.g if you need to visualise ;;; a complex unknown variable returned from a call to a GIMP procedure ;;; such as (set! myreturn (car gimp-image-get-active-vectors)) ;;; then (set! (visualise myreturn) (car gimp-image-get-active-vectors)) ;;; will print the visualisation of the return on the error console ;;; without affecting the running of the program ;;; it is run for the side effect of printing visualisation of called parameter ;;; (visualise-string myreturn) will return a string-ified representation ;;; 想像 trad Chinese ; 想象 simplified Chinese; Visualiseren Dutch ;;; Visualiser French; Visualisierung German; Οραματιζομαστε Greek ;;; Visualizzare Italian; Visualizar Portugese ;;; Visualise English Russian Japanese Korean; Visualizar Spanish ;;; © David M. W. Martin Tue 29 Apr 2008 ;;; include visualise and visualise-string ;;; © David M. W. Martin Thu 18 Jun 2009 11:44:34 BST ( define ( visualise object ) ( visualise-worker object #t ))...