Cleistocactus winteri
Cleistocactus winteri is a succulent of the family Cactaceae. Its common name is the golden rat tail[1].
Cleistocactus winteri | |
---|---|
![]() | |
Scientific classification | |
Kingdom: | |
(unranked): | |
(unranked): | |
(unranked): | Core eudicots |
Order: | |
Family: | |
Genus: | |
Species: | C. winteri |
Binomial name | |
Cleistocactus winteri D. Hunt | |
Synonyms | |
|
Subspecies
Image | Scientific name | Common Name | Distribution |
---|---|---|---|
![]() | Cleistocactus winteri subsp. colademono D.R.Hunt (2005) | Cola de Mono, Colademono, Monkey tail cactus | Bolivia (Santa Cruz) |
![]() | Cleistocactus winteri subsp. winteri | golden rat tail | Bolivia |
Description
This plant is a columnar cactus that forms huge tangled mounds of fairly rapid growth, up to 90 cm high with stems 6 cm in diameter and 16 to 17 ribs, with 50 spines 0.4 to 1 cm long. It has many short bristly golden spines that literally cover the surface of the stems. The plant requires water during the summer and keep it dry in winter. It reproduces by seeds and cuttings. It has salmon-pink flowers in spring and summer 4 to 6 cm long and 5 cm in diameter. The flowers are followed by green fruits 1 cm long
form
close-up
gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
References
1. http://www.llifle.com/Encyclopedia/CACTI/Family/Cactaceae/3784/Cleistocactus_winteri
![]() |
Wikimedia Commons has media related to Cleistocactus winteri. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.