If you see this, gubatron.com has successfully moved to Amazon Web Services.
Related Posts
How to make a “foreach” function in JavaScript
I thought this would be a simple exercise in case of having to interview someone for a JavaScript position. “How would you make your own ‘foreach’ in JavaScript” I came up with the following solution: // // collection: A list of objects. // onElementIterationCallback: The function to be called on every element iterated // taking […]
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 […]
Metrics Gathering notes from Workshop by Aaron Ginn
Aaron Ginn from StumbleUpon.com October 10th, 2013 @ Miami Science Museum / Refresh Miami Most important metrics? Number of installations. Revenues. Types of metrics: – Quantitatie vs -Qualitative. Idea: – On Wizard, let them know how to be in touch for Tech Support via @frostwire and facebook.com/FrostWire Official. Task for Marcelina to design that screen […]