New QB

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Jordan_C.

New QB

Post by Jordan_C. »

;D The other topic was getting kinda full, so I thought I'd just make a new one! PLS visit my QB website at www.geocities.com/jsgwbasic/qbasic, and see my OSS (OS shell-text only) at www.geocities.com/jsgwbasic/qbasic/acos

Thanks!

PS: All new discussions of QB (in relation to the "Let's try this again... Anyone like QBasic?" topic) can be posted here!
AGI1122

Re: New QB

Post by AGI1122 »

Nice stuff. I think I will have a look at pclock.

I don't know why you stated another topic. These topics can be posted on repeadidly for a long time. Besides it was only on its second page that is not that much.
AGI1122

Re: New QB

Post by AGI1122 »

I have just updated my password system. It now supports the backspace key(took alot of code to do this, size increased from 134kb to 202kb compiled) would you like to take a look at it?
Jordan_C.

Re: New QB

Post by Jordan_C. »

:owow, that's big. Sure, I'd love a look! TXS.
AGI1122

Re: New QB

Post by AGI1122 »

Thanks I will send it over. If you could would you send me some results on how it works on different systems. If it works well enough I am going to redesign it a little and make it so you can have users and each user can have a certain ammount of access to things.

All of that size comes from:

Polling for each possible key that the user can press.

Adding stars to the user.

Redid the system for adding the stars to include removing and
remember which keys were pressed.

Added this code to all of the password changing stuff too.


So it got real big from all of the stuff I changed/added. Escpecially for a QB program.
Jordan_C.

Re: New QB

Post by Jordan_C. »

;DI'd say that's big for a QB program....BTW, other people reading this...this is a REALLY good program. Not like mine which isn't even secure... ::)
Jordan_C.

Re: New QB

Post by Jordan_C. »

Hey, in case anyone's interested...I need some debuggers for my OSS (OS shell) that I programmed in QB. I'll be updating the one on the site (it's completely buggy...) and including some instructions. If you would like to help, please e-mail me at [email protected]
TXS!

Oh, yes. The last link in my signature takes you to the ACOS page. Also: When you e-mail me PLS put "debug" or similar in the subj line.
AGI1122

Re: New QB

Post by AGI1122 »

My password systems major features are:

- *'s instead of text

- Password changing in the program instead of having to compile it each time you want to change it.

- My own encryption system

Changes since last version are:

- Published under a new company name

- Can use backspace to fix spelling mistakes

- Different encryption strings for better protection (uncompatible with older password files from older versions.)

- Passwords now have a maximum of 18 characters instead of letting you type as many as you want.


Thanks for the compliment. The size is the combined size of all the files needed to run the password system not just the executable.
AGI1122

Re: New QB

Post by AGI1122 »

I will take a look at your OS and see what it might need.
Jordan_C.

Re: New QB

Post by Jordan_C. »

Thanx. Oh, and just so other people know, this is an OSS, not a full-blown OS. Half of the programs that u can run (which are all mine) aren't even finished.

(OSS stands for OS shell, BTW. It's a text-based OSS, if I didn't say that already.)
Jordan_C.

Re: New QB

Post by Jordan_C. »

Bad link, bad link! The website is at: http://www.geocities.com/jsgwbasic/qbasic/acos/acos.htm, NOT at http://www.geocities.com/jsgwbasic/qbasic/acos  !!! The bad link is a FTP version of the site (cool, I didn't know you could do that 8)!), and I DON'T WANT PEOPLE DOWNLOADING THE FILE WITHOUT VIEWING THE ACOS.HTM AND LICENCE.TXT FILES!!!

:-[whew.
AGI1122

Re: New QB

Post by AGI1122 »

I already saw that .htm file. I just tried out ACOS but it is not really got much functionallity to it. It needs to ignore caps. I tried typing Descrip but it ignored it because it was not descrip. You need to add some code to ignore this. Use my password system for an example if you don't know how to do this. In there should be some code that has this "UCASE$(pass$) this makes pass$ into all uppercase instantly then I compare it to a string which is in uppercase to see if they are the same. If they are then it will start doing a function.
AGI1122

Re: New QB

Post by AGI1122 »

Also you should add some sort of shell option so that the user can use dos commands to do things as well.
Jordan_C.

Re: New QB

Post by Jordan_C. »

Ya, good idea. I thought that QB automatically did a caps thing. Odd. Anyway, about the shell, any idea how to do that?
The functionality IS really low, but it's also only BETA 1.1. (You DO have BETA 1.1, right?). Also:
Anyone have any apps ideas? I'll need a few, 'cause like AGISCI says, the funtionality is low. ::)
AGI1122

Re: New QB

Post by AGI1122 »

The thing about the shell thing is that you cannot use the ACOS commands while using it. If you want to use ACOS and the dos commands at the same time you would need to write your own code to do each of the dos functions.

I am not sure which version I have of it.
Post Reply