Showing 520 open source projects for "beta"

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • 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
    NetworkSpeed

    NetworkSpeed

    Simple tool to display network traffice

    2018/05: Project moved to GitHub. https://github.com/mdevoldere/NetworkSpeed NetworkSpeed displays live network traffice. User can select interface to display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    TmStorage

    Store multiple data streams in a single container

    With TmStorage, you can store multiple data streams inside single container. It supports full transactions. You can use it as it is or you can easily create your own specialized storage derived from TmStorage while automatically gaining all features available in TmStorage (i.e. transactions). Create your own storage that fits your data, don't change your data to fit into some other storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Little Disk Cleaner

    Little Disk Cleaner

    Free up valuable disk space

    Little Disk Cleaner is a open source program written in C# that removes any unneeded files to free up extra hard drive space and make windows run faster.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    SMTPmail

    Send emails from command line

    Use SMTP mail server to send email via command line. Includes HTML or text file and attachments. Has option to send .MHT file. Optional list of email addresses from a tab delimited file. Source code creates its own class using low level RFC 821. SSL supported with options for port, username, password
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    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: 447 This Week
    Last Update:
    See Project
  • 6
    Little Privacy Cleaner

    Little Privacy Cleaner

    Removes files that are no longer needed to increase your privacy

    Little Privacy Cleaner looks into every nook and crevice of Windows and programs in order to remove files that are no longer needed in order to free up disk space and speed up the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LinkSmart Middleware

    LinkSmart Middleware

    We have moved to https://linksmart.eu - visit us over there!

    You can now find us at https://linksmart.eu -- along with files for download, repositories for code, forums for support, and wikis for documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    pathLength

    find files with a path length that is longer than ...

    Sometimes (for example when an AD backup fails..) you need to know which paths are longer than 248 characters and full file names are longer than 260 (the numbers are for example, and taken from the Active Directory backup limits). This small application finds these paths, show it, and when double clicking - it takes you to the file in Windows Explorer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    cstic

    Copy secret texts into the clipboard

    This small application copies secret texts into the clipboard. Whenever you write your key, which is defined in the file, the application copies your secret text into the clipboard. All you have to do ist to create a textfile with the name file.txt (same directory where the app is) and start the application. The content of the file should be like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 10
    FileGrab

    FileGrab

    Capture newly created files in Windows filesystems

    FileGrab is a tool that monitors a Windows filesystem for newly created files and copy those files to another location. It can be useful for honeypots, malware analysis, investigation scenarios and so on.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 11
    VLC Launcher
    Interface for run videos with vlc media player with some options as hue settings for seeing color management in indipendent mode of video quality and before loading. In user temp folder create custom vlc config, run selected video. Requ. VLC. MP ==IMPORTANT== Last version is written and tested for VLC 2.0.8 Twoflower. I strongly reccomend using custom vlc.exe path setting for testing others vlc versions: you can save settings for each video including custom vlc path in multiple version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OxTail
    An open source windows application providing *NIX tail like functionality primarily for my own learning Translations needed, see Wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Clicker

    Clicker

    CLICKER, auto mouse clicker and keyboard writer. Remote mouse and keys

    1. Invoking mouse clicks (single, double, clicks the right mouse button, ...) 2. Invoking keyboard keys, calling the various configurations of keys, such as CTRL + SHIFT + ... or, copy to clipboard 3. Operation/action in a single cycle can be run periodically, alternately and randomly, it is possible to use conditional statements 4. Run external applications, processes 5. Support for shutdown and reboot the system. Shutdown process with a specific name 6. Sounds supports 7. Support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Virtual Ghost Explorer

    Tool for sharing folders schemas.

    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 15

    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: 1 This Week
    Last Update:
    See Project
  • 16
    Network Signature Manager (N.S.M) Lite

    Network Signature Manager (N.S.M) Lite

    Manage your Snort rules with N.S.M.

    N.S.M Lite is a simple and easy way to manage your signatures for your Snort based IDS/IPS implementation, which can improve IDS/IPS signature development for accurate detection of malicious malware. Additionally, N.S.M can be used a learning tool to help you understand the complex nature of Intrusion Detection and/or Prevention (IDP) signatures for the Snort platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    Ultimate Auto Typer
    This software is developed in C# using Visual Studio 2010. It act as an online bot.
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 19

    SearchInZipFiles

    Searches text in files contained in zip files

    Select a directory, a text to be searched for, a file pattern for zip files (Example: *.zip) and a file pattern for files within the zip files (Example: *.txt) and the tool will search all matches of the searched text.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    MobiController

    MobiController

    Control your PC from any device with no App

    MobiController allows you to securely control your PC from you mobile phone, tablet or any other device that has a web browser. That means no app is required on the device. The connection to your PC is established through LAN/(WLAN), however UPnP support is included, so you can access your PC from pretty much anywhere. MobiController is free to try for as long as you like, and no technical knowledge is needed to use any of it's features. FEATURES: Media Player Control...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Network Management Protocol (SNMP) .Net library written in C# (csharp). Implements protocol version 1, 2 and 3
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22

    Desprotetor de links

    Desprotetor para links com navegador embutido.

    Nele você pode navegar e já checar se o seu link está online ou não sem a necessidade de abrir a referente página. Uma boa oportunidade para seu uso é quando existe um arquivo grande que está dividido em inúmeras partes, além disso, ele remove a maioria de protetores de links e encurtadores de links. Este aplicativo usa multithread, cada conjunto de links requisitados para analise no aplicativo gera uma thread, combinado com um processador multi core o envio de múltiplas requisições se torna rápido.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    RX Application and Script Launcher

    RX Application and Script Launcher

    A highly customizable program and script launcher

    ... powershell scripts on any system with -ExecutionPolicy Bypass prepended to every script > Wscript/Cscript automatic prepending > Allows easy access for running a wide variety of scripts and programs with different credentials > Minimizes to the system tray for quick access, including search bar This is a beta offering and many more options are planned. Send your requests and any bugs found.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    duplicate file finder

    duplicate file finder

    free your system memory from duplicate files

    this application finds duplicate file in your system directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    The Comic Book Wizard

    comic book archive manager

    Note: If you get an access denied error you have to run the program as administrator! The comic book wizard allows you to compress a folder of images into different archives such as cbz and zip. It now also has an archive manager that allows you to select a folder of archives such as cbr, rar and zip archives and it will automatically convert them into cbz archives and save them where you want. Some Features: preview each image to be included in the archive automatically convert...
    Downloads: 0 This Week
    Last Update:
    See Project