September 2010
3 posts
6 tags
Promote JS!
Moin Moin,
maybe the most important thing I took back home from #jsconf last weekend is the “deep from the heart” Community JS speech by Chris Williams (@voodootikigod) with the call to Promote JS:
Go, do the same and get the code here: http://promotejs.com
Arrrrrrrrrr
Andy (@awenkhh)
4 tags
Migrating my IMAP mailbox to Google Mail with...
Moin Moin,
recently I decided to migrate my IMAP mailbox, hosted on one of our server, to Google Mail. There are a lot of advantages using Google Mail or any other (good) web based client. I decided to use Ryan Grove’s larch Ruby program to get the job done.
There is also imapsync written by Gilles Lamiral in PERL.
Everything went quite well besides the fact, that Google is obviously...
1 tag
Start eclipse from the command line
Hi,
just a short tip if you want to start eclipse from the command line. You can find the possible options here:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm
Example:
#!/bin/bash
$HOME/applications/ver/eclipse/eclipse -clean -nosplash \
-data $HOME/project/ver/
Cheers
Andy