Ammiel
The name Ammiel (Hebrew: עַמִּיאֵל ‘Ammî’êl) may refer to several people in the Hebrew Bible. Etymologically, it means "people of God",[1] and is used for the following individuals:
- Ammiel, son of Gemalli, one of the twelve spies sent by Moses to search the land of Canaan (Numbers 13:12). He was one of the ten who perished by the plague for their unfavourable report (Numbers 14:37).
- The father of Machir of Lo-debar, in whose house Mephibosheth the son of Jonathan resided (2 Samuel 9:4, 5; 17:27).
- The father of Bathsheba, the wife of Uriah, and afterwards of David (1 Chronicles 3:5). He is called Eliam in 2 Samuel 11:3.
- One of the sons of Obed-edom the Levite (1 Chronicles 26:5).
Notable examples
- Ammiel Alcalay (born 1956), American poet
- Ammiel Bushakevitz (born 1986), Israeli-South African pianist
- Ammiel Hirsch (born 1959), Reform Jewish rabbi
- Ammiel J. Willard (1822-1900), chief justice on the South Carolina Supreme Court
gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```
gollark: You could use the idea of it instead of downloading it using `pastebin`, I mean.
References
- David Mandel (1 January 2010). Who's Who in the Jewish Bible. Jewish Publication Society. p. 36. ISBN 978-0-8276-1029-3.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.