28 programs for "simple sync" with 1 filter applied:

  • User Testing Platform | Testeum Icon
    User Testing Platform | Testeum

    Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    Envy

    Envy

    Keep your .env.example file up to date

    Automate keeping your environment files in sync. How many times have you onboarded a new dev onto your team, only to have to spend ages debugging with them because your project's .env.example file is wildly outdated? Too many to count if you're anything like us. Wouldn't it be nice if there were a way to ensure your environment files stay up to date? That's why we created Envy. With a simple Artisan command, you can sync your environment files with your project config to keep everything fresh.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Actix

    Actix

    Actor framework for Rust

    ... and stops when the actor finishes. Check the API docs for more information on the actor lifecycle. An Actor communicates with another Actor by sending messages. In actix all messages are typed. Let's define a simple Sum message with two usize parameters and an actor which will accept this message and return the sum of those two numbers. Here we use the #[actix::main] attribute as an easier way to start our System and drive our main function.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Lettuce

    Lettuce

    Advanced Java Redis client for thread-safe sync, async, etc.

    .... Lettuce comes with an API that gets you started quickly. Its simple yet powerful programming model allows you for trivial use-cases as well as for chained asynchronous flows. Redis Standalone, Master/Slave, Redis Sentinel and Redis Cluster. Lettuce connects with all operational models natively supported by Redis. Partition-tolerance, Read Slaves and Transport-Level-Security provide the required foundation for highly scalable applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Laravel Scout

    Laravel Scout

    Provides a driver based solution to searching your Eloquent models

    Laravel Scout provides a simple, driver-based solution for adding full-text search to your Eloquent models. Once Scout is installed and configured, it will automatically sync your model changes to your search indexes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    GTD Sync

    GTD Sync

    The Freeplane add-on that syncs a GTD mind map with a todo.txt file

    ... actions to the todo.txt file. In this way both files will stay synchronised. In addition you need a cloud service like Dropbox to keep your todo.txt file in sync between systems. For more information on Freeplane, see http://www.freeplane.org/wiki/index.php/Main_Page The todo.txt format is a simple set of rules that makes todo.txt both human and machine-readable, see http://todotxt.com/. The add-on is inspired by Freeplane|GTD, see http://auxilus.com/blog/freeplanegtd/
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    EasyZSwoole

    EasyZSwoole

    swoole, easyswoole, swoole framework

    EasySwoole is a distributed swoole framework with a permanent memory. It is born specifically for API and supports the simultaneous monitoring of HTTP, WebSocket, self-defined TCP, UDP protocol, and has rich components, such as collaboration Connect Pool, TP style co-process ORM, co-process microcredit SDK, co-process Kafka client, co-process ElasticSearch client, co-process Consul client, co-process Redis client, co-process Apollo client, co-process NSQ client, co-process self-definition...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    fileaxy

    fileaxy

    Fileaxy does file sync, de-duplication, image matching & bulk preview

    Fileaxy is a file de-duplication, organization, synchronization, and bulk previewing tool which utilizes a new user interface for local file management. Using content hashing or machine vision algorithms, Fileaxy can detect identical files as well as similar names, images, videos, or fonts and correlate those to others based on naming conventions. Optionally integrates with ImageMagick, GraphicsMagick, FFmpeg, and Mac Sips file decoding with a simple button click. Fileaxy opens NO network...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    simple rdist rcs and tools , srtools

    simple rdist rcs and tools , srtools , synchronizing

    srtools is a set of simple remote tools. the main two to mention: simple rdist distributes files or commands across hosts. srdist(1) understands rcs(1) files and host based files. there are several other tools see README. rcs tools has a few things , like "late-checkins" to check for files that one forgot to check in an dorev to force check in / do easy check in (avoiding complicated options). host based files is a way to allow hosts to distribute all files without clobbering host...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Simple Way to Usenet

    Usenet Report Engine greatly inspired by defunct newzbin

    Usenet Report Engine greatly inspired by defunct newzbin. Support search on binnewz and nzbindex.nl to easily create report. web frontend to hellanzb, SABnzbdPlus.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10
    Fleeting Password Manager

    Fleeting Password Manager

    Fleeting Password Manager generates and manages passwords.

    Fleeting Password Manager is a simple program that generates highly secure pseudo-random passwords from the given master password, URL/ID (e.g. facebook, www.facebook.com, google, my_server..) and user name. The user needs to remember only her master password to recover other passwords. Passwords are always regenerated on-the-fly from the given login data when needed and are never saved. In other words, Fleeting Password Manager combines the password creation and management. The length...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    OraMySQL

    A simple set of programs to sync Oracle to a MySQL database

    If you have just a small number of Oracle tables that you want to sync to a MySQL database, then this might be what you want. It is really simple. The concept is to add a small extproc to Oracle that sends UDP messages and then have a receiver for those messages that applies whatever it gets to MySQL. This is simple, but effective, but is also has a few drawbacks. But if you can live with them, this might be just what you are looking for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Synkron
    Synkron is a simple Qt application that allows you to sync folders, for example a flash disk with a folder on your hard disk.
    Leader badge
    Downloads: 220 This Week
    Last Update:
    See Project
  • 13
    waave

    waave

    A modular and multi-contextual audio/video library

    Waave intent to be a simple, modular and multi-contextual audio/video library based on FFmpeg and SDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JTL Mage Connect strives at offering a connector to provide integration between the ERP system JTL-Wawi and the popular online shop Magento. Initial version provided by Sysgrade GmbH (www.sysgrade.de) and Onedrop Solutions GmbH & Co KG (www.1drop.de)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Protocol Simulator

    Protocol Simulator

    Protocol simulator

    Easy protocol simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Very simple disk synchronization suitable for maintaining a backup directory. I built it to keep Photos and MP3s on my NAS in sync with my laptop and desktop. Will do one-way or two-way (mirrored), but does not delete. All Java, no GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Simple Lossless Ad-hoc Protocol (SLAP) is designed to be used for wireless digital data transfer on embedded systems. The program is built for uClinux, a derivative of Linux designed for embedded microcontrollers, but can be easily ported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flexync (Flexible synchronization) adjusts flexibly to your synchronization needs: it is always simple in use and lightweight, runs on many platforms, on single PC or in a network of stationary/mobile agents, and allows you to use advanced options!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    emerge-resume helper
    [A Gentoo Portage Tool] Keeps resuming last-emerge after all errors (loops until done) . Makes rebuilding the toolchain/world or doing updates very simple---just start and then sleep =)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SSH-Toggler
    A simple python based tool for toggling the state of SSH Server in Debian systems featuring a small GTK2-GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A simple customizable webpage to store all your most used weblinks. It aims to be The Most Simple & Powerfull in it's category.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A small and very simple player to synchronize the playback of media (yet only music) on several computers using a similarly lightweight server. Server and client both use the Qt toolkit and the client uses Phonon for playback.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Upload any kind of junk you want. A simple content collaboration and synching tool featuring Wiki-like versioning of arbitrary files with REST access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple command-line one-way directory synchronization tool. Synchronize a specified target to match a specified source. Only the target is modified. Works on files & directories. Features flexible file matching, simulation mode, unattended usage & more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PDesk is a desktop companion for Progect (http://sf.net/projects/progect), written in Python/wxPython, running under linux and windows, maybe even MacOS. It is a simple project management program, that can sync with a palm under windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next