Showing 1049 open source projects for "memory"

View related business solutions
  • 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
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 1
    platform-indepent libraries which provide i.e. virtual filesystem, reference counting memory manager, common abstract datatypes, config file management, dynamic module loader, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Python bindings for Sablotron (a XSLT library available from www.gingerall.com) PySablot provides a simple API for in-memory XSLT transformations or file-2-file transformation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A debuging library for C++. It does dynamic memory management with malloc and looks for potentiazl problems and leaks. It can also free up all leaked memory at the end of the program. I am currently working on hooking the new and delete keywords to wor
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    Hardware Memory Checker

    Hardware Memory Checker

    This is a memory checker utility that provides memory allocation and release functionality. It uses the memory paging system to allocate a guard page after each page of memory to provide a hardware boundary that can detect memory overflows. This allows for immediate detection of buffer overflow error conditions. There are many other memory checker programs in existence - why do we need another?
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    The purpose of the Managed Memory Framework for C++ is to offer an abstraction layer over the basic memory management available in the C++ library by providing a set of smart pointers and various memory allocation schemes (heap, pool, static...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Shared library to store user objects in shared memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple Portable Memory Management (SPMM) is a small, easy to integrate memory management library for C++. The library emphasizes simplicity of use and implementation while guaranteeing leak free program execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    hippocampus

    shared memory object server database

    ...I want to implementation the engine with C as it is a commonly known language and it has a good support of the linux's shared memory. I have already done an encouraging poc with C and mmap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Test Connect provides monitoring and trend tracking of memory, CPU, etc. on kernel level code on multiple platforms. Used with every build Test Connect can provide insight into how code is behaving, or misbehaving, with system resources or memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    ACME is an abbreviation of Advanced C++ Metaprogramming Extensions. It is a collection of headers supplying basic implementations of generic design patterns, generic containers, policy based memory management and simple linear algebra classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    irrNet is a Network Framework for irrlicht incorporating ENet. Its goal is to make developing 3D applications with network support very easy, with no required knowledge of sockets or memory buffers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    torque - Automation Testing Tool

    torque - Automation Testing Tool

    Automation unit testing tool for C & C++ on Linux platform

    ...What is torque Torque is automation testing tool which is used for C and C++ application in Linux platform. It covers major testing areas such as Unit Testing, Functional Testing and Regression Testing. Two major sections of the testing area like memory management and code coverage is accomplished by open source tools, such as, • Valgrind -- Memory Management • Lcov -- Code Coverage • splint -- Static Code Analysis 2. Supported Platform • Linux operating system on Intel x86 architecture • Linux operating system on Intel x86_64 architecture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RELICS Distributed Intelligence Platform

    RELICS Distributed Intelligence Platform

    Open-source decentralized peer-to-peer intelligence community

    ...The RELICS platform is the keystone software application that connects and harmonizes all operations of the intelligence process using both human intelligence and biologically inspired learning algorithms to perform intelligence tasks. RELICS users are connected on a peer-to-peer network forming a community intended to meet the high demands of processing, memory, scalability and fault tolerance. All RELICS users must also be providers who contribute to the community resource pool. This may include memory, processing, bandwidth or human resources. The RELICS concept is unprecedented as it is the first system of its kind, and stands in a class alone. It is not finished concept, but a vision that will be shaped by future participants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QUdev Library is a Qt4 C++ wrapper to the libudev C API calls. It's easy to use and automatically manages with memory allocated by udev C calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PerfReport reads and analyzes data produced by various performance and memory profilers and generates comfortably browsable web reports, either static or with a database backend and web-gui; it offers built-in filters as well as user plugin support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ...A very simple to use but advance Rules engine . Allows binding of user function to expose them to the Rules engine, various types of arithmatic, bitwise, logical operations etc. Small memory footprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ringbuff-rumpf

    lock-free concurrent ringbuffer

    A lock-free, concurrent, multi-reader, multi-writer and real-time capable ring-buffer implementation The ringbuffer uses int type values. For transmission of larger (than long int) buffers, an additional shared memory-pool is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project implements a set class. It is aimed at those who consider the following to be of importance: - Values in the set are, to a high extent, consecutive numbers - Memory footprint is an issue - Small updates to a large set must be efficient
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A comfortable object oriented wrapper for Xerces-C++ with simple and automatic memory management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ThreadAnalyser

    Analyses multi-threaded applications without need of the sources.

    ThreadAnalyser application allows users to analyse multi-threaded applications without need to have/modify their source code under Linux OS. It provides information about active threads and their stack info, consumed memory, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JOMS is an extremely lightweight, simple Java Enterprise Service Bus. While similar to MULE and MINA, it can be run in a small memory environment or in an embedded server environment. It can also be transparently networked or clustered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Leilany is a framework to build GUI applications with Python and GTK, using de MVC pattern design. Interested in build the gadgets for invoicing and the necessary requirements. The main goal is make applications with low memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EasyStream

    EasyStream

    Java library that ease the task to use streams.

    ...EasyStream is a natural extension of Apache commons-io ( http://commons.apache.org/io/ ), providing advanced solutions to some common but not trivial problem. This library key points are performances, low memory footprint, reduced set of dependencies and simplicity of usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TX CAT Tool
    TX is a free and open source cross-platform Computer Assisted Translation tool with translation memory, full and partial matches, machine translation, glossaries, search engine, support for various document types, and translation projects.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo