CppCMS – C++ Web Framework – just for note
CppCMS – c++ framework for highloaded web projects and applications. As I can understand CppCMS faster when WordPress + PHP in in 5 times at least, but currently it used only by project owner to...
View ArticleSun Grid Engine – how to send job onto specific hosts ?
One way to do it consists in using queues – you may create unique queue for each host in your SGE grid ( using qconf -aq ) and specify this queue name in submitting parameters - qsub -q...
View ArticleC/C++ interview questions
Q1: What value will be printed ? double d1 = 16, d2=2.0; double d3 = (1/2) * ( sqrt(d1) + d2/2); cout << d3 << endl; Q2: Please write your own itoa implementation Q3: What is pure virtual...
View ArticleMy interesting links ( May 2010 )
Mapreduce & Hadoop Algorithms in Academic Papers (3rd update), especially Scaling Up Classifiers to Cloud Computers TeamBox – project collaboration tool Continuous Integration for C++ by Rick...
View ArticleC++ links
Hash tables : Network Applications of Bloom Filters: A Survey – by Andrei Brodery and Michael Mitzenmacherz Coding bloom filters General Purpose Hash Function Algorithms IP-Lookup with a Blooming Tree...
View Article