chore: update naming to Endercheif

This commit is contained in:
Endercheif 2023-02-14 19:11:49 -08:00 committed by GitHub
parent cbc4db7ada
commit ff7318cbb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 27 additions and 28 deletions

View file

@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://github.com/engineer-man/piston">
<img src="var/docs/images/piston.svg" valign="middle" width="58" height="58" alt="engineer-man piston" />
<a href="https://github.com/Endercheif/piston">
<img src="var/docs/images/piston.svg" valign="middle" width="58" height="58" alt="Endercheif piston" />
</a>
<span valign="middle">
Piston
@ -12,14 +12,14 @@
<br>
<p align="center">
<a href="https://github.com/engineer-man/piston/commits/master">
<img src="https://img.shields.io/github/last-commit/engineer-man/piston.svg?style=for-the-badge&logo=github&logoColor=white"
<a href="https://github.com/Endercheif/piston/commits/master">
<img src="https://img.shields.io/github/last-commit/Endercheif/piston.svg?style=for-the-badge&logo=github&logoColor=white"
alt="GitHub last commit">
<a href="https://github.com/engineer-man/piston/issues">
<img src="https://img.shields.io/github/issues/engineer-man/piston.svg?style=for-the-badge&logo=github&logoColor=white"
<a href="https://github.com/Endercheif/piston/issues">
<img src="https://img.shields.io/github/issues/Endercheif/piston.svg?style=for-the-badge&logo=github&logoColor=white"
alt="GitHub issues">
<a href="https://github.com/engineer-man/piston/pulls">
<img src="https://img.shields.io/github/issues-pr-raw/engineer-man/piston.svg?style=for-the-badge&logo=github&logoColor=white"
<a href="https://github.com/Endercheif/piston/pulls">
<img src="https://img.shields.io/github/issues-pr-raw/Endercheif/piston.svg?style=for-the-badge&logo=github&logoColor=white"
alt="GitHub pull requests">
</p>
@ -64,7 +64,7 @@ It's used in numerous places including:
The following are approved and endorsed extensions/utilities to the core Piston offering.
- [I Run Code](https://github.com/engineer-man/piston-bot), a Discord bot used in 4100+ servers to handle arbitrary code evaluation in Discord. To get this bot in your own server, go here: https://emkc.org/run.
- [I Run Code](https://github.com/Endercheif/piston-bot), a Discord bot used in 4100+ servers to handle arbitrary code evaluation in Discord. To get this bot in your own server, go here: https://emkc.org/run.
- [Piston CLI](https://github.com/Shivansh-007/piston-cli), a universal shell supporting code highlighting, files, and interpretation without the need to download a language.
- [Node Piston Client](https://github.com/dthree/node-piston), a Node.js wrapper for accessing the Piston API.
- [Piston4J](https://github.com/the-codeboy/Piston4J), a Java wrapper for accessing the Piston API.
@ -111,7 +111,7 @@ POST https://emkc.org/api/v2/piston/execute
```sh
# clone and enter repo
git clone https://github.com/engineer-man/piston
git clone https://github.com/Endercheif/piston
```
### Installation
@ -141,7 +141,7 @@ docker run \
-dit \
-p 2000:2000 \
--name piston_api \
ghcr.io/engineer-man/piston
ghcr.io/Endercheif/piston
```
## Piston for testing packages locally