Comaster
Comaster | |
---|---|
Comaster schlegelii var. nobilis | |
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Subclass: | |
Order: | |
Family: | |
Genus: | Comaster L. Agassiz, 1836 [1] |
Species | |
see text |
Species
The following species are included in the genus by the World Register of Marine Species:[1]
- Comaster audax Rowe, Hoggett, Birtles & Vail, 1986
- Comaster multifidus (Müller, 1841)
- Comaster nobilis (Carpenter, 1884) (now synonym of Comaster schlegelii)
- Comaster schlegelii (Carpenter, 1881)
gollark: I'm fairly sure it only runs on NvIDIa GPus.
gollark: is probably better since it's not nVidia-specific.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
References
- Messing, Charles (2010). "Comaster L. Agassiz, 1836". WoRMS. World Register of Marine Species. Retrieved 2012-07-29.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.