I just rediscovered files from one of my old laptops. Among those I found one of my biggest programming project which I did during high school over 6 years ago.…
In my machine learning course we were assigned a bigger project in which we had to cluster BBC news articles into k different clusters. To do this we should implement…
I recently came across the problem of full-screen background images in CSS. CSS3 offers a value cover which works pretty good on desktop browsers, but for the mobile version of Chrome…
As you may have noticed I changed the page transition animations on my blog. Before I used the fadeIn | fadeOut operations provided by jQuery. As the performance of jQuery…
I just checked the performance of my Sudoku Solver in Firefox, IE and Chrome. The results are quite surprising: Seems like Microsoft did a good job in improving their browser…