java: How to get all the files inside a folder and its subfolders without recursion
Most programmers will do this in a recursive fashion, but doing that is putting yourself at risk of hitting a…
Most programmers will do this in a recursive fashion, but doing that is putting yourself at risk of hitting a…
This took me quite a while and lots of runtime errors, here are the minimum jars I needed to add…
So you got a new Nexus or another Android running Android +4.2 and there’s no “Applications” menu entry in the…
Took a skiing lesson, I’ll write all these tips here so I can read it next year or the next…
Quick and dirty way to check if a Java Process is already running. Useful if you need to run cronjobs…