Git Product home page Git Product logo

organic-cache-simulator's Introduction

Organic Cache Simulator

Cache simulator. Originally made for learning during University.

Live Demo: http://cloud.chrisvilches.com/live_demos/organic-cache-simulator/

Features

  1. User can input addresses separated by comma or newlines.
  2. Addresses can be word or byte.
  3. Configure associativity, block size, etc.
  4. 32 bits machine.
  5. Display hit rate.
  6. Display cache history.

Installation and build

Install Node dependencies:

npm install

Compile Typescript, Sass, and other tasks.

gulp

Start server:

npm start

Open http://localhost:3000/ to see the website.

Deploy as static page

It's not necessary to run a Express.js app, since the app is static (Express was originally used to deploy to Heroku). Execute this command to generate a static distribution.

Note: The app must be previously compiled using gulp.

./generate_static_dist.sh

This will generate a HTML/CSS/JS/assets only folder (no Typescript, etc).

Technologies used

  1. Typescript
  2. Bootstrap
  3. jQuery
  4. Sass
  5. Gulp
  6. Bower (not used anymore)
  7. NodeJS
  8. Express

organic-cache-simulator's People

Contributors

chrisvilches avatar

Watchers

 avatar

organic-cache-simulator's Issues

crear transcompilador a MIPS (leer descripcion)

Un modulo del programa que cree un codigo MIPS para poder comprobar los resultados mas facilmente en MIPS

que si por ejemplo coloco 0, 5, 10, lo transcompile a

lw $t0, 0(0x10040000 + 0_4)
lw $t0, 0(0x10040000 + 5_4)
lw $t0, 0(0x10040000 + 10*4)

(o como sea que debe ser el codigo correcto)

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.