[Assorted-commits] SF.net SVN: assorted: [588] personal-site/trunk/src/recommendations.txt
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 06:18:33
|
Revision: 588 http://assorted.svn.sourceforge.net/assorted/?rev=588&view=rev Author: yangzhang Date: 2008-03-02 22:18:37 -0800 (Sun, 02 Mar 2008) Log Message: ----------- updates Modified Paths: -------------- personal-site/trunk/src/recommendations.txt Modified: personal-site/trunk/src/recommendations.txt =================================================================== --- personal-site/trunk/src/recommendations.txt 2008-03-03 05:53:15 UTC (rev 587) +++ personal-site/trunk/src/recommendations.txt 2008-03-03 06:18:37 UTC (rev 588) @@ -1,14 +1,15 @@ Useful tools ------------ -Some random underdogs (I try to limit this list to things that aren't entirely -"mainstream"). +Some random underdogs. - [toast]: Automated software installation with safe compartmentalization. Works without hassle 90% of the time. Supports a variety of package types, e.g.: - autotools, plain prefix-dir, plain make, distutils, cabal, etc. + autotools, plain prefix-dir, plain make, [distutils], [Cabal], etc. [toast]: http://toastball.net/ +[Cabal]: http://www.haskell.org/cabal/ +[distutils]: http://docs.python.org/lib/module-distutils.html - [pandoc]: [Markdown] done right. A sane markup (structured text) language supporting a variety of input and output formats, including HTML, man, and @@ -29,6 +30,7 @@ [latexmk]: http://www.phys.psu.edu/~collins/software/latexmk-jcc/ <!-- TODO ensure the following is formatted correctly. --> + - [Gobby]: A collaborative text editor. I always end up underestimating the utility and power of collaborative editing. Examples of things I've used it for: @@ -42,15 +44,22 @@ [Gobby]: http://gobby.0x539.de/trac/ -- [Opera]: (Probably the most popular on this list.) Not FOSS, but for me web - browsing is too critical an application to settle for second-best, and Opera - is my favorite. And if I trusted it with my mail, M2 would also be very far - ahead as well (alas, it's too buggy). KHTML is probably the - closest-performing engine, but I've found it to be too crash-prone. +- [Opera]: And if I trusted it with my mail, M2 would also be very far ahead as + well (alas, it's too buggy). [KHTML] is probably the closest-performing + engine, but I've found it to be too crash-prone. [Opera]: http://www.opera.com/ +[KHTML]: http://en.wikipedia.org/wiki/KHTML - [gprof2dot]: A handy tool for visualizing the results of gprof, the Google CPU profiler, python cProfile, and more. [gprof2dot]: http://code.google.com/p/jrfonseca/wiki/Gprof2Dot + +- [wtf]: A filter for `g++`'s obscure page-long template errors. Error messages + are now pretty and colored. See also [gstlfilt]. + +[wtf]: http://nmstl.sourceforge.net/doc/nmstl-guide.html +[gstlfilt]: http://www.bdsoft.com/tools/stlfilt.html + +- [asdf]: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |