Abarema jupunba
Abarema jupunba is a species of legume of the genus Abarema in the family Fabaceae.[1]
Abarema jupunba | |
---|---|
Scientific classification | |
Kingdom: | |
(unranked): | |
(unranked): | |
(unranked): | |
Order: | |
Family: | |
Genus: | |
Species: | A. jupunba |
Binomial name | |
Abarema jupunba (Willd.) Britton & Killip | |
Footnotes
- Barneby & Grimes (1996), ILDIS (2005)
gollark: Make sure that the first function yields enough.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.
References
- Barneby, R.C. & Grimes, J.W. (1996): Silk Tree, Guanacaste, Monkey's Earring: A generic system for the synandrous Mimosaceae of the Americas. Part I. Abarema, Albizia, and Allies. Memoirs of the New York Botanical Garden 74(1): 1–292. ISBN 0-89327-395-3
- International Legume Database & Information Service (ILDIS) (2005): Genus Abarema. Version 10.01, November 2005. Retrieved 2009-12-19.
Wikimedia Commons has media related to Abarema jupunba. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.