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.
I2C is a two-wire serial bus. It is used to interface with low-speed peripherals in embedded systems and computer motherboards.

0 Questions

Something related to an assignment operation, i.e. the process of changing the content of a variable to reflect some given value.

0 Questions

Shiny Server provides a platform on which you can host multiple Shiny applications on a single server, each with their own URL or port.

0 Questions

Synchronous means that the caller of a function waits for the response or completion of the function before returning control to the main program

0 Questions

.live() function in jQuery attaches an event handler for all elements which match the current selector, now and in the future. It was deprecated in jQuery 1.7 and removed in jQuery 1.9.

0 Questions

WebRequest is an abstract class in .NET Framework for making requests to URIs (including HTTP, HTTPS, FTP and FILE protocols). Related tags: [httpwebrequest], [ftpwebrequest].

0 Questions

Date formatting is the process of displaying, handling or converting a calendar date to a specific format.

0 Questions

Questions related to web browser's Web APIs specification. Web APIs is a set of numerous different APIs related to programmatically using web browser with your JavaScript code. For example the visual web page rendered is represented as and controlled by Document Object Model (DOM), which itself is a Web API. Or when using console.debug() function to log messages to the browser's console, you are using Console API.

0 Questions

Sharding is a technique of partitioning database tables by row ("horizontally"); typically this technique requires a key to be selected that determines how the rows are to be partitioned.

0 Questions

Questions that relate to the organization of files and directories in a filesystem.

0 Questions

django-allauth is a set of pluggable django apps for authentication, registration, account management as well as 3rd party (social) account authentication

0 Questions