Erlang group in Colorado Springs

I am looking to get a group of erlang programmers together in the crazy town of Colorado Springs. Topics could include anything from erlang projects to general geekery. All levels of experience are welcome, I myself am a novice / hobbyist at best!

If anyone is interested, send an email to qbit at deftly.net, or @qb1t on the old twitter.

TextMate FTW

Holy crap, TextMate is AWESOME!

I have been using vi since i was about 10 ... but I am starting to <3 TM more everyday! high5!!!!

SynergyKM for 10.5

 

synergybackground

Got enough comments to inspire me to make a new version! Now uses 1.3.1 and is available here!!

Have good moshpitting!

UPDATE: Check this out !

 

I have rebuilt the SynergyKM package created by Lorenz Schori - Upgraded it for 10.5 xcode compatibility and modified the installer.  Next I will attempt to bring it to synergy 1.3.1  Here is the link : SynergyKM 1.0

Cheers!

Using VIM to make erlang pretty

I recently read an article talking about purtifying erlang.  This inspired me to create a quick function in vim to do this for me!  

Here it is:

function! ErlPretty()
silent !erl -noshell -eval 'erl_tidy:file("%",[verbose]).' -s erlang halt
endfunction

cmap ep :execute ErlPretty()

Hopefully someone finds it handy!

SVN actions for Automator

I have been playing with Automator for a few days now, and it's totally fun! Anyway, I needed to do svn checkouts / updates ( more to come later ). Here are the two actions I have so far. I would use checkout with "Ask for Finder Items" and "Ask for Servers". The update action would be best used with "Get Specified Finder Items"

 1 2 3 4 Next →

About

User