1.4.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 83
uim 1.4.1
uim is a multilingual input method library. more>>
uim is a multilingual input method library. uim aims to provide a flexible development platform and useful user environment for input methods.
It works in many environments, including general desktop systems such as GNOME or KDE, and even in a console. It also supports Linux Zaurus and Mac OS X.
Enhancements:
- Several bugs in 1.4.0 that could cause applications to crash have been fixed.
<<lessIt works in many environments, including general desktop systems such as GNOME or KDE, and even in a console. It also supports Linux Zaurus and Mac OS X.
Enhancements:
- Several bugs in 1.4.0 that could cause applications to crash have been fixed.
Download (3.4MB)
Added: 2007-03-15 License: BSD License Price:
956 downloads
GDAL 1.4.1
The Geospatial Data Abstraction Library (GDAL) is a unifying C/C++ API for accessing raster geospatial data. more>>
GDAL project is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license.
As a library, it presents a single abstract data model to the calling application for all supported formats.
The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.
<<lessAs a library, it presents a single abstract data model to the calling application for all supported formats.
The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.
Download (6.5MB)
Added: 2007-04-09 License: MIT/X Consortium License Price:
937 downloads
UDAT 1.4.1
UDAT is a data format, offering a generic basis for data storage and transmission. more>>
UDAT is a data format, offering a generic basis for data storage and transmission, while being both easily readable by humans and easily readable by machines. It is comparable to formats like XML or YAML, but due to simplicity it is much more easy to parse.
The RubyGems package "udat" contains a library for the ruby programming language to create and parse UDAT documents. UDAT was created especially for software developers.
This project is free for private and commercial use, no warranty, subject to the license agreement in the software.
<<lessThe RubyGems package "udat" contains a library for the ruby programming language to create and parse UDAT documents. UDAT was created especially for software developers.
This project is free for private and commercial use, no warranty, subject to the license agreement in the software.
Download (0.010MB)
Added: 2007-06-07 License: MIT/X Consortium License Price:
870 downloads
Brag 1.4.1
Brag collects and assembles multipart binary attachements from newsgroups. more>>
Brag collects and assembles multipart binary attachements from
newsgroups. Is a robust command line tool very usefull to run as a periodic background application. This is a robust command-line tool, well suited to run
as a cron job.
Main features:
- collects and downloads multipart binary attachements
- supported encodings: uuencode, MIME base64 and yenc
- filters messages using accept/reject patterns
- optionally saves message subjects
- supports NNTP authentication
- supports non-default NNTP ports
- can combine parts from different newsgroups or even different servers
- restarts from the last successful operation, handles network errors and disk-full situations gracefully
- very fast: can utilize multiple parallel connections to server
<<lessnewsgroups. Is a robust command line tool very usefull to run as a periodic background application. This is a robust command-line tool, well suited to run
as a cron job.
Main features:
- collects and downloads multipart binary attachements
- supported encodings: uuencode, MIME base64 and yenc
- filters messages using accept/reject patterns
- optionally saves message subjects
- supports NNTP authentication
- supports non-default NNTP ports
- can combine parts from different newsgroups or even different servers
- restarts from the last successful operation, handles network errors and disk-full situations gracefully
- very fast: can utilize multiple parallel connections to server
Download (0.21MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1236 downloads
Conky 1.4.1
Conky is a light-weight system monitor. more>>
Conky is a light-weight system monitor.
Conky is a system monitor for X originally based on the torsmo code. Since its original conception, Conky has changed a fair bit from its predecessor.
Conky can display just about anything, either on your root desktop or in its own window. Conky has many built-in objects, as well as the ability to execute programs and scripts, then display the output from stdout.
We are always looking for help, and anyone interested in becoming a developer is welcome. Please use the facilities at SourceForge to make bug reports, feature requests, and submit patches.
Installation:
For users compiling from source, make sure you have the X development libraries installed. This should be a package along the lines of "libx11-dev or xorg-x11-dev".
Gentoo users -- Conky is in Gentoos Portage... simply use "emerge app- admin/conky" for installation. There is also usually an up-to-date ebuild within Conkys package or in CVS.
Debian,etc. users -- Conky will be in Debians repositories soon (by mid-September, hopefully), and then Ubuntu shortly thereafter. Until then, "dpkg -i" the .deb package to install.
Example to compile and run Conky with all optional components (note that some configure options may differ for your system):
sh autogen.sh # Only required if building from CVS
./configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --enable-xft --enable-seti --enable-dou-
ble-buffer --enable-own-window --enable-proc-uptime --enable-mpd
--enable-mldonkey --enable-x11 --enable-portmon
make
make install # Optional
src/conky
Conky probably doesnt compile with compilers other than gcc and icc. It doesnt compile with C89 compiler and not even with pure C99. It uses a few things that might not exist: strdup(), strcasecmp(), strn-casecmp(), optarg variable with getopt() and long long (not in C89). Crashes in file system statistics stuff when compiled with icc, I dont know exactly why.
You can disable drawing to own window feature in case you dont need it by passing --disable-own-window to configure -script.
Enhancements:
- FreeBSD cpu info patch
- Fixed issue where some WMs dont control conky own_window windows.
- Added newly-updated vim file detection and syntax hilighting files to svn.
- Fixed issue with graphs resetting colours (sf.net bug #1420473)
- Fixed battery problems when charged
- MPD code handles broken pipe now, instead of just killing conky
- Switch from CVS to SVN. Thanks SourceForge.
- Added patch to make $cpu stuff work on alpha (thanks Thomas Cort) http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
- Stop using override_redirect true -- conky back under WM control when using own_window yes.
- Fixed texeci breakage when forking to background is on
- Drastically simplified own_window=yes window creation code.
- on_bottom and wm_class_name deprecated (they do nothing)
- Fixed typo bug in portmon code that caused incorrect monitor data to be displayed.
<<lessConky is a system monitor for X originally based on the torsmo code. Since its original conception, Conky has changed a fair bit from its predecessor.
Conky can display just about anything, either on your root desktop or in its own window. Conky has many built-in objects, as well as the ability to execute programs and scripts, then display the output from stdout.
We are always looking for help, and anyone interested in becoming a developer is welcome. Please use the facilities at SourceForge to make bug reports, feature requests, and submit patches.
Installation:
For users compiling from source, make sure you have the X development libraries installed. This should be a package along the lines of "libx11-dev or xorg-x11-dev".
Gentoo users -- Conky is in Gentoos Portage... simply use "emerge app- admin/conky" for installation. There is also usually an up-to-date ebuild within Conkys package or in CVS.
Debian,etc. users -- Conky will be in Debians repositories soon (by mid-September, hopefully), and then Ubuntu shortly thereafter. Until then, "dpkg -i" the .deb package to install.
Example to compile and run Conky with all optional components (note that some configure options may differ for your system):
sh autogen.sh # Only required if building from CVS
./configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --enable-xft --enable-seti --enable-dou-
ble-buffer --enable-own-window --enable-proc-uptime --enable-mpd
--enable-mldonkey --enable-x11 --enable-portmon
make
make install # Optional
src/conky
Conky probably doesnt compile with compilers other than gcc and icc. It doesnt compile with C89 compiler and not even with pure C99. It uses a few things that might not exist: strdup(), strcasecmp(), strn-casecmp(), optarg variable with getopt() and long long (not in C89). Crashes in file system statistics stuff when compiled with icc, I dont know exactly why.
You can disable drawing to own window feature in case you dont need it by passing --disable-own-window to configure -script.
Enhancements:
- FreeBSD cpu info patch
- Fixed issue where some WMs dont control conky own_window windows.
- Added newly-updated vim file detection and syntax hilighting files to svn.
- Fixed issue with graphs resetting colours (sf.net bug #1420473)
- Fixed battery problems when charged
- MPD code handles broken pipe now, instead of just killing conky
- Switch from CVS to SVN. Thanks SourceForge.
- Added patch to make $cpu stuff work on alpha (thanks Thomas Cort) http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
- Stop using override_redirect true -- conky back under WM control when using own_window yes.
- Fixed texeci breakage when forking to background is on
- Drastically simplified own_window=yes window creation code.
- on_bottom and wm_class_name deprecated (they do nothing)
- Fixed typo bug in portmon code that caused incorrect monitor data to be displayed.
Download (0.45MB)
Added: 2006-03-13 License: BSD License Price:
1331 downloads
KayBot 1.4.1
KayBot is a bot written to guard IRC channels. more>>
KayBot is a bot written to guard IRC channels.
To install, follow next procedure:
./configure --prefix=/your/home/dir (probably)
make
make install
You will probably want to edit PREFIX/kaybot/etc/kaybot.conf to suit your
channel and bot needs. Then youll need to run utils/kbadduser
(where is the path to PREFIX/kaybot/etc/passwd. After that just
run the kaybot binary and you should be good to go!
Enhancements:
- module.h Updated, some variables and setting functions added/updated.
<<lessTo install, follow next procedure:
./configure --prefix=/your/home/dir (probably)
make
make install
You will probably want to edit PREFIX/kaybot/etc/kaybot.conf to suit your
channel and bot needs. Then youll need to run utils/kbadduser
(where is the path to PREFIX/kaybot/etc/passwd. After that just
run the kaybot binary and you should be good to go!
Enhancements:
- module.h Updated, some variables and setting functions added/updated.
Download (0.014MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1225 downloads
SAPRFC 1.4.1
SAPRFC is a extension module for PHP 4 and PHP 5. more>>
SAPRFC is a extension module for PHP 4 and PHP 5. SAPRFC can call ABAP function modules in SAP R/3 from PHP scripts.
You can use the powerful PHP language to create a web applications or interface programs with a connectivity to the SAP R/3.
You can also write RFC server program in PHP and call PHP functions from SAP R/3.
Main features:
- Non-Unicode SAP R/3 release above 4.0B supported (it may be work for earlier versions but it hasnt been tested)
- use RFC (Remote Function Call) API to make call
- discover interface of a function module
- map RFC types to PHP strings
- server API for calling PHP functions from ABAP
- support for transactional RFC (client and server)
- portability: except ZEND API and RFC API use only a few standard C functions
- delivered with the test script saprfc_test.php that has the similar function as "Single Test" option in SE37 transaction (Function Builder).
<<lessYou can use the powerful PHP language to create a web applications or interface programs with a connectivity to the SAP R/3.
You can also write RFC server program in PHP and call PHP functions from SAP R/3.
Main features:
- Non-Unicode SAP R/3 release above 4.0B supported (it may be work for earlier versions but it hasnt been tested)
- use RFC (Remote Function Call) API to make call
- discover interface of a function module
- map RFC types to PHP strings
- server API for calling PHP functions from ABAP
- support for transactional RFC (client and server)
- portability: except ZEND API and RFC API use only a few standard C functions
- delivered with the test script saprfc_test.php that has the similar function as "Single Test" option in SE37 transaction (Function Builder).
Download (0.074MB)
Added: 2005-12-23 License: The PHP License Price:
1411 downloads
Nagios 1.4.1
Nagios (formerly Netsaint) is a daemon written in C that is designed to monitor networked hosts and services. more>>
Nagios (formerly Netsaint) is a daemon written in C that is designed to monitor networked hosts and services. Nagios has the ability to notify contacts (via email, pager or other methods) when problems arise and are resolved.
Host and service checks are performed by external "plugins", making it easy to write custom checks in your language of choice. Several CGIs are included in order to allow you to view the current and historical status via a Web browser, and a WAP interface is also provided to allow you to acknowlege problems and disable notifications from an internet-ready cellphone.
Main features:
- Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
- Monitoring of host resources (processor load, disk and memory usage, running processes, log files, etc.)
- Monitoring of environmental factors such as temperature
- Simple plugin design that allows users to easily develop their own host and service checks
- Ability to define network host hierarchy, allowing detection of and distinction between hosts that are down and those that are unreachable
- Contact notifications when service or host problems occur and get resolved (via email, pager, or other user-defined method)
- Optional escalation of host and service notifications to different contact groups
- Ability to define event handlers to be run during service or host events for proactive problem resolution
- Support for implementing redundant and distributed monitoring servers
- External command interface that allows on-the-fly modifications to be made to the monitoring and notification behavior through the use of event handlers, the web interface, and third-party applications
- Retention of host and service status across program restarts
- Scheduled downtime for suppressing host and service notifications during periods of planned outages
- Ability to acknowledge problems via the web interface
- Web interface for viewing current network status, notification and problem history, log file, etc.
- Simple authorization scheme that allows you restrict what users can see and do from the web interface
Enhancements:
- A bugfix for an HTTP content length header integer overflow in CGIs.
<<lessHost and service checks are performed by external "plugins", making it easy to write custom checks in your language of choice. Several CGIs are included in order to allow you to view the current and historical status via a Web browser, and a WAP interface is also provided to allow you to acknowlege problems and disable notifications from an internet-ready cellphone.
Main features:
- Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
- Monitoring of host resources (processor load, disk and memory usage, running processes, log files, etc.)
- Monitoring of environmental factors such as temperature
- Simple plugin design that allows users to easily develop their own host and service checks
- Ability to define network host hierarchy, allowing detection of and distinction between hosts that are down and those that are unreachable
- Contact notifications when service or host problems occur and get resolved (via email, pager, or other user-defined method)
- Optional escalation of host and service notifications to different contact groups
- Ability to define event handlers to be run during service or host events for proactive problem resolution
- Support for implementing redundant and distributed monitoring servers
- External command interface that allows on-the-fly modifications to be made to the monitoring and notification behavior through the use of event handlers, the web interface, and third-party applications
- Retention of host and service status across program restarts
- Scheduled downtime for suppressing host and service notifications during periods of planned outages
- Ability to acknowledge problems via the web interface
- Web interface for viewing current network status, notification and problem history, log file, etc.
- Simple authorization scheme that allows you restrict what users can see and do from the web interface
Enhancements:
- A bugfix for an HTTP content length header integer overflow in CGIs.
Download (1.6MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1264 downloads
vdrepg 1.4.1
vdrepg project is an application to format VDRs EPG data into HTML with search function. more>>
vdrepg project is an application to format VDRs EPG data into HTML with search function.
<<less Download (0.062MB)
Added: 2007-01-25 License: Public Domain Price:
1008 downloads
BigBoos 1.4.1
Bigboos is a perl based network monitoring system, which pools the devices based on configuration. more>>
Bigboos is a perl based network monitoring system, which pools the devices based on configuration. It is developed by keeping the Middle sized Internet Service Provider to monitor their network and the central offices from where branch offices are connected on T1, E1 lines to monitor their clients and branches.
Bigboos is based on icmp ping and snmp protocol. It can be installed on desktop machine and also it does not require stand alone machine to work on. Most of the processes will be happening in background.
Bigboos is developed for purely monitoring purpose only and small customer database manager is added to keep the details about customer information. It has the capabilities to generate and manage trouble ticket.
Bigboos provides the current status about the device being monitored. It generates the downtime report based on status.
Enhancements:
- Host deletion open was added and some minor bugs related to the front end were rectified.
<<lessBigboos is based on icmp ping and snmp protocol. It can be installed on desktop machine and also it does not require stand alone machine to work on. Most of the processes will be happening in background.
Bigboos is developed for purely monitoring purpose only and small customer database manager is added to keep the details about customer information. It has the capabilities to generate and manage trouble ticket.
Bigboos provides the current status about the device being monitored. It generates the downtime report based on status.
Enhancements:
- Host deletion open was added and some minor bugs related to the front end were rectified.
Download (4.4MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1047 downloads
RvSnoop 1.4.1
RvSnoop is a Swing-based GUI that provides developers and operations support personnel. more>>
RvSnoop is a Swing-based GUI that provides developers and operations support personnel with a sophisticated, feature-rich interface for tracing TIBCO Rendezvous messages.
Benefits of RvSnoop include the ability to filter out subjects that you are interested in, and the ability to reduce the time required to locate specific messages.
Main features:
- real-time subject filtering
- a customizable logging table view
- a subject tree with navigation and filtering
- full text searching of logged messages and subjects
- the ability to save configuration for later sessions
- the ability to configure the number of log records to be displayed simultaneously
- customizable record colors
- configurable font face and size
- customizable log table column layout
- integration with Tibco rvscript
- saving a table to HTML
- display and filtering of MTrackingInfo tracking IDs.
<<lessBenefits of RvSnoop include the ability to filter out subjects that you are interested in, and the ability to reduce the time required to locate specific messages.
Main features:
- real-time subject filtering
- a customizable logging table view
- a subject tree with navigation and filtering
- full text searching of logged messages and subjects
- the ability to save configuration for later sessions
- the ability to configure the number of log records to be displayed simultaneously
- customizable record colors
- configurable font face and size
- customizable log table column layout
- integration with Tibco rvscript
- saving a table to HTML
- display and filtering of MTrackingInfo tracking IDs.
Download (0.15MB)
Added: 2006-03-06 License: The Apache License Price:
1331 downloads
Statist 1.4.1
Statist is a small and portable statistics program written in C. more>>
Statist is a small and portable statistics program written in C. It is terminal-based, but can utilise GNUplot for plotting purposes.
Statist project is simple to use and can be run in scripts. Big datasets are handled reasonably well on small machines,
Enhancements:
- Statist now can open CSV files.
- It will try to discover whether the file has a header with column names, what the field separator is, and what the decimal separator is.
- If necessary, these parameters may be set using command line options.
- Gnuplot graphics now can have strings with letters of different alphabets if the environment charset is UTF-8 and the user chooses UTF-8 as the "gnuplot_charset" in the statistrc file.
- The menu item "Save last gnuplot graphic as png" was added.
<<lessStatist project is simple to use and can be run in scripts. Big datasets are handled reasonably well on small machines,
Enhancements:
- Statist now can open CSV files.
- It will try to discover whether the file has a header with column names, what the field separator is, and what the decimal separator is.
- If necessary, these parameters may be set using command line options.
- Gnuplot graphics now can have strings with letters of different alphabets if the environment charset is UTF-8 and the user chooses UTF-8 as the "gnuplot_charset" in the statistrc file.
- The menu item "Save last gnuplot graphic as png" was added.
Download (0.74MB)
Added: 2006-12-03 License: GPL (GNU General Public License) Price:
1056 downloads
jPicEdt 1.4.1
jPicEdt is a multi-platform vector-based graphic editor for LaTeX and related packages, including eepic and PsTricks. more>>
jPicEdt is a multi-platform vector-based graphic editor for LaTeX and related packages, including eepic and PsTricks.
The LaTeX picture environment is a special environment for inserting simple drawing commands into a LaTeX file.
This environment was obviously not intented to replace more sophisticated graphical formats such as Postscript or PDF (and their associated design tools: Adobe Illustrator, Macromedia Freehand,...), but was merely aimed at easily incorporating small and simple drawings (e.g. graphs, electrical schematics,...)
Yet picture commands are flexible enough to allow one to build rather complicated drawings, including circles, rectangles, lines and vectors, bezier splines.
Besides, using epic/eepic or PsTricks packages largely increases the set of available commands, and amongst other things, allows for shape-filling (and colours with PsTricks) and a better rendering of shapes.
Finally, one of the main benefits of using the picture environment is the ability to incorporate text containing any LaTeX command allowed in LR mode, e.g. equations, arrays or user-defined commands.
Main features:
- Every graphical element allowed by the picture environment commands: lines, arrows, circles, boxes.
- Emulated elements, for example lines of any slope (which LaTeX doesnt support natively), circles of any size, ellipses, arcs and polygons. This makes a strong use of the multiput command.
- Nearly every object allowed by the epic/eepic packages (excluding grids and textured filling): dashed lines, filled (whitened, blackened or shaded) ellipses or polygons, arcs,... Using this package is optional.
- Starting from version 1.3.2, nearly every object in the pstricks.sty package (this include : filling with colors, hatches, textures, setting various stroke parameters, rotating texts,...). Support for pst-node.sty and other related packages is either experimental (meaning that you must recompile with a boolean flag turned on) or simply underway.
<<lessThe LaTeX picture environment is a special environment for inserting simple drawing commands into a LaTeX file.
This environment was obviously not intented to replace more sophisticated graphical formats such as Postscript or PDF (and their associated design tools: Adobe Illustrator, Macromedia Freehand,...), but was merely aimed at easily incorporating small and simple drawings (e.g. graphs, electrical schematics,...)
Yet picture commands are flexible enough to allow one to build rather complicated drawings, including circles, rectangles, lines and vectors, bezier splines.
Besides, using epic/eepic or PsTricks packages largely increases the set of available commands, and amongst other things, allows for shape-filling (and colours with PsTricks) and a better rendering of shapes.
Finally, one of the main benefits of using the picture environment is the ability to incorporate text containing any LaTeX command allowed in LR mode, e.g. equations, arrays or user-defined commands.
Main features:
- Every graphical element allowed by the picture environment commands: lines, arrows, circles, boxes.
- Emulated elements, for example lines of any slope (which LaTeX doesnt support natively), circles of any size, ellipses, arcs and polygons. This makes a strong use of the multiput command.
- Nearly every object allowed by the epic/eepic packages (excluding grids and textured filling): dashed lines, filled (whitened, blackened or shaded) ellipses or polygons, arcs,... Using this package is optional.
- Starting from version 1.3.2, nearly every object in the pstricks.sty package (this include : filling with colors, hatches, textures, setting various stroke parameters, rotating texts,...). Support for pst-node.sty and other related packages is either experimental (meaning that you must recompile with a boolean flag turned on) or simply underway.
Download (5.3MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1030 downloads
BEJY 1.4.1.60
BEJY provides a generic multithreaded TPC/IP server implementation. more>>
BEJY provides a generic multithreaded TPC/IP server implementation, with additional SSL, to plug different protocol implementations to. With the available HTTP, IMAP, SMTP, POP3 protocols and the HTTP-redirector protocol BEJY is a complete solution for hosting providers.
BEJY is production quality mail server, supporting IMAP4rev1, POP3 and SMTP, and is working perfectly with all well known solutions. BEJY can work as a transparent proxy to facade several running instances.
Also ask for our Linux kernel patch, to use Java + ports < 1024 without root permissions.
Feel free to download and use it for non commercial purposes.
Enhancements:
- Support has been added for SPF to reduce the number of spam false positives.
- In IMAP, escaping of special characters in ENVELOPE has been fixed.
- In SERVLET/JSP, getRequestURI has been fixed in forward() and include(), and initial support has been added for servlet 2.4.
- New request listeners are working.
<<lessBEJY is production quality mail server, supporting IMAP4rev1, POP3 and SMTP, and is working perfectly with all well known solutions. BEJY can work as a transparent proxy to facade several running instances.
Also ask for our Linux kernel patch, to use Java + ports < 1024 without root permissions.
Feel free to download and use it for non commercial purposes.
Enhancements:
- Support has been added for SPF to reduce the number of spam false positives.
- In IMAP, escaping of special characters in ENVELOPE has been fixed.
- In SERVLET/JSP, getRequestURI has been fixed in forward() and include(), and initial support has been added for servlet 2.4.
- New request listeners are working.
Download (0.63MB)
Added: 2007-01-19 License: Free for non-commercial use Price:
1008 downloads
SeoQuake 1.4.1
SeoQuake is a Firefox extension that allows a quick view of site parameters in the Search Engine Results Pages. more>>
SeoQuake is a Firefox extension that allows a quick view of site parameters in the Search Engine Results Pages.
(Google, Yahoo, MSN, Yandex, Rambler are supported)
SEObar indicate some SE-dependent parameters
Warning! Extension is using the advertisement block in results of search engines.
<<less(Google, Yahoo, MSN, Yandex, Rambler are supported)
SEObar indicate some SE-dependent parameters
Warning! Extension is using the advertisement block in results of search engines.
Download (0.082MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
969 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.4.1 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