Skip to content

jhass/carc.in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carc.in - Compile and run code in

A web service that runs your code and displays the result.

Consists of:

  • Frontend (a ember-cli app)
  • Backend API server (written in Crystal)
  • Sandbox manager (designed for Archlinux host with a BTRFS filesystem available, written in Crystal)

Supported languages

  • Crystal
  • Ruby
  • C (GCC)

Contributing

  1. Fork it ( https://github.com/jhass/carc.in/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request