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
githelperrubycommands git doesn’t have but you wish did (this one has its own repo for now)
vhostrubyeasily add a virtualhost to your local machine
diffyphpsort of a poor man’s git in an svn environment. More of an excercise in command-line parsing than anything useful
tab2table.phpphpTake a *.CSV and create the appropriate database table for it and import the data
(ruby-project-specific:)
rubygemsrubyjust a quick way to cd into the folder that a particular gem is in
(php-project-specific:)
class_graph.phpphpgenerate a .dot file (GraphViz) from a php project showing the relationship between classes and interfaces
trace2table.phpphptake the output of an xdebug trace and put it in a database table to run analysis on it

Clone this wiki locally