Skip to content
hipe edited this page Sep 13, 2010 · 3 revisions

====

What is sandbox?

Sandbox is a catch-all bucket for command-line scripts I use (or used at one point) and like (or liked at one point.) Some are written in php, the more recent ones are in ruby.

Here is a summary of what scripts are available, roughly in order of how useful i find them these days:

name language description
githelper ruby commands git doesn’t have but you wish did (this one has its own repo for now)
vhost ruby easily add a virtualhost to your local machine
diffy php sort of a poor man’s git in an svn environment. More of an excercise in command-line parsing than anything useful
tab2table.php php Take a *.CSV and create the appropriate database table for it and import the data
(ruby-project-specific:)
rubygems ruby just a quick way to cd into the folder that a particular gem is in
(php-project-specific:)
class_graph.php php generate a .dot file (GraphViz) from a php project showing the relationship between classes and interfaces
trace2table.php php take the output of an xdebug trace and put it in a database table to run analysis on it

Clone this wiki locally