Showing 54 open source projects for "stardict-4"

View related business solutions
  • 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.
  • 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.
  • 1
    litc

    litc

    Litc - light in band text compressor

    A very simple dictionary based text compressor. Created to shorten single line UTF8 strings; it tries to compress them quickly with a simple interface that can be used as a drop in replacement for Encoding.UTF8.GetBytes(value) and Encoding.UTF8.GetString(packed). The public Litc API are in fact: byte[] packed = Litc.GetBytes(value); string unpacked = Litc.GetString(packed);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A set of tools (command line and GUI) to provide a complete digital photo workflow for Unixes. EXIF headers are used as the central information repository, so users may change their software at any time without loosing any data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AutoSaver

    AutoSaver

    Game save automatic backup.

    The aim of this project was to build an automated game save backup system, which would backup your save files everytime a game process is ended, provided that this game is included on AutoSaver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The GK3 Tools project is a collection of tools and utilities useful for viewing and modifying the Gabriel Knight 3 data files.
    Downloads: 10 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 5
    ZipZipArchiver2020

    ZipZipArchiver2020

    Simple Zip Archiver

    About the program: Banal Zip archiver Created by a 12 year old man :) My YouTube channel: MrOlegTitov --------------------------------------------------- This program was created in 1 hour 10 minutes If you want to support me: YandexMoney: 4100110731481746 WebMoney: 519227791003 --------------------------------------------------- This archiver is completely free! But again you can support me))) ( But I'm not suggesting anything..... )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    NoDoubles

    Finds and removes duplicates (hard links)

    NoDouble is a duplicate correction tool. It scans your drives for duplicate file. Unlike most tools, it replaces duplicates with hard links. A duplicate file is file with the same content, the same size, but not necessarily the same name or extension. When two duplicates or more are found, at least one of them is replaced with a hard link that points to the same data in the first file. Effectively, a hard link is a file, not a shortcut, and by removing the first file, the second file will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    dotNet Disk Imager

    dotNet Disk Imager

    Lightweight RAW and ZIP disk images reader and writer to USB or SD

    IMPORTANT!!! Since this is new software, your web browser, operating system or even possibly antivirus software may report security alerts against this tool. Please ignore that messages until this tool gets widely spread. This program is highly inspired by Win32 Disk Imager and sort of copies it's function. However, I've added some features, like verification of readed/writed image file and the most important is on the fly support for zipped images. Another features worth...
    Downloads: 39 This Week
    Last Update:
    See Project
  • 8
    Opulos NuZip

    Opulos NuZip

    Create password protected zip files from the Send To menu.

    New version v2018.11.09. See release notes in Files tab. NuZip is a zip program that adds an option to create password protected zip files from the "Send To" desktop menu. NuZip also has a double-zip feature to prevent zip files containing blocked extensions (such as .exe) from being rejected when attached to an email. The installation is easy. 1. Copy NuZip.exe and Ionic.Zip.dll to the desired folder (e.g. C:\Program Files\Opulos\NuZip\). 2. Double-click NuZip.exe. This will create...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    pngcrush and other tools for manipulating PNG (Portable Network Graphics) and MNG (Multiple-image Network Graphics) files.
    Leader badge
    Downloads: 221 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 10
    BackupMaster

    BackupMaster

    Make windows 8.1 backups more like windows 7

    Alows the user to scheduled the backup without any knowledge of command line, powershell or windows task scheduler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ZippyBackup

    Back up your files into zip and encrypted zip files.

    ZippyBackup is a free Windows tool for maintaining backups of your files and folders. ZippyBackup focuses on providing simple file backup in an open, common file format instead of a proprietary format that locks you into a particular backup software. Full and incremental backups are automatically provided. ZippyBackup also supports 256-bit Advanced Encryption Standard (AES) security for your zip files (note: depends on OS support). With both compression and encryption, this combination makes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RoboMirror's aim is to provide a very simple and user-centered GUI for Robocopy to allow for easy synchronization of two directory trees, e.g., to perform a robust incremental backup, both locally (e.g., to an external hard disk) and across the network. Additionally, RoboMirror supports volume shadow copies. By using shadow copies, all files can be copied, including files locked by running processes (Outlook, SQL Server...).
    Leader badge
    Downloads: 422 This Week
    Last Update:
    See Project
  • 13

    Virtual Ghost Explorer

    Tool for sharing folders schemas.

    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14

    LZWStream

    The LZW algorithm in C#

    Implementation of the LZW algorithm in C#, adhering to the built-in System.IO.Compression. The algorithm and code is much improved, compared to projects like SharpLZW. The LZW algorithm is for arbitrary lossless data compression and are noticeable for simplicity and low (compared to others) memory consumption. Making it interesting for eg. embedded use. There're many other LZW implementations out there. This one is focused on KISS and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FrincBackup

    FrincBackup

    Incremtal backup tool supporting removable storage devices

    FrincBackup means free incremental backup. It is developed for backing up a x TB NAS with storage devices in a logical volume to multiple removable storage devices, such as 500 GB USB hard drives. Files are backuped as files (not as an archive) and are readable without the need of a tool and without the need of FrincBackup itself (allthough there is a restore mode for better handling).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    DDriveWrite

    Disk image read writer

    DDriveWrite is a C#.Net project that facilitates direct reading and writing of a disk image to a disk drive in a manner not unlike a *nix 'dd' command to a drive device node. Designed for use in bootable USB image applications. Update: After about 2 years I've finally made a couple small updates, improving usability on more modern versions of windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BackupYou

    BackupYou

    Easy and Powerfull Tool to create Backups

    This is an amazing tool to help you organize your backups in a easy and powerful way. Create and schedule multiple backups configurations with many items each.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ZipBackup

    ZipBackup

    Back up your files into zip and encrypted zip files.

    ZipBackup is a free Windows tool for maintaining backups of your files and folders. ZipBackup focuses on providing simple file backup in an open, common file format instead of a proprietary format that locks you into a particular backup software. Full and incremental backups are automatically provided. ZipBackup also supports 256-bit Advanced Encryption Standard (AES) security for your zip files - the same security used by the NSA for classified information. With both compression and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ReleaseHelper

    ReleaseHelper

    Helps a Developer to make the Release and Source Packages

    Configure which Files and Folders should get packed to an Release and a Source 7-Zip file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MASGAU
    MASGAU Automatic Save Game Archive Utility - A backup utility that automatically detects and archives saved games and can then restore them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    "Doc Backup" is a simple windows application with following features: - Backup to disk and to Amazon S3 or FTP site - Detailed logging - E-Mail notification - Daily automation
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    A Windows service that create backups of files when they change. boc stands for Backup On Change. It was tested on Windows XP (x86), Windows 7 (x86), Windows Server 2003 (x86) & Windows Server 2008 (x64). It should run on Vista too. Requirements: .Net Framework Version 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FOR THE LATEST VERSION OF KEEPBACK, PLEASE VISIT THE GITHUB PROJECT PAGE. KeepBack is a simple backup solution which preserves personal files and their history to USB or network attached storage drives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A .NET based Windows tool to backup running ESXi VM's with a single click and get them transfered to the client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next