Showing 23 open source projects for "e-root"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Watchman

    Watchman

    A file watching service that records when files change

    Watchman purpose is to watch files and record when there are changes. It can trigger actions (rebuilding assets, for example) when there is a change in matching files. The watchman executable has both the client and the server components of the watchman service. When running watchman, it will attempt to communicate with your existing server instance (each user has their own persistent process), and will attempt to start it if it doesn’t exist. There are some options that affect how watchman...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    NERDTree

    NERDTree

    A tree explorer plugin for vim

    ...The plugin is engineered around efficient keyboard navigation, offering intuitive mappings to collapse, expand, and jump between nodes. It supports bookmarks and custom root changes, which is particularly useful when working in monorepos or juggling multiple projects. Visual cues and icons (via companion plugins) help you parse directory structure at a glance, improving orientation in large codebases. NERDTree can be configured to open automatically on startup or to reveal the current file, weaving the tree into your workflow. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    elFinder

    elFinder

    Open-source file manager for web, written in JavaScript

    ...All operations with files and folders on a remote server (copy, move, upload, create folder/file, rename, etc.). High-performance server backend and light client UI. Multi-root support. Local file system, MySQL, FTP, SFTP, Box, Dropbox, GoogleDrive and OneDrive volume storage drivers. Support AWS S3, Azure, Digital Ocean Spaces and more with League\Flysystem. Flysystem driver. Cloud storage (Box, Dropbox, GoogleDrive and OneDrive) drivers. Background file/folder upload with Drag & Drop HTML5 support.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Maestral

    Maestral

    Open-source Dropbox client for macOS and Linux

    ...Maestral is not an official Dropbox App. It therefore does not count towards the three-device limit for Basic Dropbox accounts. Exclude local items from syncing by placing a .mignore file in the Dropbox root with patterns matching any number of items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    BitFresh V1.1

    BitFresh V1.1

    Prevent Bitrot with BitFresh!

    Prefent Bitrot with BitFresh! -Easy to use -Safe -Refreshes the E:\ Disk! (Usb-Stick,Sd card,...) Update:V 1.1 adds: -Select your own Root Dictionary -More Informarion about the prozzes of the refreshing
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    XSIBackup-App

    XSIBackup-App

    Backup and replicate Linux files, databases and ©VMWare ©ESXi VMs

    ...https://33hops.com/xsibackup-app-detailed-installation-instructions.html ©XSIBackup-App connects to multiple Linux or ©ESXi servers and backs VMs & files up to, local disk, NFS, iSCSI, Samba, etc... or to any Linux or ©ESXi server over IP, it just needs the SSH port open. This appliance is based in CentOS 7 and has root access. You can install any available software, including drivers for Amazon S3, Azure, Google Cloud, etc... We have improved speed with regards to the hypervisor service versions, mainly due to more flexible buffering. It follows the same principles and command line arguments as ©XSIBackup-DC. This new approach has many advantages over the software running directly in the Hypervisor OS, as it can backup an unlimited number of servers from a centralized console and you don't need to install anything in the Hypervisor OS
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ADB Sync

    ADB Sync

    Synchronize files between a PC and Android device using ADB

    adb-sync is a command-line utility designed to synchronize files between a PC and an Android device over the Android Debug Bridge (ADB). It simplifies the process of transferring and mirroring directories without requiring root access or complex configuration. By comparing file states between the host and the device, adb-sync efficiently updates only changed files, reducing transfer time and bandwidth usage. The tool also supports reverse synchronization, allowing users to copy data from an Android device back to their PC. While this project has been deprecated in favor of better-adb-sync, it remains a lightweight and effective option for managing file transfers and backups over USB debugging connections.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Database Backup Manager

    Database Backup Manager

    Database backup manager for dumping to and restoring databases from S3

    ...We recommend using the vagrant configuration supplied with this package for development and contribution. Simply install VirtualBox, Vagrant, and Ansible then run vagrant up in the root folder. A virtual machine specifically designed for the development of the package will be built and launched for you. Backup to / restore from any configured filesystem. Configure your filesystems. Configure your databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    drumucass

    drumucass

    drumucass: tools for the E-mu Drumulator data cassette format

    drumucass: tools for the E-mu Drumulator data cassette format Included tools: * drumucassdecode: decode Drumulator data cassette * drumucassencode: encode Drumulator data cassette * drumumemparse: parse Drumulator NVRAM image * drumumemupgrade: upgrade firmware version 1 Drumulator NVRAM image * drumusoundlist: list drum sounds in Drumulator ROM images Special features: Decoding of segments and songs, export to MIDI files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    Redux Persist

    Redux Persist

    Persist and rehydrate a redux store

    Basic usage involves adding persistReducer and persistStore to your setup. Every app needs to decide how many levels of state they want to "merge". The default is 1 level. If you are using react, wrap your root component with PersistGate. This delays the rendering of your app's UI until your persisted state has been retrieved and saved to redux. State reconcilers define how incoming state is merged in with initial state. It is critical to choose the right state reconciler for your state. Redux persist ships with react integration as a convenience. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    rene file renamer

    Windows/Linux lexical/semantic multiple file renamer

    Rene is an extended file renamer command line program written in Python for Windows and Linux. Its goal is to be easy to use but powerful. For basic use, the command syntax is as simple as Windows ren and Linux mv yet affords greater flexibility in reusing parts of the original name and formulating its replacement. Features include: -- Automatic name adjustment to avoid existing file names with a choice of parameterized collision avoidance schemas. -- Semantic name selection, for example,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    tinyfilemanager

    Web based File Manager in PHP, Single File and light weight

    Tiny PHP File Manager It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5.5+ available.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    luckyBackup

    luckyBackup

    ...a powerful, fast and reliable backup & sync tool.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ windows users, note that luckybackup is originally developed for linux and the windows port (version) is under heavy development at the moment. Feedback is more than welcome and will be appreciated, but please consider the above before you provide a negative review. windows dedicated forum: https://sourceforge.net/p/luckybackup/discussion/2264489/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • 14
    Copy Milk - a console program on ideology reminiscent robocopy but it has a number of significant innovations and differences: + Separation of keys for files and folders + Ability to use the same key several masks at the same time + Copy rights for files and folders separately + Rename files and folders in the backup process with fine-tuning and regular expressions + Transliteration of names of files and folders specific to a 9-major languages ​​post-Soviet space + Compression and decompression of files when copying + Ability to encrypt and decrypt the files when you copy more than 12yu different algorithms + Combination of compression and encryption and decryption respectively, and a release of files for copying + Creation mirror copies of folders and subfolders + Ability to execute an external program for each successfully processed file by specifying it in the parameters of the last run (eg. That would send a E-Mail with compressed and encrypted files) ....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Gutentags

    Gutentags

    A Vim plugin that manages your tag files

    ...The plugin supports multiple tag generators, including Universal ctags, Exuberant ctags, and GNU global, selecting the best available backend automatically. Gutentags is project-aware: it stores tags per project root and integrates smoothly with version-control repositories. It is asynchronous where possible, keeping Vim responsive during indexing. The result is frictionless code navigation—jumping to definitions or browsing symbol lists becomes effortless across large codebases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MBSyncBackup

    Simple MacOS backup app based on the rsync UNIX command

    - Can send e-mail after finish the copy. - Can run in loop (synchronizing folder). - Support multiple copies. - Free space detection on the destination volume and alert e-mail if not enough. - Count the updatable files on the source volume and the total files on the destination and sum them both (for systems with limits on the number of files, like the Sony ODS)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Nimbus Perfeito
    Esse é um projeto em paralelo com o Fórum http://itbr.org, criado para armazenar correções de problemas, patchs de funcionalidade, pacotes e materiais sobre o Nimbus Backup Opensource. Esse não é o repositório oficial do projeto. Todas as modificações postadas nesse projeto são dos membros do fórum. Essas modificações devem ser testadas entes de colocar em produção, pois algum bug pode acontecer, porém antes de postar ja foram testadas. O uso é por conta e risco, onde os problemas podem ser relatados no fórum.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    FTP to Zip

    FTP to Zip

    FTP to Zip takes browser based FTP backup of WordPress

    ...Basically it uses PHP ZipArchive class ZipArchive(); which can not be used without shell access directly. The first script checks and shows up your WordPress Installation root. Depending upon the size of your FTP content, it can taken few minutes to few hours to complete the process and will create a zip file on the root where the script is made to run. On the next screen, you will get the option to download it to your computer as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project is used for restoring crashed OS(currently linux and windows) from backups of their root file systems. It contains diskless OS(debian-based) and some shell scripts to restore OS and bootloader.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    WebBackup
    WebBackup is a PHP backup system that you can do backup of files and mysql databases and send to another server by FTP. You just need to create a schedule with the parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SDocument (SoftnewDocument) una soluzione per il document management. Gestisce tutti i tipi di file,li versiona e li visualizza in base alla profilazione degli utenti. Sito del produttore http://www.softnew.it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MyBackupTcl is a software that allows users (or a system administrators) to create the backup of own files in easy and automatic way. It includes bzip2 compression,GNU PGP,dvd and cd ISO,FTP,e-mail,automatic dumping for mysql,SVN,Trac and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Film@PHP č un programma che permette in modo semplice e veloce di catalogare film in un database mySQL. Scritto in PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB