View allAll Photos Tagged NoAsk
elsinux and the TrenchTown club.
snapshot over SL
christmas 2007
(Sinuhé David)
El AK-47 es considerado el mejor fusil del mundo, un prodigio de la tecnología soviética, famoso por su seguridad en las más adversas condiciones climáticas, desde el desierto hasta las nieves, nunca se encasqilla ni recubierto de barro ni lloviendo, arma preferida por las guerrillas. Es el arma oficial en los ejércitos de 55 países e incluso figura en los escudos de varios estados, en particular de África por su contribución a la descolonización.
snapshot over SL
christmas 2007
Linden Lab releases more Python libraries as Open Source (technical)
22 11 2007
Eventlet and mulib, two Python libraries have been already released by Linden Lab earlier (during SLCC) and Certified HTTP (CHTTP) is developed in the open already.
So what are these?
* Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.
* mulib is a REST web service framework built on top of eventlet.
* CHTTP basically wants to implement a more reliable HTTP by ensuring that each message is guaranteed to be delivered exactly once.
Now Linden Lab opensourced further libraries which can be found here. Citing Ryan Williams/Linden Lab from his mail to the SLDev Mailinglist: