-
R, parallelization and large datasets
When we have a task that would take a long time, we can usually think about parallelization. In this post I will show how to deal with an issue when you have large shared data set (but not that big so you would need MapReduce). Let’s first start with how to set up cluster in […]
-
How to use Git and Dropbox for collaboration
This post will be constantly being updated. I will show that you can use Git and Dropbox for collaboration. If you don’t have Dropbox account, please you this link and we both get additional 250MB: http://db.tt/4ZKL2z3 Set up a main repository in one directory in Dropbox. Then clone repository for every person working on a […]
-
How to use version system and Git
This blogpost is just a quick introduction into how Git works and what to expect from it. I will update this post in the future, but in the meantime I add links to the series I liked. The author explains Git, but, along the way, explains the version control system. Don’t use github though, use […]