Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/attempt-this-online/attempt-this-online

Try It Online clone: online sandbox environment for testing code in a variety of languages
https://github.com/attempt-this-online/attempt-this-online

attempt-this-online bash c code-execution esolang linux next-js react rust sandbox shell typescript

Last synced: 1 day ago
JSON representation

Try It Online clone: online sandbox environment for testing code in a variety of languages

Awesome Lists containing this project

README

        

# Attempt This Online
Attempt This Online is an online sandbox for testing code in a variety of languages, particularly for code golf and
related recreational programming. You can find it at [ato.pxeger.com](https://ato.pxeger.com).

- [Installation](docs/installation.md)
- [API](docs/api.md)
- [Architecture](docs/architecture.md)
- [Contributing](docs/contributing.md)
- [Security Policy](docs/security.md)

It was originally a clone of [Try It Online!](https://github.com/TryItOnline/tryitonline), hence the slightly awkward
name.

## Licence
© Patrick Reader 2021 - 2024. Attempt This Online is licensed under the GNU Affero General Public License 3.0 except where
otherwise noted - see the [`LICENCE.txt`](./LICENCE.txt) file for more information.

Note that if you use the official instance at [ato.pxeger.com](https://ato.pxeger.com), you must also abide by the
[Terms of Use](https://ato.pxeger.com/legal#terms-of-use).