Showing 1692 open source projects for "openssl-java"

View related business solutions
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 1
    Wuweido 3D CAD

    Wuweido 3D CAD

    Free 3D Mobile CAD

    Wuweido is a professional 3D CAD on your phone or tablet. More than just a viewer, dozens of modeling tools are provided to create and modify 3D models in the most natural way. Wuweido allows you to import and export models in standard CAD format. Unlike Onshape™ on Cloud, Wuweido is running locally on your device and it's more like Rhino™ 3D on mobile. Wuweido is powered by OPEN CASCADE. OPEN CASCADE is an incredible powerful geometry kernel innovating quickly. Wuweido is inspired by...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Polychroma TV

    Polychroma TV

    Real trash. True grime.

    Watch TV Polychroma, a multi-channel WebTV network dedicated to the finest in avant-garde programming, right on your desktop, mobile, or smart TV device!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PermissionsDispatcher

    PermissionsDispatcher

    A declarative API to handle Android runtime permissions

    ...Annotate a method that is invoked if the user chose to have the device "never ask again" about permission. Now generated functions become much more concise and intuitive than Java version!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Riot Android

    Riot Android

    A glossy Matrix collaboration client for Android

    Riot Android is the original Android client for the Matrix network — a decentralized, secure communication protocol — that enables users to send end-to-end encrypted messages, join rooms, conduct voice and video calls, and interact across federated communities without relying on centralized servers. As the predecessor to Element X, Riot Android laid the groundwork for mobile access to Matrix while providing advanced features like threaded replies, rich media handling, room moderation, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 5
    GITAMite
    App for gitamites to view their college info. Basically a lite version for the university's student website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Picasso

    Picasso

    A powerful image downloading and caching library for Android

    Images add much-needed context and visual flair to Android applications. Picasso allows for hassle-free image loading in your application—often in one line of code! Many common pitfalls of image loading on Android are handled automatically by Picasso: Handling ImageView recycling and download cancelation in an adapter. Complex image transformations with minimal memory use. Automatic memory and disk caching. Adapter re-use is automatically detected and the previous download canceled....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PicsX4

    PicsX4

    Simple game where you guess the word that's common between 4 pictures

    PicsX4 is a 4 pics one-word game where you try to find a particular word that is common to the four given pictures. The challenge becomes harder with each new level. The available letters are shown at the bottom of the screen. The letters need to be added manually. It is possible to get a hint or ask a friend for help and both require a coin currency. Hints include exposing a letter, removing letters, and solving the question right away.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    xUtils3

    xUtils3

    Android orm, bitmap, http, view inject

    xUtils includes orm, http(s), image, view annotations, but it is still very lightweight (251K), and has powerful features and is easy to expand. Efficient and stable orm tool, which makes it more convenient to support cookies and caching when the http interface is implemented. Based on UrlConnection, the bottom layer will be implemented by okHttp after Android4.4. The request protocol supports 11 predicates: GET, POST, PUT, PATCH, HEAD, MOVE, COPY, DELETE, OPTIONS, TRACE, CONNECT. Supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MAME4droid

    MAME4droid

    MAME Android Emulator.

    MAME4droid (0.139u1) is developed by David Valdeita (Seleuco), port of MAME 0.139u1 emulator by Nicola Salmoria and TEAM. MAME4droid (0.139u1) emulates arcade games supported by original MAME 0.139u1. This MAME4droid version is targeted to Dual-Core devices, because it is based on a high specs 2010 PC MAME build. Anyway don't expect arcade games of the 90 to work at full speed. With some games that are really bad optimized (like outrun or mk series) you will need at least a 1.5 ghz...
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    TrashEmail

    TrashEmail

    A hosted disposable email telegram bot; Extremely privacy friendly

    TrashEmail is a hosted Telegram bot that can save your private email address by offering a disposable email address. It can create, and manage, disposable email addresses and link them with your telegram bot chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RxPermissions

    RxPermissions

    Android runtime permissions powered by RxJava2

    This library allows the usage of RxJava with the new Android M permission model. If you need to trigger the permission request from a specific event, you need to setup your event as an observable inside an initialization phase. You can use JakeWharton/RxBinding to turn your view to an observable (not included in the library). Because your app may be restarted during the permission request, the request must be done during an initialization phase. This may be Activity.onCreate, or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BoostMultiDex

    BoostMultiDex

    Load multiple dex files on low Android version devices

    BoostMultiDex is a specialized Android-library created by ByteDance to address a long-standing performance and user-experience problem on older Android devices (specifically Android 4.x and below, i.e. SDK < 21), where loading multiple dex files after installation or upgrade can lead to extremely long “black-screen” freeze times during first startup. Instead of relying on the standard Android MultiDex mechanism, BoostMultiDex reworks the loading strategy by tapping into hidden Dalvik VM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AlphaFlash

    AlphaFlash

    Alphabet Flashcards for Kids

    Alphabet Flashcards for Kids. Comes with default image or user specified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Asynchronous Http Client for Android
    An asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries. Make asynchronous HTTP requests, handle responses in anonymous callbacks. Requests use a thread pool to cap concurrent resource usage. Multipart file uploads with no additional third-party libraries. Tiny size overhead to your application, only 60kb for everything. Automatic smart request retries optimized for spotty mobile connections. Automatic gzip response decoding support for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gym Register
    GymRegister è la nuova applicazione per tablet Android che ti consente di gestire gli iscritti dei corsi di una palestra o di una qualsiasi attività sportiva e non. Dotato di una semplice e intuitiva interfaccia grafica, GymRegister ti consente di eliminare tutti i supporti cartacei e di poter utilizzare il tuo tablet personale. L' applicazione è stata studiata per garantire la massima efficienza grazie all'ottimizzazione del codice e all'utilizzo di algoritmi in grado di gestire grandi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FaraddAPP

    FaraddAPP

    FaraddAPP è l’applicazione dedicata alla Discesa dei candelieri

    Vivi la Discesa dei Candelieri di Sassari sul tuo smartphone grazie a FaraddAPP, l' applicazione per dispositivi Android che ti permette di conoscere la storia della Faradda con i dettagli e le curiosità sui Gremi, sapere in tempo reale a che punto della discesa sono i Candelieri e gli eventi che fanno da contorno alla Festha Manna sassarese! La Faradda o Discesa dei Candelieri è Patrimonio orale e immateriale dell' umanità dell' UNESCO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jphonelite

    jphonelite

    Java VoIP Softphone (SIP) (replaced by jfPhone)

    jphonelite is a Java SIP VoIP SoftPhone for Desktops (Windows, Linux, Mac) and Android. Features 6 lines with transfer, hold, conference (up to all 6 lines), g711 u/a, g722, g729a, and video (video support in Linux or Windows only and includes H263/H264/VP8). Applet includes full JavaScript support. STUN/TURN/ICE supported. Encrypt media with SRTP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Dynamite Bomb
    Passa il candelotto di dinamite al tuo vicino prima che ti esploda in mano! Dynamite Bomb reinventa il gioco della patata bollente con più di 200 consegne (in continuo aggiornamento) per offrirti un semplice passatempo di gruppo! MODALITÀ DI GIOCO: il giocatore che avvia la partita dovrà leggere la consegna a voce alta ed eseguirla, ad esempio nel caso esca "colori con la R" dovrà dire "rosso" e poi passare la "patata bollente" al suo vicino, che prima di passare a sua volta il...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    nks-for-slack

    NKS features messaging capability for Slack on Android

    NKS - a low privacy footprint messaging Android app that links to the Slack API for an individual member of a team. Features sending and reading messages in private and public channels and IM with individual users. File uploads and team emojis (:smile:) are supported. The NKS Slack apk is released. It was inspired by SlackContacts and the need for it…
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    UbForms

    Field data measurements entry and complex data structures at ease

    With UbForms a person can manage field data measurements entry and complex data structures at ease. This app is inspired and based on the UrForms data model and design with several intricate enhancements and fixes. It is open source and free with a low privacy footprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AndroidGodEye

    AndroidGodEye

    Easily monitor the performance of your app real time in browser

    Android developer lack of monitoring of performance data, especially in a production environment. so we need "AndroidGodEye". AndroidGodEye is a performance monitor tool for Android(not limited to performance data) , you can easily monitor the performance of your app in real-time in pc browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MediathekView-for-Android

    MediathekView-for-Android

    Android App for Mediathekview

    Mediathekview_for_Android Achtung: Mediathekview_for_Android ist eine eigenständige Entwicklung und steht in keinem Zusammenhang mit dem Entwicklerteam von Mediathekview. Den Namen "Mediathekview" und das Mediathekview-Logo wurden übernommen. Außerdem verwendet die App die vom Mediathekview-Team erstellten Filmlisten. Das Mediathekview-Team ist nicht für Probleme mit dieser App verantwortlich. Mit der App können Sendungen der öffentlichen Fersehsender Deutschlands am...
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 23
    AndGraphics

    AndGraphics

    Android OpenGL Game Engine

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AndroidTVLauncher

    AndroidTVLauncher

    This is a leanback style tv launcher(minSdkVersion 17)

    This is a tv launcher, including a leanback launcher(minSdkVersion 17). CatLauncher (Leanback style) function has been basically stable at present, the progress of the follow-up will follow up with the official Leanback library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Kaharingan

    Kaharingan

    Aplikasi Kaharingan untuk Android

    Aplikasi Kaharingan untuk Android: Panaturan, Kandayu, Talatah
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB