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.
Network protocols which allow automatic detection of devices and services offered by these devices on a computer network.

0 Questions

Code cleanup refers to the act of writing code so that it cleans up leftover data structures and other unwanted materials from memory and the filesystem. It is not the same as refactoring code, which involves making the source code itself easier to understand, maintain, and modify.

0 Questions

PycURL is a Python interface to libcurl.

0 Questions

An application server is a software framework dedicated to the efficient execution of procedures (programs, routines, scripts) for supporting the construction of applications. Normally the term refers to Java application servers. When this is the case, the application server behaves like an extended virtual machine for the running applications, handling transparently connections to the database at one side, and connections to the web client at the other.

0 Questions

Refers to programmatically running an application from another.

0 Questions

os.system is a python standard library function. It executes the given string argument as a command in a subshell.

0 Questions

Encoder is a software program, device or algorithm that converts information from one format or code to another, for the purposes of standardization, speed, secrecy, security or compressions.

0 Questions

unixODBC is an open source project that implements the ODBC API on non windows platforms.

0 Questions

freeglut is an open-source alternative to the OpenGL Utility Toolkit (GLUT) library.

0 Questions

Use for questions about programmatic modification of task scheduling on any version of the Windows OS.

0 Questions

Segment is an ambiguous tag and one should refrain from using it. It has several, very different, meanings in CS. Please try and pick a more accurate tag for your post.

0 Questions