-
links for 2011-04-07
language agnostic – What are the lesser known but cool data structures ? – Stack Overflow content datastructures
-
links for 2011-04-01
PhantomJS: Headless WebKit with JavaScript API PhantomJS is a command-line tool that packs and embeds WebKit. Literally it acts like any other WebKit-based web browser, except that nothing gets displayed to the screen (thus, the term headless). In addition to that, PhantomJS can be controlled or scripted using its JavaScript API. (tags: software opensource javascript […]
-
links for 2011-03-28
A database query language for the accidental programmer — HTSQL HTSQL is a URI-based high-level query language for relational databases. HTSQL wraps your database with a web service layer, translating HTTP requests into SQL and returning results as HTML, JSON, etc. HTSQL is designed for someone who is not a SQL expert, but needs a […]