Hiding Clojure and Elisp docstrings in Emacs
Saturday, June 15th, 2013Docstrings are nice but some hours ago I just realized that they were taking up too much space, limiting my overview of the code.... Read More
Docstrings are nice but some hours ago I just realized that they were taking up too much space, limiting my overview of the code.... Read More
Small tag stripping jQuery plugin:... Read More
In the Zend Client tutorial I touched upon a little bit of code I’ve written recently for retrieving poker player statistics from various backend affiliate sites.... Read More
I need to recap today’s adventures in parsing land, I’m currently writing a lot of different parsers that are retrieving information from various pages, sometimes I’m lucky and the info I want is available as CSV or XML, most often not.... Read More
I just found myself having encoded HTML within parts of the DOM (don’t ask me why) and I thought it would be cool to be able to parse it and encode/decode the parts where it’s needed. ... Read More
A friend just needed help, he wants people to be able to put the YouTube insert code into a database. However it seems that there are some display related things in there he can live without that people might mess with and of course we don’t want that.... Read More