beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
seninha has quit [Quit: Leaving]
alexshe79 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
chexum has quit [Ping timeout: 246 seconds]
chexum has joined #picolisp
alexshe76 has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
<abu[7]> Mia's PicoLisp blog on first page of Hacker News! ☺
<tankf33der> again.
<tankf33der> do you see the peak of downloads on site?
<abu[7]> On Mia's site?
<tankf33der> On yours
<abu[7]> Ah, no, I don't keep track
seninha has joined #picolisp
alexshe76 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshe5 has joined #picolisp
alexshendi has quit [Ping timeout: 248 seconds]
_whitelogger has joined #picolisp
alexshe5 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
z4k4ri4 has quit [Ping timeout: 246 seconds]
z4k4ri4 has joined #picolisp
alexshe73 has joined #picolisp
alexshendi has quit [Ping timeout: 256 seconds]
alexshe73 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
seninha has quit [Quit: Leaving]
seninha has joined #picolisp
seninha has quit [Quit: Leaving]
alexshe44 has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshe44 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshendi has quit [Quit: -a- Connection Timed Out]
alexshendi has joined #picolisp
lagash has quit [Ping timeout: 256 seconds]
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
seninha has joined #picolisp
alexshe3 has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshe3 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshe93 has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshe93 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
lagash has joined #picolisp
<DKordic> Even Java Interfaces are SciFi compared to feti.sh (UNIX).
pablo_escoberg has joined #picolisp
<pablo_escoberg> Quick question:  Is there a base64 decoder (I know about prBase64 for encoding) in the standard distribution?
<pablo_escoberg> TY
<tankf33der> maybe base32 is enough? i have a shorter version then
<tankf33der> and also number to base system too
<tankf33der> (prinl (numToString 123456789012345678901234567890 36))
<tankf33der> "byw97um9s91dlz68tsi"
<pablo_escoberg> Ooh, actually, looks like that's an encoder.  I'm trying to decode HTTP Basic Auth, which is base64.
<pablo_escoberg> I think what I'll do is take your code and try to reverse it.  Probably the easiest way.  Thanks again.
<tankf33der> you have to write decode itself, should be straight forward.
<pablo_escoberg> yup, more or less same thing in revesrse, AFAICT.  Still reading the wikipedia article...
<tankf33der> i found i already did it, take it and try.
<tankf33der> lucky you.
<pablo_escoberg> lucky indeed!  Thanks YET again.
seninha has quit [Remote host closed the connection]
pablo_escoberg has quit [Quit: Client closed]