Showing 203 open source projects for "stack"

View related business solutions
  • 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
  • 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
  • 1
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    An implementation of a light-weight stack-less jit compiler for x86 (32/64), ARM (32 [v5,v7,thumb2]/64), PowerPC (32/64), MIPS (32/64) and SPARC (32) architectures. It generates machine code from a platform independent (simplified) assembly language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    libaco

    libaco

    A blazing fast and lightweight C asymmetric coroutine library

    ...It has no more than 700 LOC but has the full functionality which you may want from a coroutine library. The benchmark part shows that a context switch between coroutines only takes about 10 ns (in the case of the standalone stack) on the AWS c5d.large machine. User could choose to create a new coroutine with a standalone stack or with a shared stack (could be shared with others). It is extremely memory-efficient, 10,000,000 coroutines simultaneously to run cost only 2.8 GB physical memory (run with tcmalloc, each coroutine has a 120B copy-stack size configuration). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    tcplite

    a minimalistic TCP/IP stack for 16-bit DOS

    This is an ABANDONED project. It was actually never meant to be become anything serious - rather an experiment. Still, tcplite managed to handle ARP, IP and UDP packets. TCP was half-baked at the moment I decided to abort the project, due to higher priorities. Maybe I will reboot tcplite one day. Or maybe not.
    Downloads: 0 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
  • 5
    Classic BCPL for the ATARI ST

    Classic BCPL for the ATARI ST

    BCPL was designed by Martin Richards at Cambridge University (1966)

    Here you will find a collection of BCPL tools I've gathered from the net, cleaned up and ported to the Atari ST. This involved fixing bugs, reducing stack usage and making the code compile in 16bit via Pure C (Turbo C for the Atari ST). Source credits include: Martin Richards - BCPL Kit http://www.cl.cam.ac.uk/~mr10/ Robert Nordier (Translated interp to C) http://www.nordier.com/ Serge Vakulenko (Translated cg/syn/trn to C) https://github.com/sergev/b I'm sure there are other names, but those are the ones on the source files. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CrashRpt.CPP

    CrashRpt.CPP

    Crash reporting for Windows applications and plugins

    CrashRpt.CPP is a C++ library - Windows native client for Doctor Dump Crash Reporting System. It is used to implement crash reporting for Windows applications and plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TOFFEE-DataCenter

    TOFFEE-DataCenter

    Linux Server and Data-Center WAN Optimization

    TOFFEE-DataCenter is the new TOFFEE variant meant for Data-Center, Server, HPC, Load Balancing, Cluster/Cloud Computing and SDN deployments. With TOFFEE-DataCenter (and or TOFFEE), OEMs and other equipment vendors can make use of this platform/stack, integrate, port and build WAN Optimization devices/appliances on to their existing product range. Or build a dedicated WAN Optimization hardware product series via the same.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    XBOOT

    XBOOT

    The extensible bootloader for embedded system

    xboot is a lightweight, modular embedded operating system designed for ARM-based microcontrollers and SoCs. It provides a complete runtime environment including a small kernel, device drivers, file systems, networking stack, GUI system, and scripting interface. xboot aims to be both educational and practical, offering a clear and portable codebase that can be adapted to various embedded platforms. Its minimal design and Lua scripting support make it suitable for quick prototyping and custom firmware development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MiniOS

    MiniOS

    Simple DIY OS

    MiniOS is a feature-rich hobby operating system written in C/C++ that aims to simulate a small-scale UNIX-like environment with graphical capabilities. It includes its own GUI, filesystem, network stack, and even a scripting language interpreter. The project was developed as an experimental platform for exploring OS concepts and creative features like process visualization and window management. Though it runs in a simulated or virtualized environment, MiniOS packs a surprising amount of functionality into a compact codebase.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • 10

    Fondement Michtam

    Few useful tools that will be liberally used in all my projects.

    ...This include: Genericity: 1 simple macros for translating a pointer to a field to a pointer to it's structure. 2 simple macros for Object inclusion in C. Memory management: My projects try to manage memory with a strict stack discipline (when possible). There are 2 main stacks, only one of which is widely used. It is also possible to push a stack on a stack, so this is really more a tree than a stack discipline. Fondement Michtam offers primitives to: - Setting 2 main stacks. - The general purpose rStack. By convention, any new created object is stacked on it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    picoTCP for DOS

    picoTCP for DOS

    port of the picoTCP stack for DOS

    The goal of this project is to build a port of the picoTCP TCP/IP stack for 16 bit DOS. It shall provide retro-developers with a modern, fast and efficient TCP/IP stack that can be used to create 16-bit network-enabled applications for DOS. The picotcp4dos library is primarily meant to be used with the OpenWatcom compiler.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    Rockhopper VPN software

    IPsec / IKEv2-based VPN software for Linux.

    ...This software is interoperable with Windows 7, Windows 8 and Windows 10 VPN clients and it provides a handy AJAX-based Web console to manage Secure Virtual Ethernet(LAN), Routing-based VPN, Remote Access VPN and servers protected by IPsec. No kernel modules are needed. The ESP protocol stack is also implemented in user space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    picosntp

    SNTP client for DOS, based on the picoTCP library

    picoSNTP is an SNTP time synchronization client for DOS. It requires a 8086-compatible CPU, and a working network connectivity via a packet driver. It's based on the picoTCP stack (and more specifically, on its DOS fork - picotcp4dos)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    complemento

    Complemento is a collection of tools for pentesters.

    Complemento is a collection of tools for pentesters: LetDown is a powerful tcp flooder ReverseRaider is a domain scanner that use wordlist scanning or reverse resolution scanning Httsquash is an http server scanner, banner grabber and data retriever
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Eye candy showing parallel Conway's Life games in the bit planes of the screen, using boolean BitBlt operations. (Independently rediscovered algorithm given already in Smalltalk-80 Blue Book, by the inventors of BitBlt.)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    cvastroalign

    cvastroalign

    video align tool for astrophotography

    cvastroalign is a program that loads a video sequence, aligns and stacks the selected frames obtaining an image as result of this process..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WPN-XM

    WPN-XM

    WPИ-XM is a web server stack for professional PHP development.

    WPИ-XM is a free and open-source web server solution stack for professional PHP development on the Windows® platform. Github: https://github.com/wpn-xm Website: http://wpn-xm.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RTnet is a hard real-time network protocol stack for the real-time Linux extensions Xenomai and RTAI. It makes use of standard Ethernet, including gigabit. Ethernet-over-1394 support is available based on the RT-FireWire protocol stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IEEE 802.15.4 stack for Linux

    IEEE 802.15.4 stack for Linux

    Low Rate Personal Area Network support for Linux

    IEEE 802.15.4 networkong stack covers PHY and MAC layers (PHY layer implemented in hardware and MAC optionally implemented in software). Also 6lowpan (IPv6 packet encapsulation) is implemented for use by IEEE 802.15.4 and BT LE networks. Note: due to licensing restrictions (and despite project's name) we do not plan to implement any ZigBee related stack parts.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 20
    qLibc - Complete C/C++ Library
    .... ======================================================================================= The goal of qLibc project is providing general purpose complete C/C++ library which includes all kinds of containers and general library routines. For example, it contains Doubly Linked List, List Table, Hash Table, Vector, Queue, Stack and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    cIPS is a robust TCP/IP stack for embedded devices.The cIPS library runs without an Operating System and is entirely abstract from any platform. However, it has been fully tested on the Xilinx Spartan 3E Starter Kit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    NISA

    NISA

    Image Stack Analyzer

    OpenCV powered image stack analyser for data extraction and preparation. Can be used in conjunction with nanocalcFX. You can get sample data at the NISA homepage. Currently in pre-alpha state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ADS1115 I2C XBee

    ADS1115 component for XBee Codewarrior

    The project's main goal is to create a component, capable of being added to Freesacle's Codewarrior environment with XBee stack, in order for adding a complete implementation of the ADS1115 functionalities to Digi's XBee radios
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NanocalcFX

    NanocalcFX

    Open Source Data Evaluation Software

    NanocalcFX is a free and open source evaluation software for a simple yet comfortable solution to deal with thousands of transport kinetics measured with a fluorescence microscope or similar kinetics. Data can be imported from CSV or Excel files or using the dedicated image stack analyser (NISA). You can get sample data at the nanocalcFX homepage. Note that nanocalcFX is currently in a beta state.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    It is (no stack based!) VM in a form of a library. It supports different language paradigms without data type restrictions, allows both interpretation and JIT, produces a fast code. Our goal - to have a GENERIC and POWER tool for code migration.
    Downloads: 0 This Week
    Last Update:
    See Project