Questo ascolto ambientale (microspia), trasmette sulla frequenza di 160MHz (se usiamo un quarzo da 40MHz) e quindi ascoltabile tramite un ricevitore con la frequenza di ricezione impostabile. - ionela
via Bookmarklet
Your News Open Source has a "live" widget that gives the title of the most important news. Just grab the headline animator you like and you'll stay tuned with Your News Open Source! - ionela
"The Scripting languages are deployed in many operative systems, either in UNIX/Linux or Windows. These languages are developed for general purpose process automation and web programming. But you can consider using them for the software development process in many ways" - ionela
"Makefile actually is an old concept from UNIX development. Makefile is based upon compiling rules for a project and improve the project development efficiency. In a big project, there are many files in different folders. Of course you can write a DOS batch file to build whole project. But makefile can judge which steps should be done first, which steps can be ignored, and even more complicated goals. All of these are decided by the rules in makefile, instead of manually specified. Of course, in order to utilize make features, a project should be written in modular programming method, one big file project can just be programmed once anyway." - ionela