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.256.150 Times

Synchronization Application freeware
Filter: All | Freeware | Demo
 

Synchronization Application

1 2 3 4 5 > 
Added: February 27, 2010 | Visits: 1.287

Funambol Funambol is open source mobile application server software that provides push email, address book and calendar (PIM) data synchronization, application provisioning, and device management for wireless devices and PCs, leveraging standard protocols. For users, this means BlackBerry-like...



Platforms: *nix

License: Freeware Download (105): Funambol Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 691

DeltaWalker for Mac OS A file and folder comparison and synchronization application/diff tool for Mac OS X that lets you compare, edit and merge files - source, XML, HTML, Office and PDF, ZIPs, JARs, etc. - and synchronize folders; locally and remotely. It does so visually and intuitively, offering clarity,...





Platforms: Mac

License: Freeware Size: 40.1 MB Download (54): DeltaWalker for Mac OS Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 276

Capivara - Java filesync Capivara is a graphical file transfer and file synchronization application. It supports network protocols such as SFTP and FTP.


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.15 MB Download (42): Capivara - Java filesync Download

Added: January 25, 2010 | Visits: 573

LexSynch LexSynch is a basic directory-synchronization application. Given two directories, it copies files from one to the other. Unlike the Finder, if the destination directory already has a file with the same name and the same (or a newer) creation date, then the file is not copied -- this saves lots of...


Platforms: Mac

License: Freeware Download (101): LexSynch Download

Added: August 06, 2008 | Visits: 1.155

Saint Martin's Synchronization A console application for one-way synchronization of disks/folders with optimal set of well thought-out parameters. In this version of SMS the duration of lists processing is reduced several thousand times and fundamentally new possibilities are added.


Platforms: Windows

License: Freeware Size: 286 KB Download (448): Saint Martin's Synchronization Download

Added: January 18, 2010 | Visits: 1.527

The Hiker Application Framework Hiker is a mobile Linux Application Framework. The project provides a set of services to install and manage applications, and the ability to integrate communication between applications, enabling a seamless user experience for music, messaging, and other advanced features on mobile phones. It...


Platforms: *nix

License: Freeware Size: 3.6 MB Download (125): The Hiker Application Framework Download

Added: November 26, 2010 | Visits: 1.697

The Kava Telnet Application The KTA is a complete telnet and SSH application designed for use by both end-users and developers. For end-users it provides a cross-platform vt320-compatible terminal written in Java. For developers it provides an extensible plugin API that can be used to implement automated telnet and SSH...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (176): The Kava Telnet Application Download

Added: November 27, 2013 | Visits: 1.238

Zaurus Synchronization Repository Zaurus Synchronization Repository is a project that aims to provide a solution for synchronizing the Sharp Zaurus on Linux and Mac OS X operating systems. Initially zync and zync-gui were created for PIM (Personal Information Management) synchronization. However, we have halted those efforts and...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (98): Zaurus Synchronization Repository Download

Added: April 21, 2010 | Visits: 1.299

Curses::Application Curses::Application provides the Curses Application Framework. Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is define the application forms and contents in the DATA...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Curses::Application Download

Added: May 09, 2010 | Visits: 1.993

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.825

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: February 23, 2010 | Visits: 7.254

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: October 18, 2010 | Visits: 1.847

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.360

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: January 11, 2010 | Visits: 1.385

Calyxo Web Application Framework Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (95): Calyxo Web Application Framework Download

Added: August 09, 2010 | Visits: 1.072

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

Added: January 23, 2010 | Visits: 1.538

SME Web Application Framework SME Web Application Framework provides a Web application framework for small and medium-sized organizations. SMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (111): SME Web Application Framework Download

Added: June 14, 2010 | Visits: 1.118

CGI::Application::Magic CGI::Application::Magic is a template based framework for CGI applications. SYNOPSIS package WebApp ; use base CGI::Application::Magic ; # optional runmethod sub RM_myRunMmode { ... do_something_useful ... ... no_need_to_set_page ... ... returned_value_will_be_ignored ... } #...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): CGI::Application::Magic Download

Added: February 25, 2010 | Visits: 1.449

Bundle::Application::Magic Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Application::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Bundle::Application::Magic Download

Added: October 23, 2010 | Visits: 1.187

OpenPlugin::Application OpenPlugin::Application is a subclass of CGI::Application, meant to help you create reusable web applications. SYNOPSIS # Example from OpenThoughts Demo.pm package Demo; use base "OpenPlugin::Application"; sub setup { my $self = shift; $self->run_modes( mode1 => init_demo, mode2 =>...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (93): OpenPlugin::Application Download

1 2 3 4 5 >