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.
 
 

C library

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Documentation Standard C Library To ease the development process of the XEOS kernel, XEOS is built with a custom C89 standard library, written from scratch. It also...

Public discussions: Websites storage root directory.

Usualy, i put them in ~/www/vhosts/ With a directory structure like...

Public discussions: Websites storage root directory.

Hi, To inaugurate this thread, i wish to thank you for that nice App. Would it be possible to choose or set the root directory used to store the sites ? Other than the default "/Library/WebStart/WWW/", rather than do it with a...

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

Public discussions: Apache won't start after update to PHP 5.3.8

Hello, I just started using WebStart 1.1.1 but when I apply the update for PHP 5.3.8 and EA_Accelerator 5.3.8 the Apache server won't start anymore. I also tried a full reinstall but as soon as I apply the updates Apache stops working. The...

Public discussions: aliases in httpd-vhosts.conf

I need for one of my projects, to have a directory like this -WWW --project --my alias directory I need to have an alias to "my alias directory" But apache gives me an error into the log: [error] [client 127.0.0.1] client...

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,...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Overview OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision. This project is a port of the OpenCV library for...

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...

XSFoundation

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

Overview

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

XEOS

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

Public discussions: Websites storage root directory.

Linux style... ;) The main problem is that you won't be able to use your virtual hosts from another user account on your computer. That's the reason why the are located in /Library/. And as you say, you can't use the vhost wizard if you move...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Overview Obj-C Extended Log is a replacement library for the for the built-in NSLog() function, from the Apple Core Foundation framework. It provides better logging...

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...

Reference

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Documentation Reference You will find below all the available configuration directive for the Magic MakeFile. You can either edit them directly in the...

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...

GNU General Public License (2)

GNU General Public License Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but...

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,...