Page is a not externally linkable
Hanu - 4:28 pm on Oct 14, 2004 (gmt 0)
Disassembly, er decompilation finished. Java 5 source code: void GoogleDesktopSearch( dir ) {
dis-assebmeling the code is already in progress
int rank = random( 1, 256 );
File file;
for each file in ReadDir( "dir\*.*" ) {
if( IsDirectory( file ) ) {
GoogleDesktopSearch( file );
}
serps[ rank * length( file ) ] = file.getName();
new Thread () { void run() {
Mail.mail(
"brin@google.com",
PageRankChecksum( file.contents ) // covers privacy issues
);
}.start();
}
}