Projects tagged ‘c’ and ‘lightweight’


[23 total ]

175 Users
   

Xfce is a lightweight desktop environment for various *NIX systems. Designed for productivity, it loads and executes applications fast, while conserving system resources. This Ohloh project only contains the core components of Xfce!
Created over 3 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.

2 Users

ooc is an object-oriented programming language that translates to C by the means of an intermediate compiler. For more details about the language see the LanguageSummary page in the wiki. Because ... [More] it's translated to C, it's very portable & ubiquitous, and, well.. nearly as fast as C (e.g. no Virtual Machine). Also, it's very simple to see how the language works "under the hood". Graphical step-by-step compiling tools have been made available, to experiment with adding new features to the compiler or fixing existing bugs. The standard library is still in development, for now it's inspired by Java's standard APIs (e.g. for Collections). For an overview of the progress, see the examples/ folder in the SVN. You are welcome to write code in ooc! push the compiler to its limits ;) [Less]
Created 8 months ago.

1 Users

Key features of i3 are correct implementation of Xinerama (workspaces are assigned to virtual screens, i3 does the right thing when attaching new monitors), XrandR support (not done yet), horizontal ... [More] and vertical columns (think of a table) in tiling. Also, special focus is on writing clean, readable and well documented code. i3 uses xcb for asynchronous communication with X11, and has several measures to be very fast. Please be aware i3 is primarily targeted at advanced users and developers. [Less]
Created 9 months ago.

1 Users
 

A collection of Postfix-related tools, including a SRSD daemon and a policy daemon. "pfix-srsd", our first tool, is a tcptable lookup service for Postfix which performs SRS encoding and decoding. ... [More] The second tool is "postlicyd", a policy daemon for Postfix with a very flexible configuration. It can be used as a replacement for whitelister and postgrey. Postlicyd is able to access R(H)BL databases by DNS or by directly reading rbldns zone files. [Less]
Created about 1 year ago.

1 Users

Monkey is a Web server written in C for Linux platform. This is an open source project based on the HTTP/1.1 protocol. It is a really fast, efficient, small and easy to configure web server.
Created about 1 year ago.

1 Users

meh (correctly pronounced with indifference) is a small, simple, super fast image viewer using raw XLib. It is similar to feh, but faster and simpler. meh can use ImageMagick's convert executable ... [More] , if it is installed, to view almost 200 file formats, including SVG and PDF, though it is slower for these formats. Built in (fast) formats are JPEG, PNG, GIF, BMP, and netpbm. [Less]
Created 3 months ago.

1 Users

Gui to resize and rename Images. Uses exiftool to read exif data from images. Install Qt4 to use it. http://www.qtsoftware.com/products/platform http://owl.phy.queensu.ca/~phil/exiftool/
Created 4 months ago.

0 Users

A lightweight media player with the approach of a file browser instead of a media library targeted at people who have their music neatly arranged in folders but with questionable id3 tags. ie. myself. ... [More] Aiming at multiple platforms, Wbut we'll s ut th. dooabooopeatee. [Less]
Created 12 months ago.

0 Users

LeandocLeandoc is a small documentation generator. Unlike other generators like Doxygen or epydoc, it is designed with simplicity in mind. While the others generate dozens of files, a complex ... [More] directory hierarchy and an untold number of support files, leandoc parses the files through the command line printing one single file to stdout. Features: easy to use extremely fast and small perfect for small projects generates valid XHTML 1.1 code Easy to useTo generate the documentation for leandoc, I use the following command: leandoc .c .h -n > doc.xml [Less]
Created 12 months ago.