Trombay

Trombay
Suburb
Trombay
Location in Mumbai, India
Coordinates: 19.0°N 72.9°E / 19.0; 72.9
Country India
StateMaharashtra
DistrictMumbai Suburban
CityMumbai
Government
  TypeMunicipal Corporation
  BodyBrihanmumbai Municipal Corporation (MCGM)
Languages
  OfficialMarathi
Time zoneUTC+5:30 (IST)

Trombay is an eastern suburb in Mumbai, India.

History

Trombay was called Neat's Tongue because of its shape. Once, it was an island nearly 5 km East of Mumbai and was about 8 km in length and 8 km in width. The island contains several ruins of Portuguese churches from the 1620s and 1630s.[1]

1893 map showing Trombay

In 1928, the Great Indian Peninsular Railway opened the Trombay-Andheri line called the Salsette Trombay Railway or Central Salsette Tramway.[2]

gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?
gollark: Hi.
gollark: Why are you not just... using an actual IRC client?

See also

References

  1. Gazetteers of the Bombay Presidency - Thana - http://www.maharashtra.gov.in/pdf/gazeetter_reprint/Thane-III/places_Trombay.html - Retrieved on 3 December 2010.
  2. Times of India - Chembur-Ghatkopar Plus - "Archived copy". Archived from the original on 15 May 2011. Retrieved 3 December 2010.CS1 maint: archived copy as title (link) - Retrieved on 3 December 2010
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.