Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.950 Times

Rollback freeware
Filter: All | Freeware | Demo
 

Rollback

1 2 3 > 
Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 687

Comodo Time Machine Comodo Time Machine (CTM) is a powerful system rollback utility that allows users to quickly restore their computers to an earlier point in time. CTM 'snapshots' are a complete record of your entire system (including the registry, critical operating system files and user created documents). In... Platforms: Windows

License: Freeware Size: 18.65 MB Download (62): Comodo Time Machine Download

Added: May 10, 2013 | Visits: 314

Transactionable Objects This simple class allows sub-classes to commit changes to an instance to a history, and rollback to previous states. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Transactionable Objects Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 375

BeanShield BeanShield is a powerful Java library, that makes it easy to directly use your complex entity model in your UI (Web based and Client) without the need to copy or clone data to be able to rollback changes when a user clicks 'Cancel'. Platforms: Windows, Mac, Linux

License: Freeware Size: 109.57 KB Download (49): BeanShield Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 425

Data Storm When testing using a database with rollback after each test, failing tests are very hard to resolve. Data Storm is a simple DB viewer directly launchable from within your test code to enable you to inspect the current state of the database. Platforms: Windows, Mac, Linux

License: Freeware Size: 187.69 KB Download (48): Data Storm Download

Added: July 07, 2013 | Visits: 590

Connection PDO Class Connection PDO Class is a simple wrapper class that can be used to access SQL databases using the PDO API.It can establish connections, execute direct or prepared SQL queries, retrieve the all query results into a single array, begin, commit and rollback transactions. Platforms: PHP

License: Freeware Size: 10 KB Download (42): Connection PDO Class Download

Added: March 26, 2013 | Visits: 394

MySQL Transact MySQL Transact is a simple class can queue several MySQL database queries and execute them all at once in a single transaction. It provides means to add SQL queries to a queue.Once all SQL statements are added, MySQL Transact can start a transaction, execute each statement and finishes the... Platforms: PHP

License: Freeware Size: 10 KB Download (43): MySQL Transact Download

Added: April 27, 2013 | Visits: 436

DataSync FeedAPI DataSync FeedAPI imports FeedAPI feeds using DataSync instead of with hook_cron.There are several benefits to doing this: * It prevents FeedAPI imports from timing out cron.php and ensures FeedAPI imports run on schedule even if another long-running hook_cron job is running. * It allows you to... Platforms: PHP

License: Freeware Size: 10 KB Download (39): DataSync FeedAPI Download

Added: June 15, 2013 | Visits: 343

KwateeSDCM Simple and powerful free application deployment and configuration automation. Features: * Central repository for software and configurations * Software & configuration versioning * Single click rollout * Auditing of configuration changes * Multiple configuration sets (i.e. test,... Platforms: Mac

License: Freeware Size: 21.28 MB Download (40): KwateeSDCM Download

Added: June 06, 2006 | Visits: 11.893

RegistryReplacer Free Edition RegistryReplacer is a simple search & replace tool to use with the Windows registry. It provides precise hive selections, structured preview possibilities and rollback functions. The operations are limited to the registry types REG_SZ, REG_MULTI_SZ and REG_EXPAND_SZ. Platforms: Windows

License: Freeware Size: 1.01 MB Download (2052): RegistryReplacer Free Edition Download

Added: October 15, 2006 | Visits: 2.610

BackRex Easy What is it? BackRex is a settings backup and restore tool. It allows you to save your current Windows configuration, such as desktop layout, mouse cursors schemes, sound schemes, regional settings, etc. BackRex will also save customizations of Microsoft Office 95/97/2000/XP suite, settings of... Platforms: Windows

License: Freeware Size: 360 KB Download (173): BackRex Easy Download

Added: November 17, 2006 | Visits: 5.462

SQLyog SQLyog is a compact MySQL Front End for Windows. The program is aimed at users need an easy to use, no fuss, graphical interface to execute SQL queries. The program supports execution of multiple queries and selected (highlighted) or single queries and offers a template explorer to quickly insert... Platforms: Windows

License: Freeware Size: 480 KB Download (818): SQLyog Download

Added: November 19, 2006 | Visits: 2.692

01/13/04 Program Neo Tweaker Pro is intended for your operational system development, for improvement her work and increase computer speed. Using this program you can expose every possible interdictions speed up work of your system, protect your system from undesirable intrusions, clear various lists of... Platforms: Windows

License: Freeware Size: 1.62 MB Download (174): 01/13/04 Download

Released: July 08, 2005  |  Added: August 01, 2006 | Visits: 4.634

SQLyog MySQL GUI SQLyog is a compact Win32 Front End for the MySQL database server. The program is aimed at users that are familiar with SQL statements and need an easy to use, no fuss, graphical interface to execute SQL queries. The program supports execution of multiple queries and selected (highlighted) or... Platforms: Windows

License: Freeware Size: 34 MB Download (614): SQLyog MySQL GUI Download

Released: March 26, 2007  |  Added: April 01, 2007 | Visits: 4.586

EMS SQL Manager 2007 Lite for Oracle EMS SQL Manager for Oracle is a high performance tool for Oracle Database Server administration and development. SQL Manager for Oracle works with any Oracle versions from 8.1.7 to 10g and supports all Oracle objects and all Oracle data types including the new BINARY_FLOAT and BINARY_DOUBLE... Platforms: Windows

License: Freeware Size: 13.82 MB Download (368): EMS SQL Manager 2007 Lite for Oracle Download

Released: October 30, 2009  |  Added: November 23, 2009 | Visits: 1.965

PCTimeMachine Main Technical Functions: -Take snapshot -Support as many as 1000 snapshots; -Each snapshot contains 100% of the protected partitions; -Take less than 5 seconds to take a snapshot; -Easy to delete any snapshot. Restore system: -Restore You can easily choose any snapshot and... Platforms: Windows

License: Freeware Size: 6.64 MB Download (362): PCTimeMachine Download

Added: January 18, 2010 | Visits: 830

ReleaseAction ReleaseAction - call actions upon release. SYNOPSIS use ReleaseAction on_release; { # OO style my $handle = ReleaseAction->new( sub {print "Exiting scopen"} ); print "In scopen"; } { # Functional style my $handle = on_release {print "Exiting scopen"}; print "In scopen"; } { my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): ReleaseAction Download

Added: June 25, 2010 | Visits: 927

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: October 11, 2010 | Visits: 816

X2J X2J is an XML binding framework which performs validation, serialization, and deserialization without the use of XSDs. Instead, X2J project incorporates the strength of Annotations. Unit testing is cruicial. If there is Anything you can say about the tools you need in order to create a... Platforms: *nix

License: Freeware Size: 61.44 KB Download (92): X2J Download

Added: July 10, 2010 | Visits: 2.091

php-sqlite3 php-sqlite3 project is a PHP extension that lets you access SQLite3 databases within your scripts. PHP 4 and PHP 5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release. Please note that this project is still... Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): php-sqlite3 Download

Added: April 15, 2010 | Visits: 899

Journaled Files LIBrary Journaled Files LIBrary allows you to perform atomic transactions on standard files. It supplies functions to commit and rollback (back-out) changes. Journaled files are normal files that you can browse and parse with standard tools. A journal (log) stores all transactional info. Whats New in... Platforms: *nix

License: Freeware Size: 962.56 KB Download (91): Journaled Files LIBrary Download

1 2 3 >