Atractaspis congica

Atractaspis congica, or the Congo burrowing asp, is a species of venomous snake in the Atractaspididae family.[2] It is endemic to Africa.[3]

Atractaspis congica
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Reptilia
Order: Squamata
Suborder: Serpentes
Family: Lamprophiidae
Genus: Atractaspis
Species:
A. congica
Binomial name
Atractaspis congica

Description

Uniformly dark brown or black both dorsally and ventrally. Snout very short and rounded. Portion of rostral visible from above about half as long as its distance from the frontal. Smooth dorsal scales in 19 or 23 rows. Ventrals 200-230; anal divided; subcaudals 19-23, a few of the anterior entire, the remainder in two rows. Adults may attain a total length of 45 cm (17 34 in), with a tail 3.5 cm (1 38 in) long.[4]

Subspecies

Three subspecies are recognized.

  • Atractaspis congica congica W. Peters, 1877
  • Atractaspis congica leleupi Laurent, 1950
  • Atractaspis congica orientalis Laurent, 1945[5]
gollark: Well, it's poorly designed, more so than JS in my opinion.
gollark: PHP is maaaaybe easy for simple stuff, but also very evil.
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.

References

  1. The Reptile Database. www.reptile-database.org.
  2. "Atractaspis". Integrated Taxonomic Information System. Retrieved 29 August 2007.
  3. Spawls, S. & Branch, B. The Dangerous Snakes of Africa. Dubai: Oriental Press, 1995. ISBN 0-88359-029-8.
  4. Boulenger, G.A. 1896. Catalogue of the Snakes in the British Museum (Natural History), Volume III., Containing the Families...Viperidæ. Trustees of the British Museum (Natural History). London. xiv + 727 pp. + Plates I. - XXV. (Atractaspis congica, p. 513.)
  5. Integrated Taxonomic Information System (ITIS). www.itis.gov.


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