55 projects for "external" with 2 filters applied:

  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Aidoku

    Aidoku

    Free and open source manga reader for iOS and iPadOS

    Aidoku is a free and open-source manga reading application for iOS and iPadOS that provides a customizable and ad-free experience for consuming manga content from a variety of sources. The app is designed with a modular architecture that uses a WebAssembly-based source system, allowing external extensions to handle content retrieval while keeping the core application lightweight. It supports both online reading through external providers and offline reading via downloaded content, offering flexibility for different usage scenarios. Users can organize their library, track reading progress, and integrate with external tracking services such as AniList and MyAnimeList. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    JKVideo

    JKVideo

    Bilibili-like app with DASH playback, danmaku, WBI sign

    ...The interface is designed with aesthetics and usability in mind, offering a visually appealing and intuitive browsing experience. JKVideo also incorporates authentication mechanisms and API integrations to interact with external content services securely.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Aidoku Sources

    Aidoku Sources

    Unofficial (legacy) sources for Aidoku

    Aidoku Community Sources is an open-source repository that provides a collection of unofficial, community-developed content sources that can be installed into the Aidoku manga reading application to expand its available library. These sources act as connectors between the app and external content providers, enabling users to browse and read manga from various online platforms. The repository is structured to allow contributors to add, update, or maintain sources, fostering a collaborative ecosystem around content accessibility. Although the repository is considered legacy and no longer actively maintained, it still serves as a foundation for newer source lists and demonstrates how the extension system works. ...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 4
    OpenBrand

    OpenBrand

    Extract brand assets (logos, colors, backdrops) from any website

    OpenBrand is an open-source platform aimed at helping users generate, manage, and experiment with branding assets using modern AI-driven workflows. It focuses on simplifying the creation of brand identities by integrating tools for generating logos, visual assets, and design systems in a cohesive environment. The project is built with extensibility in mind, allowing developers to integrate additional AI models or design pipelines to expand its capabilities. It provides a structured approach...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    cobalt

    cobalt

    Best way to save what you love

    ...The project is built with performance in mind, leveraging efficient backend processing to handle requests quickly and consistently. It also prioritizes user privacy by avoiding data collection and minimizing external dependencies. Cobalt is designed to be simple yet powerful, offering a streamlined interface while still supporting a wide range of media sources and formats. Its architecture allows for easy deployment and customization, making it suitable for both personal use and integration into larger systems.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    GSYVideoPlayer

    GSYVideoPlayer

    Android video player library

    GSYVideoPlayer is a flexible, feature-rich video playback library for Android that wraps popular media engines to offer a unified, customizable API. It supports full-screen playback, small-window (picture-in-picture–style) modes, and seamless orientation changes with proper lifecycle handling. The library provides gesture controls for brightness, volume, and seeking, along with thumbnail covers, playback speed adjustment, and caching options for smoother viewing on unreliable networks....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    CSS Inspiration

    CSS Inspiration

    Curated collection of interesting, creative, or inspiring CSS effects

    CSS-Inspiration is a living gallery of modern CSS effects and components that highlights what’s possible with pure CSS and minimal markup. The collection ranges from micro-interactions and loaders to 3D transforms, complex backgrounds, hover states, and text effects, each presented as a small, self-contained demo. Source code is front and center, encouraging developers to study, copy, and tweak snippets for their own projects. Many examples lean on contemporary features—custom properties,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OptiPNG

    Advanced PNG optimization program

    OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.
    Leader badge
    Downloads: 786 This Week
    Last Update:
    See Project
  • 9
    EasyABC

    EasyABC

    EasyABC is an open source ABC editor

    ...The program was originally written in Python 2.7 and WxPython by Nils Liberg and runs on Windows, OSX, and Linux. Jan Wybren de Jong has converted to run on Python 3.8 or higher. Frédéric Aupépin has been supporting EasyABC on OSX. EasyABC depends upon other external programs like abc2midi, abcm2ps, fluidsynth. If you install the Windows or Mac executables most of these programs are automatically included.
    Leader badge
    Downloads: 224 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Generic Image Decoder

    Generic Image Decoder

    A standalone, portable generic Ada package for decoding images

    The Generic Image Decoder is a package for decoding a broad variety of image formats, from any data stream, to any kind of medium. Unconditionally portable code: OS-, CPU-, compiler- independent code. More information on... http://gen-img-dec.sf.net Alire crate: https://alire.ada.dev/crates/gid Mirror: https://github.com/zertovitch/gid
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 11
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    ...Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions, especially as related to line-drawing accuracy. Particular attention to detail concerning chopping of accumulation errors, using a cast from 64 bit to 32 bit strategy, in the interval [1.0,2.0). Individual pixel errors with overlapping polygons or line segments are about one in a billion, but I can't reproduce any errors at the moment by using random number generation with tens of millions of cases. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    HanimeTV

    HanimeTV

    Streaming application designed to provide a mobile-friendly interface

    HanimeTV is an open-source streaming application designed to provide a mobile-friendly interface for browsing and consuming video content from external streaming sources. The app focuses on delivering a smooth playback experience by integrating video streaming, search functionality, and content categorization into a single interface. It is typically built with a modern Android-based architecture, allowing efficient handling of media playback and user interaction. The application includes features for browsing content libraries, filtering by categories, and accessing detailed metadata for each item. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    myjaphoo
    MyJaPhoO My Java Photo Organizer Manages local Photo and Video Collections
    Downloads: 31 This Week
    Last Update:
    See Project
  • 14
    Cropper

    Cropper

    jQuery image cropping plugin

    ...The library emits events for actions such as “crop start,” “move,” and “crop end,” enabling seamless integration with form submissions or client-side image processing workflows. Because it supports touch gestures and mouse interactions, Cropper works well across desktop and mobile browsers without requiring any external dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FolioReaderKit

    FolioReaderKit

    A Swift ePub reader and parser framework for iOS

    FolioReaderKit is an ePub reader and parser framework for iOS written in Swift. FolioReaderKit is available through CocoaPods and Carthage. Go to your storyboard file, choose or create the view controller that should present the epub reader. In the identity, the inspector set StoryboardFolioReaderContrainer as a class. Media Overlays (Sync text rendering with audio playback). TTS - Text to Speech Support, parse epub cover image, RTL Support. Vertical or/and Horizontal scrolling, share...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    css3-

    css3-

    CSS3 implements various 3D && 3D planetary animation effects

    css3- is an extensive collection of CSS3 demonstrations and visual experiments that highlight modern styling capabilities through practical, hands-on examples. The repository focuses on helping front-end developers understand how to implement sophisticated UI effects using native browser features rather than heavy external libraries. It covers a wide range of topics including animations, layout tricks, transitions, and creative visual compositions. The project is structured as a reference-style showcase where each example isolates a specific technique, making it easy to study and adapt into real projects. Its educational value lies in revealing non-obvious CSS behaviors and encouraging deeper mastery of the styling layer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SuperEmbed.js

    SuperEmbed.js

    Fluid width for YouTube, Vimeo, Vine, VideoPress, DailyMotion, etc.

    SuperEmbed.js detects embedded videos from YouTube, Vimeo, Vine, VideoPress, DailyMotion, and more on webpages and makes them responsive. Essentially, this means they stretch to fill their container while still maintaining the content's original aspect ratio. I created SuperEmbed to fix all my issues with existing solutions, including (but not limited to) unnecessary reliance on other libraries, bloated code, and poor fallback support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Geotag
    A platform independent program to geotag images(use GPS data to store location information with the image).Uses external maps to fine-tune locations.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 19
    ScoreDate

    ScoreDate

    ScoreDate is a software to learn music reading and ear training

    ScoreDate is your date with the music ! It is an open source software written in Java that helps musicians to learn music reading. It also helps you with ear training. It is suitable for any skill, from beginners to professional users. From slow training to first sight reading.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Danbooru

    Danbooru

    A taggable image board written in Rails

    Danbooru is a full-featured, open-source web application designed for hosting, organizing, and searching large collections of tagged images, particularly focused on anime-style artwork. Built using Ruby on Rails, it provides a robust tagging system that allows users to categorize images with highly structured metadata, enabling precise and flexible search queries. The platform supports advanced moderation workflows, including user roles, content approval systems, and reporting tools, making...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Jajuk

    Jajuk

    Your Advanced jukebox

    Jajuk is a jukebox for all platforms. The goal of this project is to provide a fully-featured application to advanced users with large or scattered music collections. (Note: the codebase is now hosted at http://gitorious.org/jajuk/jajuk .)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    superboucle

    superboucle

    Loop based software with jack transport, record and midi controllable

    ...You can record loop of any size, adjust BPM, reverse, normalize samples, ... Typical usage : * You need to control jack transport with external midi device and want a button to jump to a specified location in song. * You have some instruments patterns but you have no idea of song structure. * You make live performance with pre-recorded instruments.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    GrindPlayer

    GrindPlayer

    OSMF + Flex based flash video player

    GrindPlayer is a Flash video player built using OSMF (Open Source Media Framework) + Flex. It aims to provide many of the video-playback functionalities that are needed in “modern” Flash applications, including plugins for advertisements and subtitles, etc. The repo includes support tools, localization files, and utilities for building the player with the Flex SDK. OSMF + Flex-based flash video player, which provides the most needed functionality nowadays. Build scripts (.bat files) for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    blenderpython

    Blender Python user external scripts

    Blender Python users contributed external scripts repo/collection. Please check svn for files. Addons are almost kept up to date with current Blender svn for bugs please contact the script owner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Knotter

    Knotter

    Interactive designer for Celtic knots

    ...Interlace patterns are a kind of design historically used as a decorations in many places and by different cultures, some examples are Celtic knotworks and Islamic interlaces. Knotter aims to allow its user to design such patterns in an intuitive way and to provide easy ways to integrate the result in external general-purpose graphic software. For this purpose, designs created within Knotter can be save in a custom human-readable format and exported as Scalable Vector Graphics and in a wide number of raster image formats.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB