changed
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4440

Luna Element 1.8
Luna Element brings you an advanced product that is a port of the totally awesome msstyle Luna Element theme. more>>
Luna Element 1.8 brings you an advanced product that is a port of the totally awesome msstyle Luna Element theme.
Enhancements: Changed the pixmaps to the ones from the msstyle for the combo boxes.
Added: 2009-07-27 License: GPL Price: FREE
downloads
Added: 2009-03-22 License: Perl Artistic License Price: FREE
14 downloads
Ah3 Beta 3
Ah3 project is an invoicing and inventory system for repair shops. more>>
Ah3 project is an invoicing and inventory system for repair shops. Out of the box it is focused towards autmotive repair shops but can be readily changed for any sort of shop without any knowledge of coding or recompiling the application.
Main features:
- Customer and vehicle database
- Inventory management
- Customizable invoice generation
- Forms which can be redily customized without code changes
- Minimal data changes from Ah2
- Building on MS Windows is possible
<<lessMain features:
- Customer and vehicle database
- Inventory management
- Customizable invoice generation
- Forms which can be redily customized without code changes
- Minimal data changes from Ah2
- Building on MS Windows is possible
Download (0.003MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
796 downloads
Hash::Diff::Dispatch 0.01
Hash::Diff::Dispatch allows to execute code depending on difference between hashes. more>>
Hash::Diff::Dispatch allows to execute code depending on difference between hashes.
SYNOPSIS
my $hash_watcher = Hash::Diff::Dispatch->new(
{}, # Sets the starting hash
# The events will be called using the order returned
# by calling keys on these values...
b => &bold,
i => &italic,
);
# Will call: bold(on, 5)
$hash_watcher->update( { b => 5, a => la } );
# Will call: bold(changed, 6)
$hash_watcher->update( { b => 6 } );
# Will call: bold(changed, 0)
$hash_watcher->update( { b => 0 } );
# Will call: bold(off)
$hash_watcher->update( {} );
METHODS
new
Accepts a starting hash-ref, and then a list of keys you want to watch, and the code to execute when they change. It will take a copy of the hash in the hash-ref you specify.
update
Accepts a hash-ref, which itll take a copy of, and make it the saved hash to check the next call to update again.
If a keys value has changed, itll execute the code specified when you created the object. If the key exists where it didnt before, itll pass on as the first argument, and the new value as the second. If its changed, changed and the new value. If its been deleted, itll pass off.
<<lessSYNOPSIS
my $hash_watcher = Hash::Diff::Dispatch->new(
{}, # Sets the starting hash
# The events will be called using the order returned
# by calling keys on these values...
b => &bold,
i => &italic,
);
# Will call: bold(on, 5)
$hash_watcher->update( { b => 5, a => la } );
# Will call: bold(changed, 6)
$hash_watcher->update( { b => 6 } );
# Will call: bold(changed, 0)
$hash_watcher->update( { b => 0 } );
# Will call: bold(off)
$hash_watcher->update( {} );
METHODS
new
Accepts a starting hash-ref, and then a list of keys you want to watch, and the code to execute when they change. It will take a copy of the hash in the hash-ref you specify.
update
Accepts a hash-ref, which itll take a copy of, and make it the saved hash to check the next call to update again.
If a keys value has changed, itll execute the code specified when you created the object. If the key exists where it didnt before, itll pass on as the first argument, and the new value as the second. If its changed, changed and the new value. If its been deleted, itll pass off.
Download (0.003MB)
Added: 2007-08-15 License: Perl Artistic License Price:
800 downloads
DBI::Changes 1.58
DBI::Changes Perl module contains a list of significant changes to the DBI. more>>
DBI::Changes Perl module contains a list of significant changes to the DBI.
<<less Download (0.48MB)
Added: 2007-07-26 License: Perl Artistic License Price:
820 downloads
Tracx 1.4.2 (Java Tracx)
tracx project reads and stores any kind of XML data using a dedicated programming language. more>>
tracx project reads and stores any kind of XML data using a dedicated programming language. Read XML structure can be traced and changed.
Unix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.
<<lessUnix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.
Download (0.58MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
822 downloads
termit 1.0.1
termit is a simple terminal emulator based on vte library. more>>
termit is a simple terminal emulator based on vte library.
Main features:
- tabs
- bookmarks
- changing tab name
- changing font for tabs
- encodings (all available from GTK2)
Configuration can be changed via $HOME/.termit file (example is provided).
Enhancements:
- Calls to getenv were replaced with g_getenv.
- A possible double free was fixed.
<<lessMain features:
- tabs
- bookmarks
- changing tab name
- changing font for tabs
- encodings (all available from GTK2)
Configuration can be changed via $HOME/.termit file (example is provided).
Enhancements:
- Calls to getenv were replaced with g_getenv.
- A possible double free was fixed.
Download (0.017MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
830 downloads
Squirrel Shell 1.2
Squirrel Shell is made as a cross-platform alternative to system shells like bash in *nix. more>>
Squirrel Shell is made as a cross-platform alternative to system shells like bash in *nix.
Main features:
- object-oriented programming;
- C++-like syntax;
- dynamic typing;
- delegation;
- generators;
- exception handling;
- weak references;
Enhancements:
- Added: fprintl() function.
- Added: regcompile(), regmatch(), regfree(), regfreeall() and regerror() functions.
- Fixed: Passing null as redirIn parameter for run() function.
- Fixed: readdir() function truncated path at the first slash.
- Fixed: Floating point numbers staring with integer part equal to zero (for example, 0.123) were treated as octal integers.
- Fixed: Documentation for printl() function.
- Fixed: Potential buffer overflow in scan() and fscan() functions.
- Fixed: substr() returned one redundant character.
- Changed: Leading and trailing spaces in paths are removed.
- Changed: SQUIRREL_VERSION is now "2.1.3.1".
- Changed: Increased internal buffer for scan() and fscan() functions.
- Changed: Removed .dummy files and source code from Windows installer.
<<lessMain features:
- object-oriented programming;
- C++-like syntax;
- dynamic typing;
- delegation;
- generators;
- exception handling;
- weak references;
Enhancements:
- Added: fprintl() function.
- Added: regcompile(), regmatch(), regfree(), regfreeall() and regerror() functions.
- Fixed: Passing null as redirIn parameter for run() function.
- Fixed: readdir() function truncated path at the first slash.
- Fixed: Floating point numbers staring with integer part equal to zero (for example, 0.123) were treated as octal integers.
- Fixed: Documentation for printl() function.
- Fixed: Potential buffer overflow in scan() and fscan() functions.
- Fixed: substr() returned one redundant character.
- Changed: Leading and trailing spaces in paths are removed.
- Changed: SQUIRREL_VERSION is now "2.1.3.1".
- Changed: Increased internal buffer for scan() and fscan() functions.
- Changed: Removed .dummy files and source code from Windows installer.
Download (0.44MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
859 downloads
Streamnik Server 0.02
Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. more>>
Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. It can stream a number of different channels and is optimized to run on leased (virtual) servers. The program schedule is defined by an SQL database table and can be changed at runtime.
<<less Download (0.12MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 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
mod_myuserdir 0.99.3
mod_myuserdir is Apache 1.3.xx module for dynamically configured mass userdirs with php. more>>
mod_myuserdir is an Apache 1.3.xx module for dynamically configured mass userdirs with php. All configurations are stored in MySQL database.
- No need to have every user in system userbase (/etc/passwd), no need to restart apache after configuration changed (homedir changed, user [un]blocked...).
- After all, it is capable to change settings of PHP4 dynamically (if php is loadable module or it is linked with apache) for any user. By default, it sets open_basedir as homedir to prevent user from stoling files from other users and from your server, but you have ability to change almost any parameter that exists in php.ini, for example, you can turn on safe_mode or register_globals for particular user, if it has old php scripts that use global variables.
<<less- No need to have every user in system userbase (/etc/passwd), no need to restart apache after configuration changed (homedir changed, user [un]blocked...).
- After all, it is capable to change settings of PHP4 dynamically (if php is loadable module or it is linked with apache) for any user. By default, it sets open_basedir as homedir to prevent user from stoling files from other users and from your server, but you have ability to change almost any parameter that exists in php.ini, for example, you can turn on safe_mode or register_globals for particular user, if it has old php scripts that use global variables.
Download (0.017MB)
Added: 2007-05-26 License: The Apache License 2.0 Price:
881 downloads
jDBSync 0.9.3
jDBSync project provides ANT tasks with which you will be able to find differences between two databases. more>>
jDBSync project provides ANT tasks with which you will be able to find differences between two databases while offline and prepare SQL to update any of them.
Some additional ANT tasks to discover database structure (tables list, table structure, etc.) are provided.
Enhancements:
- Export task has been changed to use userid as default schema
- New possibility: creation of HTML report
<<lessSome additional ANT tasks to discover database structure (tables list, table structure, etc.) are provided.
Enhancements:
- Export task has been changed to use userid as default schema
- New possibility: creation of HTML report
Download (1.1MB)
Added: 2007-05-24 License: Free To Use But Restricted Price:
883 downloads
RetrospeKt 0.3
RetrospeKt is my attempt to make working with backups easier and more intuitive. more>>
RetrospeKt is my attempt to make working with backups easier and more intuitive. The project is inspired by Apples "Time machine" backup system and is based on rsnapshot backup script. With Retrospect you can easily browse your folders (in konqueror) as they were at any previous backup point. A simple konqueror service menu entries are also provided for:
- restoring files from backups
- comparing any two versions of a text file with the excellent Kompare (see exactly what you changed and possibly un-apply those changes)
- browsing all the versions of the selected file
- finding all the deleted files in the current directory
- listing all the changes made on the selected file/directory
NOTE: You have to have a working rsnapshot for this script to work.
Enhancements:
- name changed to RetrospeKt because, apparently, there already is a Retrospect backup software for MacOSX
- Cosmetic changes in the Journal
- installation script added
- RetrospeKt autoconfiguration
<<less- restoring files from backups
- comparing any two versions of a text file with the excellent Kompare (see exactly what you changed and possibly un-apply those changes)
- browsing all the versions of the selected file
- finding all the deleted files in the current directory
- listing all the changes made on the selected file/directory
NOTE: You have to have a working rsnapshot for this script to work.
Enhancements:
- name changed to RetrospeKt because, apparently, there already is a Retrospect backup software for MacOSX
- Cosmetic changes in the Journal
- installation script added
- RetrospeKt autoconfiguration
Download (0.017MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
897 downloads
QiuX 1.2
QiuX is a GDM theme for the GNOME desktop. more>>
QiuX is a GDM theme for the GNOME desktop.
I though my first theme wasnt finish and so I made a new one - which I say it is better version of the first.
Dont think I am stuck with this idea, I just want to perfect it and when I will be pleased I will make other cool GDM themes.
So, what did I do in this new theme? I changed a little the buttons, added a cool gradient, changed the color of the text "Username:".
<<lessI though my first theme wasnt finish and so I made a new one - which I say it is better version of the first.
Dont think I am stuck with this idea, I just want to perfect it and when I will be pleased I will make other cool GDM themes.
So, what did I do in this new theme? I changed a little the buttons, added a cool gradient, changed the color of the text "Username:".
Download (0.26MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
903 downloads
PushSite 2.6
PushSite provides an utility to update remote site. more>>
PushSite provides an utility to update remote site.
Pushsite is intended for updating remote websites -- its like mirroring but in reverse. It only sends the changed/new files to conserve bandwidth. Of course, it has other applications too (e.g. software distribution).
PushSite can detect changes to files held on the local system and update a copy on a remote system via FTP. It can also detect changes made directly to the remote site (basic intrusion detection). Only the amended files are updated thereby conserving bandwidth.
<<lessPushsite is intended for updating remote websites -- its like mirroring but in reverse. It only sends the changed/new files to conserve bandwidth. Of course, it has other applications too (e.g. software distribution).
PushSite can detect changes to files held on the local system and update a copy on a remote system via FTP. It can also detect changes made directly to the remote site (basic intrusion detection). Only the amended files are updated thereby conserving bandwidth.
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
910 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 changed 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