Genius is an arbitrary precision integer and multiple precision floating point calculator. It includes its own programming language similar in some aspects to C, bc, or Pascal. It can deal with rational numbers and complex numbers. It has matrix support as well. It uses the gmp library so it is very fast for calculations of large numbers. It has a command line and a GNOME interface. The GNOME interface supports plotting functions and 3D surfaces.
The Gnome Display Manager is a reimplementation of the well known xdm program. GDM consists of a daemon and a graphical login application which runs as an unpriviledged user. The login GUI features a face browser, an optional logo, and language/session type selection support. The daemon includes an XDMCP implementation for managing remote displays. Access control relies on TCPWrappers and PAM.
GObject Builder (GOB) is a simple preprocessor for easily creating GObjects (glib objects). It reads a class description file with inline C code and produces .c and .h object files for you. It allows you to easily use most of the features of the GObject system and avoids typos by reducing the amount of code needed. In general, the amount of code is about the same as for OO languages such as Java or C++, but you still have to only use C and you get all the power of the GObject system.
Re: face browser for the graphical greeter There are now some docs on this in the reference documentation. See www.jirka.org/gdm.html for more info
Re: face browser for the graphical greeter There are no docs, except for the sources. See gdm.h headerfile for the defines, and see the sources of gdmlogin.c and greeter/greeter.c for the impleme...
Re: C vs. GTK object system > > It's not too different. That's good. > But it gives you less code, clearer > code, and compile-time type-safety. > That's good t...
Re: C vs. GTK object system > > I'd be interested to know how you > think that the C GTK object system is > more flexible rather than just more > long-winded. > ...
C++ vs. GTK+ object system Please do compare the C++ and GTK+ object system before posting something like this. I think you'll find GTK+ object strikingly MUCH more flexible.
A Java class library for importing and creating PDF documents.