Hacker Dictionary
 
Browse the Dictionary...
All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Navigation Random Term
  • MS-DOS
    /M-S-dos/ [MicroSoft Disk Operating System] n. A {clone} of {{CP/M}} for the 8088 crufted together in 6 weeks by hacker Tim Paterson, who is... VIEW ENTIRE DEFINITION


  •  View Definition: winged comments 

    winged comments


    n. Comments set on the same line as code, as opposed to boxed comments. In C, for example

    d = sqrt(x*x + y*y); /* distance from origin */

    Generally these refer only to the action(s) taken on that line.