This looks a lot cooler now. You gotta love the new dashboard.
Related Posts
Dang y Gubs en JFK
Dang y Gubs en JFK Originally uploaded by Gubatron. Daniel vino a conocer New York con la excusa de nuestra boda 🙂 Demasiado emocionante cuando alguien viene a New York por primera vez, yo me emociono mas que ellos 🙂
How to create a list that holds different object types using `void*` in C.
I remember being in school back around 1998 and not knowing enough about C to do this. After coding in other languages, then going back to C++ and understanding at a lower level how references and pointers work, this was pretty easy to figure out. In this exercise I store elements of different types in […]
The first multi-process web browser
Google today releases a beta of a new multi-process web browser, which makes it look like a mini operating system in itself. Instead of the old model where you’d have web pages, scripts and plugins running on the same process memory space (with threads for certain things, like images and plugins), now they’ve built a […]