https://github.com/moriyoshi/annotatedsrc
WIP
https://github.com/moriyoshi/annotatedsrc
Last synced: 2 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/moriyoshi/annotatedsrc
- Owner: moriyoshi
- Created: 2016-02-18T18:25:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T07:47:46.000Z (about 9 years ago)
- Last Synced: 2025-03-07T02:49:06.267Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
============
annotatedsrc
============Rendering the posted source code with callouts
----------------------------------------------::
POST http://localhost:8000/g/code.c.svg
Request body::
#include
int main() --- (1)
{
return 0;
}Rendering the source code in the specified Git repository with callouts
-----------------------------------------------------------------------::
GET http://localhost:8000/f/https://github.com/moriyoshi/annotatedsrc/master/+/setup.py?range=1-5&[A]=1&[B]=2