vvolonghi.blogspot.com
Valentino Volonghi's Weblog: 10/01/2004 - 11/01/2004
http://vvolonghi.blogspot.com/2004_10_01_archive.html
Friday, October 29, 2004. Which File Extension are You? I'm a proprietary format. But I'm cross-platform anyway. I can get along with this ehe. Posted by Valentino @ 2:38 PM. Links to this post. Wednesday, October 20, 2004. About "Seven Cool Mono Apps". I just read the last column on O'Reilly network here. I would say that he is quite completely wrong. He maybe doesn't know anything about ctypes module, which is a rather complete and useful way to call functions inside compiled dynamic libraries. Hi all,...
vvolonghi.blogspot.com
Valentino Volonghi's Weblog: 04/01/2004 - 05/01/2004
http://vvolonghi.blogspot.com/2004_04_01_archive.html
Wednesday, April 07, 2004. Today has been a busy day. My parents went to Creta, in the mediterranean sea, togheter with my brother. So I'm alone at home for Easter, good news for me and my girlfriend. But I had to bring them to the airport which is over an hour away from home. Then I had to answer some mails about my new rss aggregator. Alex Martelli proposed me to add it to the ActiveState cookbook, and maybe they'll add it to the next edition of the Python Cookbook. So This is going to be a tough month.
vvolonghi.blogspot.com
Valentino Volonghi's Weblog: 04/01/2005 - 05/01/2005
http://vvolonghi.blogspot.com/2005_04_01_archive.html
Saturday, April 23, 2005. Today I came across this. And I want to answer to Ryan since he deserves more than one answer. I strongly agree with Ryan but I notice he never tried using web2 (probably because it is not released yet) in Twisted Matrix. Have a sane mechanism for attaching different behavior to different verbs for a single resource? Help you use response status codes properly? Eg Nearly all dynamic content returns either a 200 or 500). Def init (self, code=None, headers=None, stream=None):.
fiorix.wordpress.com
cyclone ganha um site: cyclone.io | coisas lunix
https://fiorix.wordpress.com/2011/11/16/cyclone-ganha-um-site-cyclone-io
Larr; It’s all over. Cyclone ganha um site: cyclone.io. Novembro 16, 2011. Há pouco mais de 2 anos atrás, o FriendFeed. Havia sido comprado pelo Facebook. E uma das coisas mais interessantes pra nós, na época, foi a publicação do web server. Que eles haviam desenvolvido para uso interno. Era Setembro de 2009. Sua descrição permanece a mesma até hoje:. Muita gente reclamou pelo fato do FriendFeed não ter procurado o pessoal do Twisted. Que também era baseado no web.py. O resultado é que escrever u...Todos...
fiorix.wordpress.com
alef | coisas lunix
https://fiorix.wordpress.com/author/fiorix
Livro sobre C e Linux. Abril 12, 2014. Hoje decidi abrir uma exceção e postar esse link. Aqui É um livro que escrevi há 9 anos e nunca foi revisado nem publicado, mas que ainda pode ser útil para muitos novos programadores. It’s all over. Março 8, 2012. Current blog is http:/ musta.sh. Cyclone ganha um site: cyclone.io. Novembro 16, 2011. Há pouco mais de 2 anos atrás, o FriendFeed. Havia sido comprado pelo Facebook. E uma das coisas mais interessantes pra nós, na época, foi a publicação do web server.
vvolonghi.blogspot.com
Valentino Volonghi's Weblog: 11/01/2004 - 12/01/2004
http://vvolonghi.blogspot.com/2004_11_01_archive.html
Wednesday, November 03, 2004. Some people are interested in my Gnus look, which you can find here. Since it took me a lot of time to get it working I think I'll write down the steps I made:. Installed Emacs-cvs with GTK2 support (it's pretty easy if you don't have any problem), here is the cvs address :ext:anoncvs@savannah.gnu.org:/cvsroot/emacs. You can find some versions like t-gnus-6 12 0-02 which I'm using. Posted by Valentino @ 11:44 AM. Links to this post. View my complete profile.
glyf.livejournal.com
Divmod: Reloaded - Please Visit http://glyph.twistedmatrix.com/ - This Blog Is Closed.
http://glyf.livejournal.com/76551.html
Scribbles in the Dark. Divmod: Reloaded - Please Visit http:/ glyph.twistedmatrix.com/ - This Blog Is Closed. Sorry about the ads, I cant turn them off. 08:05 pm March 27th, 2008. Hot on the heels of the Twisted release, Divmod has a new, and hopefully much more comprehensible, sight design and layout. Check it out over at divmod.org. I've long been ashamed of the default-Trac look and the opaque information layout on Divmod's site, and I'm really happy to have the way we greet the world be spruced up.
vvolonghi.blogspot.com
Valentino Volonghi's Weblog: 06/01/2004 - 07/01/2004
http://vvolonghi.blogspot.com/2004_06_01_archive.html
Monday, June 28, 2004. Today, while surfing The Net, I bumped into this. Blog post from Marco Russo, a C# programmer. Basically he is saying that generics are such a great feature because with them you can write stuff like this:. List integers = new List();. For(int i=1; i. Integers.ForEach(delegate(int i){ sum =i; });. Now, after reading that thing 3 times I realized that all it was doing was to sum the first 10 integers which can be done in this way using python:. Sum([x for x in xrange(11)]).