Showing 1483 open source projects for "using"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Minimal Linux Live

    Minimal Linux Live

    Minimal Linux Live (MLL) is a tiny educational Linux distribution

    Minimal Linux Live is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library and Busybox userland utilities. Additional software can be included in the ISO image at build time by using a well-documented configuration file. Minimal Linux Live can be downloaded as a pre-built image, built from scratch or run in a web browser by using a JavaScript PC emulator.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Miasm

    Miasm

    Reverse engineering framework in Python

    The Miasm intermediate representation is used for multiple task: emulation through its jitter engine, symbolic execution, DSE, program analysis, but the intermediate representation can be a bit hard to read. We will present in this article new tricks Miasm has learned in 2018. Among them, the SSA/Out-of-SSA transformation, expression propagation and high-level operators can be joined to “lift” Miasm IR to a more human-readable language. We use graphviz to illustrate some graphs. Its layout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Orange

    Orange

    OpenResty/Nginx Gateway for API monitoring and management

    ...By default, a Dashboard is provided to manage all Orange plugin data. All Orange's plugins have open APIs that can be used to achieve more personalized needs. Orange provides a set of plug-in specifications. In addition to using the plug-ins provided by itself, users can develop custom plug-ins according to the specifications. Orange supports filtering traffic through 8 types of conditions and 8 expressions to achieve more fine-grained traffic control. In addition, various variables in the request can be extracted for subsequent processing in two ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    idcheck

    apache cookie SSO mechanism.

    ...The server uses a private cookie scoped only for the client browser and the idcheck webserver which is always protected with SSL. In addition to the common practise of using SSL for everything (which idcheck supports). The idcheck system can also be used to provide authentication to websites where you merely want to hide content from various people. For example, an intranet whose contents are available to thousands of people. This is, in fact, its main advantage and feature. Please check the wiki pages for more info (link above). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    CSS Element Queries

    CSS Element Queries

    High-speed element dimension/media queries in valid css

    An event-based CSS element dimension query library with valid CSS selector syntax to change styles and allow responsive images based on element's dimensions and not window's viewport. Download the zip file using the buttons on the right side and include both files at the head section of your page. ElementQueries start automatically to listen to window.load event and parses all available css files to attach the ResizeSensor and start the magic. No interval/timeout detection like in most resize sensor out there. It's truly event-based. Automatically discovers new DOM elements. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    driveinfo

    A macOS command which provides partition information for GPT drives.

    ...If the drive contains a GUID Partition Table (GPT), then detailed information about each partition is also included in a tabular form. This also allows free space on a drive, using a GPT, to be identified. The gpt command can be used to view the actual stored GPT values in in a tabular form. Starting with macOS, the gpt command can no longer read the GPT on an operating system boot drive, unless System Integrity Protection (SIP) is disabled. The driveinfo command does not require disabling SIP and can produce the same basic tabular output as the gpt command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ArchLinux for Raspberry Pi 4

    ArchLinux for Raspberry Pi 4

    An ArchLinux SD image for the Raspberry Pi 4

    This is a SD card image suitable for imaging direct to SD card using Win32DiskImager under windows. ArchLinux stopped producing ready made SD images for the Raspberry Pi, but still provide an up to date downloadable tarball of the root file structure at: http://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-4 There you can also find instructions on how to create an archlinux SD card from a linux system.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    ArchLinux for Raspberry Pi 2 & 3

    ArchLinux for Raspberry Pi 2 & 3

    An ArchLinux SD image for the Raspberry Pi 2 &3

    This is a SD card image suitable for imaging direct to SD card using Win32DiskImager under windows. ArchLinux stopped producing ready made SD images for the Raspberry Pi, but still provide an up to date downloadable tarball of the root file structure at: http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2 There you can also find instructions on how to create an archlinux SD card from a linux system.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    ArchLinux for the Raspberry Pi

    ArchLinux for the Raspberry Pi

    An ArchLinux SD image for the Raspberry Pi 1 / Zero

    An ArchLinux SD image for the Raspberry Pi This is a SD card image suitable for imaging direct to SD card using Win32DiskImager under windows. ArchLinux stopped producing ready made SD images for the Raspberry Pi, but still provide a downloadable tarball of the root file structure at: https://archlinuxarm.org/platforms/armv6/raspberry-pi There you can also find instructions on how to create an archlinux SD card from a linux system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10
    Greenlet

    Greenlet

    Move an async function into its own thread

    ...A simplified single-function version of workerize, offering the same performance as direct Worker usage. Greenlet only supports browser environments, since it uses Web Workers. For use in a NodeJS environment, Web Workers must be polyfilled using a library like node-webworker. Accepts an async function with, produces a copy of it that runs within a Web Worker. Never call greenlet() dynamically. Doing so creates a new Worker thread for every call. Since Greenlets can't rely on surrounding scope anyway, it's best to always create them at the "top" of your module. Greenlet is most effective when the work being done has relatively small inputs/outputs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    dosbox-ppcjit

    DOSBox + PowerPC JIT = <3

    A build of DOSBox SVN for Mac OS X 10.4+ using the PowerPC JIT from Vogons: https://www.vogons.org/viewtopic.php?f=32&t=65057 Apply the patch to DOSBox trunk, set config.h.in appropriately (including enabling dynrec) and then build DOSBox. This version does not run on Intel Macs, and is not intended to run under Rosetta (use mainline DOSBox or Dominus' SVN builds instead).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Raspbian For Robots by Dexter Industries

    Raspbian For Robots by Dexter Industries

    Modified Raspbian Image for Use with Raspberry Pi Robots

    ...You can find installation instructions here: http://www.dexterindustries.com/howto/install-raspbian-for-robots-image-on-an-sd-card/ Find instructions on changing the hostname of your Raspberry Pi here: http://www.dexterindustries.com/howto/change-the-hostname-of-your-pi/ The image comes with all packages and software installed you will need for using Dexter Industries robots. This image can be installed on a 8GB card.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    ZeroNet

    ZeroNet

    Decentralized websites using Bitcoin crypto and BitTorrent network

    Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network. Your content distributed directly to other visitors without any central server. Uncensored: It's nowhere because it's everywhere! No hosting costs: Sites are served by visitors. Always accessible: No single point of failure. No configuration needed: Download, unpack and start using it.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    page.js

    page.js

    Micro client-side router inspired by the Express router

    ...Waits for the current route to push state and after replaces it with the new one leaving the browser history clean. If you're doing selective binding you'll like want to pass { click: false } to specify this yourself. Exit routes are called when a page changes, using the context from the previous change. Create a new page instance with the given options. Use this if you need to control multiple windows (like iframes or popups) in addition to the main window. The router uses the same string-to-regexp conversion that Express does, so things like ":id", ":id?", and "*" work as you might expect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mark3 RTOS

    Mark3 RTOS

    Open-source RTOS and Embedded Systems Toolkit for C++ and C

    ...It currently supports a variety of Atmel AVR, MSP430, and the ARM Cortex-M series of microcontrollers, with other platforms to follow. Mark3 was designed from the ground-up using disciplined object-oriented design principles - and unlike the vast majority of free or commercial RTOS' is written in C++, with bindings for C-language compatibility. The carefully designed object model drastically reduces the overall size and complexity of the source code, leading to enhanced code reuse, stability, and modularity. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    D7 SMS - Nagios

    D7 SMS - Nagios

    Code for sending sms from nagios using D7SMS

    D7 SMS allows you to reach your customers via SMS over D7's own connectivity to global mobile networks. D7 provides reliable and cost-effective SMS services to businesses across all industries and aims to connect all countries and territories via direct connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Docker Machine

    Docker Machine

    Machine management for a container-centric world

    ...You can use Machine to create Docker hosts on your local Mac or Windows box, on your company network, in your data center, or on cloud providers like Azure, AWS, or DigitalOcean. Using docker-machine commands, you can start, inspect, stop, and restart a managed host, upgrade the Docker client and daemon, and configure a Docker client to talk to your host. Point the Machine CLI at a running, managed host, and you can run docker commands directly on that host. For example, run docker-machine env default to point to a host called default, follow on-screen instructions to complete env setup, and run docker ps, docker run hello-world, and so forth. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Redux Persist

    Redux Persist

    Persist and rehydrate a redux store

    Basic usage involves adding persistReducer and persistStore to your setup. Every app needs to decide how many levels of state they want to "merge". The default is 1 level. If you are using react, wrap your root component with PersistGate. This delays the rendering of your app's UI until your persisted state has been retrieved and saved to redux. State reconcilers define how incoming state is merged in with initial state. It is critical to choose the right state reconciler for your state. Redux persist ships with react integration as a convenience. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pydio Cells

    Pydio Cells

    Formerly AjaXplorer, file sharing platform for the enterprise

    ...Why building your own box? You need to access your documents across multiple devices, and regularly share documents (weblinks) and folders with your contacts and teams. Still, using a consumer SaaS box or drive service is neither practical nor safe. And enterprise SaaS box or drive services are expensive and come with Disk Storage that you already have on your servers or private cloud. How to build your own box with Pydio? Easily install Pydio on your servers or cloud of choice, Simply share documents and folders with your teams, Administrate your box with an Entreprise grade console (rights, groups, plug ins), Access documents with a Web Gui, Smartphones and tablet apps (iOS, Android), Sync folders on your computer (PC, Mac, Linux).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    Marathon

    Marathon

    Deploy and manage containers (including Docker) on top of Apache Mesos

    ...Query them at /metrics in JSON format, push them to systems like Graphite, StatsD and DataDog, or scrape them using Prometheus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    babel-minify

    babel-minify

    An ES6+ aware minifier based on the Babel toolchain (beta)

    babel-minify is an experimental project that attempts to use Babel's toolchain (for compilation) to do something in a similar vein, minification. It's currently in 0.x, so we don't recommend using it in production. Current tools don't support targeting the latest version of ECMAScript. (yet). BabelMinify can because it is just a set of Babel plugins, and Babel already understands new syntax with our parser Babylon. When it's possible to only target browsers that support newer ES features, code sizes can be smaller because you don't have to transpile and then minify. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PinPog

    PinPog

    Ping-Pong-like game in Assembly that works without OS

    pinpog is a simple, open-source ping pong game implemented in C using SDL2. Created by Tsoding, it serves as both a nostalgic recreation of the classic arcade game and a fun educational project demonstrating game development fundamentals such as collision detection, input handling, and frame-based rendering. It’s small in scope but clear in design, making it ideal for those learning C or exploring real-time interactive programming through games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    stern

    stern

    Multi pod and container log tailing for Kubernetes

    ...By default all containers are listened to. If you don't want to build from source go grab a binary release. Govendor is required to install vendored dependencies. On macOS, you can also install Stern using Homebrew.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24

    pam-anyauth

    hook pam to authenticate users against anything

    This project allows pam to authenticate users against anything. We have a sql database of users with hashed passwords that we want to use for an sftp server. pam-anyauth combined with pam configurations allow the sftp server to permit/deny based on current credentials in the database. There is room to add more types of authentication and improve the overall process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    handy

    handy

    A simple C++11 network server framework

    ...Asynchronous connection management supports openssl connection, if OpenSSL is installed, and <openssl/ssl.h> can be found, the project will automatically download handy-ssl because the open-source protocol of OpenSSL is not compatible with this, so the project file is placed separately in handy-SSL. The message encode/decode example using protobuf is under protobuf. Support udp, the client of udp is used in connect mode, similar to tcp.
    Downloads: 0 This Week
    Last Update:
    See Project