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.
A word, phrase, or name formed by rearranging the letters of another, such as cinema, formed from iceman.
0 Questions
Graph visualisation is concerned with the rendering of mathematical graphs (collections of nodes and edges) on a screen, either theoretically or using an existing software package. Because most graphs are not "planar" (cannot be drawn without edges crossing), most graph visualisation algorithms must rely on heuristics that balance compactness against minimisation of edge crossings and that produce aesthetically appealing renderings.
0 Questions
The toggleClass method in jQuery provides a mechanism for adding or removing a class or list of classes by name from selected elements.
0 Questions
pjax is a jQuery plugin that loads HTML from your server into the current page without a full reload. It's ajax with real permalinks, page titles, and a working back button that fully degrades.
0 Questions
Swipe is a gesture that involves touching a touchscreen or trackpad, translating the finger in one direction across the screen or pad, and removing the finger. It is commonly used as a discrete scrolling gesture (for example, go to the next picture).
0 Questions
Android Pay (formerly Google Wallet) is a virtual representation of your wallet securely stored in the cloud. Your payment credentials, coupons/offers, and loyalty cards can then be easily accessed from any device or purchase flow that supports Android Pay.
0 Questions
A plugin for knockout.js for declarative, rule-based validation of models and properties.
0 Questions
The Directions API is a service that calculates directions between locations using an HTTP request. It is also available as part of the client-side Maps JavaScript API, or for server-side use with the Java Client, Python Client, Go Client and Node.js Client for Google Maps Services.
0 Questions
Use this tag if your problem is caused by or primarily involves a NoSuchElementException in Java.
0 Questions
Anything related to JavaScript ReferenceError that it is thrown when trying to dereference a variable that has not been declared.
0 Questions