Search found 733 matches

by pjot
Tue Mar 02, 2004 8:44 pm
Forum: newLISP in the real world
Topic: Base64 encoder
Replies: 39
Views: 26310

Hi Lutz,

Of course, it's ok.

Peter.
by pjot
Mon Mar 01, 2004 10:31 pm
Forum: newLISP in the real world
Topic: Base64 encoder
Replies: 39
Views: 26310

Hi Lutz,

Thanks for the tip! I did not know that, I will change it here in my code. (I am sorry for the layout of the program, but the tabs do not seem to appear....)

A decoder will follow.

Regards

Peter.
by pjot
Mon Mar 01, 2004 9:54 pm
Forum: newLISP in the real world
Topic: Base64 encoder
Replies: 39
Views: 26310

Base64 encoder

Hi all, After all contributions of newdep I couldn't stay behind... ;-) Below my base64 encoder written in newLISP. Have phun with it. Cheers Peter. -------------------------------------------------------------------------- #!/usr/bin/newlisp ;; ;; Base64 converter using newLISP. Tested on Slackware...
by pjot
Fri Feb 27, 2004 10:02 pm
Forum: newLISP Graphics & Sound
Topic: newLISP and the gtk-server
Replies: 8
Views: 8655

Well, I've uploaded a new gtk-server.exe. You can get it from the same location. Please let me know if it works according to your wishes. If so, I'll release the new sourcecode as well. Regards Peter. Hi again Nigel, My solution will exit the Win32 gtk-server if started from the same script (e.g. n...
by pjot
Fri Feb 27, 2004 9:53 pm
Forum: newLISP Graphics & Sound
Topic: newLISP and the gtk-server
Replies: 8
Views: 8655

Hi Lutz, Thank you for your kind words. Actually, GTK is not really well developed for Win32. Some functions are not available at all, and the widgets are looking ugly. My gtk-server for Win32 uses GTK 1.2 since the current GTK2 port is still work-in-progress and unusable for production environments...
by pjot
Fri Feb 27, 2004 1:15 pm
Forum: newLISP Graphics & Sound
Topic: newLISP and the gtk-server
Replies: 8
Views: 8655

Well, I've uploaded a new gtk-server.exe. You can get it from the same location. Please let me know if it works according to your wishes. If so, I'll release the new sourcecode as well.

Regards

Peter.
by pjot
Fri Feb 27, 2004 10:49 am
Forum: newLISP Graphics & Sound
Topic: newLISP and the gtk-server
Replies: 8
Views: 8655

Hi Nigel, Well, I am surprised that it works with the Windows version as well, but OK, it's nice to know. Indeed your problem is annoying. The programming language Scriptbasic has some kind of "KILL" command. Starting a process returns the PID, which can be used to kill the process again. With GNU P...
by pjot
Thu Feb 26, 2004 10:31 pm
Forum: newLISP Graphics & Sound
Topic: newLISP and the gtk-server
Replies: 8
Views: 8655

newLISP and the gtk-server

Hi Lutz, hi all newLISP users! Compliments of the day. I am new to this programming language newLISP, but after some attempts to create a couple of programs, I must say: this rules! Why did I not earlier bump into newLISP? I really like the broad spectrum of extra functions. TK is fine, though, I pr...