Simple Project List Software Map

577 projects in result set
最后更新: 2004-01-06 09:10

ttf2pt1

ttf2pt1 is a converter of various scalable font formats (most notably TTF) and of the bitmapped BDF format into PostScript Type 1 fonts and metrics (.pfa, .pfb, .afm).

(Machine Translation)
最后更新: 2011-10-25 18:31

DBA Companion

DBACompanion is a graphical administration tool for Oracle databases. It features browsing the data dictionary, drilling down from one information to related ones, generation of SQL scripts based on data dictionary information, and customisation of all the SQL used by the tool.

(Machine Translation)
最后更新: 2010-12-22 22:16

fakechroot

fakechroot provides a fake chroot environment to programs. A fake chroot allows you to run programs which require root privileges on an unprivileged user account. For example, you can create a Debian bootstrap or a development environment and build packages inside a chroot'ed system using a standard non-root user account. You can then use the apt-get command to install other packages without root privileges.

最后更新: 2007-08-19 08:15

Calcoo

Calcoo is a scientific calculator designed to provide maximum usability. Its features bitmapped button labels and display digits to improve readability, no double-function buttons, undo/redo buttons, copy/paste interaction with the clipboard, both RPN and algebraic modes, two memory registers with displays, displays for Y, Z, and T registers, and tick marks to separate thousands. Calcoo is written in C using the GTK+ widget library (v.2.2+).

最后更新: 2007-10-26 01:38

PL/1 for GCC

The pl1gcc project is an attempt to create a native PL/I compiler using the GNU Compiler Collection. PL/I is a third-generation procedural language suitable for a wide range of applications including system software, graphics, simulation, text processing, Web, and business applications.

最后更新: 2012-12-29 07:44

PAM S/Key module

PAM S/Key is a module based on the original S/Key suite from Wietse
Venema's logdaemon. It is written to work with all PAM-based Unices,
including FreeBSD, Solaris, and Linux. It should work with any S/Key
library that is fully interface-compatible with logdaemon.

(Machine Translation)
最后更新: 2004-08-25 22:53

PureData

PD (Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing. It is the third major branch of the family of patcher programming languages known as Max (Max/FTS, ISPW Max, Max/MSP, jMax, etc.).

(Machine Translation)
最后更新: 2008-05-21 23:32

CvsGraph

CvsGraph is a utility for generation of graphical representation of revisions and branches from a CVS/RCS repository.

最后更新: 2002-09-03 17:14

corkscrew

Corkscrew allows you to tunnel SSH sessions through an HTTP proxy using an SSH client like OpenSSH.

(Machine Translation)
最后更新: 2004-12-25 06:34

Wolfpack

Wolfpack is software for an Ultima Online MMORPG server. Gameplay is scripted using Python and XML. You need EA's Ultima Online to play on Wolfpack servers.

(Machine Translation)
最后更新: 2009-10-01 18:20

Prex

Prex is a portable real-time operating system for embedded systems. The small, reliable, and low power kernel is written in the C language based on microkernel design. The file system, Unix process, and networking features are provided by user mode tasks.

最后更新: 2011-12-26 22:34

mediastreamer

Mediastreamer is a portable C library that allows you to create and run audio and video streams. It is designed for any kind of voice over IP applications. It features RTP connectivity, audio codecs (Speex, iLBC, G711, GSM, and AMR), video codecs (MPEG4, H263, H264, and Theora), sound card I/O, wav file streaming, webcam video capture, echo-cancellation, conferencing, parametric equalization, and various other utilities. It has a modular design that makes it extensible through plugins. This is the media-streaming component of linphone, a GPL SIP video phone.

最后更新: 2007-09-28 11:07

pecomato

PECoMaTo stands for Picture-Embedded COntents MAnipulation TOol. It is basically designed to display any kind of information embedded in picture files, as well as checking, filtering, extracting, removing, adding, and fixing such information. In other words, it's a metadata processor. It supports the following file formats: JPEG/JFIF, Adobe PSD and FFO, and raw IPTC. It knows about the following metadata formats: JFIF, IPTC, Exif, Adobe, and Fotostation. More file and metadata formats might be supported later (TIFF, etc.).

(Machine Translation)
最后更新: 2008-07-31 20:32

Neko

Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. Neko is a good way for language designers to focus on design and reuse a fast and well-designed runtime, as well as existing libraries for accessing filesystem, network, databases, XML, etc. It has a compiler and a virtual machine. The virtual machine is very lightweight and well optimized. The VM can be easily embedded into any application, and your libraries can be accessed using the C foreign function interface.