Code Monkey home page Code Monkey logo

marie.js's Introduction

MARIE.js

Build Status Gitter chat npm version

Current version: 1.1.0

MARIE.js is an implementation of a simulator for a 'Machine Architecture that is Really Intuitive and Easy' from The Essentials of Computer Organization and Architecture (Linda Null, Julia Lobur) in JavaScript.

Try the simulator

Setup

Latest Stable: https://github.com/MARIE-js/MARIE.js/releases/latest

Latest Release: https://github.com/MARIE-js/MARIE.js/archive/master.zip

This is for web developers who would like to develop, build or deploy the MARIE.js project. If this is you, then continue reading below.

MARIE.js is essentially a front-end only site with no servers or databases. The tools we use are npm and grunt, which makes developing this project a little easier.

It is recommended that you use a Unix-like operating system to build, test and run the code. You'll need to install npm, then run the following commands to install dependencies, build the release version, and run a localhost server as well as opening the default browser directing to the localhost site.

sudo npm install -g grunt-cli

cd /path/to/repo/MARIE.js
npm install
grunt

Development

To test and build the development version of MARIE.js, run the following commands.

cd /path/to/repo/MARIE.js
npm install
grunt test # you need JRE 8 for this command
grunt bar-dev

To Do List

To view full to-do list visit: MARIE-js#162

Documentation

We use jsdoc for documenting the code. This can be found within the doc folder.

If you want to build the documentation website again (if you have, say, made some changes to the documentation of the JavaScript code), then run this command.

grunt jsdoc

Contribute

If you would like to contribute to this project, simply fork this repository then make the changes to the forked repository. Once changes are made, perform a pull request to this repository. We'll review the pull request, and if it is accepted, we'll add your name to our license.

Recommended Commit/Pull Request Tags

[HF]    HotFix
[P]     Patch
[PROV]  Provisioning Update
[CU]    Cumulative Update
[MU]    Migration Updates

[D]     Dependency Update
[DOC]   Documentation Updates

[UI]    User Input/Ouput Update
[UX]    User Experience Update
[GAPI]  Google API Updates

[O] Other

License

The MIT License (MIT)

Copyright © 2017 Jason Nguyen, Saurabh Joshi, Eric Jiang, Erfan Norozi, Josh Nelsson-Smith, Guido Tack

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

marie.js's People

Contributors

ericjiang97 avatar auroranil avatar cyderize avatar guidotack avatar jnelssonsmith avatar

Stargazers

Ricky Z avatar  avatar

Watchers

 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.