1.9
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 229
NAS 1.9
The Network Audio System is a network transparent, client/server audio transport system. more>>
NAS (Network Audio System) is a network transparent, client/server audio transport system.
Network Audio System (NAS), originally developed at Network Computing Devices (NCD), includes:
Sample server implementations
- VOXware/OSS (FreeBSD, Linux, SVR4.[02], UnixWare, Microsoft Windows using Cygwin)
- HPUX (HPPA, HP-UX 10.x, 11.x)
- Sun Sparc/Intel Solaris 2.x, AM79C30A Digital Subscriber Controller and Sparc 10 Dual
- SGI Indigo (IRIX 5.x)
An application programming interface library
A variety of sample applications
Main features:
- Device-independent audio over the network
- Lots of audio file and data formats
- Can store sounds in server for rapid replay
- Extensive mixing, separating, and manipulation of audio data
- Simultaneous use of audio devices by multiple applications
- Use by a growing number of ISVs
- Small size
- Free! No obnoxious licensing terms
Enhancements:
- This version fixes several DOS attacks that could be carried out against a nasd server.
- Most of the server and client code was made ANSI compliant.
- Input and output mixer handling in the voxware (OSS) server was significantly reworked.
<<lessNetwork Audio System (NAS), originally developed at Network Computing Devices (NCD), includes:
Sample server implementations
- VOXware/OSS (FreeBSD, Linux, SVR4.[02], UnixWare, Microsoft Windows using Cygwin)
- HPUX (HPPA, HP-UX 10.x, 11.x)
- Sun Sparc/Intel Solaris 2.x, AM79C30A Digital Subscriber Controller and Sparc 10 Dual
- SGI Indigo (IRIX 5.x)
An application programming interface library
A variety of sample applications
Main features:
- Device-independent audio over the network
- Lots of audio file and data formats
- Can store sounds in server for rapid replay
- Extensive mixing, separating, and manipulation of audio data
- Simultaneous use of audio devices by multiple applications
- Use by a growing number of ISVs
- Small size
- Free! No obnoxious licensing terms
Enhancements:
- This version fixes several DOS attacks that could be carried out against a nasd server.
- Most of the server and client code was made ANSI compliant.
- Input and output mixer handling in the voxware (OSS) server was significantly reworked.
Download (1.4MB)
Added: 2007-04-11 License: MIT/X Consortium License Price:
928 downloads
VLAN 1.9
VLAN is an implementation of the 802.1Q VLAN protocol for Linux. more>>
VLAN is an implementation of the 802.1Q VLAN protocol for Linux.
VLAN allows one to have Virtual LANs on a single ethernet cable, giving you the ability to segregate LANs efficiently. VLAN should support up to 4094 vlan interfaces per ethernet device.
Main features:
- Implements 802.1Q VLAN spec.
- Implements support for a non-standard (as far as I know) MAC-based VLAN functionality.
- Can support up to 4094 VLANs per ethernet interface.
- Scales well in critical paths: O(n), where n is the number of PHYSICAL ethernet interfaces, and that is only on ingress. O(1) in every other critical path, as far as I know.
- Supports MULTICAST
- Can change MAC address of VLAN.
- Multiple naming conventions supported, and adjustable at runtime.
- Optional header-reordering, to make the VLAN interface look JUST LIKE an Ethernet interface. This fixes some problems with DHCPd and anything else that uses a SOCK_PACKET socket. Default setting is off, which works for every other protocol I know about, and is slightly faster.
Enhancements:
- This release fixes return error codes in vconfig.
<<lessVLAN allows one to have Virtual LANs on a single ethernet cable, giving you the ability to segregate LANs efficiently. VLAN should support up to 4094 vlan interfaces per ethernet device.
Main features:
- Implements 802.1Q VLAN spec.
- Implements support for a non-standard (as far as I know) MAC-based VLAN functionality.
- Can support up to 4094 VLANs per ethernet interface.
- Scales well in critical paths: O(n), where n is the number of PHYSICAL ethernet interfaces, and that is only on ingress. O(1) in every other critical path, as far as I know.
- Supports MULTICAST
- Can change MAC address of VLAN.
- Multiple naming conventions supported, and adjustable at runtime.
- Optional header-reordering, to make the VLAN interface look JUST LIKE an Ethernet interface. This fixes some problems with DHCPd and anything else that uses a SOCK_PACKET socket. Default setting is off, which works for every other protocol I know about, and is slightly faster.
Enhancements:
- This release fixes return error codes in vconfig.
Download (0.089MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1558 downloads
camE 1.9
camE is an imlib2 webcam grabber, annotator, and uploader. more>>
camE is a Webcam grabber designed for video4linux devices. It is based on the xawtv webcam app, but extended to use imlib2 for applying antialised, blended truetype fonts to the image before upload.
A large number of new options have been added including scp support (in addition to ftp), image archiving, and much more. It runs as a daemon and needs no X connection to operate.
Main features:
- ttf fonts
- blended transparent text
- title text
- options in ~/.camErc
- message read from separate file (eg echo "eating my dinner" > ~/.caminfo)
- color the text as you like
- text background any color/alpha value
- scp support for uploading
- ftp support for uploading using libcurl, reconnect for each upload or reuse one connection
- proper logging to file
- user defined actions to be run before and after shots, and after upload (use to play sounds, beep, run scripts, copy files, whatever)
- file for stopping uploads temporarily (touch ~/BLOCKCAM to stop shooting, remove it to resume)
- now a proper daemon that can run without X forever if wanted
- control of brightness, contrast, gamma, hue, colour, etc
- control of framerate and use of snapshot mode for Philips cams
- image archiving (timestamped into a directory of your choice after upload), every frame or every n frames
- lag reduction (for some cams, when mmaped, the image grabbed lags behind the cam by up to 20 seconds. I use lag_reduce 5 in my ~/.camErc for example. This takes 5 shots in a row, which clears the mmap buffers, and then keeps the last shot, lag-free)
<<lessA large number of new options have been added including scp support (in addition to ftp), image archiving, and much more. It runs as a daemon and needs no X connection to operate.
Main features:
- ttf fonts
- blended transparent text
- title text
- options in ~/.camErc
- message read from separate file (eg echo "eating my dinner" > ~/.caminfo)
- color the text as you like
- text background any color/alpha value
- scp support for uploading
- ftp support for uploading using libcurl, reconnect for each upload or reuse one connection
- proper logging to file
- user defined actions to be run before and after shots, and after upload (use to play sounds, beep, run scripts, copy files, whatever)
- file for stopping uploads temporarily (touch ~/BLOCKCAM to stop shooting, remove it to resume)
- now a proper daemon that can run without X forever if wanted
- control of brightness, contrast, gamma, hue, colour, etc
- control of framerate and use of snapshot mode for Philips cams
- image archiving (timestamped into a directory of your choice after upload), every frame or every n frames
- lag reduction (for some cams, when mmaped, the image grabbed lags behind the cam by up to 20 seconds. I use lag_reduce 5 in my ~/.camErc for example. This takes 5 shots in a row, which clears the mmap buffers, and then keeps the last shot, lag-free)
Download (0.038MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1643 downloads
JCite 1.9
JCite project contains cites snippets of Java source code or Excel sheets into HTML documents. more>>
JCite project contains cites snippets of Java source code or Excel sheets into HTML documents – API documentation, for instance.
Citing from tests, or tested code, guarantees that examples really work. And, thanks to the excellent Java2Html library, they get automatic syntax highlighting.
<<lessCiting from tests, or tested code, guarantees that examples really work. And, thanks to the excellent Java2Html library, they get automatic syntax highlighting.
Download (0.22MB)
Added: 2007-06-13 License: BSD License Price:
863 downloads
Tksol 1.9
Tksol project is a tk version of standard solitaire. more>>
Tksol project is a tk version of standard solitaire.
This version contains background pictures and several game options.
It was originally written by Bao Trinh.
Bao hadnt revised Tksol for 8 years before I started work on it. Features Ive added include: a rewritten options widget, extra mouse bindings, new artwork, rounded card corners, scoring overhaul, code optimizations and bug fixes.
Enhancements:
- Tksol has had a little new art work made.
- The card faces have been improved and new cardbacks were added, including a gentoo graphic.
- Also, an epsilon-esque bug was fixed.
<<lessThis version contains background pictures and several game options.
It was originally written by Bao Trinh.
Bao hadnt revised Tksol for 8 years before I started work on it. Features Ive added include: a rewritten options widget, extra mouse bindings, new artwork, rounded card corners, scoring overhaul, code optimizations and bug fixes.
Enhancements:
- Tksol has had a little new art work made.
- The card faces have been improved and new cardbacks were added, including a gentoo graphic.
- Also, an epsilon-esque bug was fixed.
Download (MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1036 downloads
ginfo 1.9
ginfo provides a modular documentation tool. more>>
ginfo provides a modular documentation tool.
It supports module in C, xml-ginfo, and docbook languages and it parses HTML, PHP, and PDF files with the default modules.
There is a special editor for writing xml-ginfo modules, and a tool to convert xml-ginfo files into C modules.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
<<lessIt supports module in C, xml-ginfo, and docbook languages and it parses HTML, PHP, and PDF files with the default modules.
There is a special editor for writing xml-ginfo modules, and a tool to convert xml-ginfo files into C modules.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
Download (0.71MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
992 downloads
wmail 1.9
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir more>>
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir format.
It provides a nice little GUI displaying some useful pieces of information about your inbox (as many other nice wm-apps doing nearly the same thing...).
Per default it uses the $MAIL environment-variable to locate the inbox you are using, other mailing mechanisms like POP or IMAP are not supported - use a tool like fetchmail to retrieve POP- or IMAP-based mail.
Enhancements:
- Support for comments in From-header added (by Juergen A. Erhard - thank you!)
- Status field content recognition enhanced: now you can supply the content of a status field that markes your email as read. This is due to different behaviour of different mbox readers
- pine seems using "ro" to mark a mail as read. The given value is substring-matched.
<<lessIt provides a nice little GUI displaying some useful pieces of information about your inbox (as many other nice wm-apps doing nearly the same thing...).
Per default it uses the $MAIL environment-variable to locate the inbox you are using, other mailing mechanisms like POP or IMAP are not supported - use a tool like fetchmail to retrieve POP- or IMAP-based mail.
Enhancements:
- Support for comments in From-header added (by Juergen A. Erhard - thank you!)
- Status field content recognition enhanced: now you can supply the content of a status field that markes your email as read. This is due to different behaviour of different mbox readers
- pine seems using "ro" to mark a mail as read. The given value is substring-matched.
Download (0.027MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
644 downloads
Gronk 1.9
Gronk is a Web-based MP3 jukebox. more>>
Gronk is a Web-based MP3 jukebox. Gronk project generates heavily-hyperlinked Web pages listing all of your ripped CDs, by extracting information from CDDB data.
These Web pages allow easy selection of songs or albums to play, and when nothing has been explicitly selected, it selects songs randomly. Playback is done via either XMMS or mpg123.
Main features:
- Web-based user interface;
- Hierarchical display of bands, albums, and tracks, including album cover artwork (if present);
- Easy to select a particular track or an entire album for playback;
- When you havent explicitly selected songs for playback, they are chosen randomly from amongst your entire collection;
- Easy to tell it ``never play this song again;
- Can use any command-line program for playback;
- Can also use XMMS for playback;
- If you use XMMS, then you get Icecast broadcasts for free, via the Oddcast DSP plugin;
- Navigation hyperlinks on everything;
- Automatically cross-references bands with compilation albums on which they appear;
- Gets album and song names from FreeDB/CDDB instead of from the MP3 files themselves, bypassing the 30-character limit;
- Doesnt use SQL.
<<lessThese Web pages allow easy selection of songs or albums to play, and when nothing has been explicitly selected, it selects songs randomly. Playback is done via either XMMS or mpg123.
Main features:
- Web-based user interface;
- Hierarchical display of bands, albums, and tracks, including album cover artwork (if present);
- Easy to select a particular track or an entire album for playback;
- When you havent explicitly selected songs for playback, they are chosen randomly from amongst your entire collection;
- Easy to tell it ``never play this song again;
- Can use any command-line program for playback;
- Can also use XMMS for playback;
- If you use XMMS, then you get Icecast broadcasts for free, via the Oddcast DSP plugin;
- Navigation hyperlinks on everything;
- Automatically cross-references bands with compilation albums on which they appear;
- Gets album and song names from FreeDB/CDDB instead of from the MP3 files themselves, bypassing the 30-character limit;
- Doesnt use SQL.
Download (0.10MB)
Added: 2006-04-21 License: BSD License Price:
1281 downloads
Qps 1.9.7
Qps is a visual process manager,an X11 version of top or ps. more>>
Qps is a visual process manager, an X11 version of "top" or "ps" that displays processes in a window and lets you sort and manipulate them.
Main features:
- change nice value of a process
- alter the scheduling policy and soft realtime priority of a process
- display the TCP/UDP sockets used by a process, and names of the connected hosts (Linux only)
- display the memory mappings of the process (which files and shared libraries are loaded where)
- display the open files of a process, and the state of unix domain sockets
- kill or send any other signal to selected processes
- display the load average as a graph, and use this as its icon when iconified
- show (as graph or numbers) current CPU, memory and swap usage
- sort the process table on any attribute (size, cpu usage, owner etc)
- on SMP systems running Linux 2.1 or later (or Solaris), display cpu usage for each processor, and which CPU a process is running on
- display the environment variables of any process
- show the process table in tree form, showing the parent-child relationship
- execute user-defined commands on selected processes
- display MOSIX-specific fields and migrate processes to other nodes in a cluster
<<lessMain features:
- change nice value of a process
- alter the scheduling policy and soft realtime priority of a process
- display the TCP/UDP sockets used by a process, and names of the connected hosts (Linux only)
- display the memory mappings of the process (which files and shared libraries are loaded where)
- display the open files of a process, and the state of unix domain sockets
- kill or send any other signal to selected processes
- display the load average as a graph, and use this as its icon when iconified
- show (as graph or numbers) current CPU, memory and swap usage
- sort the process table on any attribute (size, cpu usage, owner etc)
- on SMP systems running Linux 2.1 or later (or Solaris), display cpu usage for each processor, and which CPU a process is running on
- display the environment variables of any process
- show the process table in tree form, showing the parent-child relationship
- execute user-defined commands on selected processes
- display MOSIX-specific fields and migrate processes to other nodes in a cluster
Download (MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
829 downloads
Matew 1.9
Matew provides a valid HTML/CSS generator for static image albums. more>>
Matew provides a valid HTML/CSS generator for static image albums.
Matew is a valid HTML/CSS generator for static image albums. It supports retrieving information from EXIF cameras and includes customizable options like character set encoding.
Albums may contain sub-albums, and the appearance of an album can be fully personalized and customized by choosing a CSS style file and setting names and descriptions of albums and individual images.
Main features:
- Albums can contain sub albums: The album can have a tree structure;
- Automatical generation of a thumbnail and of scaled images for each image;
- EXIF information: Use of EXIF data structure found on some image files (usually, those produced by digital cameras and images softwares manipulation) to fill automatically some fields (camera model, date and time for example);
- Easy to use matew-wizard script to set the configuration file. Some of the fields it handles are:
- Character encoding for HTML generation, including UTF-8 (Unicode) support by default;
- Generated album appearance is customizable by choosing a default CSS style files or editing your own one;
- Internationalization (generation of album in different languages) by choosing a language file. Current supported languages are english, brazilian portuguese, italian, sweden and croatian;
- Support for a standard link to an external file;
- Thumbnails per page: You can choose how many thumbnails per column and per line the album will visualize.
- Three description fields (name, description and image identifier) can be associated with each album (in text or HTML format). You can easily customize these fields.
Enhancements:
- Added swedish language support file
- Revised checks() function
- Source code revised
- Small bug fixed in matew
<<lessMatew is a valid HTML/CSS generator for static image albums. It supports retrieving information from EXIF cameras and includes customizable options like character set encoding.
Albums may contain sub-albums, and the appearance of an album can be fully personalized and customized by choosing a CSS style file and setting names and descriptions of albums and individual images.
Main features:
- Albums can contain sub albums: The album can have a tree structure;
- Automatical generation of a thumbnail and of scaled images for each image;
- EXIF information: Use of EXIF data structure found on some image files (usually, those produced by digital cameras and images softwares manipulation) to fill automatically some fields (camera model, date and time for example);
- Easy to use matew-wizard script to set the configuration file. Some of the fields it handles are:
- Character encoding for HTML generation, including UTF-8 (Unicode) support by default;
- Generated album appearance is customizable by choosing a default CSS style files or editing your own one;
- Internationalization (generation of album in different languages) by choosing a language file. Current supported languages are english, brazilian portuguese, italian, sweden and croatian;
- Support for a standard link to an external file;
- Thumbnails per page: You can choose how many thumbnails per column and per line the album will visualize.
- Three description fields (name, description and image identifier) can be associated with each album (in text or HTML format). You can easily customize these fields.
Enhancements:
- Added swedish language support file
- Revised checks() function
- Source code revised
- Small bug fixed in matew
Download (MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
927 downloads
GLiv 1.9.6
GLiv is an OpenGL image viewer. more>>
GLiv is an OpenGL image viewer, image loading is done via Gdk-pixbuf bundled with GTK+-2.4, rendering with OpenGL and the graphical user interface uses GTK+ with GtkGLExt.
GLiv is very fast and smooth at rotating, panning and zooming if you have an OpenGL accelerated graphics board. GLiv supports thumbnails and navigating through them using two images menus.
<<lessGLiv is very fast and smooth at rotating, panning and zooming if you have an OpenGL accelerated graphics board. GLiv supports thumbnails and navigating through them using two images menus.
Download (0.18MB)
Added: 2006-11-19 License: GPL (GNU General Public License) Price:
1069 downloads
Luau 0.1.9
Luau is a decentralized autoupdate framework that provides both software and messages. more>>
Luau is an attempt at breaking up the old-style of software updates - browsing web sites, checking freshmeat.net, subscribing to autoupdate services provided by individual distrbutors, etc. - by providing a decentralized approach to software distribution.
In short, Luau allows individual software developers to simply (very simply) provide an outlet for disseminating updates (both in the form of software upgrades and text messages) to their userbase.
<<lessIn short, Luau allows individual software developers to simply (very simply) provide an outlet for disseminating updates (both in the form of software upgrades and text messages) to their userbase.
Download (1.0MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1663 downloads
TheBOT 1.9
TheBOT provides an IRC bot written in bash. more>>
TheBOT provides an IRC bot written in bash.
TheBot is a simple IRC bot written in the bash scripting language. It is based on a modular design.
to get this thing online use the `run script (in this directory)
but please edit the configuration file first - `config.
for information about available commands see doc/commands.html
to learn how to write commands (or just try) read doc/writting-commands.html
to be able to identify youll need to crypt your password first, then add
it into the passwd file.
Ive included the source and the binary of the `crypt utlilty.
if you want to recompile just type make in the bin directory.
now, lets say that youre `SuperDude and wanna use the pass `ircforlife
first crypt your password:
SuperDude:thebot/bin$ crypt ircforlife
^Y7T08nTQpiz6
the next step is to add yourself into the passwd file:
SuperDude:thebot$ echo "SuperDude:^Y7T08nTQpiz6" >> passwd
to identif just use: /msg thebot +id ircforlife
everything else is the same.even when adding new user
with the add command.thebot crypts the password and writes it to the file.
<<lessTheBot is a simple IRC bot written in the bash scripting language. It is based on a modular design.
to get this thing online use the `run script (in this directory)
but please edit the configuration file first - `config.
for information about available commands see doc/commands.html
to learn how to write commands (or just try) read doc/writting-commands.html
to be able to identify youll need to crypt your password first, then add
it into the passwd file.
Ive included the source and the binary of the `crypt utlilty.
if you want to recompile just type make in the bin directory.
now, lets say that youre `SuperDude and wanna use the pass `ircforlife
first crypt your password:
SuperDude:thebot/bin$ crypt ircforlife
^Y7T08nTQpiz6
the next step is to add yourself into the passwd file:
SuperDude:thebot$ echo "SuperDude:^Y7T08nTQpiz6" >> passwd
to identif just use: /msg thebot +id ircforlife
everything else is the same.even when adding new user
with the add command.thebot crypts the password and writes it to the file.
Download (0.062MB)
Added: 2007-04-11 License: Freely Distributable Price:
926 downloads
PeaZip 1.9
PeaZip is an archiving application, archive/extract: 001 (raw file split/join), 7z, 7zip sfx, Bzip2, Gzip, Pea, Tar, Z, Zip. more>>
PeaZip project is an archiver tool that supports its native Pea archive format (featuring compression, split volumes, and flexible encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats.
Full support: 7Z, 7-Zip sfx, Bzip2, Gzip, PEA, split TAR and ZIP.
Browse/test/extract-only support for ARJ, CAB, CHM, CPIO, DEB, ISO, LZH, NSIS installers, OOo files, RAR, RPM, Z.
PeaZips UI aims giving aid to the user to: edit, save and restore layout of archives (input files and folders list) to speed up definition of archiving and backup operations; save job definition, as plain text, to be used in scripts or for learning purpose; have a detailed job log after each operation.
The interface is fully skinnable (skins can be customised and saved as plain text to be re-edited as freely as possible) and uses customisable transparency.
The program doesnt need to be installed/unistalled, it can run from any path (even remote; a writeable path is recommended), however Windows version is released both as a standalone binary and as a fully automated installer/uninstaller package, allowing tight system integration to use PeaZip right from Explorer.
PeaZip acts as a graphic frontend for Pea executable (graphical) from the same Author and for Igor Pavlovs 7z executable (Myspaces 7z POSIX port under Linux), that can run in console mode or through a graphical wrapper to allow more user-friendly handling of output information.
Enhancements:
- Release 1.9 introduces several updates, new functions and interface enhancements over 1.8 series, based on feedback collected on previous 1.8 release series, featuring a substantially renewed user interface driven to a cleaner design and better usability. The layout composer and the archive browser were improved, introducing multiple selection, AZ/ZA sorting, better designed popup menus, options organized in a tabs, archive browsing navigation bar, recent archives history and many other under the hood usability improvements; see change log for a detailed description.
<<lessFull support: 7Z, 7-Zip sfx, Bzip2, Gzip, PEA, split TAR and ZIP.
Browse/test/extract-only support for ARJ, CAB, CHM, CPIO, DEB, ISO, LZH, NSIS installers, OOo files, RAR, RPM, Z.
PeaZips UI aims giving aid to the user to: edit, save and restore layout of archives (input files and folders list) to speed up definition of archiving and backup operations; save job definition, as plain text, to be used in scripts or for learning purpose; have a detailed job log after each operation.
The interface is fully skinnable (skins can be customised and saved as plain text to be re-edited as freely as possible) and uses customisable transparency.
The program doesnt need to be installed/unistalled, it can run from any path (even remote; a writeable path is recommended), however Windows version is released both as a standalone binary and as a fully automated installer/uninstaller package, allowing tight system integration to use PeaZip right from Explorer.
PeaZip acts as a graphic frontend for Pea executable (graphical) from the same Author and for Igor Pavlovs 7z executable (Myspaces 7z POSIX port under Linux), that can run in console mode or through a graphical wrapper to allow more user-friendly handling of output information.
Enhancements:
- Release 1.9 introduces several updates, new functions and interface enhancements over 1.8 series, based on feedback collected on previous 1.8 release series, featuring a substantially renewed user interface driven to a cleaner design and better usability. The layout composer and the archive browser were improved, introducing multiple selection, AZ/ZA sorting, better designed popup menus, options organized in a tabs, archive browsing navigation bar, recent archives history and many other under the hood usability improvements; see change log for a detailed description.
Download (MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
812 downloads
dvipng 1.9
dvipng makes PNG or GIF graphics from DVI files obtained from TeX and its relatives. more>>
This program makes PNG and/or GIF graphics from DVI files as obtained from TeX and its relatives.
If GIF support is enabled, GIF output is chosen by using the `dvigif binary or with the `--gif option.
dvipng is intended to produce anti-aliased screen-resolution images as fast as is possible. The target audience is people who need to generate and regenerate many images again and again. The primary target is the preview-latex (X)Emacs package, a package to preview formulas from within (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see `http://www.gnu.org/software/auctex/#preview-latex.
Another example is WeBWorK, an internet-based method for delivering homework problems to students over the internet, giving students instant feedback as to whether or not their answers are correct, see `http://webwork.math.rochester.edu.
Other applications may also benefit, like web applications as latex2html and WYSIWYG editors like LyX.
Main features:
- Speed. It is a very fast bitmap-rendering code for DVI files. On a fairly low-end laptop, it takes less than a second to generate 150 one-formula images. This makes dvipng suitable for generating large amounts of images on-the-fly, as needed in preview-latex, WeBWorK and others.
- It does not read the postamble, so it can be started before TeX finishes. There is a -follow switch that makes dvipng wait at EOF for further output, unless it finds the POST marker that indicates the end of the DVI.
- Interactive query of options. dvipng can read options interactively through stdin, and all options are usable. It is even possible to change the input file through this interface.
- Supports PK, VF, PostScript Type1, and TrueType fonts, color specials and simple PostScript inclusion specials.
- and more...
<<lessIf GIF support is enabled, GIF output is chosen by using the `dvigif binary or with the `--gif option.
dvipng is intended to produce anti-aliased screen-resolution images as fast as is possible. The target audience is people who need to generate and regenerate many images again and again. The primary target is the preview-latex (X)Emacs package, a package to preview formulas from within (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see `http://www.gnu.org/software/auctex/#preview-latex.
Another example is WeBWorK, an internet-based method for delivering homework problems to students over the internet, giving students instant feedback as to whether or not their answers are correct, see `http://webwork.math.rochester.edu.
Other applications may also benefit, like web applications as latex2html and WYSIWYG editors like LyX.
Main features:
- Speed. It is a very fast bitmap-rendering code for DVI files. On a fairly low-end laptop, it takes less than a second to generate 150 one-formula images. This makes dvipng suitable for generating large amounts of images on-the-fly, as needed in preview-latex, WeBWorK and others.
- It does not read the postamble, so it can be started before TeX finishes. There is a -follow switch that makes dvipng wait at EOF for further output, unless it finds the POST marker that indicates the end of the DVI.
- Interactive query of options. dvipng can read options interactively through stdin, and all options are usable. It is even possible to change the input file through this interface.
- Supports PK, VF, PostScript Type1, and TrueType fonts, color specials and simple PostScript inclusion specials.
- and more...
Download (0.15MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1080 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 1.9 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed