Project has been moved to Github: http://dgoodmaniii.github.io/dozenal/dozenal/

Project Activity

See All Activity >

License

GNU General Public License version 3.0 (GPLv3)

Follow dozenal

dozenal Web Site

Other Useful Business Software
Build Agents and Models on One Platform Icon
Build Agents and Models on One Platform

Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Start Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
2
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 1 / 5

User Reviews

  • To preface, I am not tech savvy, in that I know nothing about software design and the like. I'm running Ubuntu 14.04 with GCC version 4.8.2, and I downloaded version 11E90919 of the dozenal suite. Running the install.sh file in terminal as is didn't work for most included programs, resulting in "undefined reference to `fmod'" for each. The quick and dirty fix is to edit each problematic program's Makefile so that each line that begins with "gcc" ends with "-lm". For example, in doz, the Makefile includes "gcc -g -lm -o doz main.o conv.o doz.o dec.o", so change it to "gcc -g -o doz main.o conv.o doz.o dec.o -lm", with the "-lm" moved to the end, and there is also "gcc -g -c dec.c", which should be changed to "gcc -g -c dec.c -lm". I'm sure this isn't necessary to do in every case, but I didn't want to spend the time finding which absolutely needed the change. After editing the Makefiles, the install.sh should work as intended when run in terminal. The programs themselves all work satisfactorily. I am particularly pleased with dozpret's LaTeX tag, and I find tgmconv to be infinitely preferable to most online converters.
  • Thanks for good program!
    1 user found this review helpful.
Read more reviews >

Additional Project Details

Programming Language

C

Registered

2010-01-22