Search found 394 matches

by Patz QuickBASIC Creations
Tue Feb 28, 2006 4:47 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Point of Intersection
Replies: 8
Views: 14000

This reminds me of the INTERSECT feature on my TI-83+. :lol:
by Patz QuickBASIC Creations
Mon Feb 27, 2006 5:30 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: windows linux compatability
Replies: 7
Views: 12516

Hmmmmm... A psuedo-RNG would work nice... In response to RyanKelly, I only need this to keep me off my computer. (I got bad grades and now i want to force myself off the computer) If I can make a false-RNG then that would work nicely. Thanks for the suggestions...
by Patz QuickBASIC Creations
Mon Feb 27, 2006 5:26 pm
Forum: General Discussion
Topic: Licenced under "my rules"
Replies: 30
Views: 53064

I try to make a joke and it develops into this... I knew it was wrong but I was in a hurry to get it in.
by Patz QuickBASIC Creations
Wed Feb 22, 2006 5:41 pm
Forum: News and Announcements
Topic: FBIde 0.4.6 released
Replies: 2
Views: 11689

2 things to say to lurah...
a) What happened to your other account?
b) Me too...
by Patz QuickBASIC Creations
Wed Feb 22, 2006 5:29 pm
Forum: General Discussion
Topic: which sci-fi crew are you in?
Replies: 15
Views: 33428

Please don't turn this into myspace... lol

btw... patz2009 :lol:
by Patz QuickBASIC Creations
Wed Feb 22, 2006 4:47 pm
Forum: General Discussion
Topic: Licenced under "my rules"
Replies: 30
Views: 53064

Nekrophidius wrote:
Patz QuickBASIC Creations wrote:May I remind you Z!re is capable, and likely to, murder you?
Lies, ALL LIES!!!!!!!!!!!!!!!!!!!!111111111111oenoneoneeleven
you spelled one wrong :P
by Patz QuickBASIC Creations
Wed Feb 22, 2006 4:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: windows linux compatability
Replies: 7
Views: 12516

Sorry, I got my brother to type that message. He's QB illiterate :) Anyway, I knew that you should get the same output each time you run it, but I wasn't sure if Windows and Linux had similar Random Number Generaters. I guess my program won't work, now. The program (DCPPP - Date Changing Password Pr...
by Patz QuickBASIC Creations
Tue Feb 21, 2006 8:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: windows linux compatability
Replies: 7
Views: 12516

windows linux compatability

can someone run this code through freebasic on windows and give me the output?

Code: Select all

randomize462
print rnd
thanks :lol: ,
(i am looking for an output of 0.3176822056993842)
by Patz QuickBASIC Creations
Tue Feb 21, 2006 1:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: feelin' sleepy
Replies: 2
Views: 6143

I only recommend SLEEP if you want the user to be able to get out of it by pressing a key. If not, use this DELAY sub. SUB Delay (sec!) LET stoptime! = TIMER + sec! 'sec! is the amount of delay in seconds WHILE TIMER <> stoptime! IF stoptime! > 86400 THEN stoptime! = stoptime! - 86400 'Midnight fix....
by Patz QuickBASIC Creations
Tue Feb 21, 2006 12:55 pm
Forum: General Discussion
Topic: Licenced under "my rules"
Replies: 30
Views: 53064

On my Slackware box, I made a program in FB (because it's Linux compatible) that makes the text of a file appear on the terminal window. What's good about this is the fact that I have this 'Star Wars' screensaver. It gets text from a program, and scrolls it like the Star Wars intro-thingys. The reas...
by Patz QuickBASIC Creations
Thu Feb 16, 2006 5:15 pm
Forum: News and Announcements
Topic: FieldView MMORPG
Replies: 6
Views: 16456

Maybe I'll get 5 computers to run it overnight...

Keep plugging away! I've been looking forward to what Fieldview can do.
by Patz QuickBASIC Creations
Tue Feb 14, 2006 6:06 pm
Forum: News and Announcements
Topic: NOGOSH - Text Operating Shell
Replies: 4
Views: 14483

Stop sending me supraliminal messages! Now you made me join ASCII-World! BTW, I like ASCII-World alot, I'm suprised I didn't join the forums earlier... :? [/url]
by Patz QuickBASIC Creations
Tue Feb 14, 2006 12:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: .WAV File Player
Replies: 3
Views: 5533

When I was running some newer equipment using DOS, I had a sound card that loaded every variable I needed on boot (with AUTOEXEC.BAT). It set my sound blaster variables, came with a DOS mixer, and advanced support for DOS games using a BLASTER device. I think this is the card I was using: http://www...
by Patz QuickBASIC Creations
Wed Feb 08, 2006 5:15 pm
Forum: Freebasic Questions & Answers
Topic: Loading GIF in FreeBASIC
Replies: 5
Views: 16496

Nathan, if everyone used google rather than Pete's Site, then what reason would I have to exist? :lol:

Anyway, back on subject. Please be more specific with your problem. Do you need to be able to edit the images, or just display them?
by Patz QuickBASIC Creations
Fri Feb 03, 2006 1:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: BASIC Compiler on MAC OS X? Free-moving map editor?
Replies: 6
Views: 8387

Well, I have found a nice little BASIC site...

http://basic.mindteq.com/

Many reviews of BASIC Compilers, IDEs, RADs, and more. FreeBASIC is even reviewed :)
In fact, at time of writing, it is the top viewed :D
by Patz QuickBASIC Creations
Tue Jan 31, 2006 5:39 pm
Forum: General Discussion
Topic: YES! I got my new computer parts!!!
Replies: 13
Views: 25375

OK, ultimate computer. Server-quality. Tyan Thunder K8QSD Pro motherboard (4x) AMD Opteron 880 Dual-Core 2.4ghz (16x) Patriot PC3200 2GB RAM (8x) Hitachi 500GB SATA Hard Drives (2x) Thermaltake Power Supplies 680w SATA II controller card Total Price: $22497.77 (USA dollars) TOTAL PERFORMANCE SPECS: ...
by Patz QuickBASIC Creations
Tue Jan 31, 2006 4:35 pm
Forum: General Discussion
Topic: Is Pete's forum dead?
Replies: 3
Views: 5543

In months, I'll start driving :)

Sorry, just being RND
by Patz QuickBASIC Creations
Tue Jan 31, 2006 4:33 pm
Forum: General Discussion
Topic: Review Interface Request
Replies: 5
Views: 10765

Yeah, it's very possible. In fact, it would be easy to do.... However, it would take a lot of time to make animated GIFs for each program... What do you have in mind? An animated GIF that scrolls through all of the screenshots from the review, slideshow style? Or do you think that we should go back...
by Patz QuickBASIC Creations
Tue Jan 31, 2006 1:03 pm
Forum: General Discussion
Topic: Is Pete's forum dead?
Replies: 3
Views: 5543

Is Pete's forum dead?

I log on many times to find that I was the last person to make a post, which happened to be that day's yesterday. We get an occassional poster on the Questions board, but not General Discussion...

Is it just me, or does Pete's forum need a defibriulation?

*CLEAR*!
by Patz QuickBASIC Creations
Tue Jan 31, 2006 12:58 pm
Forum: General Discussion
Topic: PQBC now has a forum!
Replies: 11
Views: 12613

By the way.

Nate: Thanks for the sig :P

Paul: I used to be PQBC (username) but now use PQBC as a guest name to make posts when I can't log on properly.