Get in the zone with me for a good 15 minutes, maybe you’ll catch a few eclipse tricks and you’ll learn a little bit about how I think (and make mistakes along the way of fixing something on FrostWire)
Related Posts
Porque el podcast de esta semana se ha tardado.
Si existe un ser humano que esta haciendole seguimiento al proyecto SnowRSS, aqui puede ver los cambios realizados desde anoche. – Agregamos una tabla para almacenar informacion relacionada a los enclosures de los posts RSS. Es decir, soportaremos videocasts y podcasts. – Acomodamos de manera radical (refactoring) la forma en que haciamos las conexiones a […]
Google’s Chrome, no extensions? then no go
Please correct me if I’m wrong, but I didn’t read any mention of Browser extensions on the chrome document, I read about plugins (these are more like Flash plugin and what not), but nothing about extensions. This probably means: – No StumbleUpon toolbar 🙁 (I’m a stumbleupon.com addict, I feel crippled with chrome because of […]
Using a linear array as a bidimensional matrix
Often times I find the need to use a list or linear array as if it was a table. Everytime I need to do so, I always end up coding functions to convert a (x,y) coordinate to the real index n in the array. Let me illustrate, with an example. You have a string that […]