Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
Try It Online clone: online sandbox environment for testing code in a variety of languages
- Host: GitHub
- URL: https://github.com/attempt-this-online/attempt-this-online
- Owner: attempt-this-online
- License: agpl-3.0
- Created: 2021-03-11T18:05:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T13:44:53.000Z (4 months ago)
- Last Synced: 2024-10-29T23:08:13.100Z (3 months ago)
- Topics: attempt-this-online, bash, c, code-execution, esolang, linux, next-js, react, rust, sandbox, shell, typescript
- Language: TypeScript
- Homepage: https://ato.pxeger.com
- Size: 1.51 MB
- Stars: 52
- Watchers: 2
- Forks: 18
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Security: docs/security.md
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).