Simple Project List Software Map

Programming Language
45607 projects in result set
LastUpdate: 2014-06-16 08:29

crashme

Crashme is a very simple program that tests the operating environment's robustness by invoking random data as if it were a procedure. First posted to comp.sources.unix in 1991, it has been updated to deal with operating system data execution prevention common in 64-bit platforms.

(Machine Translation)
Operating System: Windows
Programming Language: C
Topics: Freecode.com
LastUpdate: 2009-11-19 22:22

D-Bus

D-Bus is a message bus system -- a simple way for applications to talk to one another. In addition to inter-process communication, D-Bus helps coordinate the process lifecycle: it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed. It supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently, the communicating applications are on one computer. The transport mechanism is well-abstracted and extensible.

(Machine Translation)
LastUpdate: 2012-09-14 00:47

Praliné

Praliné is a functional Web testing tool built to work with rspec. It uses selenium-webdriver to command a browser and execute your test scenarios written in a human-friendly language.

(Machine Translation)
Natural Language: English
Operating System: OS Independent
Programming Language: Ruby, Ruby
Topics: Freecode.com
User Interface: Web Environment
LastUpdate: 2013-06-11 15:47

Ametys CMS

Ametys CMS is a Content Management System which combines rich content with an easy-to-use and intuitive interface. It makes content publishing accessible for the non-programmer and provides an easy editorial interface very close to Microsoft Office applications.

(Machine Translation)
LastUpdate: 2014-06-10 10:55

Cerridwen

Cerridwen provides geocentric planetary data suitable for a broad spectrum of astronomical and astrological applications, with a focus on our solar system. Among its data you will find, for example, the time of the next sunrise or that of the last full moon, or simply the current tropical position of the sun. It comes with a simple command-line utility and a JSON server, but is also designed to serve as a basis for your own application.

(Machine Translation)
LastUpdate: 2014-06-16 08:49

Teddix

Teddix is an inventory system and asset management system. It collects hardware, software, and operating system information from machines running the Teddix agent. This allows system administrators to easily check, compare, and manage current and historical hardware and system information through a modern Web interface.

(Machine Translation)
Database Environment: SQL-based
Natural Language: English
Operating System: AIX, SunOS/Solaris, Windows
Programming Language: Python
Topics: Freecode.com
LastUpdate: 2014-06-11 11:32

epygma

epygma is a simple script that allows you to encrypt text and files with XOR and a one-time pad. The key must be as long as the number of bytes you want to encrypt. You need to safely exchange the keys with your friends to be able to communicate.

(Machine Translation)
Natural Language: English
Operating System: MacOSX, Linux, Windows
Programming Language: Python