|
|
 | | From: | Si Jingnan | | Subject: | A C# version terminal in first stage | | Date: | Thu, 20 Jan 2005 15:17:14 +0800 |
|
|
 | Hi, I am writing a terminal in C#, based on the .Net 2.0 beta, if anyone interesting, you can get it at http://sf.net/projects/secureterminal I am still working on it, currently it only has a console version,ANSI Terminal support and can only work under windows, of course has many bugs:), if you have try and think it is useful, feel feel to talk to me.
Thanks Si Jingnan
|
|
 | | From: | Roger Leigh | | Subject: | Re: A C# version terminal in first stage | | Date: | Thu, 20 Jan 2005 21:38:41 +0000 |
|
|
 | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Si Jingnan writes:
> Hi, I am writing a terminal in C#, based on the .Net 2.0 beta, if > anyone interesting, you can get it at > http://sf.net/projects/secureterminal > I am still working on it, currently it only has a console version,ANSI > Terminal support and can only work under windows, of course has many > bugs:), if you have try and think it is useful, feel feel to talk to > me.
I took a look (just to see what C# code was like!--I'm a UNIX C coder). Just a couple of comments:
- - The tarball extracts right into the current directory. Please do the standard thing, which is to pack it up in a directory (e.g. "secureterminal-0.2") so that it extracts in a self-contained manner. If you can use the GNU autotools, "make dist" takes care of this for you.
- - I have never used the MS development tools, but I couldn't tell which files were unimportant generated code and which were doing useful and interesting stuff.
Regards, Roger
- -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ Debian GNU/Linux http://www.debian.org/ GPG Public Key: 0x25BFB848. Please sign and encrypt your mail. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8
iD8DBQFB8CTPVcFcaSW/uEgRAq9dAKCiEr6Sqv6s0RGVGz+zTpeTDTBwrgCff6rk TqGair5baZBF+8mMusnVW1c= =D51C -----END PGP SIGNATURE-----
|
|
 | | From: | Si Jingnan | | Subject: | source tar archive recreated | | Date: | Fri, 21 Jan 2005 22:26:23 +0800 |
|
|
 | Hi, I have done recreate the source tar archive file. if you have time,please take a look.
Thanks for your help
Si Jingnan
Roger Leigh wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Si Jingnan writes: > > >>Hi, I am writing a terminal in C#, based on the .Net 2.0 beta, if >>anyone interesting, you can get it at >>http://sf.net/projects/secureterminal >>I am still working on it, currently it only has a console version,ANSI >>Terminal support and can only work under windows, of course has many >>bugs:), if you have try and think it is useful, feel feel to talk to >>me. > > > I took a look (just to see what C# code was like!--I'm a UNIX C > coder). Just a couple of comments: > > - - The tarball extracts right into the current directory. Please do > the standard thing, which is to pack it up in a directory > (e.g. "secureterminal-0.2") so that it extracts in a self-contained > manner. If you can use the GNU autotools, "make dist" takes care of > this for you. > > - - I have never used the MS development tools, but I couldn't tell > which files were unimportant generated code and which were doing > useful and interesting stuff. > > > Regards, > Roger > > - -- > Roger Leigh > Printing on GNU/Linux? http://gimp-print.sourceforge.net/ > Debian GNU/Linux http://www.debian.org/ > GPG Public Key: 0x25BFB848. Please sign and encrypt your mail. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (GNU/Linux) > Comment: Processed by Mailcrypt 3.5.8 > > iD8DBQFB8CTPVcFcaSW/uEgRAq9dAKCiEr6Sqv6s0RGVGz+zTpeTDTBwrgCff6rk > TqGair5baZBF+8mMusnVW1c= > =D51C > -----END PGP SIGNATURE-----
|
|
 | | From: | Si Jingnan | | Subject: | Re: A C# version terminal in first stage | | Date: | Fri, 21 Jan 2005 19:24:57 +0800 |
|
|
 | Roger Leigh wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Si Jingnan writes: > > >>Hi, I am writing a terminal in C#, based on the .Net 2.0 beta, if >>anyone interesting, you can get it at >>http://sf.net/projects/secureterminal >>I am still working on it, currently it only has a console version,ANSI >>Terminal support and can only work under windows, of course has many >>bugs:), if you have try and think it is useful, feel feel to talk to >>me. > > > I took a look (just to see what C# code was like!--I'm a UNIX C > coder). Just a couple of comments: > > - - The tarball extracts right into the current directory. Please do > the standard thing, which is to pack it up in a directory > (e.g. "secureterminal-0.2") so that it extracts in a self-contained > manner. If you can use the GNU autotools, "make dist" takes care of > this for you. > > - - I have never used the MS development tools, but I couldn't tell > which files were unimportant generated code and which were doing > useful and interesting stuff. > > > Regards, > Roger > > - -- > Roger Leigh > Printing on GNU/Linux? http://gimp-print.sourceforge.net/ > Debian GNU/Linux http://www.debian.org/ > GPG Public Key: 0x25BFB848. Please sign and encrypt your mail. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (GNU/Linux) > Comment: Processed by Mailcrypt 3.5.8 > > iD8DBQFB8CTPVcFcaSW/uEgRAq9dAKCiEr6Sqv6s0RGVGz+zTpeTDTBwrgCff6rk > TqGair5baZBF+8mMusnVW1c= > =D51C > -----END PGP SIGNATURE-----
Thanks you for the comments, I will change it very soon
Si Jingnan
|
|
|