I have published my first Android App on Google Play: Ringing Bells.
Shake the phone to ring the bells!
On the app page I have also published the GPL source code.
Tag Archives: free
Ebook gratis

Ho trovato una enorme collezione di ebook gratuiti adattati per smartphone, sia Android che iOS (iPhone). Si raggiunge dal qr-code qui sopra.
Recommended reading: Version Control by Example
Eric Sink’s Version Control by Example is a pleasure to read, not to mention that it is also useful if you are into the code writing thing.
The book discusses version control from beginner level to power user level.
The first two thirds of the book describe a simple scenario with two concurrent programmers. Such scenario is replicated many times, each time assuming the programmers use a different versioning platform (svn, mercurial, git, veracity). This part covers 95% of the everyday use of a VCS.
The last part covers more complex activities, the internals of some VCS platforms, and best practices.
The icing on the cake? Free online version and also free PDF version! (with low resolution images)