Sukhdev Rajbhar
Sukhdev Rajbhar is an Indian politician and a member of 11th, 12th, 14th, 15th, and 17th Legislative Assembly, Uttar Pradesh of India. He represents the Didarganj constituency in Azamgarh district of Uttar Pradesh.[2][3][4] He is former Speaker of Legislative Assembly of Uttar Pradesh also Minister in Mayawati, Kalyan Singh and Mulayam Singh Yadav cabinet.
Sukhdev Rajbhar | |
---|---|
Member of Legislative Assembly of Didarganj | |
Assumed office March 2017 | |
Preceded by | Adil Sheikh |
Speaker of Uttar Pradesh Legislative Assembly | |
In office May 2007 – March 2012 | |
Chief Minister | Mayawati |
Preceded by | Mata Prasad Pandey |
Succeeded by | Mata Prasad Pandey |
Member of Legislative Assembly of Lalganj | |
In office February 2002 – March 2012 (two terms) | |
Preceded by | Narendra Singh |
Succeeded by | Bechai |
In office June 1991 – October 1995 (two terms) | |
Preceded by | Shree Prakash |
Succeeded by | Narendra Singh |
Personal details | |
Born | Bargahan, Azamgarh, Uttar Pradesh[1] | 5 September 1951
Nationality | Indian |
Political party | Bahujan Samaj Party |
Spouse(s) | Sumitra Devi ( m. 1960) |
Children | 06 |
Parents | Chhangur Rajbhar |
Residence | Bargahan, Azamgarh, Uttar Pradesh |
Alma mater | B.Sc., LL.B. |
Occupation | MLA |
Profession | Politician, Agriculture |
Political career
Sukhdev Rajbhar contested Uttar Pradesh Assembly Election as Bahujan Samaj Party candidate and defeated his close contestant Adil Sheikh from Samajwadi Party with a margin of 3,645 votes.[5]
Posts held
- 1991-1993 Member, 11th Legislative Assembly of Uttar Pradesh (first term)
- Member, Scheduled Castes, Scheduled Tribes and Denitrified Tribes related joint committee
- 1993-1994 Member, 12th Legislative Assembly of Uttar Pradesh (second term)
- State Minister, Co-Operatives, Muslim Waqf Department (Mr. Mulayam Singh Yadav Cabinet)
- 1994-1995 State Minister, Department of Secondary and Basic Education (Mr. Mulayam Singh Yadav ministry)
- 1995-1997 Minister, Secondary, Basic and Adult Education (Ms. Mayawati Cabinet)
- 1997-2002 Member, Uttar Pradesh Legislative Council
- Minister for Rural Development, Ambedkar Village Development and the Provincial Department of Defense Party (Ms. Mayawati Cabinet)
- Minister for Rural Development, Minor Irrigation Department (Mr. Kalyan Singh Cabinet)
- 2002-2007 Member, 14th Legislative Assembly of Uttar Pradesh (third term)
- Minister of Parliamentary Affairs, textiles and silk Industry Department (Ms. Mayawati Cabinet)
- Member, Committee on Rules
- Member, Working - Advisory Committee
- 2007-2012 Member, 15th Legislative Assembly of Uttar Pradesh (fourth term)
- Speaker, Legislative Assembly of Uttar Pradesh
- 2017-Incumbent Member, 17th Legislative Assembly of Uttar Pradesh (fifth term)
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
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.
See also
References
- "Member Profile". official website of Legislative Assembly of Uttar Pradesh. Retrieved 13 December 2018.
- "ELECTION COMMISSION OF INDIA GENERAL ELECTION TO VIDHAN SABHA TRENDS & RESULT 2017". eciresults.nic.in. Retrieved 2 June 2017.
- "Myneta, Election Watch".
- "पूर्व विधान सभा अध्यक्ष सुखदेव राजभर की जीत".
- "Didarganj Assembly Constituency Election Result". resultuniversity.com. Retrieved 1 September 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.