phpMini -- Developers Release

Hello,

I've been programming a PHP environment shell, which you would load
from say a CD, on to your workstation and have your self a generically
compatible shell from which you can load any emulation from a generic
list written in your computers language, for your choice, from this
you would choose to either learn the shell language, includings its
functions and syntex, or use the shell for your personal computer,
thus replacing the default shell.

The purpose of this program is to make an eisly excessible
application, which makes full use of either the command prompt on
windows based systems, or the shell, as on Linux, BSD, and Mac OS X.

Creating this application has allowed me to make other uses, including
writting standardised programming, and packages which I will have
included in phpMini for each release.

I'd like to also make mention of the technical information that makes
this all possible.

Windows and Linux both use standard ansi programming from within the
shell, that allow for the same string passed to say clear the screen,
or change the formatting of the characters.

Basically, I have written the application much like a Linux partition
and root directories. main and main.bat are both the prewritten shell
code that can be executed to make use of the default package, exlax,
which is an emulation of BASH. Partially written up, due to the
complexity of the language, I find it hard to accomplish my task for
writting the language, but hopfully with some help, I can have a
written interpreter of BASH.

http://68.148.138.209/phpMini-1.0%5BALPHA%5D.tar.gz

The above is the current release of my application, and I hope to
release a first version as soon as all the manuals have been written
up, comments have been added, and everything checks out.

Any comments are welcome here...
barryd.it [ Mi, 16 Mai 2007 12:09 ] [ ID #1715001 ]

Re: phpMini -- Developers Release

On May 16, 4:09 am, "Barry R. Dick" <barryd... [at] gmail.com> wrote:
> Hello,
>
> I've been programming a PHP environment shell, which you would load
> from say a CD, on to your workstation and have your self a generically
> compatible shell from which you can load any emulation from a generic
> list written in your computers language, for your choice, from this
> you would choose to either learn the shell language, includings its
> functions and syntex, or use the shell for your personal computer,
> thus replacing the default shell.
>
> The purpose of this program is to make an eisly excessible
> application, which makes full use of either the command prompt on
> windows based systems, or the shell, as on Linux, BSD, and Mac OS X.
>
> Creating this application has allowed me to make other uses, including
> writting standardised programming, and packages which I will have
> included in phpMini for each release.
>
> I'd like to also make mention of the technical information that makes
> this all possible.
>
> Windows and Linux both use standard ansi programming from within the
> shell, that allow for the same string passed to say clear the screen,
> or change the formatting of the characters.
>
> Basically, I have written the application much like a Linux partition
> and root directories. main and main.bat are both the prewritten shell
> code that can be executed to make use of the default package, exlax,
> which is an emulation of BASH. Partially written up, due to the
> complexity of the language, I find it hard to accomplish my task for
> writting the language, but hopfully with some help, I can have a
> written interpreter of BASH.
>
> http://68.148.138.209/phpMini-1.0%5BALPHA%5D.tar.gz
>
> The above is the current release of my application, and I hope to
> release a first version as soon as all the manuals have been written
> up, comments have been added, and everything checks out.
>
> Any comments are welcome here...


This is just an update... I was able to fix file name problems and
released the source on source forge http://sourceforge.net/project/showfiles.php?group_id=195564
barryd.it [ Do, 17 Mai 2007 20:00 ] [ ID #1715008 ]
PHP » alt.php » phpMini -- Developers Release

Vorheriges Thema: regex for PHP variable name
Nächstes Thema: Accessing files on the LAN