[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::hackers_v1

Title:-={ H A C K E R S }=-
Notice:Write locked - see NOTED::HACKERS
Moderator:DIEHRD::MORRIS
Created:Thu Feb 20 1986
Last Modified:Mon Aug 03 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:680
Total number of notes:5456

494.0. "put this in GUESS.COM and then @ it" by VIDEO::OSMAN (type video::user$7:[osman]eric.six) Wed Jun 10 1987 14:39

T.RTitleUserPersonal
Name
DateLines
494.1AAAARGGGHHH!!!SHEILA::PUCKETTBack off man! I'm a Specialist!Fri Jun 12 1987 05:0523
Reminds me....

Someone from Control Data once told me about a Fortran scrambling program
he had seen in action. It converted all integer variables to a 6-character
combination of I's and 1's(ones), all reals to a similar combination of
O's and 0's(zeros) and all statement numbers to random 5-digit numbers.
Of course all comments, blank lines and indentation was removed too.
Since lines could get longer, continuations were added in.

The function of the program was unaltered; it compiled and ran correctly.

For example:

	do 10 i=1,n
	   if(a(i).lt.b) go to 20
   10   continue

became
	DO 68756 I11111=1,I1III1
	IF(O00OO0(I11111).LT.OOO0O0) GO TO 72901
68756   CONTINUE

On certain line printers the output was really unreadable!