Photos
-
Tag Cloud
android awk bash bioservices books C CSS dictionary english fedora Firefox gimp git github graphviz HTML ipython latex Linux malloc matplotlib mount pandas PDF perl PHP pypi python R rest rpy rpy2 samtools sed sphinx ssh svn video vim virtualbox virtualenv web services wget xbmc yum
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.
Follow me
-
Recent Posts
calendar
Recent Comments
- Anonymous on Python list: difference between append and extend
- Thomas Cokelaer on Solving a Linear Programming problem with Python (Pulp)
- Thomas Cokelaer on python: certificate verified failed
- Thomas Cokelaer on How to sort a dictionary by values in Python
- Set Colorbar Range in matplotlib – PythonCharm on matplotlib: difference between pcolor, pcolormesh and imshow
Archives
- December 2018
- October 2018
- August 2018
- May 2018
- March 2018
- February 2018
- January 2018
- December 2017
- October 2017
- September 2017
- August 2017
- June 2017
- May 2017
- January 2017
- November 2016
- October 2016
- September 2016
- March 2016
- February 2016
- January 2016
- June 2015
- May 2015
- February 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- July 2012
- June 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
Categories
Meta
Monthly Archives: April 2011
What is meatrix ?
Tweet Learning about sustainable food and the problems with factory farming : visit meatrix.
Posted in amusement
Leave a comment
Latex: force limits to appear above and below the sum sign (inline equation)
Tweet In LaTeX equations, when using the sum sign in an inline equation, the limits do not appear above and below the sign but on its right side. If you want the limits above and below, place the \limits command … Continue reading
VIM: pasting text from GUI
Tweet In VIM, when you copy and paste text from a GUI application (e.g., firefox), VIM may insert a lot of extra white spaces by indenting the code automatically. The rendering is sometimes completely wrong, or you just do not … Continue reading
Python notes: generators
Tweet A new Python notes about Generators.
Python notes: exceptions
Tweet Here is the first article in my Python notes about Exceptions.
Python notes
Tweet I’ve started to gather Python notes that I took little by little during my different experiments with the language. Here is the main page Python notes. There is also a tinyurl for the Python tutorial link: http://tinyurl.com/d2k7bqe
Sphinx themes and configuration file
Tweet In this post, I describe the procedure to create a new CSS theme in Sphinx, which is a tool dedicated to software documentation (and documentation in general). For an example of HTML pages generated automatically with Sphinx, you can … Continue reading
VirtualBox: how to share a folder between Linux and a Windows virtual disk
Tweet Let us suppose you have a Linux platform and that you have created a Windows virtual box (let us call it Windows). Now, what you would like is to be able to access to a Linux folder from your … Continue reading