Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhass/carc.in

Compile & run code in
https://github.com/jhass/carc.in

crystal playground sandbox

Last synced: 19 days ago
JSON representation

Compile & run code in

Awesome Lists containing this project

README

        

# [carc.in](http://carc.in) - Compile and run code in

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

Consists of:

* Frontend (a [ember-cli](http://www.ember-cli.com/) app)
* Backend API server (written in [Crystal](http://crystal-lang.org))
* Sandbox manager (designed for Archlinux host with a BTRFS filesystem available, written in [Crystal](http://crystal-lang.org))

## 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