Cyrtopodion

Cyrtopodion is a genus of lizards in the family Gekkonidae (geckos).[1] The genus has 24 described species.

Cyrtopodion
Cyrtodactylus kotschyi
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Reptilia
Order: Squamata
Family: Gekkonidae
Subfamily: Gekkoninae
Genus: Cyrtopodion
Fitzinger, 1843
Species

24 recognized species, see article.

Species

Species in the genus Cyrtopodion are:

Nota bene: A binomial authority in parentheses indicates that the species was originally described in a different genus.

gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
gollark: I was thinking about this, but I don't actually have all the hashes of all the disks in circulation.
gollark: It has some great new features now, like long polling mode.

References

  1. "Cyrtopodion ". The Reptile Database. www.reptile-database.org.
  2. Ahmadzadeh F, Flecks M, Torki F, Bohme W (2011). "A new species of angular-toed gecko, genus Cyrtopodion (Squamata: Gekkonidae), from southern Iran". Zootaxa 2924: 22-32. (Cyrtopodion kiabii, new species).

Further reading

  • Fitzinger L (1843). Systema Reptilium, Fasciculus Primus, Amblyglossae. Vienna: Braumüller & Seidel. 106 pp. + indices. (Cyrtopodion, new genus, p. 93). (in Latin).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.