Cyrtodactylus bidoupimontis
Cyrtodactylus bidoupimontis is a gecko from Binh Phuoc and Lam Dong provinces, southern Vietnam.[1][2]
Cyrtodactylus bidoupimontis | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Chordata |
Class: | Reptilia |
Order: | Squamata |
Family: | Gekkonidae |
Genus: | Cyrtodactylus |
Species: | C. bidoupimontis |
Binomial name | |
Cyrtodactylus bidoupimontis Nazarov et al., 2012[1] | |
Description
This species is distinguished from other species of the C. irregularis complex by its absence of enlarged, conical tubercles on its dorsal tail-base; the presence of flat and rounded dorsal tubercles; the pale dorsal head surface pattern lacks dark brown irregular spots with light edges; and it possesses elongated limbs.[1]
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
References
- Nazarov, Roman, et al. "Two new cryptic species of the Cyrtodactylus irregularis complex (Squamata: Gekkonidae) from southern Vietnam." Zootaxa 3302 (2012): 1-24.
- Cyrtodactylus bidoupimontis at the Reptarium.cz Reptile Database. Accessed 27 May 2015.
Further reading
- Nguyen, Sang Ngoc, et al. "Phylogeny of the Cyrtodactylus irregularis species complex (Squamata: Gekkonidae) from Vietnam with the description of two new species." Zootaxa 3737.4 (2013): 399–414.
- Nguyen, Sang Ngoc, et al. "DNA barcoding of Vietnamese bent-toed geckos (Squamata: Gekkonidae: Cyrtodactylus) and the description of a new species."Zootaxa 3784.1 (2014): 48–66.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.