Re: httpGate redux

2010-08-26 Thread Edwin Eyan Moragas
Hi Alex, Sticking with port 80 is usually handled by 'httpGate'. To the outside world, there will always only port 80 (or 443) be visible. there's the rub. i'm running it behind httpGate. thank you, /e -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: httpGate redux

2010-08-26 Thread Tomas Hlavaty
Hi Edwin, (http://192.168.1.253:34205/523083596357234...@start?*menu=+3*Tab=+1*ID=*Evt=+1*Got=_+2_+1) Sticking with port 80 is usually handled by 'httpGate'. To the outside as Alex noted, the port should stay the same, just the port number of the forked process should appear at the beginning

Re: httpGate redux

2010-08-26 Thread Edwin Eyan Moragas
Hi Tomas, On Thu, Aug 26, 2010 at 2:52 PM, Tomas Hlavaty t...@logand.com wrote: I use nginx as a web server and proxy on port 80 and it allows you more freedom of configuration than when using httpGate. =A0You can read a bit about my setup at

JSON

2010-08-26 Thread Alexander Burger
Hi all, for the fans of JSON: I wrote a simple library (if we should call such a trivial thing a library ;-) http://rosettacode.org/wiki/JSON Cheers, - Alex -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: JSON

2010-08-26 Thread Henrik Sarvell
I suppose I have to refer to my own stuff for completeness here too then. It will solve some ambiguous situations with some help from the caller and will also encode real PL objects (not just paired lists). Mailing list entry: http://www.mail-archive.com/picolisp@software-lab.de/msg01361.html

Re: JSON

2010-08-26 Thread Alexander Burger
Hi Henrik, I suppose I have to refer to my own stuff for completeness here too then. Yes. Though I knew about your work, and we've discussed it in the past, I must confess that I didn't remember it when I saw the RosettaCode task today. Your library is much more general and complete. Yet, for

put, applying get algorithm

2010-08-26 Thread Jon Kleiser
Hi, In the docs on the 'put' function I read this: That symbol is sym1 (if no other arguments are given), or a symbol found by applying the get algorithm to sym1|lst and the following arguments. Could somebody give me an example or two where this get algorithm is being applied? Maybe Alex

Re: put, applying get algorithm

2010-08-26 Thread Alexander Burger
Hi Jon, That symbol is sym1 (if no other arguments are given), or a symbol found by applying the get algorithm to sym1|lst and the following arguments. Could somebody give me an example or two where this get algorithm is being applied? Maybe Alex could put it into the docs ...? This is

Re: put, applying get algorithm

2010-08-26 Thread Alexander Burger
On 8/26/10 1:20 PM, Alexander Burger wrote: As a conceived example, let's create in-memory objects instead: For the sake of completeness: The 'put' statement in the example (put 'Customer 'orders 1 'articles 2 'supplier 'street New Street) becomes (with 'Customer (=: orders 1