Showing 36 open source projects for "simple file downloader"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    LZ4

    LZ4

    Extremely fast compression algorithm

    LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's...
    Downloads: 198 This Week
    Last Update:
    See Project
  • 2
    Nikkho

    Nikkho

    Javier Gutiérrez Chamorro (Guti) Open source projects

    Javier Gutiérrez Chamorro (Guti) Open source projects Author's website: https://www.javiergutierrezchamorro.com
    Leader badge
    Downloads: 2,565 This Week
    Last Update:
    See Project
  • 3
    Burn

    Burn

    Simple but advanced disc burning for macOS

    Create data discs with advanced data settings. Create video and audio discs, Burn will convert if needed. Create DVD-Video discs. Recreate discs. Burn doesn't reinvent the wheel, it uses many powerful open source Unix utilities and is also open source.
    Leader badge
    Downloads: 1,767 This Week
    Last Update:
    See Project
  • 4
    Midnight Commander for Windows

    Midnight Commander for Windows

    Native Midnight Commander 4.8.30 for Windows/Win32

    .... Also includes an built-in editor/viewer, features include syntax highlighting for many languages, macros, code snippets, simple integration with external tools, automatic indentation, mouse support, clipboard and the ability to work in both ASCII and hex modes. MC can also rename groups of files, move files to a different directory at the same time as it.renames them. It lets the user specify the original and resulting file names using wildcard. https://github.com/adamyg/mcwin32
    Leader badge
    Downloads: 425 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SwiftSearch

    SwiftSearch

    Searches NTFS volumes almost instantly

    ... bypasses the file system (only NTFS supported) and reads the file table directly every time, which speeds up search by many orders of magnitude. Typically searches yield full results in ~10 seconds or less, a significant speedup for many users. As a bonus, this program also supports path-based search (for example, you can search for "*Program*\Windows*"), regular expressions (just start the search name with '>' character), and full directory sizes. Its goal is to be simple, swift, and intuitive to use.
    Leader badge
    Downloads: 128 This Week
    Last Update:
    See Project
  • 7
    LC's Finder

    LC's Finder

    A lightweight, cross-platform image manager

    LCFinder (LC's Finder) is an image resource management tool that you can use to browse images, easily manage images, or search for images you want. As with the author's other projects, the naming is simple, it begins with LC, and the following Finder is referenced from the Finder in Mac OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Far Manager

    Far Manager

    Text mode file and archive manager for Windows

    Far Manager is a program for managing files and archives in Windows operating systems. Far Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and directories; editing, copying and renaming files; and many other actions. Far Manager has a multi-language, easily configurable interface. File system navigation is made easier through the use of color highlighting and sort groups. The functionality of Far Manager...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FastDFS is an open source high performance DFS ( distributed file system ). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balancing.
    Leader badge
    Downloads: 112 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10
    YourDefrag
    Small and simple disk defragmenter for Windows XP - 2008R2 based on jkDefrag code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XML-Parser Library for BR-Automation PLC

    XML-Parser Library for BR-Automation PLC

    Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)

    The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files. Easy to use: #include <xmlio.h> /* Write Variable to XML-File */ status = xmlWrite(strName, strFile, strDevice, 0); /* Read XML-File into Variables */ status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Binary Combiner

    Binary Combiner

    Merge files together

    A simple command line program that combines files based on arguments with a simple syntax. first argument is the output file name. -a [file] appends a file to output -f [bytes] [number] add [bytes], [number] to output.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    liblzg is a minimal implementation of an LZ77 class compression library. The main characteristic of the library is that the decoding routine is very simple, fast and requires no memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MLCrypt

    Simple, lightweight, standalone command-line single file encryption.

    Simple, lightweight, cross-platform (Windows / Linux / ARM6 Linux), cross-arch (x32 / x64), standalone command line file encryption program. GnuPG is probably the best application for cross-platform encryption. However, its usage on Windows PCs may be inconvenient (installation administrator rights; large executable size for perhaps just a one-time file decryption, complicated command-line switches for stronger encryption). NCrypt would fulfill this task, but does not operate on 64-bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    sameseek

    sameseek

    Simple fast and lightweight identical/duplicate files searching tool

    Simple fast and lightweight identical/duplicate files searching tool with graphical interface (GTK+ 3).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    CoolPlayer - Blazing fast audio player. Features: Skins, Simple user interface, Playlist editor, Internet streaming, File Renamer, Fast mp3->wav converter, Smallest executable, Continuous play (no pause between tracks), programmed in C
    Downloads: 23 This Week
    Last Update:
    See Project
  • 17
    Mitose is a simple backup program focused on the Linux desktop. It does not disturb your work. To achieve this Mitose works in the background on low priority, is fast, has a minimal disk/memory usage and does not touch your file caches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This program is a simple tools to copy data from raw devices or files to another raw devices or files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a simple program written in C that gets file sizes. The Readme has more information. This project is released under the Apache 2 license. Version 1.1 is Mature and development has ended. bug fixing will be done if they are found.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SNSDB is a simple NSDB, as described in IETF draft draft-ietf-nfsv4-federated-fs-protocol. An NSDB is a namespace database service that stores information about the location and properties of filesets and answers queries about those filesets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NOPUnRar is a free utility to extract .rar archives for the busy downloader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple light-weight file compression and decompression utilities. Written in C and portable to all platforms. Simple compress and decompress subroutines can be linked and called within applications to compact or unpack data on the fly or stand-alone.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Simple command-line file splitter. Split a (binary) file into a given number of slices, or slices of a given size. Output files are automatically numbered, and can be concatenated ("copy", "cat") to recover the original file. Large files supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A quick and simple file system explorer applet for the Gnome panel that allows opening of files using the default associated application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple File Manager like Windows Commander
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next