Rohtas Goel

Rohtas Goel (born 4 September 1962) is the founder of Omaxe Limited, a real estate developer based in New Delhi, India.

Rohtas Goel
Born (1962-09-04) 4 September 1962
OccupationReal Estate Developer
Children3

Biography

Rohtas Goel was born on 4 September 1962 in Hassanpur, a town in Palwal district in the Indian state of Haryana.

He is a first generation entrepreneur and civil engineer who started his professional career with a private construction firm, but later founded Omaxe to undertake a construction and contracting business in 1987. In 1989, the company was incorporated as Omaxe Builders Private Ltd. and subsequently in 1999; it became a ‘Limited Company’. Under the leadership of Goel, Omaxe made its inroads into the evolving real estate sector in 2001. It soon launched several group housing projects at Noida and subsequently launched its first township, the NRI City at Greater Noida. The company came out with its Initial Public Offering (IPO), which got over-subscribed by 70 times, in 2007.[1][2][3][4][5][6]

Goel was featured in the Forbes list of India's richest at 48th number.[7]

gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
gollark: This is totally a rapA rap is what it is chap
gollark: I made an automatic rap generation programIt works by appending an unrelated word which rhymes with the end of the previous line amTo every second lineThis totally counts as rap mineVery valid rap indeedI win esolangs now speed

References

  1. Chopra, Poonam. "Mr. Rohtas Goel, Chairman and Managing Director, Omaxe Group". IIFL. Indian Infoline. Retrieved 18 October 2018.
  2. Business, Week. "Rohtas Goel: Executive Profile & Biography - Bloomberg". www.investing.businessweek.wallst.com. Retrieved 18 October 2018.
  3. "Rohtas Goel - Biography". www.marketscreener.com. Retrieved 18 October 2018.
  4. "Rohtas Goel speaks on Omaxe's future plans | The Economic Times Video". Bennett, Coleman & Co. Ltd. Economic Times. Retrieved 18 October 2018.
  5. ":: INDIA EMPIRE - COVER STORY ::". www.indiaempire.com. Retrieved 18 October 2018.
  6. Akhtar, Nadeem. "Rohtas Goel, CMD, Omaxe Ltd". Retrieved 18 October 2018.
  7. Karmali, Naazneen. "India's 40 Richest". Forbes. Retrieved 18 October 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.