updated version
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2607
Update Scanner 2.0.13
Update Scanner provides an extension which monitors web pages for updates. more>>
Update Scanner provides an extension which monitors web pages for updates.
Right-click on any page, and select "Scan Page for Updates".
You can choose how often the site will be checked for changes, and whether to ignore minor updates.
When a change is detected, a notification window is displayed. Click the blue up-arrow on the bottom status bar to show the Update Scanner sidebar. Webpages that have been updated are shown in bold.
Double-click any item to open the website.
<<lessRight-click on any page, and select "Scan Page for Updates".
You can choose how often the site will be checked for changes, and whether to ignore minor updates.
When a change is detected, a notification window is displayed. Click the blue up-arrow on the bottom status bar to show the Update Scanner sidebar. Webpages that have been updated are shown in bold.
Double-click any item to open the website.
Download (0.038MB)
Added: 2007-07-19 License: MPL (Mozilla Public License) Price:
832 downloads
Webupdate 0.13
Webupdate is a perl-script monitors webpages and sends you an e-mail notification whenever theyre updated. more>>
Webupdate is a perl-script monitors webpages and sends you an e-mail notification whenever theyre updated.
The script calculates and stores an md5-checksum for the content on the webpage.
The old checksum is compaired to the new checksum whenever the script is run. Any difference means that the webpage content has changed.
You can also supply a pipe with commands, which is used to filter the webpage before the checksum is calculated. This will give you the opportunity to fine-grain the info that will trigger an update alert. This will also work for dynamic webpages which otherwise may be reported as updated every single time you run the script...
You need to embrace the URL with quotes if you try to register a database-search, or if the URL includes any special characters which the shell will interpret. You always have to embrace the pipe with quotes, to prevent the shell from interpreting it.
<<lessThe script calculates and stores an md5-checksum for the content on the webpage.
The old checksum is compaired to the new checksum whenever the script is run. Any difference means that the webpage content has changed.
You can also supply a pipe with commands, which is used to filter the webpage before the checksum is calculated. This will give you the opportunity to fine-grain the info that will trigger an update alert. This will also work for dynamic webpages which otherwise may be reported as updated every single time you run the script...
You need to embrace the URL with quotes if you try to register a database-search, or if the URL includes any special characters which the shell will interpret. You always have to embrace the pipe with quotes, to prevent the shell from interpreting it.
Download (0.015MB)
Added: 2006-06-04 License: Perl Artistic License Price:
1240 downloads
Page Update Checker 0.3.1
Page Update Checker is a FireFox extension that automatically checks to see if web pages have changed. more>>
Tired of clicking the reload button? Page Update Checker (aka PUC -- pronounced "Puke" is a FireFox extension that automatically checks to see if web pages have changed.
How to Use:
Once installed, you will be able to right-click on any page in Firefox and select "Monitor for Updates". The PUC options will open up and you can select how often you would like PUC to download the webpage and see if it has changed. To return to the options menu later, select "Tools" -> "Page Update Checker Options..."
Click the homepage link to find the PUC Wiki and share your Update Checkers!
<<lessHow to Use:
Once installed, you will be able to right-click on any page in Firefox and select "Monitor for Updates". The PUC options will open up and you can select how often you would like PUC to download the webpage and see if it has changed. To return to the options menu later, select "Tools" -> "Page Update Checker Options..."
Click the homepage link to find the PUC Wiki and share your Update Checkers!
Download (0.072MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
947 downloads
DebUpdate Applet 1.7.3
DebUpdate Applet is a GNOME2 panel applet that periodically checks for Debian package updates from a Debian Update Server. more>>
DebUpdate Applet is a GNOME2 panel applet that periodically checks for Debian package updates from a Debian Update Server.
At the interval you specify, the applet will query a Debian Update Server(See the DUS link below) for updated and new packages for your Debian system(you can over-ride the release and architecture if you wish). When new updates are available the applets panel icon,a Debian "swirl", will rotate.
Configurable options include:
- Update interval
- Check for new packages?
- Check for upgradable packages?
- Check for updated packages?
- Colorize list?
- Debian release(autodetect, stable, testing, and unstable)
- Debian architecture(autodetect, sparc,i386,m68k, etc...)
- Server to query
<<lessAt the interval you specify, the applet will query a Debian Update Server(See the DUS link below) for updated and new packages for your Debian system(you can over-ride the release and architecture if you wish). When new updates are available the applets panel icon,a Debian "swirl", will rotate.
Configurable options include:
- Update interval
- Check for new packages?
- Check for upgradable packages?
- Check for updated packages?
- Colorize list?
- Debian release(autodetect, stable, testing, and unstable)
- Debian architecture(autodetect, sparc,i386,m68k, etc...)
- Server to query
Download (MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1014 downloads
stableUpdate 1.0.5
stableUpdate is an automatic update tool for JAR-based Java applications. more>>
stableUpdate is a tool for advanced user who wants to know, which part of the application will by touched by the newly released update, accept the decission about necessity to install the update and, if needed, be able to remove the previously installed update.
It is written is java and is supposed to be called from inside java application. From a server stableUpdate only needs possibility to download files via http. The only file that must keep its location is a short xml document.
Changing this document, you can easily manage the list of secondary servers that provide the actual update files. It also holds release notes and mini announcement desk. In older versions you needed write this file manually. Since 1.0.2 stableUpdate will generate (or update) it for you, and you only need to upload it to one or better servaral primary servers. If you want, you can still look at the commented example of this file.
In stableUpdate, the updates are stored in .jar files. Each such update upgrades between the two versions. The version names need not match exactly your official versions. For example, you may officially release 1.1 and 1.2, but 1.1 can have subsequent updates from 1.1.1 to 1.1.2, then to 1.1.3 and so on.
The update .jar file contains the changed single files and the changed entries of .jar and .zip archives. Since stableUpdate 1.0.3 the size and checksum of this .jar are verified after download.
If needed, the updates can be uninstalled in reverse order as they were installed. The user may need to uninstall the update if one discovers that some needed feature is actually working worse (or not working at all) in a newer version. The "uninstall" feature is available since the stableUpdate 1.0.1
The update is generated by comparing two folders, one containing the old installation and another the new installation. The generator is invoked as the main default class of autoupdater.jar (type java -jar autoupdater.jar) and has some very simple user interface.
The created .jar archive consists of changed individual files, changed files in .jar or .zip archives and deleting instructions, used to remove files present in the old, but absent in the updated version. *.bat, *.sh, Log/*, Cache/* , autooutdate/* (the folder for uninstall information) and jre/* will be ignored. .bat and .sh files usually contain installation specific information, and java virtual machine cannot be updated while running.
Enhancements:
- Minor fixes, added docs to the release
<<lessIt is written is java and is supposed to be called from inside java application. From a server stableUpdate only needs possibility to download files via http. The only file that must keep its location is a short xml document.
Changing this document, you can easily manage the list of secondary servers that provide the actual update files. It also holds release notes and mini announcement desk. In older versions you needed write this file manually. Since 1.0.2 stableUpdate will generate (or update) it for you, and you only need to upload it to one or better servaral primary servers. If you want, you can still look at the commented example of this file.
In stableUpdate, the updates are stored in .jar files. Each such update upgrades between the two versions. The version names need not match exactly your official versions. For example, you may officially release 1.1 and 1.2, but 1.1 can have subsequent updates from 1.1.1 to 1.1.2, then to 1.1.3 and so on.
The update .jar file contains the changed single files and the changed entries of .jar and .zip archives. Since stableUpdate 1.0.3 the size and checksum of this .jar are verified after download.
If needed, the updates can be uninstalled in reverse order as they were installed. The user may need to uninstall the update if one discovers that some needed feature is actually working worse (or not working at all) in a newer version. The "uninstall" feature is available since the stableUpdate 1.0.1
The update is generated by comparing two folders, one containing the old installation and another the new installation. The generator is invoked as the main default class of autoupdater.jar (type java -jar autoupdater.jar) and has some very simple user interface.
The created .jar archive consists of changed individual files, changed files in .jar or .zip archives and deleting instructions, used to remove files present in the old, but absent in the updated version. *.bat, *.sh, Log/*, Cache/* , autooutdate/* (the folder for uninstall information) and jre/* will be ignored. .bat and .sh files usually contain installation specific information, and java virtual machine cannot be updated while running.
Enhancements:
- Minor fixes, added docs to the release
Download (0.21MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1180 downloads
debian-updates 1.7
debian-updates is a simple script that sends an email if any relevant Debian security updates become available. more>>
debian-updates is a simple script that sends an email or displays console messages if any relevant Debian security updates become available. debian-updates is ideal for running from cron.
<<less Download (0.017MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1174 downloads
Update Notifier 0.1.5.2 for Firefox
Update Notifier is an extension which notifies you when updates are available for your extensions and themes. more>>
Download (0.054MB)
Added: 2007-04-08 License: MPL (Mozilla Public License) Price:
930 downloads
A Simple Version Control System 0.9.6
A Simple Version Control System is an easy to install and easy to to use version/revision control system. more>>
A Simple Version Control System is an easy to install and easy to to use version/revision control system.
ASVCS differs from most other version control systems in that ASVCS is designed to keep track of files in place. ASVCS does not allow any changes to be made to files, all changes require the users to change files externally with FTP or SSH access.
ASVCS is very easy to setup and use. Users do not need to work with repository, branches, commit and check-out files. All a user needs to do is upload the changes files and click Update or if enabled just wait for it to be updated automatically.
ASVCS is ideal for small projects or personal use, though it can also be used by large project how do not need or want the complexity of most version control systems.
Main features:
- asy to install and use
- Written in PHP
- Can track binary or text files
- Automatic file tracking (requires cron support)
- Diffs of revisions
- Easy user access management
- Entirely Web based
- Skinable
- Open source (MIT/expat license)
<<lessASVCS differs from most other version control systems in that ASVCS is designed to keep track of files in place. ASVCS does not allow any changes to be made to files, all changes require the users to change files externally with FTP or SSH access.
ASVCS is very easy to setup and use. Users do not need to work with repository, branches, commit and check-out files. All a user needs to do is upload the changes files and click Update or if enabled just wait for it to be updated automatically.
ASVCS is ideal for small projects or personal use, though it can also be used by large project how do not need or want the complexity of most version control systems.
Main features:
- asy to install and use
- Written in PHP
- Can track binary or text files
- Automatic file tracking (requires cron support)
- Diffs of revisions
- Easy user access management
- Entirely Web based
- Skinable
- Open source (MIT/expat license)
Download (0.10MB)
Added: 2007-03-15 License: MIT/X Consortium License Price:
960 downloads
Gaim-Gajim Update Status 0.2
Gaim-Gajim Update Status is a Amarok scripts allows to change the status message on gaim/gajim. more>>
Gaim-Gajim Update Status is a Amarok scripts allows to change the status message on gaim/gajim based to Listening: Artist - Album - Song.
It supports locales.
It depends on gaim-remote and gajim-remote.
<<lessIt supports locales.
It depends on gaim-remote and gajim-remote.
Download (MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
916 downloads
rate it! 0.7
rate it! script helps you rate your music easily. more>>
rate it! script helps you rate your music easily, it works like that: each time track changes, the script checks whether the last track has been rated before, if not, it pops up a menu with ratings for you to pick from and then sets the rating for the last track accordingly.
Note that the ratings wont appear instantly on the amarok playlist entries , as the script updates the database directly and the existing playlist entries use cached information, so they dont get updated.
<<lessNote that the ratings wont appear instantly on the amarok playlist entries , as the script updates the database directly and the existing playlist entries use cached information, so they dont get updated.
Download (0.003MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
900 downloads
Parsix Linux 0.90r1
Parsix GNU/Linux is a live CD based on Knoppix and Debian. more>>
Parsix GNU/Linux is a live CD based on Knoppix and Debian Sid . It uses GNOME as its default desktop environment. Parsix GNU/Linux supports Persian keyboard and user can switch to Persian with Alt+Shift keys.
Parsix GNU/Linux can be installed on your harddisk and you can use it as your PCs operating system. We also included xFarDic English-Persian dictionary and Persian free fonts from FPF project.
Enhancements:
- An updated version of Parsix GNU/Linux 0.90, code name Barry, has been released. Barry r1 introduces the projects first ever 64-bit edition, both 32-bit and 64-bit editions have been built from scratch using debootstrap, several fixes have been made, and merged all published updates from Parsix and Debian testing repositories as of Aug 15, 2007. Highlights: GNOME 2.18.3, Linux kernel 2.6.20.1 with CK and Suspend2 patches, read/write mode is the default for NTFS partitions, improved hardware detection system and hard disk installer, VLC replaces Totem.
<<lessParsix GNU/Linux can be installed on your harddisk and you can use it as your PCs operating system. We also included xFarDic English-Persian dictionary and Persian free fonts from FPF project.
Enhancements:
- An updated version of Parsix GNU/Linux 0.90, code name Barry, has been released. Barry r1 introduces the projects first ever 64-bit edition, both 32-bit and 64-bit editions have been built from scratch using debootstrap, several fixes have been made, and merged all published updates from Parsix and Debian testing repositories as of Aug 15, 2007. Highlights: GNOME 2.18.3, Linux kernel 2.6.20.1 with CK and Suspend2 patches, read/write mode is the default for NTFS partitions, improved hardware detection system and hard disk installer, VLC replaces Totem.
Download (693MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
800 downloads
Hardened Linux 1.6.6-2
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0. more>>
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0.
This distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
<<lessThis distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
Download (195MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
839 downloads
Hot Potato Online 1.2.0
Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. more>>
Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. Think dodgeball with a grenade!
The generated environment can be used to bounce, corner, and surprise foes.
Main features:
- Up to 4 players
- Team play
- 3 match types fully configurable
- Single player training "bot"
- 4 types of tiles (ground, solid, bounce, holes)
- Lobby and in-game "emotes"
- Last game and total results
- Potato deflection
- Overtime for first position
- Fullscreen / Window options
- In-game music and sounds
Enhancements:
- Players can join games in progress
- Button clicks can be cancelled
- Updated version system
- MSVCP71.DLL part of installation
- Fixed bug where we could not click buttons in the lobby
- Music can again be turned off (was broken since v. 1.1.0)
- Players will see a black screen while waiting for other players.
- Fixed number of "Killed-KilledBy" when playing in teams.
- Linux specific updates
- Statically linked freeglut and glpng
- Ability to change from fullscreen to window mode and vice versa,
- Fixed crash on clients when the server leaves the game,
- Cursor can be moved while loading the lobby.
<<lessThe generated environment can be used to bounce, corner, and surprise foes.
Main features:
- Up to 4 players
- Team play
- 3 match types fully configurable
- Single player training "bot"
- 4 types of tiles (ground, solid, bounce, holes)
- Lobby and in-game "emotes"
- Last game and total results
- Potato deflection
- Overtime for first position
- Fullscreen / Window options
- In-game music and sounds
Enhancements:
- Players can join games in progress
- Button clicks can be cancelled
- Updated version system
- MSVCP71.DLL part of installation
- Fixed bug where we could not click buttons in the lobby
- Music can again be turned off (was broken since v. 1.1.0)
- Players will see a black screen while waiting for other players.
- Fixed number of "Killed-KilledBy" when playing in teams.
- Linux specific updates
- Statically linked freeglut and glpng
- Ability to change from fullscreen to window mode and vice versa,
- Fixed crash on clients when the server leaves the game,
- Cursor can be moved while loading the lobby.
Download (15.1MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1356 downloads
Camera Monitor 0.2
Camera Monitor is a little tray system icon that notifies you when your Webcam is on. more>>
Camera Monitor is a little tray system icon that notifies you when your Webcam is on. The project is designed for the GNOME desktop, but will work as well on KDE and XFCE.
Camera Monitor is released under the terms of the GNU General Public License.
Installation:
tar xzf laptoptemp-0.2.tar.gz
cd cameramonitor-0.1
./configure
sudo make install
Enhancements:
- Added support for libnotify
- Ported to new gtk.StatusIcon
- Updated preferences panel
- Updated about information
- Removed notification on bad previous exit
- Added option to preferences for autostarting cameramonitor every session
<<lessCamera Monitor is released under the terms of the GNU General Public License.
Installation:
tar xzf laptoptemp-0.2.tar.gz
cd cameramonitor-0.1
./configure
sudo make install
Enhancements:
- Added support for libnotify
- Ported to new gtk.StatusIcon
- Updated preferences panel
- Updated about information
- Removed notification on bad previous exit
- Added option to preferences for autostarting cameramonitor every session
Download (0.024MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
976 downloads
QUAKE 4 Quakemas Map Pack
QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4. more>>
QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4.
This Map Pack is compatible with QUAKE 4 1.0, and updates 1.0.4.0 and 1.0.5.0.
This Map Pack consists of the file pak013.pk4 and contains the following multiplayer maps:
Campgrounds Redux (q4dm9):
With QUAKE 4s updated technology, Campgrounds Redux now has a fresh look and feel, revitalizing this QUAKE III(tm) classic. Excellent for any number of players, this updated version supports Deathmatch, Team Deathmatch and Tournament modes, where hard-core QUAKE fans can get crazy with this throw-back to one of their old favorites.
Railed (q4tourney1):
Set in an abandoned, rusting Strogg facility, the environment in Railed produces fast-paced frenetic tournament style action! This new map is all about close-quarters combat and hair-trigger reflexes as players hustle through the winding, multi-tiered corridors. Designed especially for Tournament play, Railed also supports Deathmatch and Team Deathmatch game modes, and is guaranteed to provide some thrilling fast-action gameplay.
Tremors (q4ctf7):
Built within a twisting underground cavern and peppered throughout with pipes, bridges, and catwalks, Tremors demands tactical expertise. Enemies attack from above and below in the enormous, multi-tiered environment, making team-play invaluable. Tremors is perfect for huge Capture-The-Flag games, and also supports the Arena Capture-The-Flag gameplay mode.
To use the new maps in the map rotation cycle, a new map cycle script file has been included with the Map Pack, called mapcycle-mp1.scriptcfg.
To use the new map cycle script:
1. On the Multiplayer- Create Server screen, click "Advanced Options"
2. In the "Map cycle script file" field, enter mapcycle-mp1.scriptcfg
3. Click "Close advanced options"
4. Start the server
Alternately, this can be set with the console command:
g_mapCycle mapcycle-mp1.scriptcfg
To uninstall, simply delete the pak013.pk4 file from your QUAKE 4q4base directory.
<<lessThis Map Pack is compatible with QUAKE 4 1.0, and updates 1.0.4.0 and 1.0.5.0.
This Map Pack consists of the file pak013.pk4 and contains the following multiplayer maps:
Campgrounds Redux (q4dm9):
With QUAKE 4s updated technology, Campgrounds Redux now has a fresh look and feel, revitalizing this QUAKE III(tm) classic. Excellent for any number of players, this updated version supports Deathmatch, Team Deathmatch and Tournament modes, where hard-core QUAKE fans can get crazy with this throw-back to one of their old favorites.
Railed (q4tourney1):
Set in an abandoned, rusting Strogg facility, the environment in Railed produces fast-paced frenetic tournament style action! This new map is all about close-quarters combat and hair-trigger reflexes as players hustle through the winding, multi-tiered corridors. Designed especially for Tournament play, Railed also supports Deathmatch and Team Deathmatch game modes, and is guaranteed to provide some thrilling fast-action gameplay.
Tremors (q4ctf7):
Built within a twisting underground cavern and peppered throughout with pipes, bridges, and catwalks, Tremors demands tactical expertise. Enemies attack from above and below in the enormous, multi-tiered environment, making team-play invaluable. Tremors is perfect for huge Capture-The-Flag games, and also supports the Arena Capture-The-Flag gameplay mode.
To use the new maps in the map rotation cycle, a new map cycle script file has been included with the Map Pack, called mapcycle-mp1.scriptcfg.
To use the new map cycle script:
1. On the Multiplayer- Create Server screen, click "Advanced Options"
2. In the "Map cycle script file" field, enter mapcycle-mp1.scriptcfg
3. Click "Close advanced options"
4. Start the server
Alternately, this can be set with the console command:
g_mapCycle mapcycle-mp1.scriptcfg
To uninstall, simply delete the pak013.pk4 file from your QUAKE 4q4base directory.
Download (16.4MB)
Added: 2005-12-23 License: Freeware Price:
1400 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 updated version 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