-
Recent Posts
Recent Comments
Categories
Archives
- December 2019
- November 2019
- March 2019
- February 2019
- January 2019
- March 2018
- February 2018
- January 2018
- November 2017
- October 2017
- August 2017
- January 2017
- November 2016
- October 2016
- September 2016
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- October 2013
- June 2013
- February 2013
- January 2013
- December 2012
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- October 2011
- June 2011
- April 2011
- March 2011
Monthly Archives: March 2011
How to convert a mutable array to an immutable array
Really, how do you do this quickly ? Find here.
How to convert an immutable array to a mutable array
Part II of the mutable transformation “saga”. Find here how to quickly convert from immutable to mutable arrays.
How to create Arduino brush for Syntax Highlighter
For my Arduino lessons I needed to add WordPress support for Arduino syntax highlighting. A custom brush for SyntaxHighlighter plugin that would format and color my Arduino syntax similar to the application (see here an example). This is what I did.
Globals and Singletons
My preferred approach to creation and maintaing global variables/ constants is by singletons and singleton instance[s]. Not only is an elegant method that adds compliance to a very important Cocoa design pattern, but also provides you a lot of flexibility.
Code for Weather Station prototype
I took some steps in learning the capabilities of Arduino Platforms. Below is the code of my Bluetooth-enabled temperature reader with OS X integration.