41 projects tagged "C++"
Gri is an extensible plotting program designed for scientists. It can draw x-y plots, contour plots, and image plots, and has rudimentary programming capabilities. Output is PostScript. Gri is not mouse driven, nor GUI-based; it is a language. Users regard it as an analogue to the LaTeX document formatting language: users gain considerable power, at the price of a moderate learning curve.
KernelDriver automates your Windows 2000/NT, Windows Me/98/95 and Linux device driver development by providing you with powerful tools for hardware debugging, driver code generation, and driver debugging. KernelDriver supports PCI / USB / ISA and EISA drivers. KernelDriver for Windows and Linux includes the powerful Driver Wizard. Using the Driver Wizard you can graphically debug your hardware by "peeking" and "poking" at it without writing a single line of code. After your hardware is diagnosed, use the Driver Wizard to generate a complete kernel mode device driver which will drive your hardware.
Mup produces very high quality PostScript printed music or a MIDI file from a text input file. It can handle almost any kind of music, instrumental or vocal, including tablature, shaped notes, guitar grids, alternate tunings, user-defined symbols, and much more. Mup has been under active development since 1992.
Setedit is a text editor specially designed for programmers. It has a nice interface with mouse support, menus and windows (text mode). The editor is a very good choice for people with DOS background, especially people accustomed to Worstar and Borland editors. The editor has overlapped windows so you can see more than one file at the same time, configurable syntax highlighting, macros, rectangular selection, block indentation, as well as customizable keyboard shortcuts and menus.
Slash'EM (Super Lotsa Added Stuff Hack -- Extended Magic) is a variant of the hugely popular roguelike game NetHack. It adds more monsters, more objects, more dungeon levels, more roles, and more races, shopkeeper services, and techniques for you to use, and invisible objects and gypsies for those who feel lucky. It also comes with a GTK windowing interface and higher resolution tile sets as options.
Turbo Vision is a C++ library that provides a very nice user interface for console applications. This UNIX port is based on Borland's version 2.0 with fixes. It was made to create RHIDE, a nice IDE for gcc and other GNU compilers. The library supports /dev/vcsa devices for fast access to local consoles, and it uses ncurses to run from telnet and xterm. This port, in contrast to the Sigala's port, doesn't have "100% compatibility with the original library" as goal. Instead, many modifications were made for the sake of security (especially buffer overflows). This port is also available for the original platform (DOS).