albatrosspreacher / itt-lab

A repository containing the solutions to all problems in the ITT Lab Manual (6th Semester, ICT, MIT, Manipal)

Home Page:https://itt-lab.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

itt-lab

A repository containing the solutions to all problems in the ITT Lab Manual (6th Semester, ICT, MIT, Manipal)

This repository is live πŸ‘‰ here πŸ‘ˆ and πŸ‘‰ here πŸ‘ˆ

For HTML codes, follow these steps:

  1. Clone the repository
  2. Head over to terminal and change the directory to the specific question
    example: cd /Users/yourusername/Documents/Github/itt-lab/lab1/q1
  3. Run the following command php -S localhost:5000
  4. Head over to your web browser and search for www.localhost:5000/l1q1.html

For Python codes, follow these steps:

  1. Clone the repository
  2. Head over to terminal and change the directory to the specific question
    example: cd /Users/yourusername/Documents/Github/itt-lab/lab5/q1
  3. Run the following command python3 l5q1a.py

For lab7, make sure you install sqlite3

About

A repository containing the solutions to all problems in the ITT Lab Manual (6th Semester, ICT, MIT, Manipal)

https://itt-lab.glitch.me/

License:MIT License


Languages

Language:HTML 66.8%Language:Python 21.0%Language:JavaScript 12.1%Language:CSS 0.1%