Search found 2039 matches

by newdep
Sat Mar 26, 2011 10:02 am
Forum: newLISP in the real world
Topic: date + parse problems
Replies: 10
Views: 4342

Re: date + parse problems

I do think its inconsistant..using a regular parse.. Its about the 08 - 0F thats makes it odd..
I do understand the logic of the octal here but if you dont know this then the result is not as expected.
And the parse description in the manual does not say anything about this eighter..
by newdep
Sat Mar 26, 2011 9:05 am
Forum: newLISP and the O.S.
Topic: Online newlisp from Cormullion? where is it?
Replies: 3
Views: 3150

Online newlisp from Cormullion? where is it?

Cormullion..where is your online newlisp intepreter?

Im seeking for the code of the protected-function-execute version actualy is that available?..
I lost the solution i had and i can remember you had one too.. cant find it here on the forum..

;-)
by newdep
Sat Mar 26, 2011 8:53 am
Forum: newLISP newS
Topic: newlisp Documentation, NEW layout proposal
Replies: 6
Views: 5340

Re: newlisp Documentation, NEW layout proposal

Adjusted the layout ..was missing some functions.. please reload page for changes.
(An individual frame reload is needed sometimes when i changed it meanwhile)

PS: ill be adding more sub-sections to divide even more...
by newdep
Fri Mar 25, 2011 10:36 pm
Forum: So, what can you actually DO with newLISP?
Topic: Unbalanced Parentheses archive.
Replies: 2
Views: 5200

Re: Unbalanced Parentheses archive.

Kazimir Majorinc wrote:Image
Good news: http://newlisper.wordpress.com/

The great cormullion Blog! Realy creative and inspiring... you're welcome back anytime cormullion ;-)
by newdep
Fri Mar 25, 2011 10:33 pm
Forum: Anything else we might add?
Topic: One million lambda expressions
Replies: 3
Views: 3680

Re: One million lambda expressions

Fantastic!!! .. So Simply and so effective...

Love your Blog btw..great readings..!
by newdep
Fri Mar 25, 2011 10:24 pm
Forum: newLISP in the real world
Topic: date + parse problems
Replies: 10
Views: 4342

Re: date + parse problems

I think its a HEX issue... it only happens from 08 - 0F > (parse "0F:02:56" ) ("0" "F" "02" ":" "56") > (parse "0F:08:56" ) ("0" "F" "0" "8" ":" "56") > (parse "0F:A0:56" ) ("0" "F" "A0" "56") > (parse "0F:0F:56" ) ("0" "F" "0" "F" "56") and this is even odder.. > (parse ":0F:0F:56" ) (":" "0" "F" "...
by newdep
Fri Mar 25, 2011 10:14 pm
Forum: newLISP in the real world
Topic: date + parse problems
Replies: 10
Views: 4342

Re: date + parse problems

I think you found an issue there ;-)
Its indeed odd, i tried several options but this one is an odd one indeed..

("Fri" "Mar" "30" "0" "9" ":" "52" ":" "56" "2011")

Nice spotting!
by newdep
Fri Mar 25, 2011 9:35 pm
Forum: newLISP in the real world
Topic: date + parse problems
Replies: 10
Views: 4342

Re: date + parse problems

You'll find that parse correctly handles "Fri Mar 25 07:52:56 2011" and other times with hours less than 8 am, but not "Fri Mar 25 08:52:56 2011". For an extreme case, try "Fri Mar 25 08:08:08 2011". I'll bet this is caused by newLISP's number parser which treats digit strings beginning with "0" as...
by newdep
Fri Mar 25, 2011 9:24 pm
Forum: newLISP newS
Topic: newLisp Documentation "Release notes summery"
Replies: 0
Views: 2989

newLisp Documentation "Release notes summery"

Hi Lutz, Its perhpas good to have a release note summery. I you where away from newlisp for some time its hard to catchup with the progress it makes. I think a concatented release-notes.html could help out a little here.. Its just an idea nothing fancy this one.. But perhaps an idea.. here an exampl...
by newdep
Fri Mar 25, 2011 9:21 pm
Forum: newLISP newS
Topic: newlisp Documentation 10.3.0 "net-packet"
Replies: 2
Views: 3539

Re: newlisp Documentation 10.3.0 "net-packet"

kanen wrote:I too am glad to have this option. I think Lutz might have used some of my C code to add this feature. :)
Heheh.. That would not have surpriced me .. and Its for a good purpose...
I can nicely follow the product progress by the updates Lutz makes...nice insight ;-)
by newdep
Fri Mar 25, 2011 9:17 pm
Forum: newLISP newS
Topic: newlisp Documentation, NEW layout proposal
Replies: 6
Views: 5340

newlisp Documentation, NEW layout proposal

Hello Lutz,

I have setup a new layout proposal on the document. I always have an issue with the frames.
Here is my example, perhpas we could use it or extend it? Hope you like it..

http://www.nodep.dds.nl/downloads/newli ... frame.html
by newdep
Fri Mar 25, 2011 6:31 pm
Forum: newLISP newS
Topic: Joe editor lisp.jsf update for newlisp 10.3.0
Replies: 2
Views: 3582

Joe editor lisp.jsf update for newlisp 10.3.0

Hello Lutz,

Here you can find the updated Joe editor lisp.jsf file. updated upto 10.3.0
(added 2 depr's and 1 prim... replace-assoc and name and term.)
http://www.nodep.dds.nl/downloads/newli ... 032011.jsf
by newdep
Fri Mar 25, 2011 3:35 pm
Forum: newLISP newS
Topic: newlisp Documentation 10.3.0 "net-packet"
Replies: 2
Views: 3539

newlisp Documentation 10.3.0 "net-packet"

Hi Lutz, This option (net-packet) is far the best network option newlisp has..Thanks a lot for this Lutz! I do remember we once discussed this option to manipulate packets headers (3 years ago..hehe) because i needed it to do so.. At that time it wasnt ready yet..now it is and I have my next project...
by newdep
Fri Mar 25, 2011 2:49 pm
Forum: newLISP newS
Topic: newlisp Documentation 10.3.0 "divert"
Replies: 0
Views: 2892

newlisp Documentation 10.3.0 "divert"

Hi Lutz, The "divert" option on net-listen needs an extention for the users as not all readers know what this is probably.. Btw.. nice option.. I have summerized here what, i think, needs to be added to make it more clear...but please do borrow from it what you think adds the extra.. A "divert" sock...
by newdep
Sat Nov 20, 2010 11:15 pm
Forum: newLISP newS
Topic: Kane-box
Replies: 1
Views: 2748

Kane-box

Well people.. Im very thrilled about the kane-box...cant help it as my roots are in networking/routers/firewalls so im following that product closely and had to post something overhere to share my enthousiasm about it.. The new webpage is there and processing kicked in overthere it seems.... http://...
by newdep
Sat Nov 20, 2010 8:39 am
Forum: newLISP Graphics & Sound
Topic: SuperCollider - for newdep :)
Replies: 6
Views: 10501

Re: SuperCollider - for newdep :)

Hahaha.. after 3 years of pinballs you though it was time for some reowrk on that ...heheh... ..its a great BioHazart Cormullion..thats actualy quiet some work getting those boundery's inthere i guess ;-) I must say, seems like the guiserver became quicker... its running at least quicker here then b...
by newdep
Thu Nov 18, 2010 11:54 am
Forum: newLISP newS
Topic: newLISP development release v.10.2.17
Replies: 4
Views: 3722

Re: newLISP development release v.10.2.17

Well partly back, not fulltime...As i was out of the 'programming' running for a year even my Linux and OS/2 machine where powered off for a long time.. Simply no time.. (I still can read my newlisp code though :-) ) ..I do need to digg into the manual again as things changed in the last releases......
by newdep
Thu Nov 18, 2010 11:50 am
Forum: Anything else we might add?
Topic: BOT's on forum...
Replies: 0
Views: 2959

BOT's on forum...

Who is running all the BOT's that login here on the forum? And where does the info go?
Just currious as they seem very bussy these bot's ;-)
by newdep
Tue Nov 16, 2010 11:11 pm
Forum: newLISP newS
Topic: newLISP development release v.10.2.17
Replies: 4
Views: 3722

Re: newLISP development release v.10.2.17

Step by step with my fingers back on the keyboard to programming..... Thanks lutz for the release great addons, I dont know how you do it but you keep kicking in ;-) And above all today thanks to TED for the confgure-alt.. Worked like a charm on the Ubuntu , Redhat , Solaris and Slackware this week....
by newdep
Sun Nov 14, 2010 9:55 am
Forum: So, what can you actually DO with newLISP?
Topic: "Functions in Alphabetical Order" project.
Replies: 2
Views: 4227

Re: "Functions in Alphabetical Order" project.

Thanks for the post... ;-)

And Michael..thanks for your very dedicated work!
by newdep
Wed Nov 03, 2010 9:15 pm
Forum: newLISP and the O.S.
Topic: qa-float crash
Replies: 52
Views: 25116

I have put the fixed files link in a PM to you..
Ill email them too ;-)
by newdep
Wed Sep 08, 2010 1:46 pm
Forum: newLISP and the O.S.
Topic: Running newLISP on Nokia N900
Replies: 3
Views: 11379

Re: Running newLISP on Nokia N900

Nice! Well done.. happy to see it running on the N900! ;-)
by newdep
Wed Sep 08, 2010 1:44 pm
Forum: newLISP and the O.S.
Topic: newlisp on the Nokia N810 Internet tablet
Replies: 28
Views: 15619

Re: newlisp on the Nokia N810 Internet tablet

Aaaaaaa Slick ;-)

Very nice!...

Im still on the N810 used it 2 weeks ago for newlisp.. Great device to run it on..

Good to see its now up for the N900 ;-) Thanks for posting!
by newdep
Fri Jul 23, 2010 12:28 pm
Forum: newLISP and the O.S.
Topic: newlisp on the Nokia N810 Internet tablet
Replies: 28
Views: 15619

Re: newlisp on the Nokia N810 Internet tablet

No the N900 is a different ARM architecture irrc... A port should not be that difficult... Though I dont have a N900 neighter do I have the N900 simmulation on my Linux running.. Sorry.. But feel free to delivery to the N900 community ;-) Im still using the N810 with newlisp although not recently up...
by newdep
Fri Jul 02, 2010 1:45 pm
Forum: newLISP newS
Topic: The 2010 International Lisp Games Expo
Replies: 1
Views: 2815

Re: The 2010 International Lisp Games Expo

Aha nice..but its a soft tripp to the end of July I wonr be able to make it ;-)

Currious though what mirracles will be presented there..

thanks for the hint! ;-0