An open-source, command-line graphing program by Nick Virag and Christopher Horton. Input a CSV and receive a text-based graph. Windows and Unix compatible Written in C++. Build with GNU make and g++.
Install Git for Windows (select command-line tools when prompted)
http://git-scm.com/download/win
Install MinGW32 and MSYS
http://sourceforge.net/projects/mingw/files/
Clone the repository
git clone https://github.com/nickvirag/ASCIIGraph.git
Pull changes
git pull
Push changes
git add -A
git commit -m "description of changes"
git push -u origin master
| Name | Website | |
|---|---|---|
| Nick Virag | http://nickv.co | nick@nickv.co |
| Christopher Horton | http://christopherkylehorton.blogspot.com/ | chorton@ltu.edu |