Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
A gadge that lets us feed fat wires in and:
- Add values to the list (push/unshift)
- Insert values at a particular position
- Remove values from the list
- Search for a particular value in the list
- Sort values in the list
- Swap a particular value(s) in the list for another
- Reverse order of values in the list
- Count number of values added to the list
- Clear the values in the list
- Sum all values in the list
- Get average of all values in the list
- Remove values (matching a specified value) from the list
- Get values at a particualr position in the list
- Get the first value in the list
- Get the last value in the list
- Start a loop through the values (1 per frame) and pulse when finished