Skip to content

Instantly share code, notes, and snippets.

@adrianhajdin
adrianhajdin / app styles
Last active June 16, 2025 06:15
Memories Initial Styles
import { makeStyles } from '@material-ui/core/styles';
export default makeStyles(() => ({
appBar: {
borderRadius: 15,
margin: '30px 0',
display: 'flex',
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
// 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