Skip to content

Instantly share code, notes, and snippets.

View parvmor's full-sized avatar
🙃
Busy writing proofs for concurrent programs.

Parv Mor parvmor

🙃
Busy writing proofs for concurrent programs.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am parvmor on github.
  • I am parvmor (https://keybase.io/parvmor) on keybase.
  • I have a public key whose fingerprint is E9B9 2CFE AEEF C0C6 1224 9A43 80F1 F7A9 0058 516B

To claim this, I am signing this object:

Report for ACA Project

By: Parv Mor Project: Linux from Scratch Mentor: Pallav Agarwal

  1. Learnt bash scripting, regex, git, version control, chose vim as editor.
  2. Learnt several bash utilities such as grep, sed, awk, xarg, etc.
  3. To get a better understanding for bash, i implemented a student search completely in bash. The project is hosted on github: https://github.com/parvmor/Student-Search-IITK . * The student search asks user for filters recursively and. * It also displays images in terminal :)
  4. Learnt python scripting. Implemented a script to find all distinct emails in a file. link: https://github.com/parvmor/ACA-Project/blob/master/email.py