Showing 86 open source projects for "free utility suite"

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
  • 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
  • 1
    DockPanel Suite

    DockPanel Suite

    The Visual Studio inspired docking library for .NET WinForms

    Microsoft first introduced the docking panel layout in Visual Studio .NET (2002), and soon it became popular in application design. Many commercial .NET component vendors started to provide docking libraries initially, but there was no good free and open source alternative until WeiFen Luo released DockPanel Suite (DPS for short) on SourceForge.net in 2006. After an 18 month hiatus, the project has been resurrected and is now being actively developed on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    frida

    frida

    Dynamic instrumentation toolkit for developers

    ... bindings, .NET bindings, Qt/Qml bindings, or C API. Frida is and will always be free software (free as in freedom). We want to empower the next generation of developer tools, and help other free software developers achieve interoperability through reverse engineering. We are proud that NowSecure is using Frida to do fast, deep analysis of mobile apps at scale. Frida has a comprehensive test-suite and has gone through years of rigorous testing across a broad range of use-cases.
    Downloads: 69 This Week
    Last Update:
    See Project
  • 3
    Google Apps Manager

    Google Apps Manager

    Command line management for Google G Suite

    Google Apps Manager or GAM is a free and open source command line tool for Google G Suite Administrators that allows them to manage many aspects of their Google Apps Account quickly and easily. With GAM you can create and manage users, groups and domains; manage email, security and calendar settings; manage admins and organizations and many more. To use GAM Google Apps Business, Education, Partner or Government Edition is required.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    GAM

    GAM

    Command line management for Google Workspace

    GAM is a command line tool that allows administrators to manage many aspects of their Google Workspace (formerly G Suite / Google Apps) Account. This page provides simple instructions for downloading, installing and starting to use GAM. GAM requires paid (or Education/non-profit) editions of Google Workspace. G Suite Legacy Free Edition has limited API support and not all GAM commands work. While many GAM functions do not require domain administrative privileges, the setup does. Download GAM...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    Redux DevTools

    Redux DevTools

    DevTools for Redux with hot reloading, action replay, and UI

    .... omewhere in your project, create a DevTools component by passing a monitor element to createDevTools. A store enhancer is a function that enhances the behavior of createStore(). You can pass store enhancer as the last optional argument to createStore(). The easiest way to apply several store enhancers in a row is to use the compose() utility function that ships with Redux.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    checkstyle

    checkstyle

    Development tool to help programmers write standard Java code

    ... of your source code. It can find class design problems, method design problems. It also has the ability to check code layout and formatting issues. Since Checkstyle 7, some users have been unable to continue upgrading to newer versions of the utility because of the new JDK 1.8 compile requirement. The development team doesn't have the resources to keep updating the utility for older JDKs for those that can't work with the latest version.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    ImageMagick

    ImageMagick

    ImageMagick 7

    ImageMagick® is a free, open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and PDF. ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    LÖVE

    LÖVE

    LÖVE is an awesome 2D game framework for Lua

    LÖVE is an *awesome* framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, macOS, Linux, Android and iOS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PEST

    PEST

    Pest is an elegant PHP Testing Framework with a focus on simplicity

    Pest is a Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. Pest gives you the most beautiful test reporting in the world, straight from the console! Also, the readable errors and stack traces make debugging lightning fast. Pest makes testing a breeze. Tests are easy to read and understand. Also, it's powered by PHPUnit, just run your current PHPUnit test suite with Pest and it will just work. You won't have to change a thing. Pest...
    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
    react-map-gl

    react-map-gl

    React friendly API wrapper around MapboxGL JS

    react-map-gl is a suite of React components designed to provide a React API for Mapbox GL JS-compatible libraries. More information is in the online documentation. Starting with v2.0, mapbox-gl requires a Mapbox token for any usage, with or without the Mapbox data service. See about Mapbox tokens for your options. To show maps from a service such as Mapbox you will need to register on their website in order to retrieve an access token required by the map component, which will be used...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    nodemon

    nodemon

    Reload your Node.js application automatically

    nodemon is a utility that monitors your Node.js application for any changes and once it does detect changes, automatically restarts your server. This makes it ideal for development, as it conveniently restarts your process automatically when your code changes. There's no need for any additional changes to your code or method of development. Simply use nodemon instead of node to run your code. nodemon is a replacement wrapper for node, wrapping your application so you can pass all...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Spin

    Spin

    Replicate your production environment locally using Docker

    Stop wasting time fixing production issues you've already solved. Spin is a bash utility that improves the user experience for teams using Docker. Replicate any environment on any machine, regardless if they are running MacOS, Windows, or Linux. Centralize your infrastructure from a single configuration file using Docker. Spin is a wrapper script that dramatically improves the developer experience when working with Docker. Spin uses officially supported features and best practices from Docker...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Deepchecks

    Deepchecks

    Test Suites for validating ML models & data

    ... your model and evaluate it. To run a specific single check, all you need to do is import it and then to run it with the required (check-dependent) input parameters. More details about the existing checks and the parameters they can receive can be found in our API Reference. An ordered collection of checks, that can have conditions added to them. The Suite enables displaying a concluding report for all of the Checks that ran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    daisyUI 4

    daisyUI 4

    The most popular, free and open-source Tailwind CSS component library

    The most popular, free, and open-source component library for Tailwind CSS.daisyUI adds component class names to Tailwind CSS so you can make beautiful websites faster than ever. In a Tailwind CSS project, you need to write utility class names for every element. Thousands of class names just to style the most basic elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bulma

    Bulma

    Modern CSS framework based on Flexbox

    Bulma is a free and open source, modern CSS framework based on Flexbox. It is a collection of CSS classes, with the end result being a single .css file. Because of this, you can write the HTML code you want and it would have no impact on the styling of your page. It has no JavaScript included, and can be considered “environment agnostic”, as it offers just a style layer over the logic. Bulma is 100% responsive, built to be mobile-first and modular, with 39 .sass files which you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ice

    ice

    The progressive framework based on React

    Simple and friendly front-end R&D system. Massive reusable materials, combined with R&D kits to quickly build front-end applications. Inspiring traditional design cognition combined with design trends, and deriving a new platform product design language. Provide a variety of vertical field templates and blocks, quickly create projects, support style switching, and meet individual needs. Free collocation of materials, integration of development and debugging, covering the whole process...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ModernCppStarter

    ModernCppStarter

    Kick-start your C++! A template for modern C++ projects

    ... and GitHub Pages. Eventually, you can remove any unused files, such as the standalone directory or irrelevant github workflows for your project. Feel free to replace the License with one suited for your project. To keep the template modular, all subprojects derived from the library have been separated into their own CMake modules. This approach makes it trivial for third-party projects to re-use the projects library code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    React Dashboard

    React Dashboard

    Isomorphic admin dashboard template

    Built with React, Bootstrap, React Router, Redux and GraphQL based on Create React App and latest industry best practices. This seed project is a sort of a free version of a template that may be found on Themeforest or Wrapbootstrap with working backend integration. You may use it to bootstrap the development of your next web app. You can open your web app in a browser, on mobile devices and start hacking. Whenever you modify any of the source files inside the /src folder, the module bundler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EnTT

    EnTT

    A fast and reliable entity component system (ECS) and much more

    ... integer identifiers for types (assigned either at compile-time or at runtime). A constexpr utility for human readable resource names. An incredibly fast entity-component system based on sparse sets, with its own pay for what you use policy to adjust performance and memory usage according to the users' requirements. Offers a minimal configuration system built using the monostate pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    dehydrated

    dehydrated

    letsencrypt/acme client implemented as a shell-script

    letsencrypt/acme client implemented as a shell-script, just add water. Dehydrated is a client for signing certificates with an ACME-server (e.g. Let’s Encrypt or ZeroSSL) implemented as a relatively simple bash script. It uses the OpenSSL utility for everything related to actually handling keys and certificates, so you need to have that installed. Other dependencies are cURL, sed, grep, mktemp (all found on almost any system, cURL being the only exception). Please keep in mind
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Live CD With Zerofree Utility AMD 64 Bit

    Live CD With Zerofree Utility AMD 64 Bit

    A Custom Puppy Linux Live CD With Zerofree Utility AMD 64 Bit

    ... from the CDROM first. Some Hints: Puppy Linux Live CDs show some dialogs / settings window on first startup / first shutdown. Feel free to dismiss / close them, if you do not want to make any changes, to the live cd's operation, next time, on the same system. This will not affect the zerofree's work in any way. Apart from this, using the Internet Browser, built in, would require a Free Memory of 1 GB or more, for better Performance ( as it is generally a memory intensive activity )
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22
    Live CD With Zerofree Utility i686 32Bit

    Live CD With Zerofree Utility i686 32Bit

    A Custom Puppy Linux Live CD With Zerofree Utility i686 32 Bit

    ... first. Some Hints: Puppy Linux Live CDs show some dialogs / settings window on first startup / first shutdown. Feel free to dismiss / close them, if you do not want to make any changes, to the live cd's operation, next time, on the same system. This will not affect the zerofree's work in any way. Apart from this, using the Internet Browser, built in, would require a Free Memory of 1 GB or more, for better Performance ( as it is generally a memory intensive activity )
    Downloads: 11 This Week
    Last Update:
    See Project
  • 23
    Live CD With Zerofree Utility x86 32Bit

    Live CD With Zerofree Utility x86 32Bit

    A Custom Puppy Linux Live CD With Zerofree Utility x86 32Bit

    ... on your System / Guest BIOS, quickly on startup, by pressing either F2 OR F12 OR F10 OR an equivalent key and then change the Boot Order to boot from the CDROM first. Some Hints: Puppy Linux Live CDs show some dialogs / settings window on first startup / first shutdown. Feel free to dismiss / close them, if you do not want to make any changes, to the live cd's operation, next time, on the same system. This will not affect the zerofree's work in any way.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library.
    Leader badge
    Downloads: 1,372 This Week
    Last Update:
    See Project
  • 25
    GnuCOBOL

    GnuCOBOL

    A free COBOL compiler

    GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL implements a substantial part of the COBOL 85, X/Open COBOL and newer ISO COBOL standards (2002, 2014, 2023), as well as many extensions included in other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others). GnuCOBOL translates COBOL into C and internally compiles the translated code using a native C compiler. Build COBOL programs on various platforms, including GNU/Linux, Unix, Mac OS X...
    Leader badge
    Downloads: 613 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next