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.
SimpleHTTPServer refers to the basic HTTP server which can serve requests with files from the file system with a few lines of code.

0 Questions

Java abstract class which provides default implementations for most of the methods in the TableModel interface.

0 Questions

A method of traversing binary trees, in which the node is processed after its left child, but before its right child.

0 Questions

This tag refers to the process of setting a password on a system back to an original (often the default) value.

0 Questions

Anything related to C and C++ function prototypes. Function prototypes are a way to describe the interface of a function to the client code.

0 Questions

Open source, cross-platform library and tools for TIFF images.

0 Questions

The function parameters are the variable names, listed in the definition of the function.

0 Questions

A definition is an unambiguous statement for the meaning of a word or phrase. In programming, a variable definition provides all the details for that variable.

0 Questions

Dynamic PDF forms can re-render on the client depending on user interaction (adding or deleting controls, changing layout and colors). They were first introduced in Adobe Reader 7.0 and can be interactive or non-interactive.

0 Questions

if the user keeps pressing the button for some time, a different action is executed from the short press action.

0 Questions

A DetailView displays a read-only view of a particular record. This terminology is usually associated with CRM's such as SugarCRM, SuiteCRM, and Web framework such as Django.

0 Questions