Skip to content

Instantly share code, notes, and snippets.

View dcalacci's full-sized avatar
🦩
wfh baby

Dana Calacci dcalacci

🦩
wfh baby
View GitHub Profile
@dcalacci
dcalacci / easyjava
Created September 10, 2012 17:52 — forked from nixpulvis/easyjava
Simple and Easy way to run a java class.
#!/usr/bin/env ruby
# ## An Easy Way to Compile and Run Java Classes
#
# System utility for compiling and running Java classes
# in a specific directory structure.
#
# #### Recommended Installation
# Save this code to a file named `easyjava`, somewhere on your HD. Then
# in your `~/.bash_profile` add the following:
@dcalacci
dcalacci / .bash_profile
Created September 6, 2012 23:48
bash_profile
# Added by install_latest_perl_osx.pl
[ -r /Users/Dan/.bashrc ] && source /Users/Dan/.bashrc
[[ -s "/Users/Dan/.rvm/scripts/rvm" ]] && source "/Users/Dan/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
## PATH variables
export PATH="$HOME/bin/Racket\ v5.2.1/bin/:$PATH" # Racket
export PATH=/Users/Dan/bin/google/android-sdk-macosx/tools/:$PATH #Android development
alias mips='java -jar /Users/Dan/Dropbox/work/classes/cs2600/assembly/Mars_4_1.jar' #MIPS emulator (MARS)
function git_prompt() {