This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { makeStyles } from '@material-ui/core/styles'; | |
| export default makeStyles(() => ({ | |
| appBar: { | |
| borderRadius: 15, | |
| margin: '30px 0', | |
| display: 'flex', | |
| flexDirection: 'row', | |
| justifyContent: 'center', | |
| alignItems: 'center', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Mark J. Rigdon | |
| // CS50 | |
| // 2019-01-30 | |
| // pset3 recover.c | |
| // Inputs a raw data file, finds the JPEG's in the file, writes the JPEG's out to individual files. | |
| /****** Mark's Pseudocode Outline ****** | |
| x Ensure proper syntax of command is input by user | |
| x Ensure recover command fails over nicely if the file input cannot be accessed/read | |
| x open memory card file |