Showing 28 open source projects for "test"

View related business solutions
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1

    Portable Moodle - MoodlEasy

    Portable Moodle as easy as it gets for beginners to learn LMS

    MoodlEasy (with Moodle Version 2.5 / 2014, Windows only) is intended to make learning Moodle as easy as possible for beginners. It is not intended for actual use online. It is based on two freely distributed tools: LMS Moodle and USBWebserver. Setup as easy as: extract the downloaded archive (use 7zip or other file archiver) to " C:\ " drive only !!! LOGIN and PASSWORD are the same: “admin”. Also suitable for working offline for teachers and students. Users can start using...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    pkg

    pkg

    Package your Node.js project into an executable

    ... of files via npm install to deploy your application. Deploy it as a single file. Put your assets inside the executable to make it even more portable. Test your app against new Node.js version without installing it. pkg was created for use within containers and is not intended for use in serverless environments. For those using ZEIT Now, this means that there is no requirement to use pkg in your projects as the benefits it provides are not applicable to the platform.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    betaras
    Win32 and Win64 DLL to compress, uncompress, delete, test and list standard zip files, full Unicode support added at 06/November/2020, another option with more features about zip capabilities is the Parolin project at http://parolin.sourceforge.net/, if Winrar and 7zip compatability is important Parolin is a better option also statndard AES encryption is included
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Zflate is a universal file recompressor tool that support a lot of file format like png, jpeg, zip, gzip, mp4, 3gp, mp3, pdf, exe, scr, avi and so on with simple usage It can compress smaller compared to compression techniques nowadays on some files. please Run it under windows or using wine if running under linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    Database Backup Manager

    Database Backup Manager

    Database backup manager for dumping to and restoring databases from S3

    This package provides a framework-agnostic database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud. Backup the development database to Amazon S3. The S3 backup path will be test/backup.sql.gz in the end, when gzip is done with it. Once installed, the package must be bootstrapped (initial configuration) before it can be used. We recommend using the vagrant configuration supplied with this package for development and contribution. Simply...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    file-inspector_v2

    file-inspector_v2

    File Backup & Restore case of ransomware infection

    It is a program that backs up document files in the PC and provides functions to restore files such as photos and documents stored in the case of ransomware infection. It is provided for free for anyone to use, and the current test version is uploaded. build 001 is available until December 31, 2024. From build 002, there will be no limit on the expiration date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    iSCSIsim is a powerful generic test tool for iSCSI targets. Its capabilities include SCSI command injection, error insertion, and recovery testing: all with built-in validation of test results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FOG - A Free Cloning Solution
    FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes featues like memory and disk test, disk wipe, av scan & task scheduling.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9

    Unix GNU Windows

    Packages to create a Unix like environment under MS-Windows

    At this point this project is mainly wpkg which is a replica of dpkg and apt-get that works under Microsoft Windows and Unices. Since version 0.7.0 it works very nicely as it includes most of the important functionality of dpkg (i.e. most everything except dselect functions.) Otherwise, the Unix GNU Windows is expected to be a large set of packages that wpkg can handle. Packages of all the software available under MinGW and GnuWin32 so you can painlessly build a complete Unix like...
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10
    TER implements the CCSDS Recommendation for Image Data Compression (CCSDS 122.0-B-1). TER also adds new features to the Recommendation. TER is designed and programmed with the aim to provide a good basis to test and develop the CCSDS Recommendation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Weed Killer

    Aged File Removal

    Weed Killer is a .NET solution to prune aged files from folders, working equally well on a single workstation, or multiple data centers. It has an MDI form to build / edit / test / execute configurations, a console worker for delegated removal , and a class for direct use in an application. Feature include: - Enhanced multi-layer wildcard support for folder-trees. - Choice of regular expressions or traditional wildcards for file or folder patterns. - Ability to specify not only inclusion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Huffman Stuff

    I want to test some ways to store the data for the Huffman Tree

    Lectures on Huffman Code mostly focus on creating the Huffman Tree and converting the given data into the new bitmap. But what about the informations needed to create the Huffman Tree? They must be stored as well. With this project I want to test some possibilities to store these data. gmp,h is needed to compile. See: http://gmplib.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FLAC Frontend

    FLAC Frontend

    The new, updated front-end for FLAC!

    As Speek's celebrated FLAC Frontend hasn't been updated for 10 years, things started to get a little buggy with new Windows versions. This remake fixes most issues. FLAC Frontend is a convenient way for Windows users not used to working with command lines to use the official FLAC tools. It accepts WAVE, W64, AIFF and RAW files for encoding and outputs FLAC or OGG-FLAC files. It is able to decode FLAC files, test them, fingerprint them and re-encode them. It has drag-and-drop support too.
    Leader badge
    Downloads: 168 This Week
    Last Update:
    See Project
  • 14
    iSFV is an easy to use integrity checker for SFV files. Use it to test for corrupt files in packages that come with SFV files. You can also use it to edit or create your own SFV files.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    CADI is an implementation of the JPIP standard (JPEG2000 Interactive Protocol - Part 9). CADI includes a JPIP server, a JPIP proxy, and a JPIP Client. CADI is designed and programmed with the aim to provide a flexible framework to test and develop ne
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Minimalist rework of gzip/gunzip with minimal memory requirement (16KB zip / 2KB unzip) and addons : on-the-fly processing of partial input data (no need to bufferize all data), input from and/or output to memory... Demo/test program also provided
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TFSplit-Java File Splitter and Joiner
    Java GUI based File Splitter and Joiner. Works on Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Easy encrypted backups over the Internet (a graphical user interface for Box Backup by Ben Summers and contributors)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    npk
    file packing library with zlib compression & tea encryption
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simpleburner is a simple CLI application to make burning CDs and DVDs easier. It writes a directory with your files to burn to a CD. It can be run in modes like test burn, makeiso-only, or burn-only. More information is included in help message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    cfv is a utility to both test and create .sfv(Simple File Verify), .csv, .crc, md5sum, bsd md5, sha1sum, and .torrent files. cfv also includes test-only .par and .par2 support. These are commonly used to ensure the correct retrieval or storage of data
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    CAKE is built for Delphi, it's a common interface for 5-6 components related to compression, that means, you can use single code to command all those components, providing open, extract, add, test, convert, find and script loading support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Per's SFV is a simple program to test and create .sfv and .md5 files. It has a gui (graphical user interface). It works on linux and windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The goal is to provide a Webmin module to configure and manage the Amanda Backup System, a great backup software. It will provide an easy way to setup, test and run a complete Amanda installation, with the tools provided by the Webmin interface.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    This utilities is designed to help organize all the ZIP files you download from Usenet, allowing you to remove the ZIP file wrapper, read the file_id.diz file, select the name of the program, create a folder with that name, and then test the RAR (or equiv
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.