Douma
Look up Douma in Wiktionary, the free dictionary. |
Douma may refer to:
Places
- Douma, Burkina Faso
- Douma, Lebanon
- Duma, Nablus, also spelled Douma, a Palestinian town
- Douma District, Syria
- Douma, Syria, the capital of Douma District
People
- Barthold Douma van Burmania (1695–1766), Dutch statesman and ambassador
- Carmen Douma-Hussar (born 1977), Canadian middle-distance runner
- Cees Douma (born 1933), Dutch architect, see Leerdam railway station
- Danny Douma (born 1950s), American singer-songwriter and guitarist
- Felix Douma (1941–2008), Dutch-born Canadian scholar, writer, teacher, cellist, and translator
- Jeffrey Douma, American choral conductor
- Sytse Douma (born 1942), Dutch organizational theorist
- Yacine Douma (born 1973), French judoka
- Ennik Douma (born 2001), birth name of Canadian-Korean singer Jeon So-mi
Other
- A synonym for the plant genus Hyphaene
- Douma chemical attack
gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 0.5for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 1for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: I can make it into a python oneliner.
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.5for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.1for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.