mohangk.org/blog

Thoughts, somewhat explained

September 25, 2008
by admin
0 comments

links for 2008-09-24

Sylvester – Vector and Matrix math for JavaScript A Javascript library to manipulate vector and matrices. (tags: javascript math toolkit) A history of the Amiga, part 1: Genesis: Page 1 Homage to the computer that set my imagination wild. This … Continue reading

September 23, 2008
by admin
0 comments

links for 2008-09-22

Reflections from a TiddlyWiki Tiddler and Thoughts on a Guide for Web App Development with TiddlyWiki A great collection of notes on how to hack TiddlyWiki. TiddlyWiki is one of those excellent examples of a completely javascript based web application, … Continue reading

September 11, 2008
by admin
0 comments

links for 2008-09-10

JSON » Blog Archives » Standardizing RESTful JSON Standards and techniques to look into if we are ever going to implement a simple json interface ontop of arbitiary databases – ala DBslayer (tags: json rest restful-json standards) JSON Schema Proposal … Continue reading

September 6, 2008
by admin
0 comments

links for 2008-09-05

find and xargs Note to self – When encoountering the "Argument list too long" because the bash expansion choked on a large list of files – use "find ./ -name '<pattern_to_match>' | xargs <cmd_to_run>" (tags: bash tips tutorial unix reference)

September 5, 2008
by admin
0 comments

links for 2008-09-04

SitePoint Blogs » Easy Vector Graphics with the Raphaël JavaScript Library A very cool tutorial on using Raphaël to make a performance monitoring graph. Very clean code and nice looks. (tags: javascript raphaël visualization) Goldblog – Python Parameters – Pass-By-Value … Continue reading