Important notice - 06 April 2013

All eosgarden activities have been closed forever, in order to focus on new projects.
The content of this website will stay as is, for archive purpose, but won't be updated anymore.
eosgarden software are still available for download, but are no longer maintained. Support is no longer available.
 
 

Overview

Legacy software This software has been discontinued and is no longer maintained. Latest Mac OS X versions are not supported. About AutoPurge optimizes your system memory, with a single click. If you do use a lot of applications, or huge...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! MEMDebug is a C library allowing to trace, inspect and debug the dynamic memory allocations inside a C program. MEMDebug is realeased under the . Feel free to use...

Technical details

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Documentation Technical details This section contains some technical details about the XEOS operating systems. You'll find some usefull informations about the boot...

Reference counting in ANSI-C

Reference counting in ANSI-C Author: Jean-David Gadina <> Copyright (C) Jean-David Gadina. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later...

C & Objective-C quiz

C & Objective-C programming quiz This quiz will test your knowledge of the ANSI-C and Objective-C programming languages. The following topics are covered: Data types Memory management Pointer arithmetic Compiler issues Portability Standard C...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! About The XEOS C Foundation library provides the base for object-oriented C style coding, reference counting memory management with auto-release capabilities,...

OpenSource

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Featured Projects XEOS is an experimental 32 bits Operating System for x86 platforms, written in Assembly and C, including a C89 Standard Library (with some C99...
05.07.2019

Cocoa: Delegate chain system

Implementing a delegate chain system in Objective-C Author: Jean-David Gadina <> Copyright (C) Jean-David Gadina. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License,...