Pinned Repositories
CodingYourOwnShell
this project is using the system call to customize the shell,Your shell shall be invoked from the Ash shell provided with Minix. Your shell shall first execute a PROFILE file which defines the PATH variable that will allow you to access programs provided in /bin and /usr/bin. Once the PROFILE file is executed, you will be in a HOME directory specified by you in the PROFILE file. The PATH and HOME variables do not replace those of the Ash shell from which your shell is instantiated. Your prompt shall display the current directory name. In a command line of your shell you will be able to exercise any executable programs including the utilities provided in /bin and /usr/bin. Your shell shall support the execution of a list of commands in the following format: curdir ( command1, command2, (command3)) The precedence of the commands are from left to right but parenthesized commands supersedes that order. In the example, command3 has highest precedence, followed by command1 then command2. The output of the higher precedence command becomes the input to the command next in precedence.
code
The goal of this assignment is to implement a simple storage manager - a module that is capable of reading blocks from a file on disk into memory and writing blocks from memory to a file on disk. The storage manager deals with pages (blocks) of fixed size (PAGE_SIZE). In addition to reading and writing pages from a file, it provides methods for creating, opening, and closing files. The storage manager has to maintain several types of information for an open file: The number of total pages in the file, the current page position (for reading and writing), the file name, and a POSIX file descriptor or FILE pointer. In your implementation you should implement the interface described below. Please commit a text file README.txt that (shortly) describes the ideas behind your solution and the code structure. Comment your code!
Laravel
Lunch-Reservation
MagicMirror
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Recommendation-System-for-Entree-Chicago
Report-Generator
SunFounder_PiCar-V
Smart Video Car Kit V2.0 for Raspberry Pi from SunFounder
Where-to-eat
seaturtleegg's Repositories
seaturtleegg/Laravel
seaturtleegg/Lunch-Reservation
seaturtleegg/MagicMirror
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
seaturtleegg/Recommendation-System-for-Entree-Chicago
seaturtleegg/Report-Generator
seaturtleegg/SunFounder_PiCar-V
Smart Video Car Kit V2.0 for Raspberry Pi from SunFounder
seaturtleegg/Where-to-eat