F5 to Execute Your Program from Gedit – From Go to Python – Gedit External Tools

Gedit editor can run any command or script for you. Even though Gedit looks very simple, it’s easy to integrate Gedit to your own toolchains. Here is a simple script to execute your program by pressing F5. The script handles … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , | Comments Off on F5 to Execute Your Program from Gedit – From Go to Python – Gedit External Tools

Run Arduino IDE on Xubuntu Live USB

You can develop your own robots and other hardware with Arduino. You can do this even when booting the computer from a USB stick. With Xubuntu Live USB, you must use ‘newgrp dialout’ after adding yourself to the dialout group. … Continue reading

Posted in Uncategorized | Tagged , , , , | Comments Off on Run Arduino IDE on Xubuntu Live USB

Fix Android Build Problem with main.out.xml and strings.out.xml

When you edit an Android XML file in Eclipse, build fails and main.out.xml is created. Fix it by disabling XSL transformation build and set to always build the last build. Eclipse: Window: Preferences: Run/Debug: Launching: Launch Operation -> Always Launch … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | Comments Off on Fix Android Build Problem with main.out.xml and strings.out.xml

Arduino IDE on 64 bit Ubuntu Gutsy and Hardy

Table of Contents Arduino IDE on 64 bit Ubuntu Gutsy and Hardy Install Requirements Install Arduino IDE Run Arduino IDE and Enjoy! Troubleshooting Can’t load RXTXCommDriver on AMD 64-bit Window can’t be resized, libmawt locking assertion failure Command Line Ubuntu … Continue reading

Posted in Old Site | Tagged , , , , | Comments Off on Arduino IDE on 64 bit Ubuntu Gutsy and Hardy