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.
Event loop refers to an infinite cycle of actions which is used for processing data based on callbacks and messages.

0 Questions

The greedy regex property causes the regex engine to repeat a regex token as often as possible. Only if that causes the entire regex to fail, give up the last iteration, and proceed with the remainder of the regex. The greedy regex tokens are `+`, `*`, `?` and the repetition using curly braces.

0 Questions

Google's virtual globe application that allows users to view 3D buildings, imagery, terrain, any other information stored in KML files.

0 Questions

In distributed version control, pull or fetch is the action of transferring remote changes into a local repository.

0 Questions

A layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display

0 Questions

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

0 Questions

CodeIgniter 4.x is the latest major version tree of the popular PHP-based framework. CodeIgniter is an Application Development Framework - a toolkit - mostly for people who build websites using PHP. Please refer to the [codeigniter] tag for more information.

0 Questions

0 Questions

MDI (Multiple Document Interface) is a type of GUI , which presents a single parent (container) window for other windows in a specific application

0 Questions

Templating systems are generally composed of a Template Engine, a Content Resource and a Template Resource.

0 Questions

Restangular is an AngularJS service to handle Rest API Restful Resources properly and easily

0 Questions