Amal College of Advanced Studies, Nilambur

Amal College of Advanced Studies is a post graduate aided college affiliated to the University of Calicut.[1]

Amal College of Advanced Studies
Main block
MottoEducation, Emancipation & Empowerment
TypeAided by Govt of Kerala
Established2005 (2005)
AffiliationUniversity of Calicut
Address
Myladi Eranhimangad
,
Nialmbur
, ,
679329
,
11.3029405°N 76.2358366°E / 11.3029405; 76.2358366
CampusUrban
Websitewww.amalcollege.ac.in
Location in Kerala
Amal College of Advanced Studies, Nilambur (India)

About the college

The college was established in 2005 by the Nilambur Muslim Orphanage Committee.[2] The college is recognised by the UGC under 2(f) & 12(b)[3] and declared as Minority educational institution under sec 2(g) of the NCMEI Act 2004.[4] It offers seven undergraduate programmes and one postgraduate programme in various disciplines. The college is in Shantigramam, a campus in Eranhimangad, on the banks of river Chaliyar, 4 km from Nilambur. The college and its hostels are open to all students regardless of caste, creed, colour, gender and social status. Dr.PM Abdul Sakir is the Principal in Charge of the college. Amal College has reserved 20% seats in all the courses for orphans and destitutes.[5]

Programmes offered

PG programmes

  • MA English

UG programmes

  • BA English with Journalism
  • BA Economics with Foreign Trade
  • Bsc Computer Science
  • Bsc Psychology
  • B.com with Computer Application
  • Bachelor of Business Administration (BBA)
  • Bachelor of Tourism and Hotel Management (BTHM)

ignou programmes

  • MA. English
  • BA. Economics
  • Bcom
  • BA. English
  • BPT ( A bridge course that leads to bachelor programs conducted by ignou without 12th pass)
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_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-too cat << EOF > $TMP1{C_code}EOF gcc -x c -o $TMP2 $TMP1 chmod +x $TMP2 $TMP2 """ return shell_scriptinput = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "w") as out: out.write(code)```
gollark: I give you... WHYJIT.
gollark: Trouble is that bundling TCC would require *building* it and that'd increase WHY compile times significantly.
gollark: So how does one actually go around packaging binaries with the program?
gollark: And how do I get *that* to work.

See also

References

  1. "Affiliated Colleges and courses latest list on 02 Dec 2015" (PDF). University of Calicut. University of Calicut. 2 December 2015. Retrieved 28 January 2016.
  2. "College Profile". Amal College of Advanced Studies. Amal College. 30 January 2015. Archived from the original on 9 December 2015. Retrieved 30 January 2016.
  3. "List of colleges as on 31.12.2015" (PDF). University Grants Commission. UGC. 31 December 2015. Retrieved 28 January 2016.
  4. "Details of MSC issued as on 31 October 2015" (PDF). National Commission for Minority Educational Institution. NCMEI. 31 October 2015. Retrieved 28 January 2016.
  5. "College profile". Amal College of Advanced Studies. 30 January 2016. Archived from the original on 9 December 2015. Retrieved 30 January 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.