Skip to content

codefellows-javascript-401d13/03-parallel_file_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

CF Lab 03: Parallel File Processing

##To Submit this Assignment

  • Fork this repository
  • Write all of your code in a directory named lab- + <your name> e.g. lab-brian
  • Push to your repository
  • Submit a pull request to this repository
  • Submit a link to your PR in canvas
  • Write a question and observation on canvas

##Description:

  • For this assignment you will need to read three files and console log the first 8 bytes (in hex) of each file.

  • Regardless of file size, all three files should be read and logged in the order 'one.txt', 'two.txt', 'three.txt'.

  • You will need to include tests that guarantee that the files are logged in the proper order.

  • You will also need to include tests that check for improper file paths.

About

Lab 03 - Parallel File Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published