Tags

Portable Document Format (PDF) is an open standard for electronic document exchange maintained by the International Organization for Standardization. Questions can be ta…

353 questions

A network socket (socket) is an endpoint of a communication flow between processes over a computer network. This tag is different from websocket.

352 questions

For data type system related issues.

349 questions

Firebird is a relational database management system based originally on the code of another relational database management system, Interbase. In its version 6.0, Interba…

347 questions

CSV (Comma-separated values) is a file format primarily used by Spreadsheet or Database applications to represent a data table. Its main characteristic, as the name alre…

343 questions

Uniform Resource Locator (URL) is a uniform resource identifier (URI) that specifies where an identified resource is available and the mechanism to retrieve it.

341 questions

VBA (Visual Basic for Applications) is the programming language of Excel and other Office programs. Use the Excel-Vba Tag when you have scripts problems of a Vbaproject …

335 questions

Use this tag when the question primarily involves logic and/or command structure. Effectively, while is a repeat loop used to iterate matrices, vectors, or to another en…

332 questions

This tag is to be used with memory problems in programming. DO NOT use the tag for memory installation problems or any non-programming related subject. If the problem is…

332 questions

4th edition of the Bootstrap framework. Use this tag on issues related exclusively to this version.

332 questions

Selenium is an integrated development environment for automated test scripts.

332 questions

Operators are symbols that occur in almost every programming language and coding, for performing calculations and comparisons on data. Use the tag only when operators ar…

330 questions

phpMyAdmin is a web application developed in PHP for Mysql administration over the Internet. From this system it is possible to create and remove databases, create, remo…

330 questions

The exception treatment is the mechanism responsible for the processing of occurrence of conditions that change the normal flow of code execution.

329 questions

Modal is a feature where an element (usually windows or dialog boxes) interrupts all other executions of the application/site, until a certain action is performed in thi…

324 questions

Provides an easy way to iterate over vectors and matrices.

324 questions

It is one of the great novelties of the Android API, which emerged after the version Android 3.0 Honeycomb, thanks to the arrival of tablets in the market.

321 questions

Modeling means creating a model that explains the working and behavior characteristics of a software from which it will be created, facilitating its understanding and it…

321 questions

Docker is a technology for creating and managing resources and services using Containers.

319 questions

Apache Maven is a software knowledge and project management tool. This tag should be used for questions that do not concern a specific Maven version.

317 questions

Curl is a command line tool for transferring data with URL syntax, supports DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP…

317 questions

"Loading" or "Upload" (upload) refers to sending data from a local system to a remote system, such as a server or other client with the intention that the remote system …

313 questions

Use this tag for questions about using the Facebook Apis.

309 questions

Reference tag for checkbox component in several languages/frameworks.

308 questions

ASP (from Active Server Pages), also known as ASP Classic nowadays, is a basic library structure (not a language) for server-side scripting language processing for dynam…

308 questions

Login is an English term used in the field of computer science, a neologism that means having access to an email account, computer, mobile phone or other service provide…

306 questions

A lambda expression is an anonymous function that you can use to create delegates or expression tree types.

305 questions

The Tkinter ("Tk interface") module is the standard Python interface for Tk GUI Toolkit. Programs written using Tkinter are freely portable between Linux, Unix, Windows …

304 questions

Visual Studio Code is a cross-platform code editor (Windows, Linux, and Mac OS) by Microsoft. It supports ASP.net 5, Javascript, and Node.js with features such as debugg…

303 questions

Javafx is a software platform aimed at developing and delivering desktop applications, as well as Rich Internet Applications (Rias) that can run on a wide variety of dev…

299 questions

The HTML div element is semantically neutral, and often used for grouping content for styling, and for content that cannot be described semantically by any other element.

298 questions

Unity 3D or Unity is a proprietary 3D game engine and an IDE created by Unity Technologies.

292 questions

Based on the Model-View-Controller (MVC) standard, Spring MVC helps build web-based applications that are flexible and decoupled from underlying technologies view.

291 questions

Bash is a very popular shell (command interpreter). Using the commands provided by Bash itself (built-in Commands) we can perform a series of operations in sequence or c…

291 questions

Sorting algorithms are used to lay out the elements of a given list in a certain order defined according to a desired parameter.

290 questions

Use this tag when the question refers to the syntax/behavior doubt of the JOIN command. A JOIN is a general operation in relational algebra for a combination operation o…

290 questions