Skip to content

rtspw/EXT2-FS-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME: Richard Tang, Victor Tang
EMAIL: richardcxtang@ucla.edu, victorwtang@g.ucla.edu
ID: 305348008, 005359343

Lab 3B

*** Files 
- Makefile: Targets for building the project
    * default Builds the lab3b bash script which runs the lab3b.py file
    * clean   Removes bash script files and tarballs created from the Makefile
    * dist    Creates a distribution tarball containing the project files
- README: Project description, notes, and sources 
- lab3b.py: Program file to script that detects error in Lab3a binary output CSV
    
*** Notes
- The project assumes that there is only one block group in the original image file
  before being processed by the lab3a binary. 
  This assumption comes from the project specifications and allows for minor simpliciations
  to the program.

*** Sources
- https://realpython.com/iterate-through-dictionary-python/
Ways to iterate through a dictionary in python
- https://docs.python.org/2/library/sets.html
Docs on set API for linear time access
- https://docs.python.org/3/library/csv.html
Docs on the CSV standard library API for python 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published