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.
With browser automation a web browser can be instructed to repeat the same, possibly long task automatically or at will. In daily use browser automation can be used to fill forms, extract data from web pages, or provide authentication to a service. Browser automation is often used for automating testing of web applications. The same tests can be repeated after each change and in different browsers to verify correct behavior.

0 Questions

The NSOperation class is an abstract class you use to encapsulate the code and data associated with a single task

0 Questions

MKAnnotationView is part of Apple's Map Kit framework for developing iOS applications, an object that represents annotations visually in a map view.

0 Questions

XML Deserialization is the process of re-creating an in-memory object from its serialized state which used XML as a data format.

0 Questions

This tag should only be used for questions specific to the usage and features of Xcode 10. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific xcode tag. Use tags appropriate for the OS such as ios or macos.

0 Questions

For questions about word embedding, a language modelling technique in natural language processing. Questions can concern particular methods, such as Word2Vec, GloVe, FastText, etc, or word embeddings and their use in machine learning libraries in general.

0 Questions

Das U-boot is a GPL'd bootloader for embedded boards supporting multiple processor architectures.

0 Questions

Chaining is an object-oriented programming technique where methods return the object on which they were called so that another method may be called on the same object, thus forming a method chain.

0 Questions

Axes - plural of axis

0 Questions

webapp2 is a lightweight Python web framework compatible with Google App Engine's webapp.

0 Questions

The Geocoding API is a service that provides geocoding and reverse geocoding of addresses.

0 Questions