Skip to content

{ Tag Archives } Tutorial

Working with Files: When Size Does Matter

Donald Knuth said that premature optimization is the root of all evil. And I cannot but completely agree. Abstracting to a higher level is always better for both the code writer and especially the code reader and maintainer. It also makes you focus on the problem you are solving. Optimization can be done later, if [...]

Also tagged , , , ,

Dealing with the bib2html WordPress plugin

What about sharing your publications in an elegant way by using only a bibtex file as source? Check mine or Javier Campos‘ to see what I mean. You just need to use WordPress and the bib2html plugin. It’s pretty simple, but there are a few caveats. First, install the bib2html plugin from WordPress using the [...]

Also tagged , ,

Setting up Trac on Dreamhost

Warning: This worked for me on Trac 0.11.1 hosted at Dreamhost as of March 2010 but I take no responsibilities. Use this information at your own risk. Trac is a very popular open source system to manage software development projects, but it can also be very useful for other management tasks. Installing Trac on Dreamhost [...]

Also tagged ,