Neohaemonia

Neohaemonia is a genus of aquatic leaf beetles in the family Chrysomelidae. There are at least 4 described species in Neohaemonia.[1][2][3][4]

Neohaemonia
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Suborder:
Superfamily:
Family:
Subfamily:
Genus:
Neohaemonia

Species

gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
gollark: Even my (Node.)JS programs are probably faster.

References

  1. "Neohaemonia Genus Information". BugGuide.net. Retrieved 2018-01-27.
  2. "Neohaemonia Report". Integrated Taxonomic Information System. Retrieved 2018-01-27.
  3. White, Richard E. (1968). A Review of the Genus Cryptocephalus in America North of Mexico. Smithsonian Institution Press.
  4. "North American Cryptocephalus species (Chrysomelidae, Cryptocephalinae)". Texas Entomology. Mike Quinn. Retrieved 2018-01-27.
  • Riley, Edward G., Shawn M. Clark, and Terry N. Seeno (2003). "Catalog of the leaf beetles of America north of Mexico (Coleoptera: Megalopodidae, Orsodacnidae and Chrysomelidae, excluding Bruchinae)". Coleopterists Society Special Publication no. 1, 290.

Further reading

  • Arnett, R.H. Jr., M. C. Thomas, P. E. Skelley and J. H. Frank. (eds.). (2002). American Beetles, Volume II: Polyphaga: Scarabaeoidea through Curculionoidea. CRC Press LLC, Boca Raton, FL.
  • Arnett, Ross H. (2000). American Insects: A Handbook of the Insects of America North of Mexico. CRC Press.
  • Richard E. White. (1983). Peterson Field Guides: Beetles. Houghton Mifflin Company.


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