April 14th, 2015 Git: Going back in time Testing stuff on a old commit # This will detach the HEAD, i. e., it leaves no branch checked out:git... [Read More]
March 31st, 2015 Git: Delete Branch Remote and Locally See all branches: git branch -a Delete the branch locally: git branch -D Delete the branch remotely: git push origin... [Read More]
March 31st, 2015 Git Roll Back Rolling back to a previous commit: Only, and only, if you are working by your self! (This is dangerous in... [Read More]
February 10th, 2015 Getting your pocket content delivered to your Kindle touch I wanted to have the articles I save in my Pocket emailed to my old kindle touch... I hate reading in LCDs... [Read More]
February 9th, 2015 JQuery Autocomplete with an AJAX call to a remote JSON I'm posting this because it took me ages to figure it out... I wanted an input field with autcomplete values... [Read More]
July 8th, 2014 Python is now the most popular introductory teaching language at top U.S. universities Python is currently the most popular language for teaching introductory computer science courses at top-ranked U.S. departments. Specifically, 8 of the... [Read More]
June 20th, 2014 Mantid for the ILL June 18th 10:00 Mantid presentation (College 1 seminar) Quick introduction to Mantid for the ILL. Scope, current status (E. Farhi,... [Read More]
May 13th, 2014 Thoughts on scientific code... Two interesting articles I've just read on the way to work:The Low Quality of Scientific CodeWhy bad scientific code beats... [Read More]
May 6th, 2014 Most Popular Programming Languages of 2014 Python retains it's #1 dominance :) Source: CodeEval. [Read More]
May 4th, 2014 GitHub language trends 2014 JavaScript ahead?? Probably thanks to the thousands of automatically generated lines of code... Source : Redmonk. [Read More]