Showing 22 open source projects for "python-4suite-xml"

View related business solutions
  • Turn speech into text using Google AI Icon
    Turn speech into text using Google AI

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 1
    Areca Backup

    Areca Backup

    Areca Backup fork (2024)

    This independent development (fork) of Areca Backup attempts to extend its lifespan by fixing bugs and adding some new features while keeping its simplicity. Areca was originally developed by Olivier PETRUCCI (aventin): https://sourceforge.net/projects/areca/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Configuration Backup (ConfiBack)

    Configuration Backup (ConfiBack)

    Project for backing up network device configuration

    Using this project you can make backup and track changes of configuration of network devices like switches, routers, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing in C++17/20

    DocWire SDK, a standout C++17/20 data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. The upcoming integration of C++17 and C++20 will bring advanced functionalities, particularly in areas like HTTP capabilities and web data extraction. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    pandas-datareader

    pandas-datareader

    Extract data from a wide range of Internet sources

    Up-to-date remote data access for pandas. Works for multiple versions of pandas. Install using pip and then import and use one of the data readers. This example reads 5-years of 10-year constant maturity yields on U.S. government bonds. Stable documentation is available on github.io. A second copy of the stable documentation is hosted on read the docs for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • 5
    Savvy Repair for Microsoft Office

    Savvy Repair for Microsoft Office

    Repairs/Recovers Corrupt MS Office 2007 - 2013 Format Files

    DOCX, XLSX and PPTX files are collections of conventionally zipped mostly XML sub-files. This program first attempts repair any zip based corruption. From there it engages in four different algorithmic attempts at repair or recovery. With the first method using validation, the location of the first XML error is sought. At that point the sub-files are truncated and repaired. The second method works the same way except the XML validation is more lax. With the third, the strict XML validation...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    XML Truncator-Fixer

    XML Truncator-Fixer

    Truncates XML at first error-uses the xmllint to add correct end tags.

    XML is intolerant of errors. This program will automatically salvage XML files by finding the first XML error, then truncating a configurable number of characters before the error and finally using the great xmllint to recover the xml file by automatically adding the correct end tags. The program starts with a default of 50 characters truncation. This truncation value may need to be changed if the truncation happens in the middle of a complex tag as xmllint may not know how to recover...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    opendmp

    An Open-source implementation of the ndmpv4 protocol

    Opendmp is an implementation of the NDMP v4 protocol written in python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    General software and open source projects
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Savvy DOCX Recovery

    Savvy DOCX Recovery

    Open corrupt Word DOCX files and possibly recover formatting too.

    XML was designed from the beginning to be intolerant of errors. This decision adversely affects MS Word's corruption recovery. With one error in the document.xml subfile where all the DOCX file's text is stored, instead of a partial recovery, Word will stop and throw an error. Savvy DOCX Recovery attempts to do precise surgery on corrupt Word documents to reorder or excise bad XML tags. If this doesn't work, it uses the command line app xmllint first to attempt to repair corrupt XML...
    Leader badge
    Downloads: 302 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    Areca Backup
    Areca-Backup is a file backup software that supports incremental, image and delta backup on local drives or FTP servers. Areca-Backup also allows you to browse your backups and navigate among different version of the files contained in your archives.
    Leader badge
    Downloads: 231 This Week
    Last Update:
    See Project
  • 11

    lbatofile

    Map logical block address to filename

    A sysadmin tool that maps a sector (for example a bad sector) to a filename (so you know which file got trashed). It relies on and integrates a variety of other tools such as blkid, lvm, and debugfs to chase the sector number through the layers of partitions, logical volumes, and filesystems that are part of a modern system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Corrupt Extractor for Microsoft Office

    Corrupt Extractor for Microsoft Office

    Extracts text/data from corrupt MS Office 2007-13 format files.

    Corrupt Office 2007 Extractor will extract the text/data from corrupt docx, xlsx, and pptx files where the respective MS Office files error out and refuse to open. In advanced mode the program can fix the zip structure of "Office Open XML" format files, a step which I now recommend despite our dissuasive blurb which comes up when you start that function. Advanced mode also allows recovering images and includes is a basic editor for editing the corrupt XML subfiles. Additionally I...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Corrupt DOCX Salvager

    Corrupt DOCX Salvager

    Extract text from corrupt DOCX files where Word itself fails.

    Previously known as Damaged DOCX2TXT, this GUI program will extract text from damaged/corrupted Word 2007 - 2013 DOCX format documents. DOCX files are actually zipped collections of mostly XML files. The main text in docx files is found in document.xml file in the collection. Corrupt DOCX Salvager uses 7Zip, an unzipper that sometimes unzips partially corrupt document.xml files despite reporting an error. XML as a format is unforgiving of data corruption but Corrupt DOCX Salvager uses...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14

    measywipe

    Wipe your files

    mEasyWipe is a simple tool to overwrite files several times. It toverwrites files with random data and uses also parts of the "Gutmann overwrite method". mEasyWipe does not guaranteee that the data is completely unrecoverable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    File based backup 52

    Content Based File level Data Backup in Python

    Content Based File level Data Backup in Python. This is a utility to backup your files. It can do full and incremental backups. It will take a directory as input, and will back up the files in that folder and all sub-folders to the backup destination directory. It can compress each file individually while backing-up. Mirrors the source directory structure under the target directory. Creates 1 archive file for each source file. Even if the backup/restore program or backup database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GPyFSA

    GPyFSA

    a gtk+ GUI front-end of fsarchiver

    a gtk+ GUI front-end of fsarchiver with mounting facilities. restoring is not yet functionnal. ====================================== PLANNING -- v 0.35 ------------------------ > delete ex menu, add single menuitem with one entry per tab > bind open file dialog actions on menuitem > set appropriate path archive in convenient tab, then display tab > show device path selection in status bar > when select restore archive, show info and enable to_device list ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    BUP_Extractor

    restore McAfee quarantined files

    help user to restore files quarantined by McAfee after end of subscription, or if you don't like their limited interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PySnapshot is a backup program written in Python and inspired by rsnapshot. PySnapshot backs up directories to daily snapshots. Features: extensive error handling, email notification, verbose logging, very low maintenance, ease of use, reliability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Backtory is a slim backup/restore software for unix-like operating systems, designed for stand-alone internet servers. It features differential backups, remote storage using various protocols as well as encryption/signing of backup archives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a recovery tool for Ext4 Filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PyChecksum
    Simple PyGTK app that creates and checks MD5 and CRC32 (SFV) checksums.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    magicsearch

    magicsearch

    Search and restore files on broken filesystems

    Search a data block for magic MIME identifiers and try to recover the found data using file type specific header information. Currently recovers audio and video files best, but also recognizes PDFs and other file types. New recipes for even more filetypes as well as contributors are welcome ! Logo: Derivative work of http://commons.wikimedia.org/wiki/File:Pied_Avocet_chick.jpg (CC-BY-SA)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next