Projects tagged ‘c’, ‘kernel’, and ‘linux’


Jump to tag:

Projects tagged ‘c’, ‘kernel’, and ‘linux’

Filtered by Project Tags c kernel linux

Refine results Project Tags python (4) cxx (3) design (3) os (3) system (3) effo (3) generic (3) pattern (3) template (3) i386 (2) gnu_linux (2) embed (2)

[16 total ]

48 Users
   

Pardus is GNU/Linux distribution developed by TUBITAK/UEKAE according to computer literates' basic desktop needs; uses existing distributions' dominant parts as concept, architecture or code; provides ... [More] easy use, configuration, installation with configuration environment and tools that can be converted to an autonomous system. [Less]
Created over 2 years ago.

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.

1 Users

Project Home http://code.google.com/p/effo or http://effo.sourceforge.net/ This is the Effo project ("effo"). It's an Open Source project targeting at C/C++ software system architectural design ... [More] and practical library development based on the design. Here lists Effo Sub-projects as below: 1. Effo Core, http://effocore.googlecode.com, the Core of Effo, MIT license 2. Effo Addon, http://effoaddon.googlecode.com, Add-ons for Effo, MIT license 3. Effo NetMsg, http://effonetmsg.googlecode.com, Network and Messaging, MIT license 4. Effo Devel, http://effodevel.googlecode.com, the Effo Framework, or Effo Development Platform, MIT license 5. Effo GPLed, http://effogpled.googlecode.com, GPL licensed addons and applications like memory test, drivers etc. [Less]
Created 11 months ago.

1 Users

netsniff-ng is a high performance command line packet analyzer written for Linux. In contrast to tcpdump and other libpcap-based packet analyzers, netsniff-ng maps incoming frames directly into a ... [More] circular receive buffer that can be accessed from user space without copying between address spaces. It can be used for debugging the local network, measuring performance throughput, or creating network statistics of incoming packets on central network nodes like routers or firewalls. [Less]
Created 3 months ago.

0 Users

Effo Home | Add-ons | NetMsg | Framework | GPLed | Reports Help Wanted1. OS and System Developers: The Effo Core project (a member project of the Effo Project) is looking for a system level lead ... [More] developer. No pay. The potential leader will be responsible for the leadship of design and development of the Effo Tiny System which is a tiny OS (may sound as metalkit-like or something). System developers are also needed. The Effo Project already has small systems (size about 100M or 300M bytes) such as Effo Portable distro and Effo Compact distro which are portable, bootable and could be burnt on a USB flash etc. The Effo Tiny is a new system which is only hundreds KBytes or a few MBytes, MIT license, and first versions will only run on x86 and/or x86_64 or compatible platforms. Please join us. 2. System Level Developers: The Effo Core project (a member project of the Effo Project) is looking for system level developers. No pay. The potential developers will be responsible for the Parallel Computing documentation and MIT licensed parallel computing code-samples design and development. The first works are planned to be used on x86/x86_64 or compatible platforms. The potential developers must have skills of multi-threading/multi-processor/multi-core programming (Linux GNU C/++) and be willing to study lots of new things such as modern computer architectures. Please join us. Any suggestions and comments please contact: The Effo Staff Email: staff dot effo at gmail dot com The Effo Project web home: http://effo.sourceforge.net The Effo Core project site: http://effocore.googlecode.com. Visit http://sourceforge.net/people/?group_id=248960 for all opening of the Effo Project. Effo Home | Add-ons | NetMsg | Framework | GPLed | Reports What's NewSee Download Effo Core part of this page for following new item(s) details: 1. Effo Design - Lock-free Queue and Ring Buffer (Latest Rev 0.5) - EffoDesign_LockFree.pdf 2. Effo Design - XLnk, a Generic Linked List in C (Latest Rev 0.5) - EffoDesign_XLnk.pdf 3. Effo Core References (Latest Rev 1.0) - EffoCoreRef.pdf 4. Effo Core Programming Samples (Latest v0.1b4) - core.samples.tar.bz2 5. Effo Core Milestone (Latest v0.1b4) - core.tar.bz2 Effo Home | Add-ons | NetMsg | Framework | GPLed | Reports About Effo Core ProjectThis is the Core of the Effo Project. Please visit Effo Project (e.g., Google "Effo Project") to learn more. Effo Core provides lots of C/C++ helpers, libraries and kits, together with Effo Add-ons, for developers to do quick applications and modules development; they can be used by the Effo Project or other C/C++ design and development. All Effo Core software and source code are under the terms of MIT licnese, see Effo Core License for the details. Effo Core also provides Effo Design, Effo References and Effo Manuals which not only help user understanding and using Effo Core, but also provide general C/C++ concepts, technique, design and development references. Effo Home | Add-ons | NetMsg | Framework | GPLed | Reports Download Effo CoreDownload Now Please note that you may clear cached files of your browser (e.g. Firefox or IE) so you can download the correct file as excepted. 1. Effo Design - Lock-free Queue and Ring Buffer (Latest Rev 0.5) File - EffoDesign_LockFree.pdf Notes - Effo Lock-free Facilities are composed of Lock-free Queue and Lock-free Ring Buffer, which could be eigther linked list based dynamic-size or array-based fixed-size. The facilities were tested that all of them are OK, so you could use them in multi-threading, multi-processor and/or multi-core programming environment to improve code performances and efficiency. 2. Effo Design - XLnk, a Generic Linked List in C (Latest Rev 0.5) File - EffoDesign_XLnk.pdf Notes - Effo XLnk will support both single-linked circular and double-linked circular but uses just a same data type and the same list operation interfaces. 3. Effo Core References (Latest Rev 1.0) File - EffoCoreRef.pdf Notes - The reference document for the Effo Core including how to use. 4. Effo Core Programming Samples (Latest v0.1b4) File - core.samples.tar.bz2 Notes - The programming samples for the Effo Core. Download it and put it on a Linux, then use "tar jxvf" to decompress and unpack. See Effo Core References for the detailed guide. 5. Effo Core Milestone (Latest v0.1b4) File - core.tar.bz2 Notes - Download it and put it on a Linux, then use "tar jxvf" to decompress and unpack. See Effo Core References or references of Effo Framework for the detailed guide. Effo Home | Add-ons | NetMsg | Framework | GPLed | Reports Stable Code BaselineSource code on SVN::trunk will be updated day-to-day, so if you need newest code, please get it from SVN::trunk, and maybe it cannot be compiled or has big bugs. While stable code will be tagged onto SVN::tags from the SVN::trunk after testing. When building up together with the code from other Effo member project(s) (e.g. Effo Add-ons), you'd better refer to the Effo Code Baseline, so please read the baseline ID put on SVN::trunk/code_baseline. Whenever a new developer join the project, we'll make a source branch for the new member on SVN::branches. The reviewed code will be commited onto the SVN::trunk. For some special versions of the source code we'd also make the branches on SVN::branches. Please pay attention to the Effo Code Baseline to make the life easy. Effo Home | Add-ons | NetMsg | Framework | GPLed | Reports Support, Helps and SuggestionsPlease click here to visit group for the Effo Core project developers and users. See AlsoEffo@SourceFroge or Effo@Google Effo Addon, Add-ons for Effo, MIT license Effo NetMsg, Network & Messaging, MIT license Effo Devel, the Effo Framework, or Effo Development Platform, MIT license Effo GPLed, GPL licensed addons and applications like memory test, drivers etc. [Less]
Created 3 months ago.

0 Users

I am creating this project to get an online store to host my code experiments. I am a system administrator interested in Linux, bash, c, perl, python etc. So here you can find the thinks related to them
Created 7 months ago.

0 Users

This page is for windows hacks, linux hacks, mac hacks, iPhone and iPod touch hacks and pretty much alot of technical stuff
Created 29 days ago.

0 Users

As we know linux kernel is written in C language. All the modules run in kernel mode are all written in C. This project is to seek a way of using C++ language in Linux kernel module development.
Created 4 months ago.

0 Users

Includes the sourcecode to various projects by Calin Culianu including: - ControlLib (control library) a small library C++ for rtlinux kernelspace and linux userspace useful to people writing ... [More] control programs. - rtlab_exp_tk - a Data Acquisition and Control system for RTLinux and RTAI using COMEDI. - Other projects [Less]
Created 12 months ago.

0 Users

good perfect
Created 11 months ago.