• Join Us |
  • |
  • Sign in with:

Hardware Reviews

by Maarten Goldstein, Jun 09, 2002 10:13am PDT

- MSI 845G MAX-L motherboard on Accelenation.
- In-Win L545 micro ATX case on M6. - AddA 80mm case fan on Monster Hardware.
- ATI 128mb Radeon 8500 LE videocard on Hardware Extreme.




Comments

3 Threads* | 2 Comments
  • set window 0,100,0,100
    box circle 0,10,0,10
    box circle 15,25,0,10
    plot lines: 0,10;25,10
    plot lines: 0,10;0,20
    plot lines: 0,20;7,20
    plot lines: 7,20;7,25
    plot lines: 7,25; 14,25
    plot lines: 14,25; 15,19
    plot lines: 25,10; 25,18
    plot lines: 25,18; 15,19
    plot lines: 13,24; 13,20
    plot lines: 13,24; 10,24
    plot lines: 10,24; 10,20
    plot lines: 10,20; 13,20
    plot lines: 20,40; 60,90
    plot lines: 60,90; 100,45
    plot lines: 20,40; 0,50
    plot lines: 30,53; 0,100
    plot lines: 0,0; 100,0
    plot lines: 0,35; 100,35
    set color "green"
    flood o,35.5
    flood 0,99
    set color "red"
    flood .1,11
    set color "black"
    flood 12,22
    set color "black"
    flood 5,5
    flood 20,5
    box keep 0,26,0,26 in A$
    pause .001
    box clear 0,26,0,26
    for x=1 to 100
    let a= a+1
    box show a$ at a,0
    pause .01
    box clear a,a+25,0,0+25
    next x
    end