About

Here's a non-exhaustive list of some technical articles, written years ago under the eosgarden identity.
They are listed here for archive purpose.

Please take a look at the blog to see today's stuff.

Articles

This article will teach you how to implement a reference counting memory management system in C.

Read article »

This quick tutorial will explain you some of the basics of GDB, the GNU debugger.

Read article »

This article explains how to detect user's activity, on Mac OS X and on iOS.

Read article »

This article will teach you how to use static library targets with Xcode.

Read article »

Definition of the boolean data-type in C89.

Read article »

A look at the blocks feature of Objective-C.

Read article »

A tutorial on how to use multiple delegates in Objective-C.

Read article »

A look at the single precsion floating point numbers specification.

Read article »