Giter Club home page Giter Club logo

visual-memory-cache's Introduction

Visual Memory Cache Simulator (school project)

TL;DR: A Web GUI, displaying, step by step, the Cache and Memory values changing. It's very didactic actually.

Backend: REST JSON API provided by Flask. There's a Python Script that reads a trace file (usually generated by the DINERO IV), and return python dicts (kind off JSONs). Flask than get its returns and serve it with the API.

Frontend. Made with VueJS and Quasar Framework. It looks really better in a PC than in a Phone. After the user submit a trace file and set some options, it produces a nice interface, showing the Memory and Cache data in each step. Unfortunately, it is doing some processing in the JSON received, because the teacher requested the Layers to be shown in an unexpected way. Since I'm not sure it the display logic will still the same, I didn't want to change the API data layout: it is more clear and makes more sense.

TODO:

  • Frontend: Make the Play button work (it will auto advance a step each X seconds)
  • Back and Front: Highlight the relevant (changed) rows in each step

useful links:

dinero IV http://pages.cs.wisc.edu/~markhill/DineroIV/

VueJS: https://vuejs.org/

Quasar-Framework: http://quasar-framework.org/

Python: https://www.python.org/

Flask: http://flask.pocoo.org/

visual-memory-cache's People

Contributors

coinbr avatar

Stargazers

Henrique Emanuel de A. Pereira avatar

Watchers

James Cloos avatar  avatar Henrique Emanuel de A. Pereira avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.