Showing 20 open source projects for "disk"

View related business solutions
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • Agentic AI SRE built for Engineering and DevOps teams. Icon
    Agentic AI SRE built for Engineering and DevOps teams.

    No More Time Lost to Troubleshooting

    NeuBird AI's agentic AI SRE delivers autonomous incident resolution, helping team cut MTTR up to 90% and reclaim engineering hours lost to troubleshooting.
    Learn More
  • 1
    InjectionIII

    InjectionIII

    Re-write of Injection for Xcode in (mostly) Swift

    ...This saves the developer a significant amount of time tweaking code or iterating over a design. Effectively it changes Xcode from being a "source editor" to being a "program editor" where source changes are not just saved to disk but into your running program directly.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Adblock Fast

    Adblock Fast

    Adblock Fast is a new, faster ad blocker for Android, iOS, Chrome

    Just as webpages grew bloated with ads, so too have ad blockers grown bloated with little-used filtering rules and features that sap their speed and hog your computer or device’s disk space, CPU cycles, and memory. Adblock Fast executes a mere 7 optimized filtering rules to accelerate pages 8x more but consume 6x less system resources than other ad blockers do. Adblock Fast was created and is maintained by Rocketship, an award-winning app studio whose mission is to design and develop the finest desktop and mobile experiences in the universe. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    SD WebImage

    SD WebImage

    Asynchronous image downloader with cache support

    This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like UIImageView, UIButton, MKAnnotationView. SD is the prefix for Simple Design (which is the team name in Daily Motion company from the author Olivier Poitrey) Image formats supported by Apple system (JPEG, PNG, TIFF, BMP, ...), including GIF/APNG animated image. In order to keep SDWebImage focused and limited to the core features, but also allow extensibility and custom...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    GrandPerspective

    GrandPerspective

    Graphically shows disk usage for Macs

    GrandPerspective is a utility application for macOS that graphically displays the disk usage of your file system. It can help you to manage your disk, as you can easily spot which files and folders take up the most space.
    Leader badge
    Downloads: 4,871 This Week
    Last Update:
    See Project
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • 5
    PINCache

    PINCache

    Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X

    ...It is a key/value store designed for persisting temporary objects that are expensive to reproduce, such as downloaded data or the results of slow processing. It is comprised of two self-similar stores, one in memory (PINMemoryCache) and one on disk (PINDiskCache), all backed by GCD and safe to access from multiple threads simultaneously. On iOS, PINMemoryCache will clear itself when the app receives a memory warning or goes into the background. Objects stored in PINDiskCache remain until you trim the cache yourself, either manually or by setting a byte or age limit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Mantle

    Mantle

    Model framework for Cocoa and Cocoa Touch

    ...In order to serialize your model objects from or into JSON, you need to implement <MTLJSONSerializing> in your MTLModel subclass. Mantle doesn't automatically persist your objects for you. However, MTLModel does conform to <NSCoding>, so model objects can be archived to disk using NSKeyedArchiver.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    GCDWebServer

    GCDWebServer

    The #1 HTTP server for iOS, macOS & tvOS

    ...Parser for web forms submitted using "application/x-www-form-urlencoded" or "multipart/form-data" encodings (including file uploads). Allow implementation of fully asynchronous handlers of incoming HTTP requests. Minimize memory usage with disk streaming of large HTTP request or response bodies. Automatically handle transitions between foreground, background and suspended modes in iOS apps. Full support for both IPv4 and IPv6.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Cleaner for Xcode

    Cleaner for Xcode

    Cleaner for Xcode.app built with react-native-macos

    ...This app helps you to make your Xcode faster by removing unwanted and deprecated files. You can run cleaner weekly or monthly to keep your developer folder health and to save more disk space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Raspberry Pi Emulator

    Raspberry Pi Emulator

    A Raspberry Pi emulator for Mac OS X and Linux

    A newer version is available for mac at https://cowpod.net/projects/raspiemu, which supports the Raspberry Pi 2, multiple instances, as well as CLI and GUI management. An automated Raspberry Pi emulator for Mac OS X, Ubuntu, as a well as a few other Linux distributions. As of 2021, the disk images are no longer available. You will need to manually download and patch said images. Additional information available in the README file, https://sourceforge.net/projects/raspberrypiemulator/files (scroll down) The Raspberry Pi Word Mark, and Raspberry Pi Logo, are trademarks of the Raspberry Pi Foundation. Raspberry Pi home page: http://raspberrypi.org/ Qemu is a trademark of Fabrice Bellard and developers. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 10
    YYKit

    YYKit

    A collection of iOS components

    YYKit is a large collection of iOS utility and component modules, intended to provide building blocks for iOS app development. It is released under the MIT license. The repository splits out independent submodules such as YYModel (a high-performance JSON ↔ model mapping layer), YYCache (a fast caching system), YYImage (image handling, including support for formats like WebP, APNG, GIF), YYWebImage (asynchronous image loading and caching), YYText (a rich text display and editing component),...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    YYWebImage

    YYWebImage

    Asynchronous image loading framework

    YYWebImage is an Objective-C asynchronous image loading framework for iOS that focuses on efficient downloading, decoding, caching, and displaying of remote or local images in mobile apps, designed to be a high-performance alternative to popular solutions like SDWebImage. It integrates tightly with the rest of the YYKit ecosystem and uses YYCache for memory and disk caching and YYImage for animated image support, which means it can handle formats such as WebP, APNG, and GIF smoothly in your UI components. The framework provides easy-to-use category extensions for UIImageView, UIButton, CALayer, and other UI elements so developers can assign a URL and let the library handle the download, decode, and display process asynchronously without blocking the main thread. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FastImageCache

    FastImageCache

    iOS library for quickly displaying images while scrolling

    ...Part of any good iOS application's user experience is fast, smooth scrolling, and Fast Image Cache helps make this easier. A significant burden on performance for graphics-rich applications like Path is image loading. The traditional method of loading individual images from disk is just too slow, especially while scrolling. Fast Image Cache was created specifically to solve this problem. In order to understand how Fast Image Cache works, it's helpful to understand a typical scenario encountered by many applications that work with images. iOS applications, especially those in the social networking space, often have many images to display at once, such as user photos. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    MacFilelight is a clone of the KDE Filelight utility. It provides a pretty and user-friendly interface for discovering what's taking up all your disk space.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Spy is a Mac OS X menu extra displaying inportant info about your computer (CPU, Network, Disk and Memory usage)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...Sporting a neat Aqua interface, it allows you to calculate a variety of popular hash values like MD5 or CRC32 from diffent input sources such as a line of text or a file on disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This software lets you choose movies using a DVD cataloging software (such as DVDPedia) to play on a remote Mac. The movies can be stored anywhere on a network drive or on a local disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OverView allows to quickly visualize disk usage in a very effective way, using color coded rectangles (treemap).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mount ISO and other disk images on your desktop with drag-n-drop
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    xrBackup is backup software for Mac OS X that uses an innovative combination of HFS-enabled rsync together with disk image shadow files to perform differential backups. It is the successor to the Perl-based rbackup project, built using a native Cocoa GUI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dictionary client for Mac OS X (look at www.dict.org). It can read dictd dictionaries files right from disk - so you don't have to be on-line to search terms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB