Cluster computing

Friday, November 21, 2014

›
In today's post I continue discussing the method of Conjugate Gradients. We talked about preconditioning which is a technique for impro...

›
Today we continue to discuss some more of the authentication and authorization frameworks. In particular, we look at information rights man...
Thursday, November 20, 2014

›
This is a writeup on how to collect and visualize data that indicates who talks to whom and represent it as a neat little graph alongside ...
Wednesday, November 19, 2014

›
#codingexercise Int GetCountDuplicatesMode (int [] A) { if (A == null) return 0; return A.CountDuplicatesMode(); } In today's po...
Tuesday, November 18, 2014

›
#codingexercise Int GetCountDuplicatesAvg (int [] A) { if (A == null) return 0; return A.CountDuplicatesAvg(); } In this post, ...
Monday, November 17, 2014

›
#codingexercise Int GetCountDuplicatesSum (int [] A) { if (A == null) return 0; return A.CountDuplicatesSum(); } Today I want to dis...
Sunday, November 16, 2014

›
#codingexercise Int GetCountDuplicatesCount (int [] A) { if (A == null) return 0; return A.CountDuplicatesCount(); } #codingex...
1 comment:
‹
›
Home
View web version

About Me

My photo
Ravi Rajamani
View my complete profile
Powered by Blogger.