Showing 760 open source projects for "galaxy note 4"

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
  • 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
  • 1
    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: 315 This Week
    Last Update:
    See Project
  • 2
    NVM for Windows

    NVM for Windows

    A node.js version management utility for Windows written in Go

    ... to test a module you're developing with the latest bleeding edge version without uninstalling the stable version of node, this utility can help. Please note that any global npm modules you may have installed are not shared between the various versions of node.js you have installed. Additionally, some npm modules may not be supported in the version of node you're using, so be aware of your environment as you work.
    Downloads: 1,544 This Week
    Last Update:
    See Project
  • 3
    Docker-Android

    Docker-Android

    Android in docker solution with noVNC supported and video recording

    Docker-Android is a docker image built to be used for everything related to mobile website testing and Android project. You can use cadvisor combined with influxdb / Prometheus and grafana if needed to monitor each running container. Docker-Android are being used by 100+ countries around the world. noVNC to see what happen inside docker container. Emulator for different devices/skins, such as Samsung Galaxy S6, LG Nexus 4, HTC Nexus One and more. Ability to connect to Selenium Grid. Ability...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Binance Trading Bot

    Binance Trading Bot

    Automated Binance trading bot, trade multiple cryptocurrencies

    ... and sell at the highest possible price when selling up. The bot supports multiple buy/sell orders based on the configuration. The bot is using MongoDB to provide a persistence database. However, it does not use the latest MongoDB to support Raspberry Pi 32bit. Used MongoDB version is 3.2.20, which is provided by apcheamitru. The bot is tested/working with Linux and Raspberry Pi 4 32bit. Other platforms are not tested.
    Downloads: 3 This Week
    Last Update:
    See Project
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
    Learn More
  • 5
    node-gyp

    node-gyp

    Node.js native addon build tool

    node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It contains a vendored copy of the gyp-next project that was previously used by the Chromium team, extended to support the development of Node.js native addons. Note that node-gyp is not used to build Node.js itself. Multiple target versions of Node.js are supported (i.e. 0.8, ..., 4, 5, 6, etc.), regardless of what version of Node.js is actually installed on your system (node-gyp...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Django Notifications

    Django Notifications

    GitHub notifications alike app for Django

    django-notifications is a GitHub notification alike app for Django, it was derived from django-activity-stream. Notifications are actually actions events, which are categorized by four main components. To generate a notification anywhere in your code, simply import the notify signal and send it with your actor, recipient, and verb. Generating notifications is probably best done in a separate signal. Using django-model-utils, we get the ability to add queryset methods to not only the manager...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    django-push-notifications

    django-push-notifications

    Send push notifications to mobile devices through GCM or APNS

    A minimal Django app that implements Device models that can send messages through APNS, FCM/GCM, WNS and WebPush. The app also implements an admin panel, through which you can test single and bulk notifications. Select one or more FCM/GCM, APNS, WNS or WebPush devices and in the action dropdown, select "Send test message" or "Send test message in bulk", accordingly. Note that sending a non-bulk test message to more than one device will just iterate over the devices and send multiple single...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JupyterQuiz

    JupyterQuiz

    An interactive Quiz generator for Jupyter notebooks and Jupyter Book

    JupyterQuiz is a tool for displaying interactive self-assessment quizes in Jupyter notebooks and Jupyter Book. Important Note for JupyterLab 4 Users: Changes to the math rendering system in JupyterLab 4 have broken the LaTeX rendering in JupyterQuiz. There is not currently a simple solution, but I have opened an issue requesting that the necessary methods be made available. Math should still work in Jupyter Book. A very hacky solution is available in version 2.7.0a1, which loads MathJax 3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Django Bootstrap Modal Forms

    Django Bootstrap Modal Forms

    A Django plugin for creating AJAX driven forms in Bootstrap modal

    .... Note that the master branch contains Bootstrap 4 examples, while the bootstrap5-examples branch contains Bootstrap 5 examples. To experiment with Bootstrap 5 examples simply switch the branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
    Learn More
  • 10
    GPT-Code UI

    GPT-Code UI

    An open source implementation of OpenAI's ChatGPT Code interpreter

    An open source implementation of OpenAI's ChatGPT Code interpreter. Simply ask the OpenAI model to do something and it will generate & execute the code for you. You can put a .env in the working directory to load the OPENAI_API_KEY environment variable. For Azure OpenAI Services, there are also other configurable variables like deployment name. See .env.azure-example for more information. Note that model selection on the UI is currently not supported for Azure OpenAI Services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    terminalGPT

    terminalGPT

    Get GPT like ChatGPT on your terminal

    Get GPT like ChatGPT on your terminal Note: This doesn't use OpenAI ChatGPT, it uses text-davinci-003 model (by default) You'll need to have your own OpenAi apikey to operate this package. 1. Go to https://beta.openai.com 2. Select you profile menu and go to View API Keys 3. Select + Create new secret key 4. Copy generated key Get started: Using tgpt: npm -g install terminalgpt or yarn global add terminalgpt Run tgpt chat ps.: If it is your first time running...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    chatgpt-web

    chatgpt-web

    Privatized web program based on ChatGPT3.5 API

    This project can deploy your own customized ChatGPT web program (compatible with gpt3.5) with one click, just download the project file of the corresponding platform in the release, modify the configuration and execute it, open http://127.0.0.1:8080, you can Get your own ChatGPT website. Note that each parameter may affect you to get a different chat effect, and you may get another answer if you change a parameter, so please try to debug it yourself, and don't complain about the artificial...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    django-helpdesk

    django-helpdesk

    A Django application to manage tickets for an internal helpdesk

    ... project resides in the demo/ top-level folder. The demo project uses sqlite as its database. Sqlite does not allow case-insensitive searches and so the search function may not work as effectively as it would on another database such as PostgreSQL or MySQL that does support case-insensitive searches. For more information, see this note in the Django documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Jekyll Podcaster

    Jekyll Podcaster

    Podcaster is a dynamic Jekyll theme built for podcasters

    Jekyll Podcaster is a Jekyll theme built for podcasters. Every podcast needs a great website and this theme helps you achieve that. Please note that this theme will not build a RSS feed for your podcast, meaning that this is just for showcasing your podcast and not for distributing it. You still need to use a distribution platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Digital Clock 4

    Digital Clock 4

    beautiful customizable clock with plugins

    ... configuration dialog. Also this dialog can be called using clock context menu. You can create your own skin! See this link for details: https://sourceforge.net/p/digitalclock4/wiki/How%20to%20create%20skin/ NOTE: do NOT download any .rar or .exe files marked as my software, these files are made NOT by me and I'm not responsible for their content
    Leader badge
    Downloads: 2,510 This Week
    Last Update:
    See Project
  • 16
    Galaxy Forces VR

    Galaxy Forces VR

    A space shooter game. Run either race or mission, defeat evil enemies.

    .... The replay of the record scores are possible to view from the game for others to see how it was done. In the latest version there are 16 additional levels made by mra, all with hiscore/medals and replay. 4 player multiplayer is in development, with 4 new dogfight maps. The project is done with Unity, and is released on Steam, Oculus, and SideQuest for free.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    WinDirStat: Windows Directory Statistics

    WinDirStat: Windows Directory Statistics

    A disk usage statistics viewer and cleanup tool for Windows

    .... Visit the WinDirStat blog for more up-to-date information about the program. Note: If you are looking for an alternative to WinDirStat for Linux, then you are looking for KDirStat (apt-get install kdirstat on Debian-derivatives), and the alternative to WinDirStat for MacOS X is Disk Inventory X or GrandPerspective.
    Leader badge
    Downloads: 39,630 This Week
    Last Update:
    See Project
  • 18
    TGM Gaming Macro

    TGM Gaming Macro

    Lets you have a macro mouse n keyboard functionally with ordinary one.

    ... to visit forum tab. Note: To simulate arrow keys you might need to turn off NumLock.
    Leader badge
    Downloads: 18,248 This Week
    Last Update:
    See Project
  • 19
    Asuswrt-Merlin

    Asuswrt-Merlin

    Alternative firmware for Asus wireless routers

    Asuswrt-Merlin is a third party firmware for select Asus wireless routers. Based on the Asuswrt firmware developed by Asus, it brings tweaks, new features and other improvements to the original firmware, while retaining its performance and ease of use. Note that only downloads are hosted on SF.net - the complete source code can be found on https://github.com/RMerl/asuswrt-merlin (legacy 380.xx) and https://github.com/RMerl/asuswrt-merlin.ng (382 and newer releases).
    Leader badge
    Downloads: 8,489 This Week
    Last Update:
    See Project
  • 20

    uriparser

    RFC 3986 URI parsing and processing libary

    PLEASE NOTE that we are in the process of moving to GitHub: https://github.com/uriparser/uriparser uriparser is a strictly RFC 3986 compliant URI parsing library written in C89. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license. PLEASE NOTE that we are in the process of moving to GitHub: https://github.com/uriparser/uriparser
    Leader badge
    Downloads: 1,911 This Week
    Last Update:
    See Project
  • 21
    Community Z Tools

    Community Z Tools

    Tool support for the Z formal notation

    Community Z Tools Project (CZT): Tools for editing, typechecking and animating Z specifications and related notations. Includes a Java framework for building formal methods tools. NOTE: development of CZT has now moved to GitHub: https://github.com/community-z-users/czt
    Leader badge
    Downloads: 164 This Week
    Last Update:
    See Project
  • 22
    RMX3461 Bleeding Edge ROMs (Realme 9 SE)

    RMX3461 Bleeding Edge ROMs (Realme 9 SE)

    DevInfinix's Redesigned Builds for Bleeding Edge Custom ROMs

    🚀 Latest Security Patch: 01 October 2024 -------------------------- 🎀 Actively Maintained ROMs: 1. RisingOs 2. EvolutionX 3. VoltageOs 4. DerpFest -------------------------- ⚠️ NOTE: Make sure to read the WIKI before reaching out to the support team. -------------------------- ✨ Experience the latest in Android 14 customization with Bleeding Edge ROMs meticulously crafted for the Realme 9 Speed Edition (RMX3461). Offering enhanced performance...
    Leader badge
    Downloads: 142 This Week
    Last Update:
    See Project
  • 23
    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: 126 This Week
    Last Update:
    See Project
  • 24
    GExperts
    *** Please note that the downloads here on Sourceforge are out of date! See https://gexperts.dummzeuch.de for the latest releases. *** GExperts is a free set of tools built to increase the productivity of Delphi and C++Builder programmers by adding several features to the IDE. GExperts is developed as Open Source software and encourages user contributions to the project.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 25
    Chirp2cxf

    Chirp2cxf

    A utility to convert from CHIRP format for the Quansheng UV-K5 radio

    NOTE: CHIRP now supports the Quansheng K5 directly, you probably don't need this software! This utility will create a new backup file for the Quansheng "Portable Radio CPS" program. Load this into the Quansheng CPS and write to the radio. New how-to video available; https://youtu.be/zQxi12pheRo The input files will be a generic 'donor' save file from the Quansheng CPS, and a CSV export from CHIRP. Backup your Quansheng radio to the CPS to create the .cxf file. Be careful to use...
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next