Coccotrypes

Coccotrypes is a genus of typical bark beetles in the family Curculionidae. There are about six described species in Coccotrypes.[1][2]

Coccotrypes dactyliperda

Coccotrypes
Coccotrypes dactyliperda
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Coleoptera
Family: Curculionidae
Subfamily: Scolytinae
Tribe: Scolytini
Genus: Coccotrypes
Eichhoff, 1878

Species

gollark: Go```javascriptconst WebSocket = require("ws")const msgpack = require("@msgpack/msgpack")require("dotenv").config()const ws = new WebSocket(process.argv[2] || "ws://localhost:6086/v4?enc=msgpack")const send = x => ws.send(msgpack.encode(x))ws.on("message", msg => { const data = msgpack.decode(msg) const mtype = data.type if (mtype === "ping") { console.log("ping", data.seq) send({ type: "pong", seq: data.seq }) } else if (mtype === "error") { console.warn(`${data.error} ${data.for}: ${data.detail}`) } else if (mtype === "ok") { console.log(`${data.for}:`, data.result) }})ws.on("open", () => { send({ type: "identify", key: process.env.CLIENT_KEY }) send({ type: "set_channels", channels: [ "ShutdownOS" ] })})```yourself.
gollark: Because they're simpler?
gollark: muahahaha
gollark: ++delete school
gollark: I'm ponderinating, now, whatâ„¢ commands this system needs.

References

  1. "Coccotrypes Genus Information". BugGuide.net. Iowa State University. Retrieved 25 January 2018.
  2. "Coccotrypes Report". Integrated Taxonomic Information System. Retrieved 25 January 2018.
  • Poole, Robert W., and Patricia Gentili, eds. (1996). "Coleoptera". Nomina Insecta Nearctica: A Check List of the Insects of North America, vol. 1: Coleoptera, Strepsiptera, 41-820.

Further reading

  • NCBI Taxonomy Browser, Coccotrypes
  • 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.
  • Ross H. Arnett (30 July 2000). American Insects: A Handbook of the Insects of America North of Mexico. CRC Press. ISBN 978-0-8493-0212-1.
  • 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.