Compare commits

..

No commits in common. "507233400dfd3f9e1f01f8916466db1092772b64" and "3a2dc74586bd5fa9b7b4ad06d5caec34815cd649" have entirely different histories.

9 changed files with 3 additions and 34 deletions

View File

@ -68,7 +68,7 @@ const options = [
{ {
key: 'bind_address', key: 'bind_address',
desc: 'Address to bind REST API on', desc: 'Address to bind REST API on',
default: `0.0.0.0:${process.env["PORT"] || 2000}`, default: '0.0.0.0:2000',
validators: [], validators: [],
}, },
{ {

View File

@ -1 +1 @@
mkdocs==1.2.3 mkdocs==1.1.2

View File

@ -1,15 +0,0 @@
#!/usr/bin/env bash
# source python 2.7
source ../../python/2.7.18/build.sh
# clone befunge repo
git clone -q 'https://github.com/programble/befungee' befunge93
# go inside befunge93 so we can checkout
cd befunge93
# checkout the version 0.2.0
git checkout tag/v0.2.0
cd ..

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH
export BEFUNGE93_PATH=$PWD/befunge93

View File

@ -1,5 +0,0 @@
{
"language": "befunge93",
"version": "0.2.0",
"aliases": ["b93"]
}

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
# run the befunge program with the file name
python2.7 "$BEFUNGE93_PATH"/befungee.py "$1"

View File

@ -1 +0,0 @@
64+"KO">:#,_@

View File

@ -323,7 +323,6 @@ Content-Type: application/json
`awk`, `awk`,
`bash`, `bash`,
`befunge93`,
`brainfuck`, `brainfuck`,
`c`, `c`,
`c++`, `c++`,