Tillandsia ixioides

Tillandsia ixioides is a species in the genus Tillandsia. It is native to South America. Two subspecies are recognized:[1]

  1. Tillandsia ixioides subsp. ixioides - Bolivia, Uruguay, Paraguay, northern Argentina
  2. Tillandsia ixioides subsp. viridiflora (Rauh) Gouda - Bolivia

Tillandsia ixioides
Scientific classification
Kingdom:
(unranked):
(unranked):
(unranked):
Order:
Family:
Genus:
Subgenus:
Species:
T. ixioides
Binomial name
Tillandsia ixioides
Grisebach
Synonyms[1]
  • Anoplophytum luteum E.Morren ex Baker
  • Tillandsia lutea Baker
  • Tillandsia ixioides var. occidentalis A.Cast.

Cultivars

  • Tillandsia 'Auravale'[2]
  • Tillandsia 'Do-Ra-Me'[2]
  • Tillandsia 'Kybong'[2]
  • Tillandsia 'Mystic Flame'[2]
  • Tillandsia 'Mystic Flame Orange'[2]
  • Tillandsia 'Peach Parfait'[2]
  • Tillandsia 'Poor Ixy'[2]
  • Tillandsia 'Tandur'[2]
  • Tillandsia 'White Star'[2]
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```
gollark: ++remind 10mo3d lyric bad

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.