Search found 887 matches

by Z!re
Sun Dec 10, 2006 10:07 am
Forum: General Discussion
Topic: Help, Moderator, please delete all the spam
Replies: 4
Views: 14661

Dont make topics like theese, by the time we actually see the topic, we also see the spam.
So, your topic ends up being more useless spam.
by Z!re
Fri Dec 08, 2006 8:43 pm
Forum: General Discussion
Topic: Fun 2-player QB space game
Replies: 8
Views: 19948

Next time, use a descriptive title and dont use all uppercase.
by Z!re
Sat Dec 02, 2006 10:57 am
Forum: General Discussion
Topic: Spam invasion...
Replies: 4
Views: 8287

I clean about a dozen posts each day..

Pete needs to get back and add image verification for new users.. nothing else we can do but remove the posts now..
by Z!re
Fri Dec 01, 2006 6:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: basic BASIC
Replies: 2
Views: 9497

http://www.petesqbsite.com/forum/viewtopic.php?t=1914

Limit yourself to a single topic about the same damned thing will you.

This topic is locked. Also, the answer has already been given in the other topic.
by Z!re
Fri Dec 01, 2006 8:19 am
Forum: News and Announcements
Topic: APIServers special offer
Replies: 0
Views: 13379

APIServers special offer

For more information visit:
http://www.apiservers.com/
by Z!re
Thu Nov 30, 2006 2:28 pm
Forum: News and Announcements
Topic: Attention!
Replies: 5
Views: 16957

Skyler wrote:Where can I find some fugitives?
Too late, we killed them all in retribution for our threads on QBN and FBTK getting removed.
by Z!re
Tue Nov 28, 2006 3:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Small code question
Replies: 19
Views: 57494

It's the last 0 i the circle statement, it's the color, change it to something between 1 and 255 Also, you might want to change the size to avoid 0 sized circles: 'Assignment #17 'solved by buddpaul RANDOMIZE TIMER SCREEN 13 DO LOOP WHILE INKEY$ = "" FOR I = 1 TO 5 CIRCLE (INT(RND * 320), ...
by Z!re
Mon Nov 27, 2006 12:03 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Small code question
Replies: 19
Views: 57494

Re: rude replies

Dearest Z!re, Yes......it's nice to meet you as well. I have loved computer technology since before you were born and it never ceases to amaze me the degree to which people believe they have a right to demean perfect strangers under the protective anonymity of the internet....case in point: your re...
by Z!re
Sat Nov 25, 2006 9:56 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Small code question
Replies: 19
Views: 57494

Re: reply

For the love of pete, guys.......I'm 37 years old and I haven't taken a programming class in over 10 years......instead of a rude tongue lashing, could I have at least a jump start, please........I've noticed there's not much help on these boards.........just a bunch of rude come-backs........ so: ...
by Z!re
Fri Nov 24, 2006 8:31 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Small code question
Replies: 19
Views: 57494

I could probably do it in 30sec or less... This is homework, so damned obvious... Get back to spending all ($1) your money on alcohol, then vomit in the gutter just before passing out in the same vomit pool you just threw up, only to wake up and repeat it the day after.. cause paying attention in cl...
by Z!re
Tue Nov 21, 2006 7:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Whats your opinion?
Replies: 10
Views: 16380

QBASIC is good because you arent restricted to a particluar set of GUI objects, like you are if you were to use a visual environment such as VB. For example, in QBASIC I could whip up a simple aprticle engine in a matter of minutes. In VB, not so easy, not to mention it would be slower in VB than QB...
by Z!re
Mon Nov 20, 2006 4:56 pm
Forum: General Discussion
Topic: Encryption and XOR
Replies: 15
Views: 31183

The Enigma only encrypts letters, right? (ASCII 65-91) - Therefore, not all 256-characters can't be encrypted, as only 26 are available. Source: http://en.wikipedia.org/wiki/Enigma_machine Yes, the Enigma machine, but stupid as I am I assumed you were talking about the algorithm, and not actually c...
by Z!re
Mon Nov 20, 2006 4:54 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Someone Please Help!!!!
Replies: 7
Views: 11795

Fail class, work as a floor sweeper for the rest of your life.
Now get the fork of my internets, you're just too damned stupid to be here!
by Z!re
Mon Nov 20, 2006 1:51 pm
Forum: News and Announcements
Topic: Attention!
Replies: 5
Views: 16957

That picture is so not me. I would never leave the house without my laptop:
Image
by Z!re
Mon Nov 20, 2006 1:40 pm
Forum: General Discussion
Topic: Encryption and XOR
Replies: 15
Views: 31183

Patz QuickBASIC Creations wrote:Besides, how could the Enigma encrypt

Code: Select all

CHR$(200)
? It doesn't work when you have the whole 256-character ASCII alphabet.
Why not?
by Z!re
Mon Nov 20, 2006 8:35 am
Forum: General Discussion
Topic: Encryption and XOR
Replies: 15
Views: 31183

nkk_kan wrote:well...can anyone make something like that "Enigma" code in ww2?
just a suggestion..i don't want it..but i think that's best encryption?
The Enigma was cracked remember. Also, the enigma was just a beefed up shuffle encryption.
by Z!re
Sat Nov 18, 2006 2:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with my Text adventure
Replies: 6
Views: 11377

There's no such thing as a wasted exercise.

You need variables, someone else will explain it further I'm sure.
by Z!re
Sat Nov 18, 2006 11:04 am
Forum: News and Announcements
Topic: Attention!
Replies: 5
Views: 16957

Attention!

http://fbtk.qbtk.com/phpBB2/news.php As of 16:40 GMT+1 The 18th of November 2006 fbtk.qbtk.com is under the direct control of the Armed Forces of the Internet. Harboring fugitives will be considered a hostile action, and appropriate asswhooping will ensue. Glory, Honor, Brotherhood, Peace! For the m...
by Z!re
Sat Nov 11, 2006 12:01 pm
Forum: General Discussion
Topic: Encryption and XOR
Replies: 15
Views: 31183

Depends on what you define as effective. I mean it gets the job done, and if your entire goal is protect some.. less than sensitive data, then sure, it's effective. As a simple and somewhat not accurate example, say you got the string: 11111111111111111111111111 And you encrypt it with the password...
by Z!re
Fri Nov 10, 2006 9:37 am
Forum: General Discussion
Topic: Encryption and XOR
Replies: 15
Views: 31183

Depends on what you define as effective. I mean it gets the job done, and if your entire goal is protect some.. less than sensitive data, then sure, it's effective. As a simple and somewhat not accurate example, say you got the string: 11111111111111111111111111 And you encrypt it with the password:...