Skip to content

bblackham/livecc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

livecc

Quick hack of a web server for viewing compiler output for code fragments.

To install dependencies:

pip install -r REQUIREMENTS.txt

To run:

./server.py

Then point your browser at http://127.0.0.1:8080/

Note: this is very insecure. Don't use this on public machines without more thought. You probably want to run gcc and objdump in a sandbox. It was intended for demonstration purposes only.

About

Compile code and view it in your browser (for demos)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published