Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: Most Useless Program Competition

  1. #31
    Join Date
    Jan 2010
    Location
    San Jose
    Beans
    61
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Most Useless Program Competition

    Code:
    <script type="javascript>
    alert("Please close this button");
    alert("Thanks for closing the previous button");
    </script>

  2. #32
    Join Date
    Feb 2008
    Location
    readlink("/proc/self/exe"
    Beans
    1,120
    Distro
    Ubuntu Development Release

    Wink Re: Most Useless Program Competition

    Code:
    #include <stdio.h>
    #include <stdlib.h>
    
    
    int main() 
    {
        printf("Error: Keyboard not found. Press F1 to continue");
        getch();
        return EXIT_SUCCESS;
    }
    In a world without walls and fences, who needs Windows and Gates?
    Linux is like a wigwam.... no Gates, no Windows but Apache inside!
    http://www.debianadmin.com
    apt-get install libstdc++6-4.3-doc

Page 4 of 4 FirstFirst ... 234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •