Explore >> Select a destination


You are here

www.babaei.net
| | www.stevenhicks.me
6.7 parsecs away

Travel
| | Did you know your blog's syntax highlighter probably has support for highlighting code diffs? I didn't.
| | zzamboni.org
5.1 parsecs away

Travel
| | Today I had to install AucTeX to use on my Win7/64 machine under EmacsW32. I found the basic instructions here: http://www.sturmnet.org/blog/2007/09/01/installing-auctex-in-emacsw32, but I had to modify them a bit (in particular, I am using tetex installed from cygwin instead of MiKTeX). Here are the commands I used: $mkdir -p /usr/local/share/texmf $ ./configure --prefix='c:/Program Files (x86)/Emacs/emacs' --with-texmf-dir='/usr/local/share/texmf' --with-lispdir='c:/Program Files (x86)/Emacs/emacs/site-lisp' $make $make install I then added the following lines to my C:\Program Files (x86)\Emacs\site-lisp\site-start.el file:
| | xcorr.net
6.5 parsecs away

Travel
| | Following my post on IDEs for scientific Python, several commenters mentioned using some combination of their favorite text editor and ipython rather than a dedicated IDE. ipython is an interactive Python interpreter that offers a much enhanced user experience over the regular Python interpreter: with features such as: Integration with matplotlib Autocompletion Syntax highlighting at...
| | android-developers.googleblog.com
73.9 parsecs away

Travel
| News and insights on the Android platform, developer tools, and events.