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.
strtok() is a Standard C (ISO 9899:1989) function for splitting a string in tokens. strtok_r() is the thread-safe variant defined by IEEE Std 1003.1:2004 (aka "POSIX").
0 Questions
STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers.
0 Questions
Cascade refers to a table-definition keyword in relational databases; it instructs the query engine to take a certain action (delete, update), when a primary key is modified, on tables linked by a foreign key.
0 Questions
Shadow DOM, a key part of Web Components, allows you to create component-based apps using a subtree of DOM elements maintained in isolation from the main DOM.
0 Questions
Tizen is an open source, standards-based software platform supported by several device manufacturers for multiple device categories (smartphones, watches, TVs, etc.). Samsung is the main contributor and user of Tizen platform.
0 Questions
The new Google Maps SDK for iOS allows users to view and interact with a Google map in your iOS app.
0 Questions
Some IDEs organize code and resources into projects and solutions, usually in a directory-based hierarchy. This can also be done manually.
0 Questions