Search:

Type: Posts; User: qsr.nrwn; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    53,489
    Views
    3,280,312

    Re: The BUMP Thread

    A MS-DOS way to make a bump.bat

    (This can crash your coumputer... since we are porting some BUMPING bugs from some company at Redmon)

    copy con > bump.bat
    @ECHO OFF
    CLS
    ECHO BUMP!!
    ^Z...
  2. Replies
    53,489
    Views
    3,280,312

    Re: The BUMP Thread

    Eleven hours without a BUMP!!!

    I'll bump this thread... since there is no one here... No one else is watching me, so this will be a shameless
  3. Replies
    53,489
    Views
    3,280,312

    Re: The BUMP Thread

    title BUMP! Program (bump.asm)
    ; This program displays "Bump!"

    dosseg
    .model small
    .stack 100h

    .data
    bump_message db 'Bump!',0dh,0ah,'$'
  4. Replies
    53,489
    Views
    3,280,312

    Re: The BUMP Thread

    #include <stdio.h>
    #define S "Bump!\n"
    main()
    {
    exit(for(;;){printf(S) == strlen(S);} ? 0 : 1);
    }

    Ol' days with C...
  5. Replies
    53,489
    Views
    3,280,312

    Re: The BUMP Thread

    #!/bin/bash

    i=1

    while [ "$i" -ne "0" ]
    do
    echo Bump!
    done

    Cheers,
Results 1 to 5 of 5