2 x 4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8414
Gtk2 1.144
Gtk2 is a Perl interface to the 2.x series of the Gimp Toolkit library. more>>
Gtk2 is a Perl interface to the 2.x series of the Gimp Toolkit library.
SYNOPSIS
use Gtk2 -init;
# Gtk2->init; works if you didnt use -init on use
my $window = Gtk2::Window->new (toplevel);
my $button = Gtk2::Button->new (Quit);
$button->signal_connect (clicked => sub { Gtk2->main_quit });
$window->add ($button);
$window->show_all;
Gtk2->main;
ABSTRACT
Perl bindings to the 2.x series of the Gtk+ widget set. This module allows you to write graphical user interfaces in a perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API.
The Gtk2 module allows a perl developer to use the Gtk+ graphical user interface library. Find out more about Gtk+ at http://www.gtk.org.
The GTK+ Reference Manual is also a handy companion when writing Gtk programs in any language. http://developer.gnome.org/doc/API/2.0/gtk/ The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source.
<<lessSYNOPSIS
use Gtk2 -init;
# Gtk2->init; works if you didnt use -init on use
my $window = Gtk2::Window->new (toplevel);
my $button = Gtk2::Button->new (Quit);
$button->signal_connect (clicked => sub { Gtk2->main_quit });
$window->add ($button);
$window->show_all;
Gtk2->main;
ABSTRACT
Perl bindings to the 2.x series of the Gtk+ widget set. This module allows you to write graphical user interfaces in a perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API.
The Gtk2 module allows a perl developer to use the Gtk+ graphical user interface library. Find out more about Gtk+ at http://www.gtk.org.
The GTK+ Reference Manual is also a handy companion when writing Gtk programs in any language. http://developer.gnome.org/doc/API/2.0/gtk/ The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source.
Download (0.65MB)
Added: 2007-03-13 License: Perl Artistic License Price:
955 downloads
xmms-shn 2.4.1
xmms-shn is an XMMS input plugin to play shorten (.shn) files. more>>
xmms-shn is an XMMS input plugin that can play shorten (.shn) files. As of version 2.0, xmms-shn no longer depends on an external shorten executable to function.
However, to take advantage of the real-time seeking capabilities built into version 2.x, you have to seek-enable your .shns with the new version 3 of shorten.
<<lessHowever, to take advantage of the real-time seeking capabilities built into version 2.x, you have to seek-enable your .shns with the new version 3 of shorten.
Download (0.30MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
940 downloads
jpg2pdf PRO 2.x
Jpg2pdf PRO is the PRO version of jpg2pdf. more>>
jpg2pdf PRO is the PRO version of jpg2pdf. jpg2pdf PRO offers you all the features of jpg2pdf 2.x plus these important features: convert every single jpeg to a single pdf (with -album to create a unique PDF) jpg2pdf PRO can automatic detect is the jpeg image is rgb or gray or cmyk and create the correct pdf. jpg2pdf PRO can automatic check if the jpeg image is rgb or gray or cmyk and create the correct pdf or pdf album.
NOTE: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
Main features:
- convert every single jpeg to a single pdf, to put every jpeg in a pdf album, like normal jpg2pdf, you can use the option -album
- jpg2pdf PRO can automatic detect is the jpeg image is rgb or gray or cmyk and create the correct pdf. Note: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
- center parameter will center evary jpeg image in the final pdf page
- Using image parameter (to set the paper format of the pdf page equal to the image) is possible to use border parameter to set a border around the image
- Its possible to set a directory where to put the pdfs (pdfdir) and the jpegs (jpgdir)
- Its possible to re-run infinitely jpg2pdf setting the wait seconds
<<lessNOTE: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
Main features:
- convert every single jpeg to a single pdf, to put every jpeg in a pdf album, like normal jpg2pdf, you can use the option -album
- jpg2pdf PRO can automatic detect is the jpeg image is rgb or gray or cmyk and create the correct pdf. Note: jpg2pdf PRO tries to detect if the cmyk image is made by Adobe Photoshop and will use inverted colours to create the pdf (it appears that Adobe Photoshop writes inverted data in CMYK JPEG files: 0 represents 100% ink coverage, rather than 0% ink as youd expect)
- center parameter will center evary jpeg image in the final pdf page
- Using image parameter (to set the paper format of the pdf page equal to the image) is possible to use border parameter to set a border around the image
- Its possible to set a directory where to put the pdfs (pdfdir) and the jpegs (jpgdir)
- Its possible to re-run infinitely jpg2pdf setting the wait seconds
Download (0.87MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1198 downloads
FindIt NIX 1.0.2
FindIt NIX project is a clone of a great find-the-difference game. more>>
FindIt NIX project is a clone of a great find-the-difference game.
FindItNIX is a clone of the Windows game FindItXP. The goal is to spot the 5 differences between 2 images within a certain amount of time. The quicker you find them, the higher the bonus will be.
FindItNIX features high scores compatible with those of the Windows version and over 1200 levels available on the Internet.
Enhancements:
- Implemented hack in Makefile so the program links to the libqt-2.x.x.so in stead of the 3.x libraries which cause an unknown problem. Until I fixed this, and qt-2.x.x is
- still on your system you wont have any problems compiling nymore.
- Some minor documentation updates.
<<lessFindItNIX is a clone of the Windows game FindItXP. The goal is to spot the 5 differences between 2 images within a certain amount of time. The quicker you find them, the higher the bonus will be.
FindItNIX features high scores compatible with those of the Windows version and over 1200 levels available on the Internet.
Enhancements:
- Implemented hack in Makefile so the program links to the libqt-2.x.x.so in stead of the 3.x libraries which cause an unknown problem. Until I fixed this, and qt-2.x.x is
- still on your system you wont have any problems compiling nymore.
- Some minor documentation updates.
Download (0.25MB)
Added: 2006-12-28 License: Freeware Price:
1030 downloads
Oreon Project 1.4
Oreon Project provide enterprise monitoring based on Nagios core. more>>
Oreon Project provide enterprise monitoring based on Nagios core. It offers a complete tool from administration to reporting/visualization with the most powerful monitoring and alerting engine.
It ables you to be more efficient in your network monitoring, but also allows you to make your supervision informations readable by a largest range of users. Indeed, a non technical user can now use the Oreon/Nagios couple to easily understand your network infrastructure thanks to charts and graphical representations of the gathered informations.
Although, skilled users still have access to the technicals informations collected by Nagios.
Oreon was released for three years, and has already conviced most of its everyday users. Oreon has became a reference as a Nagios Frontend.
The Oreon/Nagios couple is used by a wide range of users, from novices to skilled users, even if they didnt knew Nagios before.
Main features:
- A highly customizable and intuitive multi-user interface
- An enhanced configuration tool to setup the supervised perimeter
- Configuration wizards
- A frontend to all Nagios configuration files. These configurations are linked to save your working time.
- A Nagios configuration loader module
- A Nagios 1.X and 2.x compatibility
- A Nagios configuration file-checker thanks to Nagios Debugger
- Network devices and servers ID Cards which has all the basic informations about these resources
- A customizable network cartography
- An access manager, including resources as well as interfaces restrictions
- And a lot more to discover
<<lessIt ables you to be more efficient in your network monitoring, but also allows you to make your supervision informations readable by a largest range of users. Indeed, a non technical user can now use the Oreon/Nagios couple to easily understand your network infrastructure thanks to charts and graphical representations of the gathered informations.
Although, skilled users still have access to the technicals informations collected by Nagios.
Oreon was released for three years, and has already conviced most of its everyday users. Oreon has became a reference as a Nagios Frontend.
The Oreon/Nagios couple is used by a wide range of users, from novices to skilled users, even if they didnt knew Nagios before.
Main features:
- A highly customizable and intuitive multi-user interface
- An enhanced configuration tool to setup the supervised perimeter
- Configuration wizards
- A frontend to all Nagios configuration files. These configurations are linked to save your working time.
- A Nagios configuration loader module
- A Nagios 1.X and 2.x compatibility
- A Nagios configuration file-checker thanks to Nagios Debugger
- Network devices and servers ID Cards which has all the basic informations about these resources
- A customizable network cartography
- An access manager, including resources as well as interfaces restrictions
- And a lot more to discover
Download (3.7MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
831 downloads
Linux Snipes 0.9.4
Linux Snipes project is a text-based maze game based on an old DOS game. more>>
Linux Snipes project is a text-based maze game based on an old DOS game.
You are in a maze with a number of enemies (the "snipes") and a few "hives" which create more of the enemies.
Your job is to kill the snipes and their hives before they get the best of you. 26 "option levels" let you change characteristics of the game such as whether or not diagonal shots bounce off the walls. 10 levels of difficulty (only partially implemented) let you build your skills gradually.
Normal game play is done on the text-mode console. Playing in an xterm or over a telnet connection is possible, but restricts you to pressing one key at a time. As a result, you cant move and fire at the same time, and you cant move or fire diagonally. NEW: There is now native X support, but it is somewhat slow.
Unlike the version of Snipes included in NetWare 2.x and NetWare Lite, this version does not currently include network/multiplayer support. Network support will probably be added at some point in the future.
Enhancements:
- Keyboard mapping for raw keyboard mode is now determined by calling dumpkeys(1).
- This is a fix for Debian bug #37662. Note that it will not give optimal results with Dvorak key mappings, for example. Also, it means that dumpkeys(1) is required for raw keyboard mode to work, but I assume that dumpkeys(1) is provided with most linux distributions. Finally, this is untested on any machine other than my personal intel box.
<<lessYou are in a maze with a number of enemies (the "snipes") and a few "hives" which create more of the enemies.
Your job is to kill the snipes and their hives before they get the best of you. 26 "option levels" let you change characteristics of the game such as whether or not diagonal shots bounce off the walls. 10 levels of difficulty (only partially implemented) let you build your skills gradually.
Normal game play is done on the text-mode console. Playing in an xterm or over a telnet connection is possible, but restricts you to pressing one key at a time. As a result, you cant move and fire at the same time, and you cant move or fire diagonally. NEW: There is now native X support, but it is somewhat slow.
Unlike the version of Snipes included in NetWare 2.x and NetWare Lite, this version does not currently include network/multiplayer support. Network support will probably be added at some point in the future.
Enhancements:
- Keyboard mapping for raw keyboard mode is now determined by calling dumpkeys(1).
- This is a fix for Debian bug #37662. Note that it will not give optimal results with Dvorak key mappings, for example. Also, it means that dumpkeys(1) is required for raw keyboard mode to work, but I assume that dumpkeys(1) is provided with most linux distributions. Finally, this is untested on any machine other than my personal intel box.
Download (0.051MB)
Added: 2006-11-29 License: GPL (GNU General Public License) Price:
1060 downloads
Magic Cube 4D 3.2.3
Magic Cube 4D is a four-dimensional Rubiks Cube. more>>
Magic Cube 4D project is a four-dimensional Rubiks Cube.
MagicCube4D is a fully functional four-dimensional analog of Rubiks cube. The image above shows the puzzle in its solved state. Click on it for a simple resizable applet version that you can interact with to get a feeling for how it works. Download the full-featured application below and try to solve it. Please read the FAQ for a more complete description of the puzzle. If the Java applet or application fail to start you may need to install a Java virtual machine. Click here for a current one.
Don Hatch and Melinda Green have developed it on and off over several years. Jay Berkenbilt has recently joined us to help with Linux support and source control. Don and Jay were the first to have solved the puzzle making extensive use of the move macro facility in the UNIX version. Roice Nelson became the first person to solve the puzzle without using macros. For his solution, he extended Philip Marshalls 3D "Ultimate Solution to Rubiks Cube".
You can learn Roices solution if you dont feel like trying to solve it yourself first. Using his techniques, Roice and others have continued to find ever shorter solutions so that the record currently recovered by Roice required only 334 twists! You can find documentation of these and other milestones on the MagicCube4D Hall Of Fame page. If you solve it with or without reading the solution, send us your log file and well list you in the MagicCube4D hall of fame too!
The mathematically inclined may be interested to know that the number of possible states for the 4D cube is exactly
(24!x32!)/2 x 16!/2 x 2^23 x (3!)^31 x 3 x(4!/2)^15 x 4
which can also be expressed as
32! 24! 16! 2^22 6^32 12^15
<<lessMagicCube4D is a fully functional four-dimensional analog of Rubiks cube. The image above shows the puzzle in its solved state. Click on it for a simple resizable applet version that you can interact with to get a feeling for how it works. Download the full-featured application below and try to solve it. Please read the FAQ for a more complete description of the puzzle. If the Java applet or application fail to start you may need to install a Java virtual machine. Click here for a current one.
Don Hatch and Melinda Green have developed it on and off over several years. Jay Berkenbilt has recently joined us to help with Linux support and source control. Don and Jay were the first to have solved the puzzle making extensive use of the move macro facility in the UNIX version. Roice Nelson became the first person to solve the puzzle without using macros. For his solution, he extended Philip Marshalls 3D "Ultimate Solution to Rubiks Cube".
You can learn Roices solution if you dont feel like trying to solve it yourself first. Using his techniques, Roice and others have continued to find ever shorter solutions so that the record currently recovered by Roice required only 334 twists! You can find documentation of these and other milestones on the MagicCube4D Hall Of Fame page. If you solve it with or without reading the solution, send us your log file and well list you in the MagicCube4D hall of fame too!
The mathematically inclined may be interested to know that the number of possible states for the 4D cube is exactly
(24!x32!)/2 x 16!/2 x 2^23 x (3!)^31 x 3 x(4!/2)^15 x 4
which can also be expressed as
32! 24! 16! 2^22 6^32 12^15
Download (0.31MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1073 downloads
Axmjpeg 1.2
Axmjpeg retrieves JPEG images from an MJPEG over HTTP stream. more>>
Axmjpeg application retrieves JPEG images from an MJPEG over HTTP stream that conforms to the Axis Video API, HTTP Interface Specification.
Axmjpeg retrieves JPEG images from an MJPEG over HTTP stream. The HTTP stream must conform to Revision 2.x of the "Axis Video API, HTTP Interface Specification" (which is available from "http://www.axis.com/techsup/cam_servers/dev/cam_http_api.htm").
Axmjpeg also supports Revision 1.x of this specification provided the optional "Content-Length:" header is enabled.
This tool was written for cammgr, the web camera management software available from "http://freshmeat.net/projects/cammgr". Specifically, it allows cammgr to support the great range of Axis network cameras available from "http://www.axis.com".
However, its easy to come up with other uses for axmjpeg.
The manual page describes the full range of functionality; the basic list is:
- save JPEG images to the same (optionally renamed) file.
- save each JPEG image to a unique file.
- pipe JPEG images to shell commands (for more processing).
- time-based capturing, where only one image per the specified interval will be selected for processing.
Axmjpeg was developed on FreeBSD and tested on a wide range of Unix systems including several Linux variants, HP-UX, Tru64, and SunOS.
Enhancements:
- The image-fetching code was extended to support cameras that send binary headers in the MJPEG HTTP stream.
- This version of axmjpeg is known to support the "SQ IP Cam" and the "GP-280 Network IP Camera."
<<lessAxmjpeg retrieves JPEG images from an MJPEG over HTTP stream. The HTTP stream must conform to Revision 2.x of the "Axis Video API, HTTP Interface Specification" (which is available from "http://www.axis.com/techsup/cam_servers/dev/cam_http_api.htm").
Axmjpeg also supports Revision 1.x of this specification provided the optional "Content-Length:" header is enabled.
This tool was written for cammgr, the web camera management software available from "http://freshmeat.net/projects/cammgr". Specifically, it allows cammgr to support the great range of Axis network cameras available from "http://www.axis.com".
However, its easy to come up with other uses for axmjpeg.
The manual page describes the full range of functionality; the basic list is:
- save JPEG images to the same (optionally renamed) file.
- save each JPEG image to a unique file.
- pipe JPEG images to shell commands (for more processing).
- time-based capturing, where only one image per the specified interval will be selected for processing.
Axmjpeg was developed on FreeBSD and tested on a wide range of Unix systems including several Linux variants, HP-UX, Tru64, and SunOS.
Enhancements:
- The image-fetching code was extended to support cameras that send binary headers in the MJPEG HTTP stream.
- This version of axmjpeg is known to support the "SQ IP Cam" and the "GP-280 Network IP Camera."
Download (0.009MB)
Added: 2007-08-20 License: BSD License Price:
804 downloads
Zodiac 0.4.9
Zodiac is a DNS protocol analyzation and exploitation program. more>>
Zodiac is a DNS protocol analyzation and exploitation program. Zodiac project is a robust tool to explore the DNS protocol.
Internally it contains advanced DNS routines for DNS packet construction and disassembling and is the optimal tool if you just want to try something out without undergoing the hassle to rewrite DNS packet routines or packet filtering.
Main features:
- sniffing on all kinds of configured devices (Ethernet, PPP, ...)
- capturing and decoding nearly all types of DNS packets, including packet decompression
- ncurses driven text based frontend with interactive commandline and multiple windows
- threaded design allow more flexibility when adding your own features
- clean code, commented and tested just fine, ready for you to extend :-)
- internal DNS packet filtering allows installation of pseudo DNS filters you can "select()" on
- a large set of DNS packet construction primitives
- DNS name server versioning using BIND version requests
- DNS local spoofing, answering DNS queries on your LAN before the remote NS
- DNS jizz spoofing, exploiting a weakness within old BIND versions
- DNS ID spoofing, exploiting a weakness within the DNS protocol itself
If you like to help out getting the Missing or Incomplete features into zodiac, you can mail us for any zodiac-internal question you might have, we are happy to help you out with any DNS/Zodiac question. The code is pretty easy to understand, if you code your own extensions please try to maintain the current readable style and comment your changes/code.
Zodiac has been developed and tested on the Linux 2.2.x platform. It should work on all platforms that do have POSIX Threads, the terminal library ncurses and the libpcap packet capture library installed. To run zodiac you need root access for obvious reasons. If you get zodiac compiled and working on another platform then Linux 2.2.x, please let us know, well mention it here.
<<lessInternally it contains advanced DNS routines for DNS packet construction and disassembling and is the optimal tool if you just want to try something out without undergoing the hassle to rewrite DNS packet routines or packet filtering.
Main features:
- sniffing on all kinds of configured devices (Ethernet, PPP, ...)
- capturing and decoding nearly all types of DNS packets, including packet decompression
- ncurses driven text based frontend with interactive commandline and multiple windows
- threaded design allow more flexibility when adding your own features
- clean code, commented and tested just fine, ready for you to extend :-)
- internal DNS packet filtering allows installation of pseudo DNS filters you can "select()" on
- a large set of DNS packet construction primitives
- DNS name server versioning using BIND version requests
- DNS local spoofing, answering DNS queries on your LAN before the remote NS
- DNS jizz spoofing, exploiting a weakness within old BIND versions
- DNS ID spoofing, exploiting a weakness within the DNS protocol itself
If you like to help out getting the Missing or Incomplete features into zodiac, you can mail us for any zodiac-internal question you might have, we are happy to help you out with any DNS/Zodiac question. The code is pretty easy to understand, if you code your own extensions please try to maintain the current readable style and comment your changes/code.
Zodiac has been developed and tested on the Linux 2.2.x platform. It should work on all platforms that do have POSIX Threads, the terminal library ncurses and the libpcap packet capture library installed. To run zodiac you need root access for obvious reasons. If you get zodiac compiled and working on another platform then Linux 2.2.x, please let us know, well mention it here.
Download (0.066MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1325 downloads
cap2-mercurial 0.9 RC2
cap2-mercurial is a Capistrano 2.x plugin that allows you to use Mercurial in your cap recipes. more>>
cap2-mercurial is a Capistrano 2.x plugin that allows you to use Mercurial in your cap recipes. This project enables the use of "set :scm, :mercurial" in your recipe file. The module is included in Capistrano, but this has the latest updates and bonus recipes.
Enhancements:
- This version works with cap2 and Mercurial 0.9.x reasonably enough for the authors needs.
<<lessEnhancements:
- This version works with cap2 and Mercurial 0.9.x reasonably enough for the authors needs.
Download (MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
871 downloads
XFinger 1.2.0
XFinger is the X window version of the finger command for linux and other Unix-like systems. more>>
XFinger is the X window version of the finger command for linux and other Unix-like systems. The application provides refresh: in this way you can keep users monitored.
Compiling:
Sorry: no Makefile yet.
First of all you need to install the FLTK library from www.fltk.org, then you can compile XFinger. I tested it using GNU C++ compiler (g++/egcs) under RedHat Linux version 5.2 and 6.1. You can find examples of compilation commands in the files named COMPILE and STATIC-COMPILE.
After this, try the program, simply typing "./xfinger". If you are not used to compile programs, you can run the precompiled binary included in the distributed file. It should work on any Linux system with 2.x.x kernel (static ELF).
Maybe you can also recompile it on other Unix-like systems.
<<lessCompiling:
Sorry: no Makefile yet.
First of all you need to install the FLTK library from www.fltk.org, then you can compile XFinger. I tested it using GNU C++ compiler (g++/egcs) under RedHat Linux version 5.2 and 6.1. You can find examples of compilation commands in the files named COMPILE and STATIC-COMPILE.
After this, try the program, simply typing "./xfinger". If you are not used to compile programs, you can run the precompiled binary included in the distributed file. It should work on any Linux system with 2.x.x kernel (static ELF).
Maybe you can also recompile it on other Unix-like systems.
Download (0.43MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1053 downloads
iproute2 2.6.15 060110
iproute2 are professional tools to control networking in Linux kernels. more>>
iproute2 is `iproute, the professional set of tools to control the networking behavior in kernels 2.2.x and later.
ip link - network device configuration
A link refers a network device. The ip link object and the corresponding command set allows viewing and manipulating the state of network devices. The commands for the link object are just two, set and show.
ip link set --- change device attributes.
Abbreviations: set, s
Warning
You can request multiple parameter changes with ip link. If you request multiple parameter changes and any ONE change fails then ip aborts immediately after the failure thus the parameter changes previous to the failure have completed and are not backed out on abort. This is the only case where using the ip command can leave your system in an unpredictable state. The solution is to avoid changing multiple parameters with one ip link set call. Use as many individual ip link set commands as necessary to perform the actions you desire.
<<lessip link - network device configuration
A link refers a network device. The ip link object and the corresponding command set allows viewing and manipulating the state of network devices. The commands for the link object are just two, set and show.
ip link set --- change device attributes.
Abbreviations: set, s
Warning
You can request multiple parameter changes with ip link. If you request multiple parameter changes and any ONE change fails then ip aborts immediately after the failure thus the parameter changes previous to the failure have completed and are not backed out on abort. This is the only case where using the ip command can leave your system in an unpredictable state. The solution is to avoid changing multiple parameters with one ip link set call. Use as many individual ip link set commands as necessary to perform the actions you desire.
Download (0.36MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1381 downloads
Tux n Tosh 0.2
This is a Gnome 2.X Icon-Theme of the Tux n Tosh iconset. more>>
This is a Gnome 2.X Icon-Theme of the Tux n Tosh iconset. Tux n Tosh also uses some Crystal icons to be more or less complete.
<<less Download (4.5MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1449 downloads
ep128emu 2.0.3
ep128emu is a free, portable emulator of the Enterprise 128 computer. more>>
ep128emu is a free, portable emulator of the Enterprise 128 computer, written by Istvan Varga, using Z80 emulation code from Kevin Thackers ENTER emulator.
ep128emu should compile and run under any system with a C compiler (preferably one that implements the C99 standard, such as recent versions of GCC), and the latest 1.2.x version of the SDL library installed. On Linux the emulator can also use ALSA for improved performance and sound latency.
ep128emu implements all the basic functionality of an Enterprise 128, such as the Z80 CPU (all documented and many undocumented opcodes are supported), NICK chip, DAVE (there is very good sound emulation in recent releases), keyboard, disk, and tape. For more details, read about the current state of the emulator.
<<lessep128emu should compile and run under any system with a C compiler (preferably one that implements the C99 standard, such as recent versions of GCC), and the latest 1.2.x version of the SDL library installed. On Linux the emulator can also use ALSA for improved performance and sound latency.
ep128emu implements all the basic functionality of an Enterprise 128, such as the Z80 CPU (all documented and many undocumented opcodes are supported), NICK chip, DAVE (there is very good sound emulation in recent releases), keyboard, disk, and tape. For more details, read about the current state of the emulator.
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
910 downloads
khtml2png 1.0.3 / 2.6.7a
khtml2png is a command line program to create screenshots of webpages. more>>
khtml2png is a command line program to create screenshots of webpages. The project uses libkhtml (the library that is used in the KDE webbrowser Konqueror).
In khtml2png 2.0.5 to 2.5.0 "convert" from the ImageMagick graphic conversion toolkit is used to create the output files in various image file formats. 2.6.0 and future development will use the built-in conversion of the Qt library.
There are two branches of khtml2png: An old 1.0.x branch containing the original code from Simon MacMullen (the former developer and maintainer of khtml2png) and a new 2.x done by the new maintainer Hauke Goos-Habermann. The branches have different features whereas 1.0.x is outdated and will not run correctly on newer KDE versions (newer than 3.2 if I remember correctly). The 2.6.0 release was improved very much by Florent Bruneau.
Main features:
- Scale output image
- Works with KDE 3.2 and newer
- Make screeshots longer than your screen height
- Make screeshots wider than your screen width
- Use a HTML element in the page to figure out the screenshot size
- Different output file formats
<<lessIn khtml2png 2.0.5 to 2.5.0 "convert" from the ImageMagick graphic conversion toolkit is used to create the output files in various image file formats. 2.6.0 and future development will use the built-in conversion of the Qt library.
There are two branches of khtml2png: An old 1.0.x branch containing the original code from Simon MacMullen (the former developer and maintainer of khtml2png) and a new 2.x done by the new maintainer Hauke Goos-Habermann. The branches have different features whereas 1.0.x is outdated and will not run correctly on newer KDE versions (newer than 3.2 if I remember correctly). The 2.6.0 release was improved very much by Florent Bruneau.
Main features:
- Scale output image
- Works with KDE 3.2 and newer
- Make screeshots longer than your screen height
- Make screeshots wider than your screen width
- Use a HTML element in the page to figure out the screenshot size
- Different output file formats
Download (MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
829 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 2 x 4 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