Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhass/carc.in
- Owner: jhass
- License: mit
- Created: 2015-05-17T03:29:18.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T06:08:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T14:04:18.362Z (28 days ago)
- Topics: crystal, playground, sandbox
- Language: Crystal
- Homepage: http://carc.in
- Size: 2.92 MB
- Stars: 71
- Watchers: 7
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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