An open API service indexing awesome lists of open source software.

https://github.com/ranman/school-cachesimulator


https://github.com/ranman/school-cachesimulator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Compile:
javac *.java

Run:
for filename in ./*.dat;
do
echo $filename;
java CacheDriver < $filename;
done;