Pinned Repositories
4610Proj
Database project 1 and 2
Assignment2
Assignment 2 for ENGL 3130 Technical writing. Creating a stopwatch app for iOS.
Assignment2-1
Binary conversion game for English 3130: Technical Writing
Calculator
Just a calculator mimicked after the TI 30X IIS built for the iPhone in Objective-C.
CS4780Project1
An encryption program using the Blowfish encryption algorithm.
InterestCalculator
An interest calculator created in Java.
IP_UI
Just a little Java GUI project.
LoggingUtility
This is project 1 for CS 4760 Operating Systems. It's a simple logging utility that will write to a file of the user's choosing.
MemoryManagement
This project is designed to test some page replacement algorithms. It will generate 10 processes with 8 page requests each, which will then start performing page requests. The stack can only hold 5 pages. The algorithm of our choice LRU, FIFO, or Clock, are to be compared against the Optimal replacement for the amount of faults.
MessagePassing
This is project 3 for CS 4760 Operating Systems. This program implements a message queue, along with shared memory, to send a message to the master process, which then sends a message back to the slave process to terminate.
accavallo's Repositories
accavallo/PineSaveGameEditor
A save editor for the game "Pine".
accavallo/ShiverMeTimbers
accavallo/QIlluminator
accavallo/IP_UI
Just a little Java GUI project.
accavallo/MemoryManagement
This project is designed to test some page replacement algorithms. It will generate 10 processes with 8 page requests each, which will then start performing page requests. The stack can only hold 5 pages. The algorithm of our choice LRU, FIFO, or Clock, are to be compared against the Optimal replacement for the amount of faults.
accavallo/ResourceManagement
This project will use deadlock detection and recovery strategy to manage resources.
accavallo/InterestCalculator
An interest calculator created in Java.
accavallo/4610Proj
Database project 1 and 2
accavallo/ProcessScheduling
This is project 4 for OS 4760 Operating Systems. The master (oss) is supposed to create new processes randomly with different priorities and then schedule them based on their priority for runtime.
accavallo/MessagePassing
This is project 3 for CS 4760 Operating Systems. This program implements a message queue, along with shared memory, to send a message to the master process, which then sends a message back to the slave process to terminate.
accavallo/SharedMemory
This is my project 2 for CS 4760 Operating Systems. It uses Peterson's Algorithm to allow one process to access and increment a number in shared memory before writing to a file.
accavallo/LoggingUtility
This is project 1 for CS 4760 Operating Systems. It's a simple logging utility that will write to a file of the user's choosing.
accavallo/Calculator
Just a calculator mimicked after the TI 30X IIS built for the iPhone in Objective-C.
accavallo/CS4780Project1
An encryption program using the Blowfish encryption algorithm.
accavallo/Assignment2-1
Binary conversion game for English 3130: Technical Writing
accavallo/Assignment2
Assignment 2 for ENGL 3130 Technical writing. Creating a stopwatch app for iOS.