Showing 160 open source projects for "samsung note 8"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 196 This Week
    Last Update:
    See Project
  • 3
    IRremote Arduino Library

    IRremote Arduino Library

    Infrared remote library for Arduino, send and receive infrared signals

    This library enables you to send and receive using infra-red signals on an Arduino. You can use any pin for sending now like you are used to receiving. Simultaneous sending and receiving. See the SendAndReceive example. No more need to use 32-bit hex values in your code. Instead, a (8 bit) command value is provided for decoding (as well as a 16-bit address and a protocol number). Protocol values comply to protocol standards, i.e. NEC, Panasonic, Sony, Samsung, and JVC decode and send LSB first...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    PHP Parser

    PHP Parser

    A PHP parser written in PHP

    ... on), additionally a wrapper for emulating tokens from newer versions is provided. This allows to parse PHP 7.4 source code running on PHP 7.0, for example. This emulation is somewhat hacky and not perfect, but it should work well on any sane code. Support for pretty printing, which is the act of converting an AST into PHP code. Please note that "pretty printing" does not imply that the output is especially pretty.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
    Learn More
  • 5
    PSR Log

    PSR Log

    An interface that describes a logger

    .... The interfaces and classes described as well as relevant exception classes and a test suite to verify your implementation are provided as part of the psr/log package. Note that this is not a logger of its own. It is merely an interface that describes a logger. You can pick one of the implementations of the interface to get a logger. If you want to implement the interface, you can require this package and implement Psr\Log\LoggerInterface in your code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    JavaScript Cookie

    JavaScript Cookie

    A simple, lightweight JavaScript API for handling browser cookies

    ...-encoding. The only character in cookie-name or cookie-value that is allowed and still encoded is the percent % character, it is escaped in order to interpret percent input as literal. Please note that the default encoding/decoding strategy is meant to be interoperable only between cookies that are read/written by js-cookie. To override the default encoding/decoding strategy you need to use a converter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Carthage

    Carthage

    A simple, decentralized dependency manager for Cocoa

    ... dependencies in the Cartfile. Once you have Carthage installed, you can begin adding frameworks to your project. Note that Carthage only supports dynamic frameworks, which are only available on iOS 8 or later (or any version of OS X). We encourage using XCFrameworks as of version 0.37.0 (January 2021), and require XCFrameworks when building on an Apple Silicon Mac. Switching from discrete framework bundles to XCFrameworks requires a few changes to your project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Joda-Time

    Joda-Time

    Replacement for the Java date and time classes prior to Java SE 8

    The standard date and time classes prior to Java SE 8 are poor. By tackling this problem head-on, Joda-Time became the de facto standard date and time library for Java prior to Java SE 8. Note that from Java SE 8 onwards, users are asked to migrate to java.time (JSR-310) - a core part of the JDK which replaces this project. The design allows for multiple calendar systems, while still providing a simple API. The “default” calendar is the ISO8601 standard which is used by many other standards...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Backup Tables

    Backup Tables

    Backup single or multiple database tables with ease

    Backup single or multiple database tables with ease. Use the BackupTables::generateBackup($tableToBackup) Facade anywhere in your application and it will generate $tableToBackup_backup_2024_08_22_17_40_01 table in the database with all the data and structure. Note that the datetime 2024_08_22_17_40_01 will be varied based on your datetime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
    Learn More
  • 10
    ImageInTerminal.jl

    ImageInTerminal.jl

    Julia package for displaying images in the terminal using ANSI colors

    ImageInTerminal is a drop-in package that once imported changes how a single Colorant and whole Colorant arrays (regular images) are displayed in the interactive REPL. The displayed images will be downscaled to fit into the size of your active terminal session. By default, this package will detect if your running terminal supports 24-bit colors (true colors). If it does, the image will be displayed in 24-bit colors, otherwise, it falls back to 8-bit (256 colors).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CodeGuru Reviewer CLI Wrapper

    CodeGuru Reviewer CLI Wrapper

    Command line wrapper to interact with CodeGuru Reviewer

    ... on our machine. We will also need working credentials on our machine to interact with our AWS account. You can always use the CLI with Admin credentials but if you want to have a specific role to use the CLI, your credentials must have the provided permissions. You can provide your own bucket name using the --bucket-name option. Note that, currently, CodeGuru Reviewer only supports bucket names that start with the prefix codeguru-reviewer- out of the box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AWS IoT Device SDK for Java v2

    AWS IoT Device SDK for Java v2

    Next generation AWS IoT Client SDK for Java

    Next-generation AWS IoT Client SDK for Java using the AWS Common Runtime. This SDK is built on the AWS Common Runtime, a collection of libraries (aws-c-common, aws-c-io, aws-c-mqtt, aws-c-http, aws-c-cal, aws-c-auth, s2n...) written in C to be cross-platform, high-performance, secure, and reliable. The libraries are bound to Java by the aws-crt-java package. Consuming this SDK via Maven is the preferred method of consuming it. Supports API 26 or newer. NOTE: The shadow sample does not currently...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Galaxy Note 4 Exynos

    Galaxy Note 4 Exynos

    Galaxy Note 4 Exynos5433 AOSP Projects

    Release Repository for https://github.com/universal5433 Support for ALL Samsung Galaxy Note 4 Exynos models Telegram : @Anan1211 Github : ananjaser1211 Paypal : https://paypal.me/ananjaser1211
    Leader badge
    Downloads: 366 This Week
    Last Update:
    See Project
  • 15
    Uniform Server

    Uniform Server

    A free lightweight Windows Apache MySQL and PHP Server Solution.

    Uniform Server is a free lightweight WAMP server solution for Windows. Build using a modular design approach, it includes the latest versions of Apache, MySQL or MariaDB, PHP (with version switching), phpMyAdmin or Adminer. No installation required! No registry dust! Just unpack and fire up! ------- Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------
    Leader badge
    Downloads: 1,262 This Week
    Last Update:
    See Project
  • 16
    Z-Push Zimbra Backend
    This project provides a zimbra backend for the z-push open source ActiveSync implementation (https://github.com/Z-Hub/Z-Push). It supports push email, and synchronization of contacts, calendar, and tasks between zimbra and ActiveSync enabled devices.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 17
    Lightning Kernel

    Lightning Kernel

    Lightning Kernel For Xiaomi Redmi Note 8/8T

    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 18
    Trinity ROMS - Begonia
    Custom ROMs for Redmi Note 8 Pro - Begonia by @TrinitySupport
    Downloads: 44 This Week
    Last Update:
    See Project
  • 19
    WFDownloader App

    WFDownloader App

    Free batch downloader for image, wallpaper, video, audio, document,

    ... by one. Go to the Help menu or check out website to get started. Note that this cross-platform version requires Java (minimum version Java 8) to be installed on your Operating System. For non-java required OS specific versions, check app's website.
    Leader badge
    Downloads: 118 This Week
    Last Update:
    See Project
  • 20

    gkwok

    LineageOS 16 builds for Samsung Tab S2 T719 / gts28velte

    I wanted a recent build of Lineage 16 for my Samsung Tab S2 8" LTE tablet (SM T719y / gts28velte) but the binaries readily available hadn't been updated for 5-6 months at the time. I then decided to figure out how to build one myself, and eventually automated it to provide weekly builds for others. Known issues: Hotspot does not work with these builds, turning off hotspot causes device to reset.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 21
    AndroidLogger

    AndroidLogger

    AndroidLogger 1.4.1 released compatible v7.8 - 8.x Notepad++!

    [NOTE] The new released v1.4.0 and later, already compatible v7.x - 8.x Notepad++! High light logs automaticaly, real time capture log and faster pull files from device, support regex more powerful! 2024.9.17 The v1.3.8 released support regex and ENG. 2024.9.14 The v1.3.7 now only support Chinese x64 Compatible with Notepad++ 6.5 later version. ★The Source Opened, expect your attendance!★ [Install] 1. Push AndroidLogger.dll under "plugins\" directory of Notepad++ 2...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 22
    TWRP-DYNAMIC-ORANGE-RECOVERY-BEGONIA

    TWRP-DYNAMIC-ORANGE-RECOVERY-BEGONIA

    This is recovery file for redmi note 8 pro, on oneplus 8t Shadow Theme

    This twrp recovery is for redmi note 8 pro devices Changelog: • Updated Magisk Version to 24.2 • Added oneplus 8T blobs and optimized begonia blobs • UltraStable Smooth UI and fully Optimized performance Compiled by Ishita Chakraborty((That One plus girl) Released by @cherry_8x8 Thanks to all tester
    Downloads: 24 This Week
    Last Update:
    See Project
  • 23
    Msc-generator

    Msc-generator

    Draws signalling charts, block diagrams and graphs from text input.

    NOTE! We have moved to https://gitlab.com/msc-generator/msc-generator All development happens there. Also, download new releases & submit issues there. A tool to draw various charts from textual descriptions. Currently, three types of charts are supported: Message Sequence Charts, generic Graphs, and Block Diagrams, with more to be added in the future. There is a command-line version for Linux and Mac (replacing mscgen), which now sports a GUI, as well. Msc-generator allows fine control...
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 24

    Top Octave Generator

    A Top Octave Generator using a 16MHz ATmega328P

    The software gives an ATmega328P similar functionality to a Top Octave Generator IC such as the Mostek MK50242. 12 square waves are produced on 12 pins, the frequencies being an approximation of a well tempered scale with base note of A 440Hz. Two sources are provided, one for the octave A7 (3520Hz) to G#8 (6645Hz), the other for the octave C#8 (4435Hz) to C9 (8372Hz). The notes are more accurate than produced by the original TOG IC, within 0.1Hz.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    HYDRA-KERNELS-Level-19.13-Official
    ... changelog: 6.13 - DragonTC1 hour ago - Linux 4.14.301 - Build with DragonToolchain 10.0 + LLD Linker - Sychronized codes with Redmi Note 8 pro MIUI 12.5-R-OSS(DragonTC) - Fixed all the bugs which were present in v5.13 - Saturated Source according to modifies branches with SLMK - Flash Charging Enabled - Fixed All Other Problem with Laggy UI - Added Better battery balance in Proton Clang - UI/UX More smooth Note : 1.)Dragon TC for gaming (note that this is particularly for gaming,
    Downloads: 11 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next