Page 1 of 1

Apps? In a text-based OS?

Posted: Tue Nov 20, 2001 5:38 pm
by JoshuaHornDE
Hi! This is my first time in the forum, altough I have read the OS FAQ many times.

I have a text-only OS i'm developing, but I have no idea of what kind of apps, or built-in features to create for it. Anybody have an idea? :)

--Joshua, DeOS

Re: Apps? In a text-based OS?- Addon

Posted: Tue Nov 20, 2001 5:45 pm
by JoshuaHornDE
There is a text editor of a sorts, a guess game, a COM port program (That does not work   :D ) a few others, a file browser (limited to main dir) But I'm at a loss about what else to create.  ???

Re: Apps? In a text-based OS?

Posted: Tue Dec 04, 2001 6:08 am
by mark
Hi,

I think if U have so many time then U can implement some client-server apps(let have a look on minix/minilinux):
protocol based: ftp, http, telnet, smtp/mapi
compiler section: asm, C, java
text editor (as mentioned by somebody just near to this mail:)
(don't forget about syntax highlighting, code insight)
file manager: mc/nc/far/any in this category
database: sql client/relational db server (oracle/db2 compatible)
sound: mp3 grab/play, cd player/recorder
graph :) 3dmax distributed raytracer module

I think if U wish to implement all of them then U will be a great coder ;)

good luck, c u later

Re: Apps? In a text-based OS?

Posted: Tue Jan 29, 2002 5:24 am
by Jordan C.
;D Try some sort of help program for idiots like me ;D

Re: Apps? In a text-based OS?

Posted: Sat Feb 02, 2002 9:32 pm
by K.J.
How about PacMan or Astroids?

K.J.

Re: Apps? In a text-based OS?

Posted: Sun Feb 03, 2002 3:09 pm
by Jordan_C.
Here's another good one from "Idiots like me" dude:
Password Protection

Actually, I've got one almost done...just a few *[sup]small[/sup]* bugs.
Once I get the first one done, I'm going to program [all in QB] a multi-user, which should be pretty simple. Don't worry about needing to compile it, I've got QB 4.5, which has a built-in .EXE compiler ::)

Re: Apps? In a text-based OS?

Posted: Mon Feb 04, 2002 8:17 am
by Jordan_C.
Also:
I'm almost done with a calculator....that's one thing you don't see in many text-based OSs...or, at least, not that I see. ;D