Destiny (given name)
Destiny is a mainly feminine name meaning "destiny, fate", from the Latin word "destinare," meaning "to determine." It has been a popular name in the United States, where it is ranked in the top 50 names given to baby girls.[1]
Gender | Unisex (mainly Female) |
---|---|
Origin | |
Word/name | English |
Meaning | "destiny, fate", to determine |
Region of origin | United States |
Other names | |
Related names | Hessa (name), Moira (given name) |
People with this name
- Destiny Carter, American track and field athlete
- Destiny Chukunyere, Maltese singer
- Destiny Clark, American singer, songwriter, and beauty pageant titleholder
- Destiny Hope Cyrus, the birth name of American singer, songwriter, and actress Miley Cyrus
- Destiny Deacon, Australian photographer
- Destiny Ekaragha, British film director
- Destiny Etiko, Nigerian actress
- Destiny Frasqueri, better known as Princess Nokia, American rapper
- Destiny Herndon-De La Rosa, American activist
- Destiny Lightsy, American actress, singer and dancer
- Destiny Norton, American murder victim
- Destiny Slocum, American basketball player
- Destiny Vaeao, American football defensive tackle
- Destiny Vélez, Miss Puerto Rico 2015
- Destiny Williams, American basketball forward
Fictional characters
- Destiny, a character from Captain Scarlet and the Mysterons
- Destiny Evans, a character from the soap opera One Life to Live
- Destiny Rose, main character of the Philippine drama of the same name
gollark: I'm going to add precompilation of stuff to bytecode for maximum performance™.
gollark: PotatOS is even faster thanks to patented Potatron technology.
gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
See also
- Destiney Sue Moore, an American television personality
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.