Related Posts
Venezolanos en el Google Code Jam 2007
Mis respetos y felicitaciones a los siguientes Venezolanos que ya pasaron la primera ronda del Google Code Jam 2007: De 250 competidores calificados, a continuacion los nicks de los Venezolanos y su posicion dentro del Ranking: Zaen (8) SuperRaskao (12) kiddi (40) PrOgRaMaKeR (67) hheras (77) Ghust_omega (110) Eduardofeo (131) LaguneXXX (133) X-KERNEL (246) Gracias […]
jar dependencies if you plan to use the cling UPnP library in your android project
This took me quite a while and lots of runtime errors, here are the minimum jars I needed to add to my project since now cling when used on android needs jetty, and damn jetty is broken into a thousand little jars for maximum modularity. These are the one jars that I needed to not […]
Python Reference: Binary Operators
Python binary operators are pretty much the same as in any other language, however I notice most programmers tend to waste a lot of memory by creating lots and lots of properties say in DB tables, or Objects and using the wrong datatypes. I think its elegant to use the concept of binary flags, for […]