Simple Project List Software Map

799 projects in result set
LastUpdate: 2007-02-23 01:50

OpenGUI

OpenGUI is a high-level multi-platform, thread-safe C/C++ windowing and graphics library built upon a fast, low-level graphics kernel. It provides 2D drawing primitives and an event-driven windowing API for easy application development. The benefit of this library is speed, power, and a well-designed API with a narrow learning curve. It supports the BMP, JPG, TGA, PNG, TIFF, and PCX image file formats, color gradients, and TTF fonts. There is also basic XML file support and a smart persistence wrapper. OpenGUI supports the keyboard and mouse as event sources, the Linux framebuffer, SVGAlib, and XFree86/DGA2 (HW accelerated) as drawing backends, Mesa3D under Linux, and 8, 15, 16, and 32-bpp color modes.

LastUpdate: 2009-01-13 15:15

Kannel WAP and SMS Gateway

Kannel is a WAP gateway. It attempts to provide this essential part of the WAP infrastructure freely to everyone so the market potential for WAP services, both from wireless operators and specialized service providers, will be realized as efficiently as possible. It also works as an SMS gateway for GSM networks. Almost all GSM phones can use it to send and receive SMS messages, so this is a way to serve many more clients than just those using a WAP phone. Kannel was among the first WAP gateways to be certified as WAP 1.1 compliant.

LastUpdate: 2009-12-10 18:43

smartmontools

smartmontools contains utilities that control and monitor storage devices using the Self-Monitoring, Analysis, and Reporting Technology (S.M.A.R.T.) system built into ATA and SCSI hard drives. This is used to check the reliability of the hard drive and to predict drive failures. Version 5.x is designed to comply with the ATA/ATAPI-5 specification. Future releases will comply with the ATA/ATAPI-6 and ATA/ATAPI-7 specifications. It is meant to be an up-to-date replacement for the ucsc-smartsuite and smartsuite packages, and is derived from that code.

LastUpdate: 2013-11-14 13:48

Free-SA

Free-SA is tool for statistical analysis of daemons' log files, similar to SARG. Its main advantages over SARG are much better speed (7x-20x), more support for reports, and W3C compliance of generated HTML/CSS reports. It can be used to help control traffic usage, to control Internet access security policies, to investigate security incidents, to evaluate server efficiency, and to detect troubles with configuration.

(Machine Translation)
LastUpdate: 2013-05-30 13:11

ultimix

Ultimix is a framework for developing Web-based applications (CMS, portals, ERPs, etc.) It includes multi-language support, permits management, an MVC mini framework, package structure, a template engine, a Javascript library, a simple GUI library, a caching system, and CAPTCHA.

LastUpdate: 2011-10-27 11:35

GNU CD Input and Control Library

The GNU Compact Disc Input and Control library encapsulates CD-ROM reading and control for applications wishing to be oblivious to the OS- and device-dependent properties of a CD-ROM. It provides an API for access to SCSI-MMC (multimedia commands) and support for CD image types like BIN/CUE, cdrdao's TOC, and Nero's NRG, which gives applications using the library the ability to read disc images as though they were CDs. ISO-9660 filesystem support is included, as are utility programs for displaying CD and CD-ROM drive information, reading the blocks of a CD, and extracting files from an ISO-9660 filesytem image. cdparanoia is also included.

(Machine Translation)
LastUpdate: 2008-07-20 01:23

IT++

IT++ is a C++ library of mathematical, signal processing, and communication classes and functions. Its main use is in simulation of communication systems or for performing research in the area of communications. The kernel of the library consists of generic vector and matrix classes and lots of functions for vectors and matrices. Such a kernel makes the IT++ library similar to MATLAB or GNU Octave.

LastUpdate: 2012-03-13 13:41

pdnsd

pdnsd is a Proxy DNS server for Linux and FreeBSD that is designed to cope with unreacheable nameservers (e.g. because the dial-in link is not up) in a graceful manner to prevent DNS-dependent applications like Netscape from hanging. It has a permanent disk cache (i.e. the cache contents are saved in a file on exit) and supports parallel query and a wide variety of link uptests. It also has the ability to serve some types of locally defined records.

(Machine Translation)
LastUpdate: 2014-04-24 01:09

ncdc

ncdc is a modern and lightweight Direct Connect client with a friendly text-mode interface.

(Machine Translation)
Database Environment: SQLite
라이센스: MIT/X Consortium License
프로그래밍 언어: C
LastUpdate: 2013-02-09 23:32

Calcurse

Calcurse is a text-based calendar and scheduling application. It helps keep track of events, appointments, and everyday tasks. A configurable notification system reminds the user of upcoming deadlines, and the curses based interface can be customized to suit user needs. All of the commands are documented within an online help system.

LastUpdate: 2012-07-18 21:40

crosstool-NG

crosstool-NG is a versatile toolchain generator, aiming at being highly configurable. It supports multiple target architectures, different components (glibc/uClibc...) and versions. crosstool-NG also features debugging utilities (DUMA, strace...) and generation tools (sstrip...).

LastUpdate: 2014-03-14 23:50

Geomview

Geomview is an interactive program for creating, viewing, and manipulating 3D and higher-dimensional geometric objects. Geomview can be used as a standalone viewer for static objects or as a display engine for other programs which produce dynamically-changing geometry.

LastUpdate: 2014-06-14 04:15

pmcyg

pmcyg is a tool for creating customized collections of Cygwin packages together with the Cygwin installer. This enables self-contained distributions to be created without having to mirror the entire set of Cygwin packages. For example, it can create a single CD-ROM or DVD from which a personalized version of Cygwin can be installed on machines not connected to the Web. A basic installer can be created in less than 25MB; a full set of Cygwin packages might fill a DVD-ROM; or a selection of packages can be constructed to suit your chosen installation medium. pmcyg will then download these and all their dependencies automatically. pmcyg can be used either as a command-line script or via a simple graphical interface.

(Machine Translation)
LastUpdate: 2010-02-01 18:24

MplayerXP

MplayerXP is branch of the well-known mplayer that is based on a new, thread-based core. The main goal of this project is to achieve smoothness of video playback due monotonous CPU loading.

(Machine Translation)
LastUpdate: 2011-06-21 12:16

Mirror C++ reflection library

The Mirror C++ reflection library provides both compile-time and run-time meta-data describing common C++ program constructs like namespaces, types, enumerations, classes, their base classes and member variables, constructors, etc. and provides generic interfaces for their introspection. It also provides several high-level utilities based on the reflected meta-data like a factory generator, which generates, at compile-time, implementations of object factories which can create instances of arbitrary 'reflectable' type.