Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. It is implemented as a C++ class, and is simpler, easier to use, and safer than "getopt_long". Arg_parser does not modify its arguments, nor does it use any global variables. So you may create more than one parser in your program if you need or want to. Arg_parser can also parse options from configuration files. A C language version is also available.
GNU ed is an 8-bit clean implementation of the POSIX line-oriented text editor. Ed is the "standard" text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe.
GNU Moe is a powerful, 8-bit clean console text editor for ISO-8859 and ASCII character encodings. It has a modeless, user-friendly interface, online help, multiple windows, unlimited undo/redo capability, unlimited line length, global search/replace (on all buffers at once), block operations, automatic indentation, word wrapping, filename completion, a directory browser, duplicate removal from prompt histories, and delimiter matching.
Ocrad is the GNU OCR (Optical Character Recognition) program, implemented as a filter and based on a feature extraction method. It reads images in pbm (bitmap), pgm (greyscale), or ppm (color) formats and produces text in byte (8-bit) or UTF-8 formats. It also includes a layout analyzer that is able to separate the columns or blocks of text normally found on printed pages. Ocrad can be used as a stand-alone console application, or as a backend to other programs.
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as quickly as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
Re: errors in ed-0.4 > there are a couple of glaring errors in signal.c: Both errors will be fixed in version 0.6. Next time, please use the mailing list to notify errors. Thanks.
Re: recoverdm > Looks a lot like recoverdm which can also merge multiple recover attempt > images (and features a special mode for damaged cd-roms). I think recoverdm is more lik...
Re: Dejà vue > And how would you want packagers to package a tool with completely the same name (and an older version) ?? > > Please take another name for the project, or consider ...
Re: Dejà vue > Hmm, it is normally considered best if improvements are contributed back to the original program. %Any specific reason why this can't be done here? Yes, the size of...
Re: Dejà vue > There must be an error in the matrix: http://freshmeat.net/projects/ddrescue/ No, there is not. Simply this is my own version of dd_rescue (as there are many versions ...
A lightweight framework for heavy lifting; a metadata-driven CRUD framework for ASP.net.