Forgot your password?
typodupeerror

Comment Did anyone look at what Rob Enderle does? (Score 1) 463

The supposed industry analyst quoted in the article is a MSFT pawn. Quote from the Giga Site: "His current client activities include helping companies work with Microsoft." Take a look at his Resume it would be hard to find someone that dosen't work for Microsoft that would have a bigger stake in making silly claims about SCOs credibility.

Has anyone figured out what good copying every 3rd line of code could possibly be?

Maybe this what he saw is:

#include <stdio.h>

int main(int argc, char *argv[])
{

if (argc == 0) {
printf("Welcome to the central module \n");
return 1;
} else {
startCoronelSanders(argv);
return 0;
}

}

Slashdot Top Deals

The universe does not have laws -- it has habits, and habits can be broken.

Working...