Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaskorpe/CGI
CGI projects. Only a brainfuck interpreter for now.
https://github.com/jaskorpe/CGI
Last synced: 2 months ago
JSON representation
CGI projects. Only a brainfuck interpreter for now.
- Host: GitHub
- URL: https://github.com/jaskorpe/CGI
- Owner: jaskorpe
- License: agpl-3.0
- Created: 2010-08-27T18:28:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-01T13:18:05.000Z (over 13 years ago)
- Last Synced: 2024-04-24T16:15:20.205Z (9 months ago)
- Language: C
- Homepage: http://www.mindmutation.net/cgi-bin/brainfuck.cgi
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- AwesomeInterpreter - CGI
README
Copyright (C) 2010 Jon Anders Skorpen
CGI Brainfuck interpreter in C
How to use:
Compile by doing gcc -o brainfuck.cgi brainfuck_cgi.c -lcgi
DeployIf you have libcgi in a strange location you might have to use -L, -I
and/or -static also.Licence:
AGPL v3TODO:
Quine detection
WEB2.0 :p
Clean up some messy code
Cloud computing API :p (not really)TODONE:
Run code from unsecure sources
Input