Amazing perspective – programming and lifeAmazing perspective - programming and life

March 20, 2012

This is an amazing presentation, from both the technological viewpoint, as well as from the personal development viewpoint. Bio: Bret Victor invents tools that enable people to understand and create. He has designed experimental UI concepts at Apple, interactive data graphics for Al Gore, and musical instruments at Alesis. For more on Bret, see http://worrydream.com. […]

0

Android widget, click event, multiple instancesAndroid widget, click event, multiple instances

July 9, 2010

Ok… I started to do some Android devel… And I started to like it, even if it is based on Java, works in Eclipse and has a ton of classes. Now, the first project is a widget (weather widget). For this, there’s this “AppWidgetProvider” class that implements the design and functions for data retrieval (using […]

37

C application with MySQL, built with NetBeans, on CygWinC application with MySQL, built with NetBeans, on CygWin

February 22, 2010
Tags: , , ,

Because MySQL became one of the most used database engine in the world and because of the ease of development in PHP with MySQL, most of the prototype application can be developed at first using this combination (PHP+MySQL). But then, mainly because of performance issues, one might want to implement that project in C – […]

0