Files in the top-level directory from the latest check-in
- c.sh
- LICENSE
- main.c
- parson.c
- parson.h
- rabbittracker
- README.md
RABBITTRACKER
RabbitTracker is a program written in C89. Its purpose is to keep track of an entire rabbit farm, all rabbits, pregnancies, babies, events, deaths, work, and more. The program saves to a JSON file, and can export to XHTML table webpages and to CSV. RabbitTracker can run on 'nix and Win32 platforms.
This program uses the 'parson' (MIT) library to parse JSON.
BUILDING
run the compile script. No configure, Makefile, or CMake!
USAGE
Running rabbit tracker with no arguments will go in the default interactive mode. The user is given an interface to manage their farm. Rabbit tracker only takes one kind of argument at a time.
Possible arguments:
Add rabbit -addr (name) (description) (gender) (age) (cage) (health) Add pregnancy -addp (start date) (female name) (male name) End rabbit -endr (rabname) End pregnancy -endp (name) Export HTML table to STDOUT --2html Export CSV to STDOUT --2csv
PHILANTHROPY
Donate Monero: 48Sxa8J6518gqp4WeGtQ4rLe6SctPrEnnCqm6v6ydjLwRPi9Uh9gvVuUsU2AEDw75meTHCNY8KfU6Txysom4Bn5qPKMJ75w Donate Wownero: WW2L2yC6DMg7GArAH3nqXPA6UBoRogf64GodceqA32SeZQpx27xd6rqN82e36KE48a8SAMSoXDB5WawAgVEFKfkw1Q5KSGfX9
If you have philanthropic ideas, contact Vilyaem.
CONTACT
kenyaz@vilyaem.xyz
LICENSE
Public Domain CC0