Showing 24 open source projects for "android rom compiler"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    Thorium

    Thorium

    Chromium fork named after radioactive element No. 90

    Chromium fork for Linux named after radioactive element No. 90. Windows/MacOS/RasPi/Android/Other builds.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    FlatBuffers

    FlatBuffers

    Memory Efficient Serialization Library

    FlatBuffers is an open source, cross-platform serialization library designed for maximum memory efficiency. Originally created at Google for game development and other performance-critical apps, FlatBuffers has the unique ability of allowing you to directly access serialized data without having to parse or unpack beforehand. Since the only memory needed to access your data is that of the buffer, it is also very memory efficient and fast. FlatBuffers supports Windows, MacOS, Linux and Android...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Filesystem

    Filesystem

    An implementation of C++17 std::filesystem

    This is a header-only single-file std::filesystem compatible helper library, based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or C++20 (tightly following the C++17 standard with very few documented exceptions). It is currently tested on macOS 10.12/10.14/10.15/11.6, Windows 10, Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, FreeBSD 12, Alpine ARM/ARM64 Linux and Solaris 10 but should work on other systems too, as long as you have at least a C++11 compatible compiler...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Secure Cloud-Based Solution for Medical Credentialing. Icon
    Secure Cloud-Based Solution for Medical Credentialing.

    A Comprehensive Cloud Based Credentialing, Payer Enrollment and Contract Management Software

    Experience simplified facility, payer, and contract management with our cutting-edge healthcare credentialing software. Designed to optimize the credentialing process, Credentialingspectrum enhances efficiency and effectiveness. Our one-click comprehensive automation sets the standard for provider credentialing software in the USA, offering unmatched convenience and excellence.
  • 5
    Custom ROM by IndieRock00

    Custom ROM by IndieRock00

    Custom ROM for Redmi 4 Prime (MARKW)

    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    The Fresh Project

    The Fresh Project

    Love your phone again.

    The official home of Fresh, a One UI-based custom firmware for Samsung devices.
    Leader badge
    Downloads: 120 This Week
    Last Update:
    See Project
  • 7
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 8
    RE/flex lexical analyzer generator

    RE/flex lexical analyzer generator

    The regex-centric, fast lexical analyzer generator for C++

    RE/flex is the fast lexical analyzer generator (faster than Flex) with full Unicode support, indent/nodent/dedent anchors, lazy quantifiers, and many other modern features. Accepts Flex lexer specification syntax and is compatible with Bison/Yacc parsers. Generates reusable source code that is easy to understand. Supports fast scanning of UTF-8/16/32 files, strings, and streams. The reflex scanner generator tool generates clean lexer class code that is thread-safe. Generates Graphviz files...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    Cambridge Z88

    Cambridge Z88

    Software development for 4Mb portable, using Z80 CPU and AA batteries

    This project is for the portable computer "Cambridge Z88", produced by Sir Clive Sinclair (of ZX Spectrum fame). We continue to support software development (ROM, 3rd party apps on memory cards and desktop applications). We have moved to https://cambridgez88.jira.com/wiki (development, source code and documentation). However, we continue to publish files for download here.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • The all-in-one billing and claims management software designed to get your practice paid fast and efficiently. Icon
    Open Practice is pleased to present OpenPM, our cloud-based RCM platform that has propelled the company through 17 consecutive years of double-digit growth. OpenPM connects all the disparate elements of the revenue cycle including; Scheduling & Registration, Billing, Clearinghouse, and Patient Payments/Collections. The result is highly automated accounts receivables management for optimized cash flow, and extensive reporting to help you proactively manage your organization. All of this control is securely hosted and delivered through the browser you already have, providing the perfect combination of security and availability.
  • 10
    Lib CONIO (conio_am.h) GCC C++

    Lib CONIO (conio_am.h) GCC C++

    Library CONIO GCC C++ for Windows e Linux (POSIX)

    New version 7.1.22.12 - prealpha. This project presents clone of the Borland Turbo C/C++ or Embarcadero C++ library "conio" for the GCC compiler, more precisely for the C++ language in Windows, Linux and Mac OS operating systems. Because all functions are defined within the header file itself, the installation is simple. Just place the header file "conio_am.h" (CONsole Input Output Advanced Method) inside the GCC includes directory. Or keep the file "conio_am.h" in the same location where...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    Simple source files and compiled JAR Java programs, for benchmark 50 000 000 cycle finding prime numbers. On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Fluid

    Fluid

    Fluid is an android aftermarket custom rom aiming to redefine ui.

    Fluid provides a minimal UI with some customization. We're based mostly on AOSP with additions from LineageOS. Our telegram channel: t.me/projectfluid
    Downloads: 16 This Week
    Last Update:
    See Project
  • 13
    AL-IV

    AL-IV

    ALFOUR Programming language. Simple, safe, power, multi-platform.

    A programming language AL-IV (ALFOUR) is a high-level imperative object oriented programming language with minimal introduction level, easy porting to any platform claiming a very high level of safety and stability, with a controllable level of code protection, high efficiency of an executable code, full independence from a target platform, minimal enter level.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    GSL

    GSL

    Guidelines support library

    The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL. The entire implementation is provided inline in the headers under the gsl directory. The implementation generally assumes a platform that implements C++14 support. While some types have been broken out into their own headers (e.g. gsl/span), it is simplest to just include...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    MANOOL

    MANOOL

    Programming language with expressive power and a simple implementation

    MANOOL is a practical, homoiconic, dynamic, multiparadigm general-purpose programming language with a functional core. It has high expressive power but is implemented in less than 10K LOC of optimized, idiomatic C++11 for native run-time environments. MANOOL is meant to compare and compete directly with Python, PHP, Ruby, Perl, and Tcl, although incidentally it has some combination of unusual features. Example: {{extern "manool.org.18/std/0.2/all"} in WriteLine[Out; "Hello,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    ReDex

    ReDex

    A bytecode optimizer for Android apps

    ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by ReDex should be smaller and faster than its source. Redex provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by Redex should...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    code-gen

    This utility will generate the entire database code for Android and io

    This utility will generate the entire database code for Android and iOS from a specified .xml file. The code is written in C++ and requires a C14 compatible compiler. Simple Makefile also included for Linux/Mac. We have also included CMake compatibility and Visual Studio has builtin CMake capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NamelessROM

    NamelessROM

    Custom ROM for Android

    NamelessRom is opportunity; an opportunity to have a voice to the development team of the after-market firmware that you run on your device. The main goal of NamelessRom is to provide quality development for android devices, phones, and tablets alike. NamelessRom developers are available nearly 24/7 and respond to bug reports and feature requests almost instantly. This availability will allow you, the end-user, to have direct input into exactly what features and functions are included...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 19

    glSatellite Demo

    Technological demo of OpenGL ES 2 Android NDK

    Technological demo of OpenGL ES 2 for Android platform. It reads public NORAD satellite database and shows the satellite positions and altitude related to Earth in the form of beams (the height of the beam represents the relative altitude). NOTE: The project has been moved to GitHub: https://github.com/nuald/glSatellite-Demo The old one stays here just for the historical reasons. The 3D features present: - OpenGL ES 2; - rotating, multi-touch zooming and moving the globe; - stars...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NxEngine

    NxEngine

    Increase your android performance

    NxEngine 9.2 build 2.6.0 RC4 |Increase Your Android Performance| Changelog : -Xreality engine -Unninstaller script for easy unninstal this mod -Open Vpn script -NxEngine -Eco Dynamic Power saving -Hibernate feature -High Sound Quality [Optimized For Rakun Optimizer] -Full easy configuration with aroma installer -Full I/O and Governor Optimalization -Batery Tweaks -Multitasking-RamManagement-Performance Optimalized -DarkZipalign-Zipalign -Entropy and cpu&Ram checker via terminal emulator...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SuperOSR

    SuperOSR

    Customized Android Rom.

    SuperOSR is a customized Android version for select devices. Is a replacement for the firmware or "ROM" installed on your smartphone, tablet, media center or another Android device. Is based on the Android Open Source Project and the open source community over the world.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    MazWoz EVO ROM

    Android ROM for EVO

    Android ROM for HTC EVO 4G ICS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ogm2d

    Delphi-like IDE for cross-platform game development

    Open Game Maker 2D is a free, open source and cross-platform IDE for the individual game developers. It aims to be a Delphi-like RAD environment in 2D game development field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Android tools for MediaTEK MT53XX Serial Chips
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next