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.
seq is short for sequence. A sequence is an ordered list of objects (or events). Like a set, it contains members (also called elements or terms), and the number of terms (possibly infinite) is called the length of the sequence. Unlike a set, order matters, and exactly the same elements can appear multiple times at different positions in the sequence. Sometimes, sequence is used as a generic name for both list, array and set for convenience.

0 Questions

The Design package provides APIs to support adding material design components and patterns to your apps.

0 Questions

ModelSim is a popular simulator and debugging environment for VHDL, Verilog and SystemC. It is used in electronic design automation for development and verification of electronic (mainly digital) modules and systems for implementation on field-programmable gate arrays or integrated circuits.

0 Questions

AngularJS "filters" format the value of an expression to be displayed to the user. They can be used in view templates, controllers or services and it is easy to define your own filter.

0 Questions

Rails for API only applications (>3.2)

0 Questions

The Play! Framework is a modern Java and Scala web application open-source framework that provides a clean alternative to bloated Enterprise Java stacks.

0 Questions

implode() is a PHP function that joins together an array (optionally based on a 'glue' (inverse delimiter)) and returning a string.

0 Questions

A report that is inserted into another report, usually to provide more detailed information on repeating items.

0 Questions

Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.

0 Questions

Questions related to physical robots in general should use this tag. For other topics, please use one of the more specific tags listed in the wiki of this tag, if appropriate. You may also consider asking your question on robotics stack exchange: https://robotics.stackexchange.com/.

0 Questions

`strptime` reads the time from the string s using the timeformat specifiers and converts it into seconds since the year 2000.

0 Questions