Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Challenge....
oracle: I never meant I don't trust you and I trust everybody here
if they say "I've done this code myself" but what I said was just
this normal security/rights/watever blah and I didn't mean to
offend you or anybody else here as a matter of fact, I take it
as a great honour if somebody is willing to do anything with my
code as I think my programming skills are very modest in comparision
with other programmers here...

Smile
/post]
Reply
Marvin: That's cool. I just wanted my policy known to all :wink:
Reply
Oracle: Yep you can host em. :*)

Link:

http://qb45.tonez-online.com/qbasic/pn/m...ine_Liners
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
Thanks!

I never found that site before, can you believe it? It never showed up when I was doing a google search. I should be searching with dogpile or something...

Nathan: DOSEMU WORKS!!! Thanks man! Now to get the mouse to work and then I'm really rocking!
Reply
I like this one a lot, considering I'm not a very creative person Big Grin

Code:
SCREEN 13
WHILE INKEY$ = ""
        'CLS
        RANDOMIZE TIMER * 4
        x = INT((320) * RND + 1)
        y = INT((200) * RND + 1)
        PSET (x, y), x + y
        IF x = y THEN CLS
WEND
earn.
Reply
Jesus, there are over 20 screensavers on the first 2 pages alone! How do I know which ones are worth seeing!?
earn.
Reply
All of it are worth seeing. Check out all of it or you'll miss some of the best. :*)
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
An' they're all going up on QBNZ, so congrats to the authors for making some of the best limited line code I have seen, and please, by all accounts, make some more!
Reply
well here's another 1

1 SCREEN 13
2 M% = 1
3 FOR J% = 0 TO 119
4 FOR I% = 0 TO 119
5 PSET (I% + 95, J% + 30), SQR((I% * J%) MOD (L% + 1))
6 NEXT I%, J%
7 L% = (L% + M%)
8 IF L% = 64 OR L% = 0 THEN IF M% = 1 THEN M% = -1 ELSE M% = 1
9 IF LEN(INKEY$) = 0 THEN 3
very F***ing song remains the same
To everyone who sucks-up for the fame
Out of strength you know we speak the truth
Every trend that dies is living proof

MasterMinds Software
Reply
Good... keep sending them in, they'll all be goin' on QBNZ.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)