Asimulator is a simulator for intelligent agents, useful to practice search algorithms, in AI courses, or for fun. The agent's goal is to understand precepts and respond with actions in a virtual world (consisting of a grid up to 129x129) to maximize a score. The simulator opens a socket, so any language can be used for agents. (Samples in Ada are included.) Agent debug output can be shown. Both text in a log window and symbols on the map can be used to visualize thoughts.
This is a driver for network scanning using a Dell 1600n Printer/Scanner/Fax/Copier. It is implemented as a Perl script. In principle, this means that it should be cross-platform. It has been tested under Linux (Debian and Gentoo) and Windows (NT4 with Cygwin) on Intel. Supported formats are TIFF and JPEG. With an external program (e.g. ImageMagick convert), PDF is supported.
GAIL is a GTK+ module that provides accessibility support for GTK+ and libgnomecanvas by implementing AtkObjects for widgets in the two libraries. For example, if the module is loaded in a program which calls gtk_widget_get_accessible() for a GtkEntry, an instance of GailEntry is returned. This module is normally used with the atk-bridge GTK+ module from at-spi to allow an assistive technology, e.g a screenreader, to query or drive the program.
GNU gperf is a program that generates perfect hash functions for sets of keywords. A perfect hash function is a hash function and a data structure that allows recognition of a key word in a set of words using exactly 1 probe into the data structure. Output from the GPERF program is used to recognize reserved words in the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU indent program.
I found a way using GNU Make, pdfinfo (from the poppler package), egrep, sed and bc. The following Makefile will concatenate the files, inserting empty pages where needed so that each subdocument s...
The following command is useful for concatenating PDF-files: gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=out.pdf -dBATCH a.pdf b.pdf But I need to modify this so that each subdocument starts on...
Statement about providing source code checking is a truth with modifications >GCC provides many levels of source code error checking traditionally provided by other tools (such as lint) ...
Re: duh > Sounds like a good project. However, > "bounded" is not an english > word... :-) Try this: http://dict.leo.org/?search=bounded (or ju...
The version shown here is not what's on the GNU server The version shown here at freshmeat is 3.3.5, but the newest official version (on the GNU site) seem to be 3.3.1. And the 3.3.5 versio...