Cadet College Warsak

Frontier Scouts Cadet College Warsak is a residential military secondary school from class 8th to 12th. It is located on the outskirts of Peshawar, Khyber Pakhtunkhwa, Pakistan. It is a project of Frontier Corps Welfare Foundation under Frontier Corps. The college covers an area of 60 acres (24.2 hectaress) inside the FC garrison under sector headquarters centre.

Frontier Scouts Cadet College Warsak
Location
,
Pakistan
Information
Other nameCadet College Warsak
TypeCadet College
MottoSpread Light
Established2009 (2009)
PrincipalBrigadier retired Parvez Khalid Babar SI (M)
Student Union/AssociationWarsakians Association
Colour(s)Red
Websitefsccw.edu.pk

History

The college is a tribute to the initiative of then Inspector General Frontier Corps Lt. Gen. Tariq Khan. Brigadier(Ret) Ajmal Khan, Managing Director FC Welfare Foundation who worked relentlessly and with a missionary zeal to ensure the implementation of the project using his recognized skills as an educational administrator and his attempts to procure funds for the continued construction work. The college became functional in an old improvised building with Jahanzeb Khan as its first Principal. The first batch of 83 cadets was inducted at the college in April 2009.

Infrastructure

The college is spread over an area of 60 acres. The buildings comprise an Administration Block, two Academic Blocks (classrooms, library, and science laboratories), 4 boarding houses (Jinnah House, Sher Shah Suri House, Shaheed House and Iqbal House), cadet's mess, Gymnasium, Teacher's residential blocks, staff club for bachelor faculty members, Riding Club and Cafeteria. The college is set to construct an auditorium, squash, tennis and basketball courts, a swimming pool, fountains. The college is enclosed by a boundary wall and multiple watch towers.

Administration

The college is run by a retired senior officer of the Pakistan Army as its Principal, a Vice Principal, an admin officer and an in-service Army officer stationed as an Adjutant. The college's current Principal is Brig. (Ret) Parvez Khalid Babar, himself an ex alamgarian and ex-faculty member of PMA. College is having a faculty for teaching of all subject taught at SSC & HSSC level. College is also having a qualified psychologist.


gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
gollark: The python thesaurus-izer may need some parallelization to be effective.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.