Showing 425 open source projects for "save"

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
    PKHeX

    PKHeX

    Pokémon Save File Editor

    Pokémon core series save editor, programmed in C#. Data is displayed in a view that can be edited and saved. The interface can be translated with resource/external text files so that different languages can be supported. Pokémon Showdown sets and QR codes can be imported/exported to assist in sharing. PKHeX expects to save files that are not encrypted with console-specific keys. Use a save data manager to import and export save data from the console (Checkpoint, save_manager, JKSM...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 2
    ScreenToGif

    ScreenToGif

    Screen, webcam and sketchboard recorder with an integrated editor

    ScreenToGif is a tool that allows you to record a selected area of your screen, live feed from your webcam or live drawings from a sketchboard and edit and save the recording as a gif, apng, video, psd or png images. It comes with a powerful editor, yet remains a portable and small-sized application.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    QuickLook

    QuickLook

    Bring macOS “Quick Look” feature to Windows

    ... developed, lack variety, or ask for some. Tons of supported file types. Fluent design. Touchscreen friendly. HiDPI support. Preview from the open and save file dialog. Preview from 3rd-party file managers. Easily extended by plugins. Strict GPL license to keep it free forever. Preview next file by clicking on it or using arrow-keys (arrow-keys move selection in the background if the preview window is not in focus).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Wasabi Wallet

    Wasabi Wallet

    Open-source, non-custodial, privacy focused Bitcoin wallet for Windows

    ... output belongs to which input, and neither can the participants themselves. This makes it difficult for outside parties to trace where a particular coin originated from and where it was sent to (as opposed to regular bitcoin transactions, where there is usually one sender and one receiver). Coinjoin can be applied multiple times, and as many transactions are grouped together, participants may save on transaction fees. Coinjoin is the preferred method of gaining privacy in the Bitcoin network.
    Downloads: 3 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
    ZenTimings

    ZenTimings

    An app for monitoring memory timings on Ryzen platform

    A free, simple, and lightweight app for monitoring memory timings on Ryzen platform. ZenTimings shows you all the important memory timings, voltages, Infinity Fabric, and Memory Controller clocks. No matter the motherboard vendor, the app should help you see what DRAM parameters are applied.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Pumkin's Avatar Tools

    Pumkin's Avatar Tools

    A toolbox for easily setting up VRChat avatars in Unity

    An editor script that adds tools to help you setup avatars faster and easier. It includes a component copier that makes it a lot easier to reimport your avatars, and tools to make your thumbnails nicer. To install these tools grab the .unitypackage from releases then simply import it into your unity project. Make sure to delete any older versions of Pumkin Tools from your project before importing. Also make sure that you are using the correct version of Unity and the latest version of VRChat...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Depressurizer

    Depressurizer

    A Steam library categorizing tool

    Depressurizer is a program aimed at making it a bit easier to manage large Steam game libraries. It can auto-categorize your games for you. Currently, it does so based on data from that game's Steam store pages. It can use genres, Steam flags (like "Single-Player" and "Steam Cloud"), Steam tags, Developer & Publisher info, How Long to Beat times, year, and/or Steam review user scores. Auto-categorizing can be done manually or automatically via shortcuts. In addition to providing a way to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Progress Telerik UI for UWP

    Progress Telerik UI for UWP

    Telerik UI for Universal Windows Platform

    ..., or JavaScript. Common and device-family-specific APIs are bundled in Progress® Telerik® UI for UWP. Easily implement various functionalities in your UWP projects and create a single app package running on every device in the Windows 10 device family. Save development time with a wide range of out-of-the-box controls for various application scenarios. Manage data with the Grid or ListView components and create beautiful visualizations with the Chart, Gauges and BulletGraph controls.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    MudBlazor

    MudBlazor

    Do more with Blazor, utilizing CSS and keeping Javascript to a minimum

    Trusted by thousands of users, from hobby developers to large enterprises. Use MudBlazor to rapidly build amazing web applications without leaving your loved C# language and toolchain. We bring together everything that's required to build amazing Blazor applications that scale from desktop to mobile. Apart from the library itself we also provide templates, a learning platform, theme manager, demo and example projects as well as an online code editor integrated with our documentation and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 10
    CSharpier

    CSharpier

    CSharpier is an opinionated code formatter for c#

    CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules. The printing process was ported from prettier but has evolved over time. CSharpier can also format on save in your editor or as a pre-commit hook. Then you can ensure code was formatted with a CI/CD tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    System.IO.Abstractions

    System.IO.Abstractions

    Just like System.Web.Abstractions, but for System.IO. Yay for testable

    At the core of the library is IFileSystem and FileSystem. Instead of calling methods like File.ReadAllText directly, use IFileSystem.File.ReadAllText. We have exactly the same API, except that ours is injectable and testable. The library also ships with a series of test helpers to save you from having to mock out every call, for basic scenarios. They are not a complete copy of a real-life file system, but they'll get you most of the way there. We even support casting from the .NET Framework's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QFramework

    QFramework

    Unity3D System Design Architecture

    QFramework is to provide a set of simple, powerful, easy-to-use, SOLID principles, support domain-driven design (DDD), event-driven, data-driven, layered, MVC, CQRS, modular, easy-to-extend architecture, her source code is only Up to line 800, you can completely save it in your notes app. Presentation layer: ViewController layer. The IController interface is responsible for the performance when receiving input and state changes. In general, MonoBehaviour is the presentation layer. System layer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DotVVM

    DotVVM

    Open source MVVM framework for Web Apps

    DotVVM is an open-source framework for ASP.NET. It lets you create web apps using the MVVM pattern, with just C# and HTML. DotVVM can be used to build new ASP.NET Core web apps, or to modernize legacy ASP.NET apps and migrate them to .NET 5. Save your time with GridView, FileUpload and other components shipped with the framework. Don't spend the time building an API. Just load data from the database and use data-binding to display them. DotVVM needs less than 100 kB of JavaScript code. It's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TGM Gaming Macro

    TGM Gaming Macro

    Lets you have a macro mouse n keyboard functionally with ordinary one.

    Official TGM Gaming Macro website: https://trksyln.net/projects/TGM-Gaming-Macro-(TGMacro)-4 TGM is a gaming macro that lets you have a macro mouse and keyboard functionally with ordinary one. You can create or record multiple macros and assign them to any key combinations to trigger and loop them when you need how you need. TGM is made for gamers but it's capable of so much more. So you can use it for daily tasks as well. For any question, bug report or feature request feel...
    Leader badge
    Downloads: 24,337 This Week
    Last Update:
    See Project
  • 15
    digiCamControl

    digiCamControl

    Free camera control solution

    digiCamControl is an free and open source software. This allows you to save time by transferring images directly from your camera to your computer as you take each shot and allow to control camera shooting parameters.
    Leader badge
    Downloads: 1,807 This Week
    Last Update:
    See Project
  • 16
    NAPS2 - Not Another PDF Scanner

    NAPS2 - Not Another PDF Scanner

    Scan documents to PDF and other file types, as simply as possible.

    Visit NAPS2's home page at www.naps2.com. NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and TWAIN-compatible scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, PNG, and other file formats. Available on Windows, Mac, and Linux. NAPS2 is currently available in over 40 different languages. Want to see NAPS2 in your preferred language? Help translate! See the wiki for more details.
    Leader badge
    Downloads: 829 This Week
    Last Update:
    See Project
  • 17
    WillowTree#
    WillowTree# is a save editor for Borderlands written in C#. It can read, edit, and convert savegame files from PC, PS3, and Xbox 360 versions of the Borderlands game. It has a storage locker that can be used to transfer items between characters.
    Leader badge
    Downloads: 322 This Week
    Last Update:
    See Project
  • 18
    Auto Screen Capture

    Auto Screen Capture

    Automated screen capture utility

    A portable and command line friendly application that takes screenshots while you work and play. This software is free and open source but if you find it useful then a small donation is appreciated! https://paypal.me/codewalker777
    Leader badge
    Downloads: 340 This Week
    Last Update:
    See Project
  • 19
    SmartSystemMenu

    SmartSystemMenu

    Extends system menu of all windows in the system

    SmartSystemMenu extends system menu of all windows in the system.
    Leader badge
    Downloads: 130 This Week
    Last Update:
    See Project
  • 20

    Image To Text tools

    ITTT is a Free tool designed to Scan and extract Text from Images.

    Image To Text Tools is a 100% Free user-friendly tool designed to Scan and extract containing text in images into editable text formats. Whether you need to extract text from scanned documents, photographs, or other image files, Image To Text Tools provides accurate and reliable Optical Character Recognition (OCR) capabilities to meet your needs.
    Downloads: 89 This Week
    Last Update:
    See Project
  • 21
    FFmpegUpscalerHelper

    FFmpegUpscalerHelper

    A simple program with a UI for exporting video to png and encoding png

    A simple program with a UI for exporting video to png and encoding png images to video using FFmpeg, for the purpose of upscaling. A simple program with a UI for exporting video to png and encoding png images to video using FFmpeg, for the purpose of upscaling. This program does not upscale your video, it's a tool to be used to save time for your upscaling process. Instead of opening CMD yourself and navigating to your ffmpeg location and then enter the command, this program does all...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    GEDKeeper

    GEDKeeper

    GEDKeeper - opensource and crossplatform genealogy management program

    GEDKeeper program is developed for work with personal genealogical database. The program is designed for extremely simple and intuitive interface. The program is very easy to install on the computer, fully supports the GEDCOM format, has no restrictions on the number of persons and generations, allows you to generate pedigrees, building several tree species, as well as print and save their images, provides fast navigation, filtering, searching and adding multimedia materials. In addition...
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 23
    Sniptool - Screen Capture

    Sniptool - Screen Capture

    Powerful Snipping Tool !

    Sniptool is a screen capture tool that lets you capture one or more selected areas on your desktop and save it with optional annotations. You can combine multiple captures into one canvas and add text, arrows, number bullets and shapes to annotate your capture. There is also an option to blur parts of the image for privacy. Your finished screenshot can be saved as JPG, BMP, TIF or PNG file.
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 24
    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    inputbox password WIN OSX GTK QT Console VCPKG C# Lua R Fortran Pascal

    * OFFICIAL WEBSITE * v3.18.2 one C/C++ file & header provides 8 functions: - beep - tray notify popup - message & question - input & password - save file - open file(s) - select folder - color picker complements OpenGL Vulkan GLFW GLUT GLUI VTK SFML TGUI SDL Ogre Unity3d ION OpenCV CeGui MathGL GLM CPW GLOW Open3D ImGui MyGui GLT NGL STB Nuklear Fenster MicroUi & GUI-less programs NO INIT NO MAIN LOOP NO LINKING NO INCLUDE win (XP to 11) ASCII MBCS UTF-8 UTF-16 (wchar_t...
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 25
    Qr Code Generator

    Qr Code Generator

    Generate your Qr Codes for free. Easiest way to make Qr Codes.

    Qr Code Generator is a program that generate your own Qr Codes. Just write Url/Words in the box then click Create button. You can save your Qr Codes. This program made by HorizonPublish for educational purposes. ⚠️Windows will show unknown application error, click 'More info ' then 'Run anyway'.
    Downloads: 23 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next