Sharif Group
The Sharif Group of Companies is a Pakistani agricultural conglomerate company based in Lahore, Pakistan. It was established in 1974 by Pakistani businessman Mian Muhammad Sharif.[1]
Industry | Sugar, Bird feeding |
---|---|
Founded | 1964 |
Founder | Mian Muhammad Sharif |
Headquarters | Lahore, Pakistan |
Total assets | |
Website | www |
The Sharif Group assets are valued at US $300 million approximately.[2]
Companies
Companies under Sharif Group are:
Ramzan Sugar Mills
Sharif Feed
The feed operates on 25 acres of land. It is one of the major players in Pakistani bird feed industry.[2]
Ramzan Sugar Cane Development Farm
It was established in 2005 and is currently directed by Suleman Shehbaz Sharif. To develop sugar cane, 600 acres of land was acquired by the group.[2]
gollark: It's a good compiler!
gollark: <@!341618941317349376> Observe, a compiler which produces slow code.
gollark: Now with optimization settings!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description='Compile a WHY program')parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: ^
References
- Pike, John. "Sharif Family". www.globalsecurity.org.
- "Sharif Group". www.sharifgroup.com.pk.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.