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.
AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances.

0 Questions

Lowercase characters are letters in minuscule: a, b, c, …

0 Questions

A scatter plot is a type of mathematical diagram using Cartesian coordinates to display values for two variables for a set of data.

0 Questions

A collection of classes combined into a unit maybe distributed by a third party. It may have dependencies to further libraries.

0 Questions

OnMouseOver is an event which fires in a GUI framework when a user positions mouse cursor over a control.

0 Questions

A (often short lived) file, automatically created for reasons like storing data that no longer fit into memory, for inter-process communication or to save state for possible crash recovery. Many programming platforms provide means functions to work with such files easier.

0 Questions

An ASP.NET control for rendering data in a list.

0 Questions

SQL*Loader is a high-speed data loading utility that loads data from external files into tables in an Oracle database.

0 Questions

Flask-Login provides user session management for the python web framework Flask.

0 Questions

Apache Tapestry is a Java web application framework that is organized around building pages from reusable components. Tapestry is a component-based framework, attempting to structure web applications into small, manageable and re-useable parts. Components consist of a component class file and often a component template file; also, components can have their own JavaScript and CSS. Tapestry template files are XHTML files, so they can be edited in

0 Questions