Showing 890 open source projects for "memory"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 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
  • 1
    PurgeButton

    PurgeButton

    Fast cleaning RAM memory.

    This application allows you to use purge command without launching terminal.app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    GLCD SED1531 Library

    C-Library for microcontrollers to control SED1531 based LCD's

    The GLCD SED1531 Library provides functions to draw pixels, lines, filled- and open rectangles and text for micro-controllers such as the Atmel 8-bit AVR series for (very cheap!) SED1531 controller based graphical LCD's. The library is written with portability to other micro-controllers and compilers in mind; all target specific parts are stored in a separated header file . The included example is for the Atmel ATtiny2313 and AVR-GCC. It is expected that other targets can be supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Win Local Arch

    Windows unbuffered archive compresion console application

    Console utility for performing 7zip with unbuffered I/O Currently all archive, compression software and libraries are using buffered I/O which brings your machine to zero memory for large files. This console application uses the SevenZipSharp library with unbuffered I/O which gives all the options of 7zip without the memory problem. The supported compression algorithms are: Deflate, Deflate64, BZip2, Lzma, Lzma2, and Ppmd The supported archive formats are: SevenZip, Zip, GZip, BZip2, Tar, and XZ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    System Information Report

    sh script for collecting system basic OS and hardware information

    Sh script that collects system information about OS and hardware using standard built-in system utilities and presents collected info as detailed report. Collected info: System type, kernel version, system release, number of CPUz/cores, memory, filesystem, bios info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    AlacrityPC

    AlacrityPC

    AlacrityPC is a utility designed to help you get the most performance

    ...It does this by shutting down unnecessary services and programs before starting your application. When you finish your application, those services and programs can be automatically restarted. AlacrityPC also provides some additional optimizations, like memory defragmenting, removing your desktop background, shutting down the desktop shell and Vista Sidebar, and forcing background tasks to execute. AlacrityPC is the sequel to FSAutoStart. It is written in C# .NET 2.0.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    coresc

    coresc

    CPU/Memory Usage

    Shows CPU's cores activity, RAM usage with progressbars and graphs. Allows you to: - persolize the color of each graph - hide some graphs if you want. - define the unit of memory KB, MB, GB...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ACPUProject

    ACPUProject

    ACPU Emulation and Design

    In this project I'll try to reinvent the wheel by designing the ACPU. In this Project I'll upload the official Emulator, Compiler and Docs -- !!! Anouncment !!! -- Searching Developer for USBSupport and one for OSDev -- !!! Anouncment !!! --
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Start Menu Snapshot

    Records smart menu layout for winxp. Useful only as a memory aid.

    A simply utility that records and views the program icons that are displayed on the start menu. This serves no purpose other than to remind you what programs you have or had installed on other computers! Primarily written for winxp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ARecordUpdater

    ARecordUpdater

    An application that automatically updates A-Records for certain hosts.

    ...Currently 3 hosts are supported: - one.com - eurohost.com - antagonist.nl ARecordUpdater doesn't use its own timer. It's better to use a cron job, so it uses less memory. Written in Java and runs on any machine with Java installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 10
    achtbit

    achtbit

    An 8 bit emulator created on the scratch, including an assembler.

    Ever had the experience of a 8 bit system, having max. 64k memory, using assembler to write effective small programs? This system is an experimental 8 bit, 16 color computer, with a processer similar to Z80, that (on my laptop using linux with NO opengl support) achieves up to 1.2 Million instructions per second and 50 Hz. screen refresh rate. It has a builtin assembler to load assembler programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LeseSolm
    Download GPS track from the GPS logger "Solmeta Geotagger Pro" under Linux; Auslesen des Geotaggers * Geotag images with image direction, pitch, roll; Geotagging mit Blickrichtung * Altitudes/Höhen from geonames.org * NMEA analysis: DOP, satellite
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    HostDetails

    The collection of all important commands in a single script (LINUX)

    HostDetails is a script which can fetch the sensitive and important information related to the Linux server / client. This helps you to identify the Host-uptime details, User details, CPU details, Memory details, Hard-disk details, Task-processes details and network-related details. Currently available only for *nix environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Concur memory allocator

    An extremely scalable multithreaded drop-in malloc() replacement

    Concur is an extremely scalable multithreaded transparent drop-in replacement for malloc() and other standard memory allocation calls. Scales linearly to any number of CPU cores. More scalable and memory efficient than mtmalloc, ptmalloc, Hoard, etc. Allocations are very fast, with no lock contention and the least memory waste of any other allocator. Concur is optimized especially for applications that make heavy use of memory allocation in a threaded environment, or that just want to make the best use of every ounce of available memory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    RAM Cleaning

    Instant cleaning RAM

    ...If you notice that your computer has become slow down - just run the RAM Cleaning and after 5 seconds, your computer will work the same as if you would do a reboot. The program runs in the background, you will not see any additional windows. If the computer hangs for 1-5 seconds, it is a clearing of memory, do not worry. After that you can continue to work for your favorite computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Always more than one-way script based nms plugins. Nagios add-on project with plugins and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SarBox

    SarBox helps user to parse or analyze sar data

    ...SAR is cumulative activity counters in the operating system. It is the most comprehensive command which helps to monitor performance of various Linux / Solaris subsystems (CPU, Memory, I/O, Disk, Network, etc) all in same log. This makes it difficult to analyze since every counter data is dumped into the log file. SarBox helps to analyze this log file and present data in graphical charts or text format. To collect sar statistics from an environment, use below syntax [user@host ~]# sar -A 30 2 > sar_linux.log “30 2” reports for every 30 seconds and total of 2 times, written in sar_linux.log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Liberté Linux

    Liberté Linux

    Liberté Linux: Mission-critical stealth communication

    Liberté Linux is a secure, lightweight, and easy to use Gentoo-based Linux distribution intended as a communication aid in hostile environments. Liberté installs on a USB key, and boots on any computer or laptop.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18

    n way Duplicate File / Directory Finder

    please use open source- htp://code.google.com/p/off-dup-finder/

    ...'ls-laR' output(offline) from 'ubuntu' linux can be given to this program to generate copy/diff/automated file/dir remove scripts for one way or two way comparison. disk gain, incremental comparison, patterns partial match/timer, copy script generator- are supported. Can be setup in a central server to clean up network duplicates. This is free software and partly open source. Has good speed And Low Memory usage!! License is GPL V3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PSP Tools

    Set of tools for the Sony PSP (tm).

    Set of tools for the Sony PSP (tm) for fixing and testing parts of the system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    psmem

    Shows detailed information about a specific process

    information about memory (VMRSS) used by a process, cpu affinity, user and group ownership of the process and process status
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    broodKernel

    Latest i9001 stock kernel, heavily tweaked!

    broodKernel is a kernel that is always based on the latest i9001 kernel, the big difference between an other custom kernel is that broodKernel keeps the original zImage. This means that all stock features are available, in order to tweak it I added a lot of tweaks to the kernels ramdisk. next to the ramdisk tweaks there are 2 init.d scripts which allow you to manage broodKernel the way you want. Visit the github here: https://github.com/broodplank/broodKernel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    TCP/UDP footprint analysis

    TCP/UDP endpoint analysis and mapping utility.

    Providing users the ability to with accuracy map all inbound and outbound TCP/UDP connections to a Process ID and process owner. The application will also map a port to various performance metrics like processor and memory utilization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Z2 Embedded Linux

    Z2 Embedded Linux

    Complete linux platform for web configurable, embedded service devices

    ... * Industrial strength Gentoo linux installation contained in very small footprint (200-300MB). * Gentoo linux distribution can be easily tailored to a specific product. * Flash-memory optimized with minimal medium writes. Runs comfortably with 1G flash footprint. * Field upgradable on partition basis with a two-stage boot process. No package per package update problems or bricking due to unauthorized updates. * Encrypted flash medium content for each product uniquely to prevent reverse engineering or data theft...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UPX Manager

    UPX Manager

    Multi-functional GUI for UPX

    ...Special thanks to the authors of UPX Packer - Markus Oberhumer, Laszlo Molnar & John Reiser About UPX Packer: UPX (Ultimate Packer for eXecutables) is a portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks for most of the formats supported, because of in-place decompression. Visit UPX Packer homepage - http://upx.sourceforge.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A GPU memory test utility for NVIDIA and AMD GPUs using well established patterns from memtest86/memtest86+ as well as additional stress tests. The tests are designed to find hardware and soft errors. The code is written in CUDA and OpenCL.
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project