Here is a list of my open source projects on Github
Pong Madness
Pong Madness is a tablet application to manage ping pong games and tournaments in your startup or with your friends.
It's open source and free to download on the AppStore.
[https://github.com/little-green-men/Pong-Madness-iOS]
LGMRomanNumber
LGMRomanNumber is an iOS library to convert arabic numbers to/from roman numbers. This library provides a convenient way to convert arabic numbers to roman numbers and vice versa. It also validates that the input values are valid and throws exceptions if not. All the rules and specific cases are applied when converting to roman numbers, see Wikipedia for more details. Converting arabic values in interval [1, 4000] or roman numbers in interval [I, MMMM];
[https://github.com/lludo/LGMRomanNumber]
DroidAssets
DroidAssets allows you to generate all the assets you need for your Android application in record time. Drag-and-drop an asset from the res/drawable-{density} folder, and this asset will be generated for all the other densities you need. This works not only for simple PNG's, but also 9-patches.
- Resize PNG assets
- Regenerate 9-patches for reduced images
- Place the generated images in the right drawable folder
It's open source and free to download on MacUpdate.