1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600
|
Write a comment abouth the test here.
*** Parameters: ***
{:archive=>false, :date=>"Nov 20 2006", :inmenu=>true, :subject_short=>"painless software", :subject=>"Software not painful to use", :topic=>"/misc/coolsw", :order=>"-9.5"}
*** Markdown input: ***
Subject: Software not painful to use
Subject_short: painless software
Topic: /misc/coolsw
Archive: no
Date: Nov 20 2006
Order: -9.5
inMenu: true
### General ###
* *Operating System* : [Mac OS X][switch]: heaven, after the purgatory of Linux
and the hell of Windows.
* *Browser*: [Firefox][firefox]. On a Mac, [Camino][camino].
* *Email*: [GMail][gmail], "search, don't sort" really works.
* *Text Editor*: [TextMate][textmate], you have to buy it, but it's worth every
penny. There are rumours that it's been converting (recovering) Emacs
users (addicts). Unfortunately, it's Mac only. An alternative is
[jedit][jedit] (GPL, Java).
### Development ###
* *Build system*: [cmake][cmake], throw the [autotools][autotools] away.
* *Source code control system*: ditch CVS for [subversion][subversion].
* *Project management*: [Trac][trac] tracks everything.
* *Scripting language*: [Ruby][ruby] is Japanese pragmatism (and has a [poignant][poignant] guide).
Python, you say? Python is too academic and snob:
$ python
Python 2.4.1 (\#1, Jun 4 2005, 00:54:33)
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
'Use Ctrl-D (i.e. EOF) to exit.'
>>> quit
'Use Ctrl-D (i.e. EOF) to exit.'
* *Java IDE*: [JBuilder][jbuilder] is great software and has a free version (IMHO better than Eclipse). Java
is not a pain anymore since it gained [generics][java-generics] and got opensourced.
* *Mark-up language*: HTML is so 2001, why don't you take at look at [Markdown][markdown]? [Look at the source of this page](data/misc_markdown.png).
* *C++ libraries*:
* [QT][qt] for GUIs.
* [GSL][gsl] for math.
* [Magick++][magick] for manipulating images.
* [Cairo][cairo] for creating PDFs.
* [Boost][boost] for just about everything else.
### Research ###
* *Writing papers*: [LaTeX][latex]
* *Writing papers & enjoying the process*: [LyX][lyx]
* *Handsome figures in your papers*: [xfig][xfig] or, better, [jfig][jfig].
* *The occasional presentation with many graphical content*:
[OpenOffice Impress][impress] (using the [OOOlatex plugin][ooolatex]);
the alternative is PowerPoint with the [TexPoint][texpoint] plugin.
* *Managing BibTeX*: [jabref][jabref]: multi-platform, for all your bibtex needs.
* *IEEExplore and BibTeX*: convert citations using [BibConverter][bibconverter].
### Cool websites ###
* *Best site in the wwworld*: [Wikipedia][wikipedia]
* [Mutopia][mutopia] for sheet music; [the Gutenberg Project][gutenberg] for books; [LiberLiber][liberliber] for books in italian.
* *Blogs*: [Bloglines][bloglines]
* *Sharing photos*: [flickr][flickr] exposes an API you can use.
[firefox]: http://getfirefox.com/
[gmail]: http://gmail.com/
[bloglines]: http://bloglines.com/
[wikipedia]: http://en.wikipedia.org/
[ruby]: http://www.ruby-lang.org/
[poignant]: http://poignantguide.net/ruby/
[webgen]: http://webgen.rubyforge.org/
[markdown]: http://daringfireball.net/projects/markdown/
[latex]: http://en.wikipedia.org/wiki/LaTeX
[lyx]: http://www.lyx.org
[impress]: http://www.openoffice.org/product/impress.html
[ooolatex]: http://ooolatex.sourceforge.net/
[texpoint]: http://texpoint.necula.org/
[jabref]: https://www.jabref.org/
[camino]: http://www.caminobrowser.org/
[switch]: http://www.apple.com/getamac/
[textmate]: http://www.apple.com/getamac/
[cmake]: http://www.cmake.org/
[xfig]: http://www.xfig.org/
[jfig]: http://tams-www.informatik.uni-hamburg.de/applets/jfig/
[subversion]: http://subversion.tigris.org
[jbuilder]: http://www.borland.com/us/products/jbuilder/index.html
[flickr]: http://www.flickr.com/
[myflickr]: http://www.flickr.com/photos/censi
[bibconverter]: http://www.bibconverter.net/ieeexplore/
[autotools]: http://sources.redhat.com/autobook/
[jedit]: http://www.jedit.org/
[qt]: http://www.trolltech.no/
[gsl]: http://www.gnu.org/software/gsl/
[magick]: http://www.imagemagick.org/Magick++/
[cairo]: http://cairographics.org/
[boost]: http://www.boost.org/
[markdown]: http://en.wikipedia.org/wiki/Markdown
[trac]: http://trac.edgewall.org/
[mutopia]: http://www.mutopiaproject.org/
[liberliber]: http://www.liberliber.it/
[gutenberg]: http://www.gutenberg.org/
[java-generics]: http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html
*** Output of inspect ***
md_el(:document,[
md_el(:header,["General"],{:level=>3},[]),
md_el(:ul,[
md_el(:li,[
md_em(["Operating System"]),
" : ",
md_link(["Mac OS X"],"switch"),
": heaven, after the purgatory of Linux and the hell of Windows."
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["Browser"]),
": ",
md_link(["Firefox"],"firefox"),
". On a Mac, ",
md_link(["Camino"],"camino"),
"."
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["Email"]),
": ",
md_link(["GMail"],"gmail"),
", ",
md_entity("ldquo"),
"search, don",
md_entity("rsquo"),
"t sort",
md_entity("rdquo"),
" really works."
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["Text Editor"]),
": ",
md_link(["TextMate"],"textmate"),
", you have to buy it, but it",
md_entity("rsquo"),
"s worth every penny. There are rumours that it",
md_entity("rsquo"),
"s been converting (recovering) Emacs users (addicts). Unfortunately, it",
md_entity("rsquo"),
"s Mac only. An alternative is ",
md_link(["jedit"],"jedit"),
" (GPL, Java)."
],{:want_my_paragraph=>false},[])
],{},[]),
md_el(:header,["Development"],{:level=>3},[]),
md_el(:ul,[
md_el(:li,[
md_par([
md_em(["Build system"]),
": ",
md_link(["cmake"],"cmake"),
", throw the ",
md_link(["autotools"],"autotools"),
" away."
])
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_par([
md_em(["Source code control system"]),
": ditch CVS for ",
md_link(["subversion"],"subversion"),
"."
])
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_par([
md_em(["Project management"]),
": ",
md_link(["Trac"],"trac"),
" tracks everything."
])
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_par([
md_em(["Scripting language"]),
": ",
md_link(["Ruby"],"ruby"),
" is Japanese pragmatism (and has a ",
md_link(["poignant"],"poignant"),
" guide). Python, you say? Python is too academic and snob:"
]),
md_el(:code,[],{:raw_code=>"$ python \nPython 2.4.1 (\\#1, Jun 4 2005, 00:54:33) \nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n>>> exit\n'Use Ctrl-D (i.e. EOF) to exit.'\n>>> quit\n'Use Ctrl-D (i.e. EOF) to exit.'", :lang=>nil},[])
],{:want_my_paragraph=>true},[]),
md_el(:li,[
md_par([
md_em(["Java IDE"]),
": ",
md_link(["JBuilder"],"jbuilder"),
" is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained ",
md_link(["generics"],"java-generics"),
" and got opensourced."
])
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_par([
md_em(["Mark-up language"]),
": HTML is so 2001, why don",
md_entity("rsquo"),
"t you take at look at ",
md_link(["Markdown"],"markdown"),
"? ",
md_im_link(["Look at the source of this page"], "data/misc_markdown.png", nil),
"."
])
],{:want_my_paragraph=>false},[]),
md_li([
md_par([md_em("C++ libraries"), ":"]),
md_el(:ul, [
md_el(:li, [md_link("QT", "qt"), " for GUIs."], {:want_my_paragraph=>false}),
md_el(:li, [md_link("GSL", "gsl"), " for math."], {:want_my_paragraph=>false}),
md_el(:li, [md_link("Magick++", "magick"), " for manipulating images."], {:want_my_paragraph=>false}),
md_el(:li, [md_link("Cairo", "cairo"), " for creating PDFs."], {:want_my_paragraph=>false}),
md_el(:li, [md_link("Boost", "boost"), " for just about everything else."], {:want_my_paragraph=>false})
])
], false)
],{},[]),
md_el(:header,["Research"],{:level=>3},[]),
md_el(:ul,[
md_el(:li,[md_em(["Writing papers"]), ": ", md_link(["LaTeX"],"latex")],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["Writing papers & enjoying the process"]),
": ",
md_link(["LyX"],"lyx")
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["Handsome figures in your papers"]),
": ",
md_link(["xfig"],"xfig"),
" or, better, ",
md_link(["jfig"],"jfig"),
"."
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["The occasional presentation with many graphical content"]),
": ",
md_link(["OpenOffice Impress"],"impress"),
" (using the ",
md_link(["OOOlatex plugin"],"ooolatex"),
"); the alternative is PowerPoint with the ",
md_link(["TexPoint"],"texpoint"),
" plugin."
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["Managing BibTeX"]),
": ",
md_link(["jabref"],"jabref"),
": multi-platform, for all your bibtex needs."
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["IEEExplore and BibTeX"]),
": convert citations using ",
md_link(["BibConverter"],"bibconverter"),
"."
],{:want_my_paragraph=>false},[])
],{},[]),
md_el(:header,["Cool websites"],{:level=>3},[]),
md_el(:ul,[
md_el(:li,[
md_em(["Best site in the wwworld"]),
": ",
md_link(["Wikipedia"],"wikipedia")
],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_link(["Mutopia"],"mutopia"),
" for sheet music; ",
md_link(["the Gutenberg Project"],"gutenberg"),
" for books; ",
md_link(["LiberLiber"],"liberliber"),
" for books in italian."
],{:want_my_paragraph=>false},[]),
md_el(:li,[md_em(["Blogs"]), ": ", md_link(["Bloglines"],"bloglines")],{:want_my_paragraph=>false},[]),
md_el(:li,[
md_em(["Sharing photos"]),
": ",
md_link(["flickr"],"flickr"),
" exposes an API you can use."
],{:want_my_paragraph=>false},[])
],{},[]),
md_ref_def("firefox", "http://getfirefox.com/", {:title=>nil}),
md_ref_def("gmail", "http://gmail.com/", {:title=>nil}),
md_ref_def("bloglines", "http://bloglines.com/", {:title=>nil}),
md_ref_def("wikipedia", "http://en.wikipedia.org/", {:title=>nil}),
md_ref_def("ruby", "http://www.ruby-lang.org/", {:title=>nil}),
md_ref_def("poignant", "http://poignantguide.net/ruby/", {:title=>nil}),
md_ref_def("webgen", "http://webgen.rubyforge.org/", {:title=>nil}),
md_ref_def("markdown", "http://daringfireball.net/projects/markdown/", {:title=>nil}),
md_ref_def("latex", "http://en.wikipedia.org/wiki/LaTeX", {:title=>nil}),
md_ref_def("lyx", "http://www.lyx.org", {:title=>nil}),
md_ref_def("impress", "http://www.openoffice.org/product/impress.html", {:title=>nil}),
md_ref_def("ooolatex", "http://ooolatex.sourceforge.net/", {:title=>nil}),
md_ref_def("texpoint", "http://texpoint.necula.org/", {:title=>nil}),
md_ref_def("jabref", "https://www.jabref.org/", {:title=>nil}),
md_ref_def("camino", "http://www.caminobrowser.org/", {:title=>nil}),
md_ref_def("switch", "http://www.apple.com/getamac/", {:title=>nil}),
md_ref_def("textmate", "http://www.apple.com/getamac/", {:title=>nil}),
md_ref_def("cmake", "http://www.cmake.org/", {:title=>nil}),
md_ref_def("xfig", "http://www.xfig.org/", {:title=>nil}),
md_ref_def("jfig", "http://tams-www.informatik.uni-hamburg.de/applets/jfig/", {:title=>nil}),
md_ref_def("subversion", "http://subversion.tigris.org", {:title=>nil}),
md_ref_def("jbuilder", "http://www.borland.com/us/products/jbuilder/index.html", {:title=>nil}),
md_ref_def("flickr", "http://www.flickr.com/", {:title=>nil}),
md_ref_def("myflickr", "http://www.flickr.com/photos/censi", {:title=>nil}),
md_ref_def("bibconverter", "http://www.bibconverter.net/ieeexplore/", {:title=>nil}),
md_ref_def("autotools", "http://sources.redhat.com/autobook/", {:title=>nil}),
md_ref_def("jedit", "http://www.jedit.org/", {:title=>nil}),
md_ref_def("qt", "http://www.trolltech.no/", {:title=>nil}),
md_ref_def("gsl", "http://www.gnu.org/software/gsl/", {:title=>nil}),
md_ref_def("magick", "http://www.imagemagick.org/Magick++/", {:title=>nil}),
md_ref_def("cairo", "http://cairographics.org/", {:title=>nil}),
md_ref_def("boost", "http://www.boost.org/", {:title=>nil}),
md_ref_def("markdown", "http://en.wikipedia.org/wiki/Markdown", {:title=>nil}),
md_ref_def("trac", "http://trac.edgewall.org/", {:title=>nil}),
md_ref_def("mutopia", "http://www.mutopiaproject.org/", {:title=>nil}),
md_ref_def("liberliber", "http://www.liberliber.it/", {:title=>nil}),
md_ref_def("gutenberg", "http://www.gutenberg.org/", {:title=>nil}),
md_ref_def("java-generics", "http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html", {:title=>nil})
],{},[])
*** Output of to_html ***
<h3 id="general">General</h3>
<ul>
<li><em>Operating System</em> : <a href="http://www.apple.com/getamac/">Mac OS X</a>: heaven, after the purgatory of Linux and the hell of Windows.</li>
<li><em>Browser</em>: <a href="http://getfirefox.com/">Firefox</a>. On a Mac, <a href="http://www.caminobrowser.org/">Camino</a>.</li>
<li><em>Email</em>: <a href="http://gmail.com/">GMail</a>, “search, don’t sort” really works.</li>
<li><em>Text Editor</em>: <a href="http://www.apple.com/getamac/">TextMate</a>, you have to buy it, but it’s worth every penny. There are rumours that it’s been converting (recovering) Emacs users (addicts). Unfortunately, it’s Mac only. An alternative is <a href="http://www.jedit.org/">jedit</a> (GPL, Java).</li>
</ul>
<h3 id="development">Development</h3>
<ul>
<li>
<p><em>Build system</em>: <a href="http://www.cmake.org/">cmake</a>, throw the <a href="http://sources.redhat.com/autobook/">autotools</a> away.</p>
</li>
<li>
<p><em>Source code control system</em>: ditch CVS for <a href="http://subversion.tigris.org">subversion</a>.</p>
</li>
<li>
<p><em>Project management</em>: <a href="http://trac.edgewall.org/">Trac</a> tracks everything.</p>
</li>
<li>
<p><em>Scripting language</em>: <a href="http://www.ruby-lang.org/">Ruby</a> is Japanese pragmatism (and has a <a href="http://poignantguide.net/ruby/">poignant</a> guide). Python, you say? Python is too academic and snob:</p>
<pre><code>$ python
Python 2.4.1 (\#1, Jun 4 2005, 00:54:33)
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
'Use Ctrl-D (i.e. EOF) to exit.'
>>> quit
'Use Ctrl-D (i.e. EOF) to exit.'</code></pre>
</li>
<li>
<p><em>Java IDE</em>: <a href="http://www.borland.com/us/products/jbuilder/index.html">JBuilder</a> is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained <a href="http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html">generics</a> and got opensourced.</p>
</li>
<li>
<p><em>Mark-up language</em>: HTML is so 2001, why don’t you take at look at <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a>? <a href="data/misc_markdown.png">Look at the source of this page</a>.</p>
</li>
<li>
<p><em>C++ libraries</em>:</p>
<ul>
<li><a href="http://www.trolltech.no/">QT</a> for GUIs.</li>
<li><a href="http://www.gnu.org/software/gsl/">GSL</a> for math.</li>
<li><a href="http://www.imagemagick.org/Magick++/">Magick++</a> for manipulating images.</li>
<li><a href="http://cairographics.org/">Cairo</a> for creating PDFs.</li>
<li><a href="http://www.boost.org/">Boost</a> for just about everything else.</li>
</ul>
</li>
</ul>
<h3 id="research">Research</h3>
<ul>
<li><em>Writing papers</em>: <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a></li>
<li><em>Writing papers & enjoying the process</em>: <a href="http://www.lyx.org">LyX</a></li>
<li><em>Handsome figures in your papers</em>: <a href="http://www.xfig.org/">xfig</a> or, better, <a href="http://tams-www.informatik.uni-hamburg.de/applets/jfig/">jfig</a>.</li>
<li><em>The occasional presentation with many graphical content</em>: <a href="http://www.openoffice.org/product/impress.html">OpenOffice Impress</a> (using the <a href="http://ooolatex.sourceforge.net/">OOOlatex plugin</a>); the alternative is PowerPoint with the <a href="http://texpoint.necula.org/">TexPoint</a> plugin.</li>
<li><em>Managing BibTeX</em>: <a href="https://www.jabref.org/">jabref</a>: multi-platform, for all your bibtex needs.</li>
<li><em>IEEExplore and BibTeX</em>: convert citations using <a href="http://www.bibconverter.net/ieeexplore/">BibConverter</a>.</li>
</ul>
<h3 id="cool_websites">Cool websites</h3>
<ul>
<li><em>Best site in the wwworld</em>: <a href="http://en.wikipedia.org/">Wikipedia</a></li>
<li><a href="http://www.mutopiaproject.org/">Mutopia</a> for sheet music; <a href="http://www.gutenberg.org/">the Gutenberg Project</a> for books; <a href="http://www.liberliber.it/">LiberLiber</a> for books in italian.</li>
<li><em>Blogs</em>: <a href="http://bloglines.com/">Bloglines</a></li>
<li><em>Sharing photos</em>: <a href="http://www.flickr.com/">flickr</a> exposes an API you can use.</li>
</ul>
*** Output of to_latex ***
\hypertarget{general}{}\subsubsection*{{General}}\label{general}
\begin{itemize}%
\item \emph{Operating System} : \href{http://www.apple.com/getamac/}{Mac OS X}: heaven, after the purgatory of Linux and the hell of Windows.
\item \emph{Browser}: \href{http://getfirefox.com/}{Firefox}. On a Mac, \href{http://www.caminobrowser.org/}{Camino}.
\item \emph{Email}: \href{http://gmail.com/}{GMail}, ``search, don't sort'' really works.
\item \emph{Text Editor}: \href{http://www.apple.com/getamac/}{TextMate}, you have to buy it, but it's worth every penny. There are rumours that it's been converting (recovering) Emacs users (addicts). Unfortunately, it's Mac only. An alternative is \href{http://www.jedit.org/}{jedit} (GPL, Java).
\end{itemize}
\hypertarget{development}{}\subsubsection*{{Development}}\label{development}
\begin{itemize}%
\item \emph{Build system}: \href{http://www.cmake.org/}{cmake}, throw the \href{http://sources.redhat.com/autobook/}{autotools} away.
\item \emph{Source code control system}: ditch CVS for \href{http://subversion.tigris.org}{subversion}.
\item \emph{Project management}: \href{http://trac.edgewall.org/}{Trac} tracks everything.
\item \emph{Scripting language}: \href{http://www.ruby-lang.org/}{Ruby} is Japanese pragmatism (and has a \href{http://poignantguide.net/ruby/}{poignant} guide). Python, you say? Python is too academic and snob:
\begin{verbatim}$ python
Python 2.4.1 (\#1, Jun 4 2005, 00:54:33)
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
'Use Ctrl-D (i.e. EOF) to exit.'
>>> quit
'Use Ctrl-D (i.e. EOF) to exit.'\end{verbatim}
\item \emph{Java IDE}: \href{http://www.borland.com/us/products/jbuilder/index.html}{JBuilder} is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained \href{http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html}{generics} and got opensourced.
\item \emph{Mark-up language}: HTML is so 2001, why don't you take at look at \href{http://en.wikipedia.org/wiki/Markdown}{Markdown}? \href{data/misc_markdown.png}{Look at the source of this page}.
\item \emph{C++ libraries}:
\begin{itemize}%
\item \href{http://www.trolltech.no/}{QT} for GUIs.
\item \href{http://www.gnu.org/software/gsl/}{GSL} for math.
\item \href{http://www.imagemagick.org/Magick++/}{Magick++} for manipulating images.
\item \href{http://cairographics.org/}{Cairo} for creating PDFs.
\item \href{http://www.boost.org/}{Boost} for just about everything else.
\end{itemize}
\end{itemize}
\hypertarget{research}{}\subsubsection*{{Research}}\label{research}
\begin{itemize}%
\item \emph{Writing papers}: \href{http://en.wikipedia.org/wiki/LaTeX}{LaTeX}
\item \emph{Writing papers \& enjoying the process}: \href{http://www.lyx.org}{LyX}
\item \emph{Handsome figures in your papers}: \href{http://www.xfig.org/}{xfig} or, better, \href{http://tams-www.informatik.uni-hamburg.de/applets/jfig/}{jfig}.
\item \emph{The occasional presentation with many graphical content}: \href{http://www.openoffice.org/product/impress.html}{OpenOffice Impress} (using the \href{http://ooolatex.sourceforge.net/}{OOOlatex plugin}); the alternative is PowerPoint with the \href{http://texpoint.necula.org/}{TexPoint} plugin.
\item \emph{Managing BibTeX}: \href{https://www.jabref.org/}{jabref}: multi-platform, for all your bibtex needs.
\item \emph{IEEExplore and BibTeX}: convert citations using \href{http://www.bibconverter.net/ieeexplore/}{BibConverter}.
\end{itemize}
\hypertarget{cool_websites}{}\subsubsection*{{Cool websites}}\label{cool_websites}
\begin{itemize}%
\item \emph{Best site in the wwworld}: \href{http://en.wikipedia.org/}{Wikipedia}
\item \href{http://www.mutopiaproject.org/}{Mutopia} for sheet music; \href{http://www.gutenberg.org/}{the Gutenberg Project} for books; \href{http://www.liberliber.it/}{LiberLiber} for books in italian.
\item \emph{Blogs}: \href{http://bloglines.com/}{Bloglines}
\item \emph{Sharing photos}: \href{http://www.flickr.com/}{flickr} exposes an API you can use.
\end{itemize}
*** Output of to_md ***
Subject: Software not painful to use
Subject_short: painless software
Topic: /misc/coolsw
Archive: no
Date: Nov 20 2006
Order: -9.5
inMenu: true
### General
* *Operating System* : [Mac OS X][switch]: heaven, after the purgatory of Linux
and the hell of Windows.
* *Browser*: [Firefox][firefox]. On a Mac, [Camino][camino].
* *Email*: [GMail][gmail], "search, don't sort" really works.
* *Text Editor*: [TextMate][textmate], you have to buy it, but it's worth every
penny. There are rumours that it's been converting (recovering) Emacs
users (addicts). Unfortunately, it's Mac only. An alternative is
[jedit][jedit] (GPL, Java).
### Development
* *Build system*: [cmake][cmake], throw the [autotools][autotools] away.
* *Source code control system*: ditch CVS for [subversion][subversion].
* *Project management*: [Trac][trac] tracks everything.
* *Scripting language*: [Ruby][ruby] is Japanese pragmatism (and has a [poignant][poignant] guide).
Python, you say? Python is too academic and snob:
$ python
Python 2.4.1 (\#1, Jun 4 2005, 00:54:33)
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
'Use Ctrl-D (i.e. EOF) to exit.'
>>> quit
'Use Ctrl-D (i.e. EOF) to exit.'
* *Java IDE*: [JBuilder][jbuilder] is great software and has a free version (IMHO better than Eclipse). Java
is not a pain anymore since it gained [generics][java-generics] and got opensourced.
* *Mark-up language*: HTML is so 2001, why don't you take at look at [Markdown][markdown]? [Look at the source of this page](data/misc_markdown.png).
* *C++ libraries*:
* [QT][qt] for GUIs.
* [GSL][gsl] for math.
* [Magick++][magick] for manipulating images.
* [Cairo][cairo] for creating PDFs.
* [Boost][boost] for just about everything else.
### Research
* *Writing papers*: [LaTeX][latex]
* *Writing papers & enjoying the process*: [LyX][lyx]
* *Handsome figures in your papers*: [xfig][xfig] or, better, [jfig][jfig].
* *The occasional presentation with many graphical content*:
[OpenOffice Impress][impress] (using the [OOOlatex plugin][ooolatex]);
the alternative is PowerPoint with the [TexPoint][texpoint] plugin.
* *Managing BibTeX*: [jabref][jabref]: multi-platform, for all your bibtex needs.
* *IEEExplore and BibTeX*: convert citations using [BibConverter][bibconverter].
### Cool websites
* *Best site in the wwworld*: [Wikipedia][wikipedia]
* [Mutopia][mutopia] for sheet music; [the Gutenberg Project][gutenberg] for books; [LiberLiber][liberliber] for books in italian.
* *Blogs*: [Bloglines][bloglines]
* *Sharing photos*: [flickr][flickr] exposes an API you can use.
[firefox]: http://getfirefox.com/
[gmail]: http://gmail.com/
[bloglines]: http://bloglines.com/
[wikipedia]: http://en.wikipedia.org/
[ruby]: http://www.ruby-lang.org/
[poignant]: http://poignantguide.net/ruby/
[webgen]: http://webgen.rubyforge.org/
[markdown]: http://daringfireball.net/projects/markdown/
[latex]: http://en.wikipedia.org/wiki/LaTeX
[lyx]: http://www.lyx.org
[impress]: http://www.openoffice.org/product/impress.html
[ooolatex]: http://ooolatex.sourceforge.net/
[texpoint]: http://texpoint.necula.org/
[jabref]: https://www.jabref.org/
[camino]: http://www.caminobrowser.org/
[switch]: http://www.apple.com/getamac/
[textmate]: http://www.apple.com/getamac/
[cmake]: http://www.cmake.org/
[xfig]: http://www.xfig.org/
[jfig]: http://tams-www.informatik.uni-hamburg.de/applets/jfig/
[subversion]: http://subversion.tigris.org
[jbuilder]: http://www.borland.com/us/products/jbuilder/index.html
[flickr]: http://www.flickr.com/
[myflickr]: http://www.flickr.com/photos/censi
[bibconverter]: http://www.bibconverter.net/ieeexplore/
[autotools]: http://sources.redhat.com/autobook/
[jedit]: http://www.jedit.org/
[qt]: http://www.trolltech.no/
[gsl]: http://www.gnu.org/software/gsl/
[magick]: http://www.imagemagick.org/Magick++/
[cairo]: http://cairographics.org/
[boost]: http://www.boost.org/
[markdown]: http://en.wikipedia.org/wiki/Markdown
[trac]: http://trac.edgewall.org/
[mutopia]: http://www.mutopiaproject.org/
[liberliber]: http://www.liberliber.it/
[gutenberg]: http://www.gutenberg.org/
[java-generics]: http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html
*** Output of to_s ***
GeneralOperating System : Mac OS X: heaven, after the purgatory of Linux and the hell of Windows.Browser: Firefox. On a Mac, Camino.Email: GMail, search, dont sort really works.Text Editor: TextMate, you have to buy it, but its worth every penny. There are rumours that its been converting (recovering) Emacs users (addicts). Unfortunately, its Mac only. An alternative is jedit (GPL, Java).DevelopmentBuild system: cmake, throw the autotools away.Source code control system: ditch CVS for subversion.Project management: Trac tracks everything.Scripting language: Ruby is Japanese pragmatism (and has a poignant guide). Python, you say? Python is too academic and snob:Java IDE: JBuilder is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained generics and got opensourced.Mark-up language: HTML is so 2001, why dont you take at look at Markdown? Look at the source of this page.C++ libraries: * QT for GUIs. * GSL for math. * Magick++ for manipulating images. * Cairo for creating PDFs. * Boost for just about everything else.ResearchWriting papers: LaTeXWriting papers & enjoying the process: LyXHandsome figures in your papers: xfig or, better, jfig.The occasional presentation with many graphical content: OpenOffice Impress (using the OOOlatex plugin); the alternative is PowerPoint with the TexPoint plugin.Managing BibTeX: jabref: multi-platform, for all your bibtex needs.IEEExplore and BibTeX: convert citations using BibConverter.Cool websitesBest site in the wwworld: WikipediaMutopia for sheet music; the Gutenberg Project for books; LiberLiber for books in italian.Blogs: BloglinesSharing photos: flickr exposes an API you can use.
|