[24 total ]
The K Desktop Environment (KDE) is a graphical desktop, a set of applications and a development platform. It is created by a community of people dedicated to create a free and user-friendly computing experience. KDE offers all necessary means to
... [More]
easily build all kinds of applications upon.
KDE has been around since 1996, with code change history dating back at least to 1997.
KDE is one of the biggest free software C++ project around and one of the two leaders of unix desktops. [Less]
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
... [More]
and to predict drive failures. It is meant to be an up-to-date replacement for the ucsc-smartsuite and smartsuite packages, and is derived from that code. [Less]
Qt is a cross-platform (Windows, Unix, MacOs X) graphical toolkit.
Qt features a rich API to write GUI software, but also for other aspect of application development : network classes, xml, internationalisation, database, ...
The KDE libraries, basis of KDE and used by many open source projects. They are based on Qt, Trolltech's cross-platform toolkit, and run on Linux, BSDs, and other Unices, as well as Microsoft Windows and Mac OS X.
Licensed under GNU LGPL, they may be used by open source and proprietary applications.
Bacula is a set of programs that allow you to manage the backup, recovery, and verification of computer data across a network of different computers. It is based on a client/server architecture and is efficient and relatively easy to use, while
... [More]
offering many advanced storage management features that make it easy to find and recover lost or damaged files. [Less]
InspIRCd is a modular C++ IRC Daemon (ircd) for Linux, BSD and Windows systems created to provide a stable, modern, lightweight irc server from scratch and provide a vast number of features in a modularised form using an advanced module API. By
... [More]
keeping the functionality of the main core to a minimum we hope to increase the stability and speed of our project and make it customisable to the needs of many users. InspIRCd is designed primarily to be a custom irc server for the chatspike irc network (irc.chatspike.net) but we are releasing it into the public domain under GPL so that you may benefit yourself from our work. The project is written from scratch, avoiding the inherent instability under large loads which can be seen in many other irc server distributions. [Less]
KVIrc is a free portable IRC client based on the excellent Qt GUI toolkit. KVIrc is being written by Szymon Stefanek and the KVIrc Development Team with the contribution of many IRC addicted developers around the world.
FlameRobin is an administration and management GUI tool for the Firebird DBMS written in C++ using wxWidgets and IBPP libraries.
The goal of the project is to build a lightweight, cross-platform application which doesn't have any closed-source dependency for either building or running.
S.C.O.U.R.G.E. is a Rogue-like game with a modern user interface. The game allows a group of four characters to search for treasure, kill enemies, gain levels, etc.
CrissCross is a small open source cross platform C++ library for console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5, SHA-1, SHA-256, SHA-512, Tiger), sockets (TCP and UDP only currently), and data structures (LList, DArray
... [More]
, RedBlackTree, AVLTree, SplayTree, etc).
CrissCross is designed to run on Windows, Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, and even the Nintendo DS. Other platforms may become supported upon request.
The main idea behind CrissCross is the ability to write a program using identical calls on the major platforms, without needing to rewrite code. [Less]
Anope is a set of IRC Services designed for flexibility and ease of use. It forked from Epona early 2003 to pick up where Epona had been abandoned.
wzdftpd is a portable, modular, small and efficient ftp server.
It is designed to be run as root or non-root, It supports IPv6, SSL, and is multithreaded. Server is fully configurable online using SITE commands, and implements the latest RFC
... [More]
extensions to the FTP protocol.
Features are: flexible user management, ACLs, virtual users/groups, security, speed, bandwidth limitation, per command authorization, virtual directories, dynamic ip changes auto-detection, etc.
It includes several authentication backends, is easily scriptable and provides a powerful event-driven system to extend the server. [Less]
savIRC is an Open Source IRC Client written in Tcl/Tk
The WendzelNNTPd is an simple Usenet server for Linux, *nix, BSD and Windows with the main goal to be as easy to use as possible. It is portable and based on the cdpNNTPd USENET server but with another backend and lofts of modifications. The server also is IPv6-ready. A Qt GUI is also available.
TestDisk is a powerful free data recovery program! It was primarily designed to recover lost partitions, repair FAT/NTFS boot sector, NTFS MFT and Ext2/Ext3 superblock and/or make non-booting disks bootable again when these symptoms are caused by
... [More]
faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table).
PhotoRec is a File Recovery program designed to recover lost files; including video, documents and archives from Hard Disks, CDRom and lost pictures from digital camera memory (thus, its Photo Recovery name). PhotoRec ignores the filesystem and goes after the underlying data, so it can still find files even if your media's filesystem has been severely damaged or re-formatted (overwritten data, of course, can not be recovered). [Less]
Xennet Library is a Cross-Platform C++ Network Library providing high-level access to native Sockets, Network Classes and Network interfaces. Xennet also provides additional classes and functions for usability and additional networking features.
shroudBNC is a modular IRC proxy written in C++. It is capable of proxying IRC connections for multiple users. Using TCL scripts it can be extended.
Amongst its features you can find a user-friendly web interface (coded in TCL and PHP) which
... [More]
allows you to easily create and manage users. A live demonstration of the web interface can be viewed here. Some screenshots are also available.
A variety of operating systems are currently supported: Linux, FreeBSD (and possibly other variations of BSD) and Windows. [Less]
A semi-automated, largely passive web application security audit tool, optimized for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing
... [More]
, user-initiated traffic in complex web 2.0 environments.
Detects and prioritizes broad classes of security problems, such as dynamic cross-site trust model considerations, script inclusion issues, content serving problems, insufficient XSRF and XSS defenses, and much more. [Less]
A C++ high-level yet efficent multithreading library, portable across pthread-enabled platforms (and at a later developement stage also natively on windows). Implements also low level primitives for faster multithreading.
EDE (Equinox Desktop Environment) is small and very portable desktop environment designed to be very lightweight in memory and resource usage.
libSpiff brings XSPF playlist reading and writing support to your C++ application. Both version 0 and 1 are supported. libSpiff uses Expat for XML parsing and CppTest for unit testing. libSpiff is the official reference implementation for XSPF of the Xiph.Org Foundation.
Firewall Builder consists of a GUI and set of policy compilers for various firewall platforms. It helps users maintain a database of objects and allows policy editing using simple drag-and-drop operations. The GUI and policy compilers are completely
... [More]
independent, which provides for a consistent abstract model and the same GUI for different firewall platforms. It currently supports iptables, ipfilter, ipfw, OpenBSD pf, Cisco PIX, and FWSM. [Less]
sqlcmd is a Python-based SQL command line tool, similar in concept to tools like Oracle's SQL*Plus, the PostgreSQL psql command, and MySQL's mysql tool.
A 2D engine with an abstract build design that allows the creation of multiple 'platforms'. Each platform can mix and match various 'implementations' of the sub-systems. This allows developers to easily target niche or otherwise insignificant markets
... [More]
without the added cost of developing for each specific market.
Completely free (MIT-styled license) Object-oriented Written using C++ and strict coding guidelines Multi-threaded Contains almost a dozen templatized data structures Contains various utility and helper classes Contains a built-in test suite as well as a number of internal tests [Less]