Cluster computing

Friday, January 10, 2014

›
Troubleshooting high cpu usage in c++ programs on Linux requires the same discipline and order in debugging as it does anywhere else. The t...

›
Event monitoring software can accelerate software development and test cycles. Event monitoring data is usually machine data generated by t...
Thursday, January 9, 2014

›
bool IsMatch(string input, string pattern) { if (string.IsNullOrWhiteSpace(input) || string.IsNullOrWhiteSpace(pattern)) return false; v...

›
This is a read from the blog post by Julian James. iOS continuous integration builds can be setup with HockeyApp, OSX Mavericks, Server and...
Wednesday, January 8, 2014

›
A recap of on five progressive steps by Barry Wise to database normalization We start out with an example where we store user's name, c...

›
Barry Wise on five progressive steps to database normalization We start out with an example where we store user's name, company, compan...

›
Some T-SQL queries SELECT t.name as tour_name, COUNT(*) FROM Upfall u INNER JOIN trip t on u.id = t.stop GROUP BY t.name HAVING COUNT(*) ...
‹
›
Home
View web version

About Me

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