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.
A financial asset representing fractional ownership of a corporation, usually traded in units of "shares" on a stock exchange. Questions must be programming related. Use with a language (e.g. [pine-script]), and relevant trading api, if applicable.

0 Questions

Netezza is a line of high-performance data warehouse appliances and advanced in-database analytics applications for uses including enterprise data warehousing, business intelligence, and predictive analytics. In 2010, Netezza became a subsidiary of IBM, and the product was subsequently rebranded as "PDA” In 2019 IBM launched a new generation of Netezza/PDA on the CloudPack for data stack. It runs on both cloud and on-prem specialized CP4D hardware.

0 Questions

an apple class that defines objects that manage and coordinate the windows an application displays on the screen

0 Questions

Progress OpenEdge is an application development platform from Progress Software Corporation

0 Questions

In many dialects of SQL, the execute statement is used to invoke a stored procedure.

0 Questions

The "convert" command, from the ImageMagick® software suite is a program to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.

0 Questions

This tag refers to the table type in Lua that implements associative arrays.

0 Questions

Tail recursion is a recursive strategy in which a function does some amount of work, then invokes itself. The "tail" refers to the fact that the recursion is at the very end of the function. Many -- especially functional -- programming language compilers can turn these types of calls into iteration, meaning tail recursion in supported languages can be used without fear of a stack overflow, regardless of the number of calls.

0 Questions

Questions related to nginx location directive should use this tag.

0 Questions

PyMySQL is a database connector for Python like MySQLdb.

0 Questions

PHP 5.3 (now past End of Life) is the successor to PHP 5.2. It was released on June 30, 2009. Use this tag for version-specific issues relating to specifically to PHP 5.3.

0 Questions