Old articles archives
 

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

Reference counting in ANSI-C

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

Read article...

GDB basic tutorial

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

Read article...

Detecting idle time and activity with I/O Kit

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

Read article...

Using static libraries with XCode

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

Read article...

Using boolean data-types with ANSI-C

Definition of the boolean data-type in C89.

Read article...

Closure and lambda in Objective-C

A look at the blocks feature of Objective-C.

Read article...

Cocoa: Delegate chain system

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

Read article...

Understanding floats

A look at the single precsion floating point numbers specification.

Read article...