Showing 20 open source projects for "windows memory reader"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    ncnn

    ncnn

    High-performance neural network inference framework for mobile

    ncnn is a high-performance neural network inference computing framework designed specifically for mobile platforms. It brings artificial intelligence right at your fingertips with no third-party dependencies, and speeds faster than all other known open source frameworks for mobile phone cpu. ncnn allows developers to easily deploy deep learning algorithm models to the mobile platform and create intelligent APPs. It is cross-platform and supports most commonly used CNN networks, including...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Kiwix Android

    Kiwix Android

    Kiwix for Android

    Kiwix is an offline reader for Web content. One of its main purposes is to make Wikipedia available offline. This is done by reading the content of a file in the ZIM format, a highly compressed open format with additional metadata.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    MMKV for Android is an efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. Efficient. MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values, making the most of Android to achieve best performance. MMKV supports concurrent read-read and read-write access between processes. Easy-to-use. You can use MMKV as you go. All changes are saved immediately, no sync, no apply calls needed. MMKV contains...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Eruda

    Eruda

    Console for mobile browsers

    ..., if not set, it will append an element directly under html root element. Choose which default tools you want, by default all will be added. There are several available plugins, like eruda-fps, which displays page fps info, eruda-features, which will let you see feature detections, eruda-timing, to show performance and resource timing, eruda-memory, to display page memory info, eruda-code, to run JavaScript code, and many more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    RIBs

    RIBs

    Uber's cross-platform mobile architecture framework

    ... be easy to unit test and reason about in isolation. Individual RIB classes have distinct responsibilities like routing, business, view logic, creation. Plus, most RIB logic is decoupled from child RIB logic. This makes RIB classes easy to test and reason about independently. Tooling for developer productivity. RIBs come with IDE tooling around code generation, memory leak detection, static analysis and runtime integrations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ChicKernel Redmi note 12/13 4G

    ChicKernel Redmi note 12/13 4G

    A tapas/topaz/sapphire kernel optimized for smoothness and low-memory

    A kernel carefully optimized for - low-memory, cpu, f2fs and scheduling performance - battery and power savings Speciifically crafted for 4GB variant in mind ❤️ tapas/topaz/sapphire/sapphiren ⭐ Download notes: ✅ chickernel-xxx.zip ✅ ❌ chickernel-xxx release source code.zip ❌ Installation guide: - Download via the "files" tab - Reboot to recovery and install the zip - Enjoy Credits - Google, for android common kernel (ACK) - kerneltoast, for his awesome work...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 7
    Tools4&Droid

    Tools4&Droid

    Easiest way to install Android applications and manage your device !

    [Compatibility] : Windows The program allows you to install Android applications (extension : .apk) with several options and tools . Necessary requirements such as adb and fastboot are integrated in the application. Android SDK is not required to use this program. The program was developed on Qt platform, basically using C ++. Make sure your device driver is installed on your computer.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    MicroZip

    MicroZip

    Create,extract and encrypt ZIP,GZIP,TAR,BZIP2,TAZ files on Java mobile

    MicroZip is a powerful file compression and encryption utility for mobile phones which allows you to create and extract compressed archives in multiple formats and encrypt sensitive information with powerful AES-256 encryption. MicroZip can create and extract ZIP,TAR,TGZ,TBZ2 archives and extract many other formats as JAR,GZ,BZ2,TBZ,WAR,BZIP2,GZIP,Z,TAZ,CBZ etc. MicroZip allows you to extract selected files without extracting the whole ZIP archive. MicroZip also supports encrypted ZIP...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    dex2jar

    Tools to work with android .dex and java .class files

    Mirrors: * https://bitbucket.org/pxb1988/dex2jar * https://github.com/pxb1988/dex2jar dex2jar contains following compment * dex-reader is designed to read the Dalvik Executable (.dex/.odex) format. It has a light weight API similar with ASM. * dex-translator is designed to do the convert job. It reads the dex instruction to dex-ir format, after some optimize, convert to ASM format. * dex-ir used by dex-translator, is designed to represent the dex instruction dex-tools...
    Leader badge
    Downloads: 997 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10

    btrxml

    Basic, Tiny, Reader for XML

    A very basic, portable, tiny parser for XML, written in C under the zlib license. It is designed to be used in memory constrained environments (smartphones for example). The end result will be a "DOM-like" collection of memory. A lot of things were chopped away to deliver the very basic support for XML, and this project does not aim to become a fully compliant parser; keep it basic, stay basic. Part of the design goal is to jam all of this in to one .C file and one .H file while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    qa3dviewer

    simple 3d scene viewer for windows/linux/android

    Simple test for 3d scene viewing demonstrating usage of: Qt5.1: a bit of qml framework+lot of native (c++) OpenGL ES: portable windows/linux/android code QtCreator framework: compile on all platforms License: - 3d models were taken from The Guild 2 Renaissance. All rights belong to Nordic Games GmbH. Non-commercial usage with courtesy of Nordic Games GmbH. - trackball code inspired by apple cocoa help Note: - home made qml widgets (Qt5.1 compatible) - home made openGL shaders...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pReader
    pReader is an eBook Reader for WebOS (Palm Pre/Pixi and HP TouchPad) that is currently supporting plain-text, PalmDOC ePub, and various other eBook formats (without DRM). It is written entirely in JavaScript and reads the files directly from the media partition. A beta version that uses a native C++ backend is also available.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    TouchLockPro
    TouchLockPro is a locking program for Windows Mobile phones. Lock and unlock using the Power button, hardware keys and sensors: GSENSOR, Light, Proximity, Stylus, Capacitive NavSensor, Zoombar, Slider. See http://www.youtube.com/watch?v=RlMsyFZhwDU
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Manual Reader App
    The Manual Reader app for Android mobile devices allows developers to easily create and distribute offline manuals for easy installation on user devices. Included is a manual for the c:geo geocaching app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Symbian Tool 1.79 - Freeware (English and Italian ver) Coded by Jined Compatible with Windows XP, VISTA, Win7 Support Symbian 3rd/5th devices. Great tool to: Backup, Restore, Cleanup, Edit, Optimize, Sterilize, fix Symbian MASS MEMORY storage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    yaSSL, or yet another SSL, is an embedded ssl library for programmers building security functionality into their applications and devices. yaSSL is highly portable, and runs on standard as well as embedded platforms(QNX, ThreadX, VxWorks, Tron) yaSSL is still available but no longer being developed. Current development on the same project continues under wolfSSL. Visit yaSSL Home above for the latest stable release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Flexync (Flexible synchronization) adjusts flexibly to your synchronization needs: it is always simple in use and lightweight, runs on many platforms, on single PC or in a network of stationary/mobile agents, and allows you to use advanced options!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a Windows Mobile software that monitors SIM card, GPS position, and auto answer to SMS. It's small (build in C++), doesn't have any dependency, and still provides all the features found in commercial applications. It consumes no memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a kit of applications that runs in NFC mobile phones, user can read information on tags that contains a path to play a multimedia object previously store in external memory. Useful for treasure hunt or outdoor activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Don't got the money to buy a fingerprint reader? And don't want to type everytime your password when your gone? And you got a USB-Stick or another portable device? Then StickKey is the perfect program for you!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next