Showing 12 open source projects for "android"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • 1
    LXGW WenKai

    LXGW WenKai

    An open-source Chinese font derived from Fontworks' Klee One

    ..., and is highly readable. Some DIY font enthusiasts have used imitation Song and other fonts to complete this font successively. As a beautifying font for mobile phone systems, it has been transplanted into mobile phone systems such as iOS and Android, and has been welcomed by many computer friends. However, such a completed font has some shortcomings. First , there is a certain difference between the original font and the supplemented font, which causes some different characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PakType - Pakistani Typography
    For font feature charts: http://paktype.sourceforge.net/features.html#font-features For font source code: http://paktype.sourceforge.net/download.php#download A collection of Unicode based open source OpenType fonts supporting Arabic Script under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the license. Please donate today for continued development. Please visit our Facebook page for discussions: fb.com/paktype
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Beautiful NotoSans Webfonts in Languages

    Beautiful NotoSans Webfonts in Languages

    Including Demo Example Webpage & Professional Documenting Application

    Languages Covered : Arabic, Bengali-Assamese, Devanagari ( Marathi, Pāḷi, Sanskrit, Hindi, Boro, Nepali, Sherpa, Prakrit, Apabhramsha, Awadhi, Bhojpuri, Braj, Bhasha, Chhattisgarhi, Haryanvi, Magahi, Nagpuri, Rajasthani, Bhili, Dogri, Kashmiri, Konkani, Sindhi, Nepal Bhasa, Mundari, and Santali. ), Gujarati, Hebrew, Japanese, JapaneseHW, Korean (K), KoreanHW, SimplifiedChinese (SC), SimplifiedChineseHW, TraditionalChinese (TC), TraditionalChineseHK, TraditionalChineseHKHW,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Another Set of Beautiful Webfonts

    Another Set of Beautiful Webfonts

    Refer the demo webpage for usage instructions

    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    UnifontEX

    UnifontEX

    An extended fork of GNU Unifont with a focus on high compatibility.

    An extended fork of GNU Unifont with a focus on high compatibility. Now final!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Google Webfonts Help System With Demo
    Have a look at the Video below for details. Categories : Create Beautiful Website News, Magazine, Blogs, Articles, Pages, Recipes, Design, Development etc. in your own language using Most Popular Google Webfonts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Beautiful Web Fonts in Various Languages

    Beautiful Web Fonts in Various Languages

    Including Demo Example Webpage & Professional Documenting Application

    Languages Covered : Arabic, Bengali-Assamese, Devanagari ( Marathi, Pāḷi, Sanskrit, Hindi, Boro, Nepali, Sherpa, Prakrit, Apabhramsha, Awadhi, Bhojpuri, Braj, Bhasha, Chhattisgarhi, Haryanvi, Magahi, Nagpuri, Rajasthani, Bhili, Dogri, Kashmiri, Konkani, Sindhi, Nepal Bhasa, Mundari, and Santali. ), Gujarati, Hebrew, Japanese, JapaneseHW, Korean (K), KoreanHW, SimplifiedChinese (SC), SimplifiedChineseHW, TraditionalChinese (TC), TraditionalChineseHK, TraditionalChineseHKHW,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    WenQuanYi (Spring of Letters)

    Crowd-sourcing CJK font project

    This project aims to develop the most complete, standard compliant, high-quality Chinese (and CJKV) fonts and resources, including bitmap and outline fonts of various styles. We also develop web-based tools to facilitate online font-dev collaborations.
    Leader badge
    Downloads: 1,962 This Week
    Last Update:
    See Project
  • 9
    Eva Icons

    Eva Icons

    A pack of more than 480 Open Source icons, animations and fonts

    Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. Download our set on the desktop to use them in your digital products for Web, iOS and Android. Additionally, Eva Icons supports 4 animation types: zoom, pulse, shake and flip. Icons are provided in two visual types, Fill and Outline and in several formats, including PNG, SVG, font, Sketch, etc. you also can download icons one by one in PNG and SVG formats from Eva Icons Website. Load from...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 10
    Android-RobotoTextView

    Android-RobotoTextView

    Implementation of a TextView and all its direct/indirect subclasses

    Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, including the brand-new Roboto Slab fonts. This library is compatible from API 14 (Android 4.0). To apply roboto typeface for original TextView (like a Calligraphy) you must attach inflater in your Activity class in the #onCreate() method. If you intend to use is not all fonts, the extra fonts can be removed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Calligraphy

    Calligraphy

    Custom fonts in Android

    Are you fed up of Custom Views to set fonts? Or traversing the ViewTree to find TextViews? Calligraphy is a library of custom fonts in Android an OK way. Add your custom fonts to assets/. All font definitions are relative to this path. Assuming that you are using Gradle you should create the assets directory under src/main/ in your project directory if it does not already exist. As it's popular to use multi-project build with Gradle the path is usually app/src/main/assets/, where app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Yes, finally. The author decide to schedule some of his busy time to release the "Chinese Language Formula"- Step By Step. It will take a while, but eventually Chinese Language Processing is no longer a problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next