Showing 3198 open source projects for "memory"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 1

    AvRtos

    Small real time operating system for AVR and ARM microcontrollers

    AvRtos is a small, preemtive, priority based real time operating system for Atmel AVR and ARM microcontrollers. It was written in C. AvRtos provides message queues and semaphores for task synchronization. It uses a static memory allocation scheme. AvRtos is nearly the smallest RTOS out there. Even pico]OS is much bigger. AvRtos can be compiled using gcc compiler. There is a AvrStudio 4 and Eclipse project file to get the example code working very quickly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    java bare metal

    A port of JamVM to run without an operating system.

    This is a port of the JamVM software run on Intel hardware without any operating system. The Java interpreter runs on the bare hardware of an Intel machine. There are new class interfaces to directly access the memory of the machine, access the IO space of the machine, and other bare hardware features. The ultimate goal of this project is to be able to run Java programs on a computer without any operating system overhead. This effectively makes Java the operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ncmock

    NetCDF mock data generator.

    ...Global and variable attributes can also be created. Esoteric controls exist for choosing alignment, blocksize, file flavor (classic or HDF5), prefill, initial size, and header pad. ncmock has throughput and peak memory calipers, so it can also be used as a benchmark tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Yet Another Audio Feature Extractor is a toolbox for audio analysis. Easy to use and efficient at extracting a large number of audio features simultaneously. WAV and MP3 files supported, or embedding in C++, Python or Matlab applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    mg4j-buffer-hash

    Minimal Perfect Hashes using Buffers rather than arrays

    This package implements Minimal Perfect Hashes using Buffers rather than java arrays. It therefore allows the data to be backed by MemCache, Random Access Files, and data stores other than in-memory arrays. It is an adaptation of Minimal Perfect Hashes in version 2.0.1 of MG4J (Managing Gigabytes for Java), a free full-text search engine for large document collections written in Java. MG4J is free software distributed under the GNU Lesser General Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ultimate 1MB (U1MB) Rom Builder

    Ultimate 1MB (U1MB) Rom Builder

    Rom Builder Utility for Atari 8 bit Ultimate1MB upgrade

    This utility is used to create/maintain ROM images for flashing to the Ultimate 1MB device. It's main purpose is to customize your U1MB device to your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nano OS is a RTOS for Atmel AVR controllers. It provides: -preemptive realtime multitasking incl. priorities, -binary semaphores, -message queues, -array-based memory management , -functions for taskcontrol, -watchdog, -system management functions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    tgcd is a simple Unix network utility to extend the accessibility of TCP/IP based network services beyond firewalls. This can also be used by network analysts and security experts for penetration testing and analyze the security of their network. It's written in C Language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    JHCaching

    Lightweight LRU Caching library with persistence

    ...See more about the configuration abilities at Configuration. Additionally this library has "ValueManager" interface, which wraps how the Value is stored. This can be in Memory or in a Persistent storage like File, FileReference or Database which will give ability to restore the cache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    A library written in C that provides a sorted list (based on an AVL or Red-Black tree) for sorting large amounts of data without using up all the physical memory. Uses disk if there is more data in the sorted list than there is memory available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Savuka-VirtualBox

    Savuka-VirtualBox

    Virtual Box VDI of SliTaz Linux with Savuka installed and configured

    ...root name: root root password: root username: tux password: root Instructions: -Download and install 7zip (www.7-zip.org) -Extract files to HDD -Install included VirtualBox (not tested on other versions, but shouldn't matter) -Within VirtualBox make a new machine ----Machine/New --------Name: Savuka / Type: Linux / Version: Other Linux (32-bit) --------1024MB RAM -------- Use Existing virtual drive (point to extracted Savuka.vdi) ---- Machine/Settigns/Display: set video memory to 50 MB, enable 2D and 3D acceleration ---- Machine/Settings/Shared Folders: Create new machine folder. Point to any data directory, folder name: DATA, select Auto-mount. Note: "Folder name" must be 'DATA' in all caps to link on boot Thats it! More Info: www.osmanbilsel.net www.paulnobrega.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    libmmf

    C++ library that allows reading and writing memory-mapped files.

    This library is a controlled way of writing to and reading from memory-mapped files in C++. It is intended for use on Linux and its usage is very similar to the standard fstream class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SAT-Assembler

    Scalable and accurate targeted gene assembly for large-scale NGS data

    SAT-Assembler is a scalable and accurate gene assembly tool for large-scale RNA-Seq and metagenomic data. It recovers genes from gene families of particular interest to biologists with high coverage, low chimera rate, and extremely low memory usage compared with exiting gene assembly tools. Moreover, it is naturally compatible with parallel computing platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SOAPfuse

    SOAPfuse

    a tool for identifying fusion transcripts from paired-end RNA-Seq data

    SOAPfuse is an open source tool developed for genome-wide detection of fusion transcripts from paired-end RNA-Seq data. By comparing with previously released tools, SOAPfuse has a good performance. It is developed in perl, and only be used on linux OS. It requires about 8G memory to run whole analysis. So far, it is developed only for analysis on human being RNA-Seq data. SOAPfuse has been published as Method article in Genome Biology, please check http://genomebiology.com/2013/14/2/R12 The official website (*outdated) of SOAPfuse is http://soap.genomics.org.cn/soapfuse.html The wiki home of SOAPfuse is https://sourceforge.net/p/soapfuse/wiki/Home The GitHub repository of SOAPfuse Perl module is https://github.com/Nobel-Justin/SOAPfuse_PM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EasyPowoliX64

    EasyPowoliX64

    An assembler language emulator to lean it easily!

    ...EPX64 just have ten data registers and not any address registers! This assembler is simulating a modern 64-bit CPU (Central Processing Unit) with a low level and simple RAM (Random Access Memory) with a capacity of max 128 Kilobyte (131.072 Bytes). The memory is divided into 16.384 addresses with 64-bit memory cells (Long-Integer btw. Int64).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    memory-stats.js

    memory-stats.js

    minimal monitor for JS Heap Size via performance.memory

    memory-stats.js is a small JavaScript utility that displays page memory usage in a style similar to stats.js. It was inspired by mrdoob’s stats.js and originally came from work related to tquery before becoming a standalone repository. The tool helps developers monitor JavaScript memory behavior directly inside a web page during development or debugging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    imagecache for Android

    Two-level (memory+SD) cache to display web images

    Used with calls like: CacheQueue.displayImage(imageView, "http://i.imgur.com/u0NjkvC.jpg", 600); // rescale to 600 px when saving Handles all aspects of downloading and storing images, keeps memory and SD footprint under specified values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ruby-debugger-runtime

    Patches to Ruby 2.x and 1.9 to support beautiful debugging

    This repository contains patches (and ruby tarballs) which provide enhanced runtime support to allow beautiful, feature-rich debuggers or profilers for Ruby 1.9.x or 2.x. Some of the patches are useful for other things as well. A debugger which makes use of all of these features is https://github.com/rocky/rb-trepanning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SparseAssembler: Sparse k-mer Graph for Memory Efficient Genome Assembly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jpegant

    jpegant

    Embedded JPEG encoder

    Jpegant is a compact JPEG encoder for embedded applications. It is intended to be executed on small microcontrollers or microprocessors. High speed and small memory usage is its main concern. It implements a subset of JPEG standard. Now the code contains JPEG decoder so if you decided to use nonstandard transform or entropy coding in encoder you still will be able to decode bitstream (provided that you keep the decoder in sync of course). Release 1.1 source code and Windows executables are on the download page. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    K3NG-Keyer for AVR-Studio 7

    K3NG-Arduino Keyer ported to AVR-Studio 7

    ...The Sketch-Import function of Atmel-Studio7 does not help's to become a usable project. The used MCU is an Arduino unsuported variant of a plain and native ATMega1284P, that's have enought memory (128K) and comes in DIP40 housing - a nice peace for use the on prototype boards or embedded them into your own project. It contains two serial boards and every I/O pin support the use in combination of an external Interrupt. I had stopped the time consuming portation of the original arduino sketch in the beginnung of 2015 because i had moved to the ARM Cortex-M MPU's. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    hashdatabox

    HashDataBox

    HashDataBox is a Java language visible memory data containers, responsible for the loading and unloading of data formats, conversion, management and monitoring. HashDataBox can implement uniform data structure object model, Visual component of the consolidated data source, unified communications message data format. HashDataBox is all the Visual components in your application instances can share the same DataBox, data sharing, simplifies client design, can also design multiple DataBox instance, multi-angle, multi-directional management data model. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MOQL

    MOQL

    Query and statistic the objects in memory like SQL

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Micro-agents
    An efficient Java-based Multi-agent Platform implementing the micro-agent concept µ² offering network support and multiple agent implementation languages. Detailed instructions and documentation can be found under http://www.micro-agents.net. This project has been moved to Github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Admin4J provide a base set of administrative support for custom Java EE applications including the following: Exception management, thread contention alerts, memory usage alerts, application error reporting, and runtime logger administration.
    Downloads: 0 This Week
    Last Update:
    See Project