Rani

Rani in the Indian subcontinent and Southeast Asia, sometimes spelled Ranee, is a Hindu/Sanskrit feminine given name. The term is the female form of the term for princely rulers in India and Southeast Asia and applies equally to the wife of a Raja or Rana.

Rani
PronunciationRānī
Origin
Word/nameSanskrit
Other names
Alternative spellingRanee, Raani

Notable people named Rani

  • Rani (actress) (born December 8, 1946 – died May 27, 1993), Pakistani actress and model.
  • Rani Agrawal (born June 14, 1991), Indian actress.
  • Rani Bhabani (born 1716 – died 1795), Indian philanthropist and zamindar.
  • Rani Chandra (born October 12, 1976), Indian actress and winner of the Miss Kerala pageant.
  • Rani Chatterjee (born November 3, 1984), Indian actress, dancer and presenter.
  • Rani Chitralekha Bhonsle (born February 26, 1941), Indian political and social worker.
  • Rani Gaidinliu (born January 26, 1915 – died February 17, 1993), Indian activist, spiritual and political leader.
  • Rani Hamid (born 1944), Bangladeshi chess player.
  • Rani Kamalesvaran (born 1971), an Australian singer, popular in the late 1990s
  • Rani Karnaa (born 1939), Indian dancer.
  • Rani Khedira (born January 27, 1994), German footballer.
  • Rani Maria Vattalil (born January 29, 1954 – died February 25, 1995), Indian catholic religious, activist and missionary social worker.
  • Rani Mukerji (born March 21, 1978), Indian actress.
  • Rani Mundiasti (born October 4, 1984), Indonesian badminton player.
  • Rani Price (born January 29, 1974), English television presenter.
  • Rani Rampal (born December 4, 1994), Indian field hockey player.
  • Rani Rashmoni (born 1793 – died 1861), Indian activist, businesswoman, philanthropist, zamindars and founder of the Dakshineswar Kali Temple.
  • Rani Sharone (born 1978), American bassist and guitarist.
  • Rani Taj (born October 3, 1993), British-Pakistani dhol player.
  • Rani Vijaya Devi (born August 28, 1922 – died December 8, 2005), Indian princess and musician.
  • Rani Yahya (born September 12, 1984), Brazilian mixed martial artist and Brazilian jiu-jitsu practitioner.

Notable people named Ranee

Notable people surnamed Rani

  • Devika Rani (born March 30, 1908 – died March 9, 1994), Indian actress, singer and textile designer
  • Pooja Rani (born February 17, 1991), Indian boxer
  • Krishna Rani (born 2001), Bangladeshi footballer

Fictional characters

  • The Rani, from the British science-fiction television series Doctor Who.
  • Rani Chandra, from 2007's British science fiction television The Sarah Jane Adventures.
  • Rani, from the Disney franchise Disney Fairies.
  • Rani Kapoor, from the Australian soap opera Neighbours.
  • The Rani of Cooch Naheen, from the Salman Rushdie's novel, Midnight's Children.
  • Rani, the leader of the Night Pride and love interest of Kion in The Lion Guard.
gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.