Quantcast
Channel: Alexey Bokov's weblog » c++
Browsing all 6 articles
Browse latest View live

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 Article



Image may be NSFW.
Clik here to view.

Sun 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 Article

Image may be NSFW.
Clik here to view.

C/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 Article

My 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 Article

C++ 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


Image may be NSFW.
Clik here to view.

Hello World!

View Article
Browsing all 6 articles
Browse latest View live




Latest Images