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.
html2canvas is a JavaScript HTML-rendering library that lets you take "screenshots" of webpages based on the DOM.

0 Questions

Smalltalk is one of the oldest object-oriented programming languages. It pioneered many aspects modern developers take for granted: Virtual Machines (Smalltalk is an interpreted language) IDEs Pure object approach (no primitives or keywords at all) Closures (called Blocks) An image (i.e. non-file-based language) Advanced debugging techniques (halting programs on-the-fly, inspection, writing or modifying code on-the-fly)

0 Questions

Google Data Studio turns user data into informative reports and dashboards that are easy to read, easy to share, and fully customizable from a web browser.

0 Questions

A specification (also commonly referred to as "spec") is a description of a defined technology and the resources it offers.

0 Questions

Face recognition is the process of matching faces to determine if the person shown in one image is the same as the person shown in another image. This is distinct from face detection which only determines where an image exists a face. Face recognition has broad use in security technology, social networking, cameras, etc.

0 Questions

Anything related to key-bindings (a.k.a. "keyboard shortcuts", "hotkeys", etc.), i.e. the associations between key combinations and the corresponding actions triggered when the user presses such combinations.

0 Questions

A general purpose tag to cover anything concerning naming, be it files, programming constructs, data etc.

0 Questions

A simulator is an automated model that captures the essential logic and behaviour of a particular object. A good simulator allows investigating the properties of the object, exploring "what-if" scenarios, or incorporating the object into a landscape interacting objects. Simulator design often involves running probability engines over know or estimated distributions, time slicing, and state machines. Implementations are frequently object oriented.

0 Questions

A Java or Android exception that indicates that the file denoted by a specified pathname could not be opened.

0 Questions

Swift Mailer is a library that integrates into any web app written in PHP, offering a flexible and elegant object-oriented approach to sending emails with a multitude of features.

0 Questions

A database trigger is procedural code written in the current database DML, that is automatically executed in response to certain events on a particular table or view in a database. The trigger is mostly used for maintaining the integrity of the information on the database.

0 Questions