Skip to content

The first large C project I've ever done at roughly 550 lines of code. 2.0 is ~800 lines

Notifications You must be signed in to change notification settings

bradenbest/balance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

balance2

NOTE: I've moved this project. This is no longer being maintained on github. The up-to-date version is here

This is a complete redesign of the older Balance tool.

Now that I know what I'm doing in C, it's a hell of a lot more stable. No warnings, no segfaults, valgrind seal of approval.

Compiling

To compile:

$ make

By default, it will compile with colors turned off. This is for portability with terminals that don't understand ANSI color escapes, and would print something like [0;37;40mHello[0m otherwise.

To turn colors on, edit src/config.mk and change USE_COLOR, then run:

$ make

If it complains make: Nothing to be done for 'all'. or make: balance is up to date, then run:

$ make clean && make

Install / Uninstall

$ sudo make install
$ sudo make uninstall

About

The first large C project I've ever done at roughly 550 lines of code. 2.0 is ~800 lines

Resources

Stars

Watchers

Forks

Packages

No packages published