Hello, my name is Damian Carrillo and I am an avid software developer. I currently live in Austin, TX, but was
raised in the small and remote town of Marfa, TX.
A SQLite DTrace logger. This prints the SQL that is being executed
and the statements that get prepared by libsqlite3. The most effective
way that I've found of using this for iPhone development is to set a
breakpoint in your main.m, find the pid of your application running
in the iPhone simulator, and then invoke sqlite-snoop.d with the
corresponding pid as its single argument.
Search and edit - scans a directory tree for the targeted file
and edits it, or presents the possibility of selecting from a list when there are
multiple matches. My brother showed me that this
script is basically a single case that Cscope covers. Oh well.
A lightweight, yet powerful Web framework that lets you leverage the best features of
Java and solve problems in a natural way, with little conceptual overhead.
Have you ever wanted to hide textual data in an image? Me too! This is the example
application I wrote to do just that (and exercise multipart handling in Agave).
An AJAX implementation
of cellular automata. After I created this, I spent about a week mesmerized by
the patterns that get created from seemingly random starting configurations.
A base converter that can convert numbers from any base into any base. I wrote this
a while back because I was too lazy to manually convert from a random base to a random
base in college. Note that the code is very poorly written, and that's why I love it
so much.