Looking for smart developers

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

If ( yourSmartness > averageSmartness &&  // you are smarter than average 
     -INF < yourInterest.area<= INF &&  //you are interested in just about anything
     yourInterest.Domain= "Technology") //you can get excited about everything to do with technology 

{
  applyAt (http://goo.gl/Wlo81i)  //You should apply for this position

  /*
  We are predominantly a C++ shop but we deal with python and couchdb as well.
  We are kind of people who if we can't find a system that does what we want,
  we just go ahead and build it ourselves.

  You would be developing image processing software for satellite images. 
  You could think it as the Photoshop for satellite images.
 */

}
else
 std::cout << "Good luck to you" << endl;
Last edited on
Topic archived. No new replies allowed.