Re: French localization

2017-03-01 Thread CILz
Hi, I've been overbooked the past few weeks because of a new job. Hence nothing new on my side, sorry. However, I will find time if Roman need help or if he wants to share the work between us. Best, Eric Le 02/03/2017 à 02:50, Raman Gopalan a écrit : Dear Alex, greetings! :) > How is

Re: in the spirit of RosettaCode...

2017-03-01 Thread Joe Bogner
Hi Dave, I am hoping to find some time over the next few days to work on this and will send a note when I have some progress. It looks like an interesting challenge and similar to the todo work I already did. Thanks for sharing. Thanks, Joe On Wed, Mar 1, 2017 at 11:13 AM, Loyall, David

Re: French localization

2017-03-01 Thread Raman Gopalan
Dear Alex, greetings! :) > How is the situation? Does anybody have good news? ;) I would like to work on this activity. I can start working on it today. Should I just email the files to you OR is there a better way? R On 28 February 2017 at 15:33, Alexander Burger wrote:

RE: in the spirit of RosettaCode...

2017-03-01 Thread Loyall, David
In the spirit of RosettaCode, may I present http://www.todobackend.com/ ? >>> >>> Seems I should give it a try :) >>> >>> I don't understand the full extent of the task yet, but could it be >>> something >> >> To be correct, I don't understand it at all! >> >> Is the only "spec" a bunch of

Re: Scaled division and sqrt

2017-03-01 Thread Lindsay John Lawrence
Thanks Eric. This was also an opportunity to start dabbling a bit with the app ui framework. Very interesting. At least initially, it reminds me a bit of the way you could write PHP... but this feels more elegant. Even lisp looks less like line noise than php ;) The javascript canvas pipeline I

Re: Scaled division and sqrt

2017-03-01 Thread Erik Gustafson
Hi Lindsay, I practiced a bit more with the built-in functions... https://github.com/thinknlive/picolisp-gosper.git Very cool! Looks like you've got '*/' all figured out now :) Thanks for sharing - Erik

[mike.pech...@gmail.com: blake2b]

2017-03-01 Thread Alexander Burger
One more test, now without any URLs Please ignore! - Alex - Forwarded message from Mike Pechkin - Date: Wed, 1 Mar 2017 11:23:02 +0200 From: Mike Pechkin To: picolisp@software-lab.de Subject: blake2b hi, I've implement blake2b: o) cool

[mike.pech...@gmail.com: blake2b]

2017-03-01 Thread Alexander Burger
Who did not get this message? - Alex - Forwarded message from Mike Pechkin - Date: Wed, 1 Mar 2017 11:23:02 +0200 From: Mike Pechkin To: picolisp@software-lab.de Subject: blake2b hi, I've implement blake2b: o) cool and fast o)

blake2b

2017-03-01 Thread Mike Pechkin
hi, I've implement blake2b: o) cool and fast o) https://blake2.net/ o) speed comparison https://blake2.net/skylake.png o) optional keying o) pass on original test vectors o) dont forget D.J.Bernstein and ChaCha as core primitive URL:

Re: in the spirit of RosettaCode...

2017-03-01 Thread Jakob Eriksson
Another clue could be to look at the server end: For instance one in Python https://github.com/KixPanganiban/todo-falcon/blob/master/todo.py AFAIK the whole thing is like a "hello world" for persistence on the server and a very light GUI on the client. On 2017-03-01 08:46, Alexander Burger