LPD6803, SPI and long distance">
I want to drive several units (boxes) filled with LPD6803 LED Modules (8-14 Led modules per box). Each unit is connected with a 70cm, unshielded and non twisted cable. I used those modules in the past without problems in my ...Read More
This is my cheat sheet I use whenever I had to debug a Java application.
jps, get PID of a running Java process:
localhost bin # jps
22763 Jps
9771 Bootstrap
2275 Startup
jmap, create memory dumps from a running process.
Example, get PermGen statistics from a ...Read More
Debug a JAVA application, use with Eclipse:
java -Xdebug -Xrunjdwp:transport=dt_socket, server=y,suspend=y,address=1044
Suspend=y means, the application will wait to start up until you connect it with a debugger. Read More
Do you know the tool "XP Key" from the blue List Group? Well this tool generates Keys for Microsoft Windows XP, Visio and Office XP. As the Keys are generated in real-Time, not every Key is a valid one.. so ...Read More