Close

Page 1 of 2 12 LastLast
Results 1 to 20 of 37
  1. #1
    DF VIP Member Fear345's Avatar
    Join Date
    May 2002
    Location
    entebbe
    Posts
    3,153
    Thanks
    174
    Thanked:        415
    Karma Level
    526

    Default Show your l33t skills

    10 print "Toms a Quaker ";
    20 goto 10

    Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker Toms a Quaker


  2. #2
    DF VIP Member BertRoot's Avatar
    Join Date
    Sep 2004
    Location
    Poppy Fields
    Posts
    23,955
    Thanks
    1,038
    Thanked:        2,059
    Karma Level
    2515

    Default Re: Show your l33t skills

    Fucking loon.


  3. #3
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    724

    Default Re: Show your l33t skills

    Buhahahahaha, you crazy bugger
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  4. #4
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    724

    Default Re: Show your l33t skills

    I'll show you l33t

    Code:
            5 REM Pangolins
    	10 LET nq=100: REM number of questions and animals
    	15 DIM q$(nq,50): DIM a(nq,2): DIM r$(1)
    	20 LET qf=8
    	30 FOR n=1 TO qf/2 1
    	40 READ q$(n): READ a(n,1): READ a(n,2)
    	50 NEXT n
    	60 FOR n=n TO qf-1
    	70 READ q$(n): NEXT n
    	100 REM start playing
    	110 PRINT "Think of an animal.","Press any key to continue."
    	120 PAUSE 0
    	130 LET c=1: REM start with 1st question
    	140 IF a(c,1)=0 THEN GO TO 300
    	150 LET p$=q$(c): GO SUB 910
    	160 PRINT "?": GO SUB 1000
    	170 LET in=1: IF r$="y" THEN GO TO 210
    	180 IF r$="Y" THEN GO TO 210
    	190 LET in=2: IF r$="n" THEN GO TO 210
    	200 IF r$<>"N" THEN GO TO 150
    	210 LET c=a(c,in): GO TO 140
    	300 REM animal
    	310 PRINT "Are you thinking of"
    	320 LET P$=q$(c): GO SUB 900: PRINT "?"
    	330 GO SUB 1000
    	340 IF r$="y" THEN GO TO 400
    	350 IF r$="Y" THEN GO TO 400
    	360 IF r$="n" THEN GO TO 500
    	370 IF r$="N" THEN GO TO 500
    	380 PRINT "Answer me properly when I'm","talking to you.": GO TO 300
    	400 REM guessed it
    	410 PRINT "I thought as much.": GO TO 800
    	500 REM new animal 
    	510 IF qf>nq-1 THEN PRINT "I'm sure your animal is very", "interesting, 
    	         but I don't have","room for it just now.": GO TO 800 
    	520 LET q$(qf)=q$(c): REM move old animal 
    	530 PRINT "What is it, then?": INPUT q$(qf+1) 
    	540 PRINT "Tell me a question which dist ","inguishes between " 
    	550 LET p$=q$(qf): GO SUB 900: PRINT " and" 
    	560 LET p$=q$(qf+1): GO SUB 900: PRINT " " 
    	570 INPUT s$: LET b=LEN s$ 
    	580 IF s$(b)="?" THEN LET b=b-1 
    	590 LET q$(c)=s$(TO b): REM insert question 
    	600 PRINT "What is the answer for" 
    	610 LET p$=q$(qf+1): GO SUB 900: PRINT "?" 
    	620 GO SUB 1000 
    	630 LET in=1: LET io=2: REM answers for new and old animals 
    	640 IF r$="y" THEN GO T0 700 
    	650 IF r$="Y" THEN GO TO 700 
    	660 LET in=2: LET io=1 
    	670 IF r$="n" THEN GO TO 700 
    	680 IF r$="N" THEN GO TO 700
    	690 PRINT "That's no good. ": GO TO 600
    	700 REM update answers 
    	710 LET a(c,in)=qf+1: LET a(c,io)=qf 
    	720 LET qf=qf+2: REM next free animal space 
    	730 PRINT "That fooled me."
    	800 REM again?
    	810 PRINT "Do you want another go?": GO SUB 1000
    	820 IF r$="y" THEN GO TO 100
    	830 IF r$="Y" THEN GO TO 100
    	840 STOP
    	900 REM print without trailing spaces
    	905 PRINT " ";
    	910 FOR n=50 TO 1 STEP -1
    	920 IF p$(n)<>" " THEN GO TO 940
    	930 NEXT n
    	940 PRINT p$(TO n);: RETURN
    	1000 REM get reply
    	1010 INPUT r$: IF r$="" THEN RETURN
    	1020 LET r$=r$(1): RETURN
    	2000 REM initial animals
    	2010 DATA "Does it live in the sea",4,2
    	2020 DATA "Is it scaly",3,5
    	2030 DATA "Does it eat ants",6,7
    	2040 DATA "a whale", "a blancmange", "a pangolin", "an ant"
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  5. #5
    DF VIP Member Fear345's Avatar
    Join Date
    May 2002
    Location
    entebbe
    Posts
    3,153
    Thanks
    174
    Thanked:        415
    Karma Level
    526

    Default Re: Show your l33t skills

    Bollocks you copy and pasted that out of crash mines my own work.

  6. #6
    DF VIP Member
    beerman's Avatar
    Join Date
    May 2001
    Location
    29 Acacia Road
    Posts
    8,446
    Thanks
    1,080
    Thanked:        1,626
    Karma Level
    958

    Default Re: Show your l33t skills

    Code:
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
    	cout << "Toms a Quaker" << endl;
    	return 0;
    }
    Btw who is Tom?

  7. #7
    DF VIP Member Fear345's Avatar
    Join Date
    May 2002
    Location
    entebbe
    Posts
    3,153
    Thanks
    174
    Thanked:        415
    Karma Level
    526

    Default Re: Show your l33t skills

    Quote Originally Posted by beerman View Post
    Btw who is Tom?
    A Quaker

  8. #8
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    724

    Default Re: Show your l33t skills

    Quote Originally Posted by Fear345 View Post
    Bollocks you copy and pasted that out of crash mines my own work.

    Ask drjnet about the game we wrote, and what happened when we played it

    10 BORDER 0: PAPER 0: INK 7: CLS
    20 PRINT "Fear345 is fat and smelly";
    30 BEEP 1,0: BEEP 1,2: BEEP .5,3: BEEP.5,2: BEEP 1,0
    40 BEEP 1,0: BEEP 1,2: BEEP .5,3: BEEP.5,2: BEEP 1,0
    50 BEEP 1,3: BEEP 1,5: BEEP 2,7
    60 BEEP 1,3: BEEP 1,5: BEEP 2,7
    70 BEEP .75,7: BEEP .25,8: BEEP .5,7: BEEP .5,5:BEEP .5,3: BEEP.5,2: BEEP 1,0
    80 BEEP .75,7: BEEP .25,8: BEEP .5,7: BEEP .5,5: BEEP .5,3: BEEP .5,2: BEEP 1,0
    90 BEEP 1,0: BEEP 1,-5: BEEP 2,0
    100 BEEP l,0: BEEP 1,-5: BEEP 2,0
    110 GO TO 20
    Last edited by tombott; 13th August 2008 at 11:05 AM.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  9. #9
    DF VIP Member Fear345's Avatar
    Join Date
    May 2002
    Location
    entebbe
    Posts
    3,153
    Thanks
    174
    Thanked:        415
    Karma Level
    526

    Default Re: Show your l33t skills

    Quote Originally Posted by tombott View Post
    Ask drjnet about the game we wrote, and what happened when we played it
    Your sexually capers are best left a secret m8.

  10. #10
    DF VIP Member FireBlade's Avatar
    Join Date
    Nov 2000
    Location
    Spain
    Posts
    3,864
    Thanks
    0
    Thanked:        14
    Karma Level
    647

    Default Re: Show your l33t skills

    erm i dont get it?

  11. #11
    DF VIP Member FireBlade's Avatar
    Join Date
    Nov 2000
    Location
    Spain
    Posts
    3,864
    Thanks
    0
    Thanked:        14
    Karma Level
    647

    Default Re: Show your l33t skills

    that goto 10 thing in basic we used to the do in school on the BBC B but i did have a rubber keyed speccy too used to drive me mad crazy typing in code lists from Crash magazine ;-)

  12. #12
    DF VIP Member Soulassassin's Avatar
    Join Date
    Jan 2002
    Location
    Newcastle UK
    Posts
    2,747
    Thanks
    271
    Thanked:        342
    Karma Level
    460

    Default Re: Show your l33t skills

    Ahhh the memories..............
    If nature always takes the easiest route, what's easier...?
    The creation of billions of galaxies each containing trillions of stars each with their own solar systems, some with planets that have evolved civilisations with billions of different life forms. OR The creation of just your imagination?

  13. #13
    DF VIP Member wakadoo's Avatar
    Join Date
    Nov 2002
    Location
    notts
    Posts
    3,341
    Thanks
    139
    Thanked:        365
    Karma Level
    472

    Default Re: Show your l33t skills

    Quote Originally Posted by soulassassin View Post
    Ahhh the memories..............
    yeah the memories of a syntax error you tried to solve for fookin hours only to be greeted by an apology 1 month later in the magazine for a printing error....

    or your mum unplugging the computer to hoover up the bedroom after you left it on cos you had no way of saving owt ...start typing it in again....bah.


    Why does "fat chance" and "slim chance" mean
    the same thing?

  14. #14
    DF VIP Member drjnet's Avatar
    Join Date
    Sep 2006
    Location
    worcester
    Posts
    193
    Thanks
    0
    Thanked:        0
    Karma Level
    225

    Default Re: Show your l33t skills

    Quote Originally Posted by tombott View Post
    Ask drjnet about the game we wrote, and what happened when we played it

    10 BORDER 0: PAPER 0: INK 7: CLS
    20 PRINT "Fear345 is fat and smelly";
    30 BEEP 1,0: BEEP 1,2: BEEP .5,3: BEEP.5,2: BEEP 1,0
    40 BEEP 1,0: BEEP 1,2: BEEP .5,3: BEEP.5,2: BEEP 1,0
    50 BEEP 1,3: BEEP 1,5: BEEP 2,7
    60 BEEP 1,3: BEEP 1,5: BEEP 2,7
    70 BEEP .75,7: BEEP .25,8: BEEP .5,7: BEEP .5,5:BEEP .5,3: BEEP.5,2: BEEP 1,0
    80 BEEP .75,7: BEEP .25,8: BEEP .5,7: BEEP .5,5: BEEP .5,3: BEEP .5,2: BEEP 1,0
    90 BEEP 1,0: BEEP 1,-5: BEEP 2,0
    100 BEEP l,0: BEEP 1,-5: BEEP 2,0
    110 GO TO 10
    You should have done that with an array and a loop, haven't you heard of code re-factoring?
    You are a giddy goat
    --------------------------------------------------
    10 PRINT "I AM THIRSTY";
    20 GOTO PUB

  15. #15
    DF VIP Member drjnet's Avatar
    Join Date
    Sep 2006
    Location
    worcester
    Posts
    193
    Thanks
    0
    Thanked:        0
    Karma Level
    225

    Default Re: Show your l33t skills

    Quote Originally Posted by drjnet View Post
    You should have done that with an array and a loop, haven't you heard of code re-factoring?
    You are a giddy goat
    Ok so im a sad cunt i tried your code, it dont work...
    --------------------------------------------------
    10 PRINT "I AM THIRSTY";
    20 GOTO PUB

  16. #16
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    724

    Default Re: Show your l33t skills

    What you try it in?
    A spectrum emulator?
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  17. #17
    DF VIP Member mysterym's Avatar
    Join Date
    May 2002
    Location
    90210
    Posts
    1,615
    Thanks
    70
    Thanked:        59
    Karma Level
    347

    Default Re: Show your l33t skills

    Quote Originally Posted by tombott View Post
    I'll show you l33t

    Code:
            5 REM Pangolins
        10 LET nq=100: REM number of questions and animals
        15 DIM q$(nq,50): DIM a(nq,2): DIM r$(1)
        20 LET qf=8
        30 FOR n=1 TO qf/2 1
        40 READ q$(n): READ a(n,1): READ a(n,2)
        50 NEXT n
        60 FOR n=n TO qf-1
        70 READ q$(n): NEXT n
        100 REM start playing
        110 PRINT "Think of an animal.","Press any key to continue."
        120 PAUSE 0
        130 LET c=1: REM start with 1st question
        140 IF a(c,1)=0 THEN GO TO 300
        150 LET p$=q$(c): GO SUB 910
        160 PRINT "?": GO SUB 1000
        170 LET in=1: IF r$="y" THEN GO TO 210
        180 IF r$="Y" THEN GO TO 210
        190 LET in=2: IF r$="n" THEN GO TO 210
        200 IF r$<>"N" THEN GO TO 150
        210 LET c=a(c,in): GO TO 140
        300 REM animal
        310 PRINT "Are you thinking of"
        320 LET P$=q$(c): GO SUB 900: PRINT "?"
        330 GO SUB 1000
        340 IF r$="y" THEN GO TO 400
        350 IF r$="Y" THEN GO TO 400
        360 IF r$="n" THEN GO TO 500
        370 IF r$="N" THEN GO TO 500
        380 PRINT "Answer me properly when I'm","talking to you.": GO TO 300
        400 REM guessed it
        410 PRINT "I thought as much.": GO TO 800
        500 REM new animal 
        510 IF qf>nq-1 THEN PRINT "I'm sure your animal is very", "interesting, 
                 but I don't have","room for it just now.": GO TO 800 
        520 LET q$(qf)=q$(c): REM move old animal 
        530 PRINT "What is it, then?": INPUT q$(qf+1) 
        540 PRINT "Tell me a question which dist ","inguishes between " 
        550 LET p$=q$(qf): GO SUB 900: PRINT " and" 
        560 LET p$=q$(qf+1): GO SUB 900: PRINT " " 
        570 INPUT s$: LET b=LEN s$ 
        580 IF s$(b)="?" THEN LET b=b-1 
        590 LET q$(c)=s$(TO b): REM insert question 
        600 PRINT "What is the answer for" 
        610 LET p$=q$(qf+1): GO SUB 900: PRINT "?" 
        620 GO SUB 1000 
        630 LET in=1: LET io=2: REM answers for new and old animals 
        640 IF r$="y" THEN GO T0 700 
        650 IF r$="Y" THEN GO TO 700 
        660 LET in=2: LET io=1 
        670 IF r$="n" THEN GO TO 700 
        680 IF r$="N" THEN GO TO 700
        690 PRINT "That's no good. ": GO TO 600
        700 REM update answers 
        710 LET a(c,in)=qf+1: LET a(c,io)=qf 
        720 LET qf=qf+2: REM next free animal space 
        730 PRINT "That fooled me."
        800 REM again?
        810 PRINT "Do you want another go?": GO SUB 1000
        820 IF r$="y" THEN GO TO 100
        830 IF r$="Y" THEN GO TO 100
        840 STOP
        900 REM print without trailing spaces
        905 PRINT " ";
        910 FOR n=50 TO 1 STEP -1
        920 IF p$(n)<>" " THEN GO TO 940
        930 NEXT n
        940 PRINT p$(TO n);: RETURN
        1000 REM get reply
        1010 INPUT r$: IF r$="" THEN RETURN
        1020 LET r$=r$(1): RETURN
        2000 REM initial animals
        2010 DATA "Does it live in the sea",4,2
        2020 DATA "Is it scaly",3,5
        2030 DATA "Does it eat ants",6,7
        2040 DATA "a whale", "a blancmange", "a pangolin", "an ant"
    You need to load that up on a spectrum 128 and type in renumber 10

    That rem on line 5 looks messy

  18. #18
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    724

    Default Re: Show your l33t skills

    Quote Originally Posted by drjnet View Post
    Ok so im a sad cnut i tried your code, it dont work...
    Well it does, I did it in a speccy emu but I should have put line 110 as

    110 GO TO 20

    not 110 GO TO 10
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  19. #19
    DF VIP Member drjnet's Avatar
    Join Date
    Sep 2006
    Location
    worcester
    Posts
    193
    Thanks
    0
    Thanked:        0
    Karma Level
    225

    Default Re: Show your l33t skills

    fucking dont, try it on speculator
    --------------------------------------------------
    10 PRINT "I AM THIRSTY";
    20 GOTO PUB

  20. #20
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    724

    Default Re: Show your l33t skills

    fcuk me this is sad, I've saved it as a .tap file for you....


    Here

    And some screenshots

    Spoiler:


    Spoiler:


    Spoiler:
    Last edited by tombott; 13th August 2008 at 11:52 AM.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

Page 1 of 2 12 LastLast

Similar Threads

  1. Post your links for TV Show Downloads here.
    By GETanner in forum TV Talk
    Replies: 37
    Last Post: 5th March 2006, 09:16 PM
  2. I've got 6 spare tickets for the Motor Show 2002
    By Terry Turbo in forum Buy, Sell and Trade
    Replies: 2
    Last Post: 19th October 2002, 10:13 AM
  3. 512MB ram but no show
    By spade2001 in forum PC Problems
    Replies: 5
    Last Post: 24th September 2002, 05:45 PM
  4. Show us ya beaver [ADULT]
    By Robdoran in forum The Dog and Duck
    Replies: 26
    Last Post: 7th September 2002, 08:29 AM
  5. xbplayer B6 - jpegs, bmps don't show
    By provod2000 in forum Microsoft Consoles
    Replies: 1
    Last Post: 31st August 2002, 02:23 PM

Social Networking 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
  •