One of the most awful problems in my group is avoiding to rewrite scripts that have been already written by others. Since we have different projects and we work with different data, everybody ends up writing its own scripts in his favorite programming language, and it is very frequent to waste an afternoon on writing a new program and then discover that your workmate already had a script to do that.
Apart from the most logical answer ("talk with your workmates"), we are thinking about having a common place to store our best scripts, and if possible work together on them.
It would be similar to an image library like this: http://matplotlib.sourceforge.net/gallery.html, where to put the script and an example of its output (most of our scripts produce graphs), and if possible integrated with Git.
Do you have any idea? How to you cope with the problem in your lab?
lol, glad to see another group going with DokuWiki. As a low priority project I decided to implement it for our lab abd its been a huge hit ever since. No more searching for the latest plot in your email!