Projects tagged ‘alternative’ and ‘c’


[6 total ]

11 Users

The goal of the Syllable project is to create a family of easy-to-use free software operating systems. It is the continuation of the BeOS-like AtheOS. Syllable Desktop has its own C kernel with ... [More] symmetric multiprocessing, multithreaded pre-emptive multitasking, high POSIX compliancy, 64-bit journaled filesystem (AFS) with metadata, an integrated native GUI architecture with an object-oriented C++ API, SDL, singular native toolkit and multi-user desktop environment. The system seeks to be an integrated, lightweight, easy-to-program, powerful, high-performance graphical desktop environment which avoids legacy OS paradigms that frustrate developers and have hindered the computing masses' adoption of a free-software desktop. Syllable Server is a matching small and efficient Linux server. [Less]
Created over 3 years ago.

9 Users
 

Jari OS is a real-time microkernel operating system which runs in terms of multi-service architecture. Core system consists of its own microkernel μString, core and system services, set of device ... [More] drivers launched as trusted services. Our system is a pure microkernel and multi-service OS. All work is made via trusted services, and each service works within its own address space, and in this case Jari OS is a pure multi-service OS. Jari OS provide POSIX API for threads, files, networking, timers, memory operations. [Less]
Created over 3 years ago.

0 Users

Eagle EarthCurrent Status: Released Open Alpha Latest Version: Version 0.1.4 (26th of September, 2009) - Link Information Eagle Earth is a program based on C# through the example of manipulating the ... [More] use of the open-sourced .NET library, MSNP-Sharp. It is used to maintain a easier use for those preferring different styles using MSN. Intentionally it follows the main intentions as a alternative to surf through the MSN protocol: A easier and alternative use under the .NET environment. To be portable with the required files and with .NET Framework 2.0. Faster to use alternative than MSN Live. To follow a friendly use for everyone, proving beneficial. Current StatusIt is now possible to download the first release (though still in Alpha) through the featured downloads. You can look at the history releases in the featured wiki for that version to see what has changed, added, or improved as such. Ensure you have at least .NET Framework 2.0 to download, with all the files in that archive. Most likely, Vista will have this prepared for you so you will most likely be able to load it straight away. Windows XP users or older OS may have to download it manually and install it, which you can get here: .NET Framework 3.5. LicenseThis project currently uses the MIT License with no source currently. It follows this condition: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.Created by pha0001 (from Secret A+ Productions (c) 2009). Featured SectionsCredits - Those who helped develop Eagle Earth. [Less]
Created 3 months ago.

0 Users

Eagle EarthCurrent Status: Released Open Alpha - Version 0.2.1 Latest Version: Version 0.2.1 (30th of October, 2009) Last Stable Version: Version 0.1.8 (7th of October, 2009) Latest Link Download: ... [More] Link Information Expected New Release Date: Unknown Release Date (Version 0.2.2) Eagle Earth 0.21 now includes Group support with many fixes and additions. Eagle Earth now supplies the source version, only for development purposes. Eagle Earth is a program based on C# through the example of manipulating the use of the open-sourced .NET library, MSNP-Sharp. It is used to maintain a easier use for those preferring different styles using MSN. Intentionally it follows the main intentions as a alternative to surf through the MSN protocol: A easier and alternative use under the .NET environment. To be portable with the required files and with .NET Framework 2.0. Faster to use alternative than MSN Live. To follow a friendly use for everyone, proving beneficial. Follow a optional purpose of discovering features not on MSN Live. Current StatusIt is now possible to download versions 0.2 Alpha through the featured downloads. You can look at the history releases in the featured wiki for that version to see what has changed, added, or improved as such. Ensure you have at least .NET Framework 2.0 to download, with all the files in that archive. Most likely, Vista will have this prepared for you so you will most likely be able to load it straight away. Windows XP users or older OS may have to download it manually and install it, which you can get here: .NET Framework 3.5. LicenseThis project currently uses the MIT License. It follows this condition: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.Created by pha0001 (from Secret A+ Productions (c) 2009). Featured SectionsCredits - Those who helped develop Eagle Earth. [Less]
Created 2 months ago.

0 Users

Looking for a replacement for getopt? Want to add commandline options to your program but don't want to get bogged down in the complexity of it all? Then SuperGetOpt is for you. Built-in type checking ... [More] and error handling provide useful user feedback. Fixed and variable arg lists allowed. Here is a simple example: superGetOpt(argc,argv, &argErr, "-mymixed %c %lf %s %d %hd",&my_c, &my_lf, &my_s, &my_d, &my_hd, //mixed types "-varfloats *%f", farray, &numInFArray, // variable number of floats "-varstrings *%s", sarray, &numInSArray, // variable number of strings "--help", &helpSet, // example of no arguments to a flag (char * ) 0 ); So if your executable is called with any of -mixed, -varfloats, -varstrings or --help flags, all associated arguments will be copied to the provided variables. There are no separate files to maintain. Everything is contained in your application. I've seen a lot of replacements for getopt, but they all have a learning curve and are not nearly as intuitive as this. No other approach I've seen is simpler or any more powerful. This can also be used for simple parsing of data in files. [Less]
Created 12 months ago.

0 Users

Kernel originally port of the old GOSOT project (now discontinued), now is completely independent and able to do most of the things a kernel is expected to do. Comes with a personalized set of ... [More] tools and libraries that makes it easy to expand following the original structure. [Less]
Created over 2 years ago.