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

https://github.com/almightynan/cdx.dev

Yet another online compiler for python.
https://github.com/almightynan/cdx.dev

online-compiler online-ide python

Last synced: about 2 months ago
JSON representation

Yet another online compiler for python.

Awesome Lists containing this project

README

          

# cdx.dev
Yet another online compiler for python.

## Installation

To install this project you need the `vite` package or you can just open the `index.html` directly since it uses vanilla JS for the backend.

To install vite:
```bash
npm install vite
```

## Deployment

To deploy the site to vercel or other deployment apps:
```
npx vite
```
## Demo

- View the live site at https://code.almightynan.cc

## License
```
The MIT License (MIT)

Copyright (c) 2022-present AlmightyNan

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

1. The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

2. Anyone is allowed to modify and do whatever they want with this Software.

3. Any modified or redistributed version of this Software must include this
license file without changes.

4. You must credit the original author and include the name "AlmightyNan" as it is,
without any modifications, in a visible manner to anyone using your copy.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
```