Showing 467 open source projects for "custom"

View related business solutions
  • 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
  • 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.
  • 1
    PicMo

    PicMo

    JavaScript emoji picker. Any app, any framework

    Plain JavaScript emoji picker. Any app, any framework. Use PicMo to add a rich emoji picker to any JavaScript project, regardless of the framework. Use the platform's native emojis, or cross-platform emojis from Twemoji. Even add your own custom emojis and GIFs. Search for emojis by name or tags. Customize sizing, layout, and UI elements. Emoji data is loaded once from a CDN and cached in the browser for subsequent sessions. Use the default operating system emoji images or use an alternative...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Emoji Mart

    Emoji Mart

    One component to pick them all

    Data required for the picker to work has been completely decoupled from the library. That gives developers the flexibility to better control their app bundle size and let them choose how and when this data is loaded. Callback when the Add custom emoji button is clicked. The button will only be displayed if this callback is provided. It is displayed when search returns no results. You can use custom emojis by providing an array of categories and their emojis. Emojis also support multiple skin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Audiobookshelf

    Audiobookshelf

    Self-hosted audiobook and podcast server

    ... to download episodes w/ auto-download. Multi-user support w/ custom permissions. Keeps progress per user and syncs across devices. Auto-detects library updates, no need to re-scan. Upload books and podcasts w/ bulk upload drag and drop folders. Backup your metadata + automated daily backups. Progressive Web App (PWA). Chromecast support on the web app and android app. Fetch metadata and cover art from several sources. Chapter editor and chapter lookup (using Audnexus API). Merge your audio files int.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    React Native Vector Icons

    React Native Vector Icons

    Customizable Icons for React Native with full styling

    .... You can either use one of the bundled icons supported or roll your own custom font. Since Icon builds on top of the Text component, most style properties will work as expected, you might find it useful to play around with background color, border width, border color, border radius, padding, margin, color, font size, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5
    nomnoml

    nomnoml

    The sassy UML diagram renderer

    This is nomnoml, a tool for drawing UML diagrams based on a simple syntax. It tries to keep its syntax visually as close as possible to the generated UML diagram without resorting to ASCII drawings. The nomnoml javascript library can render diagrams on your web page. The only dependency is graphite. Install nomnoml using either npm or good old script inclusion. In the SVG output the node name is attached to SVG shapes and g containers with data-name attribute. You can use this to implement...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Emoji

    Emoji

    A library to add Emoji support to your Android / JVM Application

    A Kotlin Multiplatform library to add Emoji support to your Android App / JVM Backend. Check out the sample jvm module for text parsing/searching functionality. PopupWindow which overlays over the soft keyboard. Normal view which is used by EmojiPopup and can also be used as a standalone to select emojis via categories. The library has 4 different sprites providers to choose from (iOS, Google, Facebook & Twitter). The emoji's are packaged as pictures and loaded at runtime. If you want to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Spectacle

    Spectacle

    A ReactJS based Presentation Library

    Spectacle is an open source presentation library based on React.js. It lets you create sleek presentations using JSX syntax, giving you the ability to live demo your code. Spectacle’s presentations are lively and interactive, with clickable elements, themes, custom backgrounds, animations, and many other fun and unique elements you can add to make your presentations pop. With Spectacle you can also live demo your code in real time without having to leave the presentation deck. Code blocks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Hero iOS

    Hero iOS

    Elegant transition library for iOS & tvOS

    Hero is a library for building iOS view controller transitions. It provides a declarative layer on top of the UIKit’s cumbersome transition APIs—making custom transitions an easy task for developers. Hero is similar to Keynote’s Magic Move. It checks the heroID property on all source and destination views. Every matched view pair is then automatically transitioned from its old state to its new state. Hero can also construct animations for unmatched views. It is easy to define these animations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SD WebImage

    SD WebImage

    Asynchronous image downloader with cache support

    This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like UIImageView, UIButton, MKAnnotationView. SD is the prefix for Simple Design (which is the team name in Daily Motion company from the author Olivier Poitrey) Image formats supported by Apple system (JPEG, PNG, TIFF, BMP, ...), including GIF/APNG animated image. In order to keep SDWebImage focused and limited to the core features, but also allow extensibility and custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 10
    imgIX.js

    imgIX.js

    Responsive images in the browser, simplified

    imgix.js is a dependency-free JavaScript library for the browser that allows for easy integration of imgix into websites. imgix.js allows developers to easily generate responsive images using the srcset and sizes attributes, or the picture element. This lets you write a single image URL that is parsed and used to make images look great at any screen size, by using imgix to process and resize your images on the fly. imgix.js is designed to run in the browser, manipulating existing img...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    node-emoji

    node-emoji

    Simple emoji support for node.js projects

    A simple emoji support for node.js projects. To install node-emoji, you need node.js and npm. Once you have that set-up, just run npm install --save node-emoji in your project directory. You're now ready to use emoji in your node projects! There are some emojis that have "-" in their name, for example "t-rex" and refrencing them directly like this (emoji.t-rex) won't work. In such cases, use the emoji.get('t-rex') syntax instead. To update the list or add custom emoji, clone this repository...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Qualisys Unity SDK

    Qualisys Unity SDK

    Unity package for the C# (.NET) implementation for Qualisys Track

    Animating characters is straightforward with automatic mapping between Unity’s Mecanim human bones and QTM segments. Just add the skeleton script, set the actor name of the QTM skeleton and press play. Using a QTM rigid body to set the position and orientation of a GameObject is equally easy. Just add a script to the GameObject and set the name of the QTM rigid body. Get a real-time stream of motion capture data in Unity with minimal latency. This makes it possible to drive characters, rigid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Nuke

    Nuke

    Image loading system

    ... and optimized for performance. Fast LRU memory cache, native HTTP disk cache, and custom aggressive LRU disk cache. Customize image pipeline using built-in Alamofire, Gifu, FLAnimatedImage, WebP plugins or create your own. Enable progressive decoding with a single line of code. Nuke supports progressive JPEG out of the box, and WebP via a plugin built by the community. Automatically prefetch images ahead of time using either Preheat or native table and collection view prefetching APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    react-native-animatable

    react-native-animatable

    Set of animations and declarative transitions for React Native

    Declarative transitions and animations for React Native. To animate things you must use the createAnimatableComponent composer similar to the Animated.createAnimatedComponent. The common components View, Text and Image are precomposed and exposed under the Animatable namespace. If you have your own component that you wish to animate, simply wrap it with a Animatable.View. To make looping animations simply set the iterationCount to infinite. Most animations except the attention seekers work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    reveal.js

    reveal.js

    The HTML Presentation Framework

    reveal.js is a framework for creating beautiful interactive presentations using HTML. It comes with a wide range of features, including nested slides, auto-sliding, touch navigation, Markdown support, PDF export, speaker notes, theming and more. It also comes with a JavaScript API that allows you to control various other options, and a list of plugins that can be used to extend reveal.js further. reveal.js currently offers full support for any recently released version of the following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Vue-Video-Player

    Vue-Video-Player

    @videojs component for @vuejs

    video.js player component for Vue. The Video.js player is a component. Like all components, you can define what children it includes, what order they appear in, and what options are passed to them. Components can be given custom options via the lower-camel-case variant of the component name (e.g. controlBar for ControlBar). These can be nested in a representation of grandchild relationships. Video.js playback technologies (i.e. "techs") can be given custom options as part of the options passed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FLAnimatedImage

    FLAnimatedImage

    Performant animated GIF engine for iOS

    ... UIImageView instances with instances of FLAnimatedImageView to get animated GIF support. There is no central cache or state to manage. It's flexible to integrate in your custom image loading stack and backwards compatible to iOS 9. It uses ARC and the Apple frameworks QuartzCore, ImageIO, MobileCoreServices, and CoreGraphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jelly

    Jelly

    Library for animated, non-interactive & interactive transitions

    Jelly is a library for animated, non-interactive & interactive view controller transitions and presentations with a focus on a simple yet flexible API. With a few lines of source code, interactive UIViewController transitions and custom resizable UIViewController presentations can be created, without the use of the cumbersome UIKit Transitioning API. Interactive transitions can be activated for the slide and the cover transitions. If the transitions are to be interactive, only
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    g3d

    g3d

    Simple and easy 3D engine for LÖVE

    groverburger's 3D engine (g3d) simplifies LÖVE's 3d capabilities to be as simple to use as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DxWnd

    DxWnd

    Window hooker to run fullscreen programs in window and much more...

    Windows hooker - intercepts system calls to make Win32 programs run in a window, to enhance application compatibility, to enhance video modes, to stretch timing and emulate CD disk data and audio tracks. It is typically very useful to run old Windows games.
    Leader badge
    Downloads: 4,553 This Week
    Last Update:
    See Project
  • 21
    Mechvibes

    Mechvibes

    Play mechanical keyboard sounds, typewriter sound as you type

    ...-mechanical keyboard at work and still hear your loved sound. - Use this app as any purpose as you want (such as demo for the buyer about the keyboard sound before they buy it, custom any sound for any key...) With Mechvibes Editor, you can create a new sound pack, edit existing sound pack or share them with your friends.
    Leader badge
    Downloads: 2,537 This Week
    Last Update:
    See Project
  • 22
    gMKVExtractGUI

    gMKVExtractGUI

    A GUI in C# .NET 4 for mkvextract (MKVToolNix)

    A GUI for mkvextract utility (part of MKVToolNix) which incorporates most (if not all) functionality of mkvextract and mkvinfo utilities. Written in C# .NET 4.0, in order to attain high compatibility with Windows OS (WinXP and newer Windows), as well as Linux through Mono (v1.6.4 and newer), and perhaps OSX (not tested).
    Leader badge
    Downloads: 2,228 This Week
    Last Update:
    See Project
  • 23
    digiCamControl

    digiCamControl

    Free camera control solution

    digiCamControl is an free and open source software. This allows you to save time by transferring images directly from your camera to your computer as you take each shot and allow to control camera shooting parameters.
    Leader badge
    Downloads: 1,835 This Week
    Last Update:
    See Project
  • 24
    Open Camera

    Open Camera

    Camera app for Android.

    Open Camera is an Open Source Camera app for Android(TM) phones and tablets. * Get it on Google Play: https://play.google.com/store/apps/details?id=net.sourceforge.opencamera * Get it on F-Droid: https://f-droid.org/en/packages/net.sourceforge.opencamera/ * Or you can download the APK/source directly, see "Files" above. Android, Google Play and the Google Play logo are trademarks of Google LLC.
    Leader badge
    Downloads: 1,255 This Week
    Last Update:
    See Project
  • 25
    FreeCAD

    FreeCAD

    a parametric 3D CAD modeler

    This is an official mirror of FreeCAD. Code and release files are primarily hosted on https://github.com/FreeCAD/FreeCAD and mirrored here. FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties. It is 100% Open Source and extremely modular, allowing for very advanced extension and...
    Leader badge
    Downloads: 731 This Week
    Last Update:
    See Project