A First Contact with JQuery
JQuery is a javascript library based on a query+computation principle. A jQuery statement is made of two parts: a query on the DOM elements and a computation applied to all elements selected by the...
View ArticleNetBeans mobile device emulator fails on x64 Linux system
The mobile device emulator fails to start with this error: java.lang.UnsatisfiedLinkError: /home/myuser/WTK2.5.1/bin/sublime.so: /home/myuser/WTK2.5.1/bin/sublime.so: wrong ELF class: ELFCLASS32...
View ArticleDistributed Mandelbrot computation with HTML5 workers
Computing fractals usually requires lots of CPU cycles and taking advantage of today’s multicore processors allows us to speed-up the computation. The HTML5 specification defines a new API for parallel...
View ArticleWhere is /var/log/messages on Ubuntu 12.04-b1 (Precise) ?
To enable /var/log/messages is disabled in the beta-1 version of Ubuntu Precise Pangolin (download here), do the following: Edit /etc/rsyslog.d/50-default.conf and uncomment the lines...
View Article