Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

ucsb-cs-education/hairball-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See Dr. Scratch

I am no longer maintaining this project. The source will remain available, however, the heroku instance will not.

For a more up-to-date project please see:

http://drscratch.org/


Hairball Demo is a simple web service that demonstrates Hairball, the lint-inspired static analysis tool for Scratch. The paper and presentation slides for Hairball can be found at: http://cs.ucsb.edu/~bboe/p/cv#sigcse13

A running version of the Hairball Demo web service can be found at: http://hairball.herokuapp.com

The Hairball source is located at: https://github.com/ucsb-cs-education/hairball

Local Installation

  1. Create python virtual environment

    mkvirtualenv hbdemo

  2. Install requirements

    pip install -r requirements.txt

  3. Run the development server

    gunicorn --worker-class=gevent --timeout 300 --bind 0.0.0.0: app:app

About

Hairball Demo is a simple web service that demonstrates Hairball, the lint-inspired static analysis tool for Scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages