Showing 152 open source projects for "android 8"

View related business solutions
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    Αθλητικές Εξετάσεις

    Αθλητικές Εξετάσεις

    Αθλητικές Εξετάσεις Στρατού Ξηράς

    Βοήθημα για τους εξεταστές της επιτροπής των αθλητικών εξετάσεων των στελεχών του Στρατού Ξηράς, που γίνονται κάθε χρόνο. Πριν χρησιμοποιήσετε το λογισμικό σε πραγματική εξέταση, κάντε πολλές δοκιμές και αφού το χρησιμοποιήσετε, παρακαλώ ενημερώστε με για προβλήματα που προέκυψαν κατά τη διαδικασία.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    projects

    projects

    Some of the roms I developed for Mi 8 Lite - Platina

    In this project I store some of my android system builds for the Mi 8 Lite
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    NLua

    NLua

    Bridge between Lua and the .NET

    Bridge between Lua world and the .NET (compatible with .NET/UWP/Mac/Linux/Android/iOS/tvOS). NLua is a fork project of LuaInterface (from Fábio Mascarenhas/Craig Presti). You can use/instantiate any .NET class without any previous registration or annotation. NLua runs on top of KeraLua binding, it encodes the string using the ASCII encoding by default. If you want to use UTF-8 encoding, just set the Lua.State.Encoding property to Encoding.UTF8. Calling instance methods: To call instance methods...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Redmi 10 Selene

    Redmi 10 Selene CustomROM

    The Xiaomi Redmi 10 (codenamed "selene") is an entry-level smartphone from Xiaomi announced in August 2021. Device specifications Basic Spec Sheet OS Android 11, MIUI 12.5 CPU Octa-core (2x2.0 GHz Cortex-A75 & 6x1.8 GHz Cortex-A55) Chipset MediaTek Helio G88 (12nm) GPU Mali-G52 MC2 Memory 4GB/6GB RAM Storage 64GB/128GB MicroSD microSDXC (dedicated slot) Battery Non-removable Li-Ion 5000 mAh battery Resolution 1080 x 2400 pixels, 20:9 ratio (~405 ppi density) Camera (Rear) 50 MP, f...
    Downloads: 55 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 5
    3D Box rotation

    3D Box rotation

    Simple example of draw and rotate 3D box

    Simple source .java file; .bat for fast re-compile and run; and pre-compiled .jar Java program with example from scratch writed in Notepad++ without Eclipse, etc., How to draw and rotate 3D box most simple way. Rotation speed regulated in simple Loop with 10 ms sleep. Use Java version 8 (OpenJDK 8, OracleJDK 8, OracleJRE 8, ..). Higher versions have an anti-aliasing error in the BufferedImage ( Windows 10 ).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Autobahn|Java

    Autobahn|Java

    WebSocket & WAMP in Java for Android and Java 8

    Client library providing WAMP on Java 8 (Netty) and Android, plus (secure) WebSocket for Android. The WebSocket layer is using a callback-based user API, and is specifically written for Android. Eg it does not run any network stuff on the main (UI) thread. The WAMP layer is using Java 8 CompletableFuture for WAMP actions (call, register, publish, and subscribe) and the Observer pattern for WAMP session, subscription and registration lifecycle events. The library is MIT licensed, maintained...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GUI-lite

    GUI-lite

    The smallest header-only GUI library(4 KLOC) for all platforms

    The smallest header-only GUI library (4 KLOC) for all platforms. Cloud + IoT Solution: master your IoT business all over the world. Multi-language supports UTF-8; Playback Video. Toolkit for building font/image resources. Code Telemetry and Analysis in real-time (remove .sh/.bat files if dislike sharing). Even a C beginner could master GUI-lite quickly. The source code only uses basic C++ features (class, virtual function). We chose C++ as it could make the code size significantly smaller...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    JDrafting

    JDrafting

    CAD application for Technical Drawing exercises

    .../miguelalejandromorenobarrientos/jdrafting Android version (not compatible) https://sourceforge.net/projects/andrafting/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    streamsupport

    streamsupport

    Backport of Java 8/9 java.util.stream API to Java 6/7 and Android

    This project has moved to GitHub: https://github.com/stefan-zobel/streamsupport streamsupport is a backport of the Java 8 java.util.function (functional interfaces) and java.util.stream (streams) API for users of Java 6 or 7 supplemented with selected additions from java.util.concurrent which didn't exist back in Java 6. Due to the lack of default interface methods and static interface methods in pre-Java 8 the API had to be slightly adjusted in these areas but still covers the full...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 10
    LTMorphingLabel

    LTMorphingLabel

    Animated morphing effects for UILabel written in Swift

    A morphing UILabel subclass written in Swift. The .Scale effect mimicked Apple's QuickType animation of iOS 8 of WWDC 2014. New morphing effects are available as Swift extensions. XCFramework is a new option introduced in Xcode 11. You can manually download the pre-compiled LTMorphingLabel.xcframework.zip from the Releases page. Then drag and drop it into your project. Change the class of a label from UILabel to LTMorphingLabel. Programmatically set a new String to its text property. To use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MaviCin MultiTools Ultimate - Quandrostr

    MaviCin MultiTools Ultimate - Quandrostr

    MaviCin MultiTools V13 Ultimate (Update 8) ( Quandrostr )

    =======Türkish MaviCin Multitools ile Android Apk , Rom vs dosyalarında dilediğiniz gibi özgürce değişiklikler yapabilirsiniz bunun yanında daha pek çok süpriz özelliğide yanında barındırır hadi keşfetmeye başlayın ve özgürlüğünüzü hissedin ayrıntılı kullanım klavuzu açıklamalar dosya içince mevcuttur ======English MaviCin can change freely as you wish in the Android apk , rom etc file with Multitools surprise many more besides contains detailed operating instructions come next in the feature...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Fastcoin (FST)

    Fastcoin (FST)

    The fastest software-based online payment system

    The fastest software-based online payment system RELEASE : v1.14.3.2 Fastcoin - Celebrating over eight years of fast & secure transactions. ------------------------------------------------------------------------ - Total coins will be 165,888,000. - 60 second block target (Modified in 2021) - Custom unique difficulty algorithm. - Retargets once every hour or 300 blocks. - Each block contains 32 coins which will be halved every year (or 2,592,000 blocks). - (Currently 2 coins per block...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JPHP

    JPHP

    JPHP - an implementation of PHP on Java VM

    ..., and Gradle, and allows to creation of desktop games and apps for Linux, Windows, and Mac (maybe Android and other platforms in the future). JPHP is not a replacement for the Zend PHP engine or Facebook HHVM. We don’t plan to implement the zend runtime libraries (e.g. Curl, PRCE, etc.) for JPHP. PHP 7.1+ (and many language features from PHP 7.2, 7.3, 7.4). JIT (~2.5x faster PHP 5.6, ~1.1x faster PHP 7.0, ~13% slower than PHP 7.4, bench). Using java libraries and classes in PHP code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SimpleInvoicer 2.0

    SimpleInvoicer 2.0

    Desktop and mobile solution for invoicing

    ...! You draft your invoices remote on your phone and complete the details later at your office? Then complete SimpleInvoicer desktop by SimpleInvoicer mobile. You get it for Android on Google's Play Store. SimpleInvoicer desktop is for free! No installation required. You just copy the program on your computer and start. Everything is on your computer, no remote access required. It just requires Java on your computer. Privacy: your data are stored locally on your computer!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Magnum

    Magnum

    Lightweight and modular C++11 graphics middleware for data and games

    Look­ing for an open-source lib­rary that gives you graph­ics ab­strac­tion and plat­form in­de­pend­ence on ma­jor desktop, mo­bile and web plat­forms? Do you want it to have all the con­veni­ence util­it­ies around yet stay small, power­ful and not give up on flex­ib­il­ity? Here it is. And it’s free to use, even for com­mer­cial pur­poses. Among Mag­num es­sen­tials is a UTF-8-aware OS, filesys­tem and con­sole ab­strac­tion, a ver­sat­ile vec­tor math lib­rary and a slim C++11 wrap­per...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Español: Aquí crearé proyectos y/o compartiré mis conocimientos a la comunidad de Xiaomi Mi 8 (Dipper), para que se nos haga sencillo realizar soluciones o añadir complementos extra al dispositivo. English: Here I will create projects and / or share my knowledge with the Xiaomi Mi 8 (Dipper) community, so that it is easy for us to make solutions or add extra accessories to the device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AIO Boot

    AIO Boot

    AIO Boot is a tool that can help you create a bootable USB with Grub2,

    AIO Boot is a tool that can help you create a bootable USB with Grub2, Grub4dos, Syslinux, Clover and rEFInd. AIO Boot can boot Windows and most Linux distributions and boot via LAN using Tiny PXE Server. AIO Boot is constructed from a variety of sources, certainly still a lot of flaws, eager for sympathy. I would love to hear from you so that I can improve this tool better.
    Leader badge
    Downloads: 503 This Week
    Last Update:
    See Project
  • 18
    This android app communicates with GenerateAndDownloadHash back end that should be deployed and configured on a server to use this app properly. https://sourceforge.net/projects/generateanddownloadhash/ It use ksoap2 library that is under MIT license. Thanks to Manfred Moser of simpligility technologies for ksoap2 library. https://simpligility.github.io/ksoap2-android/index.html Note that app-debug-update-1.apk points to Microsoft Azure Cloud and app-debug-update-2.apk points to OpenShift...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Dark_Ages

    Dark_Ages

    custom kernel for vince

    designed for better battery backup without compromising much on the performance side
    Downloads: 11 This Week
    Last Update:
    See Project
  • 20
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    Simplify virtually executes an app to understand its behavior and then tries to optimize the code so that it behaves identically but is easier for a human to understand. Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    aexbegonia

    aexbegonia

    AospExtended ROM for Begonia (Redmi Note 8 Pro)

    This is the main download page of AeX for Begonia, any other link or build on any other website is not endorsed by me, feel free to give suggestions or complaints on Telegram: @samuuurai or @moonkepler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ohod Quiz Game

    Ohod Quiz Game

    quiz game with spin wheel

    - quiz game - work in any system - تعمل على جميع الانظمة - multi language utf-8 - متعددة اللغات
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ZenX-OS | Redmi Note 8/8T

    ZenX-OS | Redmi Note 8/8T

    ZenX-OS Custom Rom for Redmi Note 8/8T

    ZenX-OS Custom Rom for Redmi Note 8/8T New Era is about to start.. Update Channel: https://t.me/ZenX_Ginkgo Support: https://t.me/Gasiyu
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    电鼓训练

    电鼓训练

    电鼓基本功训练

    电鼓训练软件接收连接到Mac/Windows/Linux主机的MIDI信号,判断使用者所进行的节奏训练是否正确,并以图形化的方式展示出来。 使用方法: 1 将电鼓通过USB线连接到电脑主机上。 2 进入软件,点击红色的开始按钮,然后设定好节拍器的速度。 3 打开节拍器的音量开关。 4 按照节拍器的速度用鼓槌敲击军鼓(或其他鼓和镲片),直到赛车跑完一圈,节拍器停止。 5 敲击越稳定,赛车的速度越快。敲击不稳定,车速会降低,而且车身会偏离中心赛道。 6 也可以切换到图形展示界面,观察敲击稳定性和力度控制情况。 7 点击摄影机按钮可回看最近一段时间的练习情况,也可以通过音频回放练习的过程。 8 点击顶部控制台中间的秒表,打开节拍器,进行下一轮练习。 9 使用键盘也可以控制赛车。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Skippity

    Skippity

    Test and measurement automation for electronics, physics and more

    GET INVOLVED - see General Discussion Skippity is a versatile script-based automation controller for test and measurement instrumentation. It’s ideal for use on the test bench or for automating experiments in the lab. Skippity doesn't rely on instrument specific vendor drivers so it can communicate with both legacy and current commercial instruments and also with devices you've designed and built yourself. Once you've told Skippity about your instruments and their commands using simple...
    Downloads: 1 This Week
    Last Update:
    See Project