Related Posts
New FrostWire for Android 1.0.8 out
A new FrostWire for Android is out on Google Play. In this release we improved our search algorithm to include relevant search results that were being hidden in previous versions. We’ve also made use of Square’s Picasso Image loading/caching library for displaying all the images on the user interface, resulting in less crashes due to […]
It’s 2012 and elevator designers still haven’t put an UNDO button in panels
Don’t you hate when the wrong floor has been selected by someone and then everybody in the elevator has to pay with time for that error. Enter the UNDO button for elevators. Such a simple idea. It could work in 2 ways. 1. You press the button and it unselects the last button pressed, and […]
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 […]