Skip to content


Posts by: James

  1. C++ Idiom: Copy-and-Swap January 5, 2014

    Posted in C/C++, idioms.

    Comments Off on C++ Idiom: Copy-and-Swap
  2. C++ Idiom: Rule of Three January 5, 2014

    Posted in C/C++, idioms.

    Comments Off on C++ Idiom: Rule of Three
  3. C/C++ – Casting int pointer to char pointer January 5, 2014

    Posted in C/C++, MSP430.

    Comments Off on C/C++ – Casting int pointer to char pointer
  4. Fully statically linked Perl – Single executable with all modules, modules fully statically linked also (bundle Crypt::OpenSSL::AES) December 21, 2013

    Posted in Linux, Perl.

    Comments Off on Fully statically linked Perl – Single executable with all modules, modules fully statically linked also (bundle Crypt::OpenSSL::AES)
  5. printf (or other I/O) on MSP430 and Code Composer 5 May 30, 2013

    Posted in MSP430.

    Comments Off on printf (or other I/O) on MSP430 and Code Composer 5
  6. Setting up DD-WRT on a Linksys E3000 May 6, 2013

    Posted in Technology.

    Comments Off on Setting up DD-WRT on a Linksys E3000
  7. SVN revert repository to a previous revision April 11, 2013

    Posted in Technology.

    Comments Off on SVN revert repository to a previous revision
  8. Android 50% width horizontal layout March 27, 2013

    Posted in Android.

    Comments Off on Android 50% width horizontal layout
  9. Drawing on Google Maps Android API v2 March 20, 2013

    Posted in Android.

    Comments Off on Drawing on Google Maps Android API v2
  10. Using MapView within Fragment under Google Maps Android API v2.0 February 26, 2013

    Posted in Android, Java.

    Comments Off on Using MapView within Fragment under Google Maps Android API v2.0
  11. Android Handler – The handler class should be static or leak might occur February 22, 2013

    Posted in Android, Java.

    Comments Off on Android Handler – The handler class should be static or leak might occur
  12. Strong, Soft, Weak and Phantom references – Java February 22, 2013

    Posted in Java.

    Comments Off on Strong, Soft, Weak and Phantom references – Java
  13. Java, Inner Class February 22, 2013

    Posted in Java.

    Comments Off on Java, Inner Class
  14. Setup SVN for an Android workspace February 21, 2013

    Posted in Uncategorized.

    Comments Off on Setup SVN for an Android workspace
  15. Using Google Map Android API v2 February 21, 2013

    Posted in Android, Java.

    Comments Off on Using Google Map Android API v2
  16. How to Build a Debugger Mini Series #3 – Break Point February 21, 2013

    Posted in Debugger.

    Comments Off on How to Build a Debugger Mini Series #3 – Break Point
  17. How to Build a Debugger Mini Series #2 – Operating System support for debuggers February 21, 2013

    Posted in Debugger.

    Comments Off on How to Build a Debugger Mini Series #2 – Operating System support for debuggers
  18. How to Build a Debugger Mini Series #1 – Introductions February 21, 2013

    Posted in Debugger.

    Comments Off on How to Build a Debugger Mini Series #1 – Introductions
  19. Quick guide to enabling Tab + Swipe using Fragments and Android Support library February 21, 2013

    Posted in Android, Java.

    Comments Off on Quick guide to enabling Tab + Swipe using Fragments and Android Support library
  20. MySQL cli import sql files January 14, 2013

    Posted in Database.

    Comments Off on MySQL cli import sql files
  21. C Union, bitfields (aka. what is that colon in the variable name?) December 5, 2012

    Posted in C/C++.

    Comments Off on C Union, bitfields (aka. what is that colon in the variable name?)
  22. C initialize array inside struct December 5, 2012

    Posted in C/C++.

    Comments Off on C initialize array inside struct
  23. C variable storage classes: auto, static, register, extern November 29, 2012

    Posted in C/C++.

    Comments Off on C variable storage classes: auto, static, register, extern
  24. Arduino Expand tab to 4 spaces instead of 2 November 13, 2012

    Posted in Arduino.

    Comments Off on Arduino Expand tab to 4 spaces instead of 2
  25. Python, Unicode and the Console (Windows console anyway) – UnicodeEncodeError November 4, 2012

    Posted in Python.

    Comments Off on Python, Unicode and the Console (Windows console anyway) – UnicodeEncodeError