Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Review Board is an open-source web-based code review tool written in Python.

0 Questions

POSIX function for accessing code or data in a dynamically-loaded library using the code's name.

0 Questions

svnadmin is the administrative tool for monitoring and repairing your Subversion repository.

0 Questions

LuaSocket is a Lua extension library that helps to add support for functionality commonly needed by applications that deal with the Internet. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, MIME and more.

0 Questions

Endeca is a relevance and navigation-based high-performance proprietary search technology. It consists of an MDEX Engine, Development/Forge tools and exposes URL-based token search parameters, supported by a Java client API.

0 Questions

0 Questions

Small Computer System Interface (SCSI, pronounced skuz-ee) is a set of parallel interface standards developed by the American National Standards Institute (ANSI) for physically connecting and transferring data between computers and peripheral devices(like printers, disk drives, scanners and other). It is a fast bus and supported by all major operating systems.

0 Questions

Seaside is a free and open source web application framework for developing sophisticated web applications in Smalltalk.

0 Questions

BDE is the abbreviation for Borland Database Engine.

0 Questions

int execv(const char *path, char *const argv[]); Like all of the exec functions, execv replaces the calling process image with a new process image. This has the effect of running a new program with the process ID of the calling process. The command-line arguments are passed to the function as an array (Vector) of pointers.

0 Questions

Paradox was created by Borland, as an integrated database management system and application development language for desktops and servers. It ran originally under DOS and later under Windows. It is a file based database system with each table in a separate file or files. Paradox for DOS had a built-in scripting language known as PAL, and used tables through version 4.5. Paradox for Windows was a Windows application that included event processing.

0 Questions