Showing 143 open source projects for "hex-view"

View related business solutions
  • Network Performance Monitoring | Statseeker Icon
    Network Performance Monitoring | Statseeker

    Statseeker is a powerful network performance monitoring solution for businesses

    Using just a single server or virtual machine, Statseeker can be up and running within minutes, and discovering your entire network in less than an hour, without any significant effect on your bandwidth availability.
    Learn More
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
    Learn More
  • 1
    Differ

    Differ

    Swift library to generate differences and patches between collections

    Differ generates the differences between Collection instances. There’s a lot more to calculating diffs than performing table view animations easily. Wherever you have code that propagates added/removed/moved callbacks from your model to your user interface, you should consider using a library that can calculate differences. Animating small batches of changes is usually going to be faster and provide a more responsive experience than reloading all of your data. Calculating and acting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Spyne

    Spyne

    A transport agnostic sync/async RPC library

    ... and transports. In other words, Spyne is a framework for building distributed solutions that strictly follow the MVC pattern, where Model = spyne.model, View = spyne.protocol and Controller = user code. Spyne comes with the implementations of popular transport, protocol and interface document standards along with a well-defined API that lets you build on existing functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CookieBar 2

    CookieBar 2

    Android library for displaying text messages, notifications and alerts

    Android library for displaying text messages, notifications, and alerts at the top or bottom of the screen. A great alternative for toast and snack bar alerts. CookieBar is a lightweight UI/UX library for displaying an interactive message on the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    deeplinks.js

    deeplinks.js

    Simple deep links to any selection of text on your website

    ... and send it to someone. When that person visits the URL, the same text that was originally selected will be selected and scrolled into view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
    Learn More
  • 5
    Interpret-Text

    Interpret-Text

    State-of-the-art explainers for text-based machine learning models

    A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the result with a built-in dashboard. Interpret-Text builds on Interpret, an open source python package for training interpretable models and helping to explain blackbox machine learning systems. We have added extensions to support text models. Interpret-Text incorporates community-developed interpretability techniques for NLP models and a visualization dashboard to view the results...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Splitties

    Splitties

    A collection of hand-crafted extensions for your Kotlin projects

    Splitties is a collection of small Kotlin multiplatform libraries (with Android as first target). These libraries are intended to reduce the amount of code you have to write, freeing code reading and writing time, so you can focus more on what you want to build for your users (even if you're the only one), or have more time to have fun. This project is named "Splitties" because it is split in small modules, distributed as independent libraries, so you can add only the ones you need to your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MarvelHeroes

    MarvelHeroes

    A sample Marvel heroes application based on MVVM

    MarvelHeroes is a demo application based on modern Android application tech-stacks and MVVM architecture. Fetching data from the network and integrating persisted data in the database via repository pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pulley

    Pulley

    A library to imitate the iOS 10 Maps UI

    A library to imitate the drawer in Maps for iOS 10/11. The master branch follows the latest currently released version of Swift. If you need an older version of Swift, you can specify it's version (e.g. 1.0.x) in your Podfile or use the code on the branch for that version. Older branches are unsupported. Pulley 2.9.0 has new properties to support a new display mode. The base functionality should work without any significant changes. The biggest change is the new display mode of .compact to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TableView for Android

    TableView for Android

    Powerful Android library for displaying complex data structures

    TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells. TableView relies on a separate model object to hold and represent the data it displays. This repository also contains a sample app that is designed to show you how to create your own TableView in your application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
    Learn More
  • 10
    LevelDB

    LevelDB

    A fast key-value storage library

    LevelDB is a library of persistent key values. Written at Google, it contains keys and values that are arbitrary byte arrays, ordered within the key value store according to a user-specified comparator function. LevelDB is not an SQL database and does not support SQL queries or indexes. It simply provides an ordered mapping from string keys to string values. Data is stored already sorted by key, though callers can override the sort order through a custom comparison function. It supports...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    File Icons

    File Icons

    Atom file-specific icons for improved visual grepping

    File-specific icons in Atom for improved visual grepping. Everything is handled using CSS classes. Use your stylesheet to change or tweak icons. Consult the package stylesheets to see what classes are used. Choose your own shades. Assign icons by file extension. Assign icons to directories. A restart is needed to complete the installation. Reload the window, or restart Atom. As of v2.0, classes are used for displaying icons instead of mixins. If you're a package author, you can integrate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Superfine

    Superfine

    Absolutely minimal view layer for building web interfaces

    Superfine is a minimal view layer for building web interfaces. Think Hyperapp without the framework—no state machines, effects, or subscriptions, just the absolute bare minimum (1 kB minified+gzipped). Mix it with your favorite state management library or use it standalone for maximum flexibility. When describing how a page looks in Superfine, we don't write markup. Instead, we use the h() and text() functions to create a lightweight representation of the DOM (or virtual DOM for short...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FABRevealMenu

    FABRevealMenu

    A general purpose Android UI library to show a user show menu

    A simple general-purpose UI library to create a custom user-defied menu in a modern way with your favorite Floating action button. It incorporates a lollipop circular reveal view with cool animations somewhat inspired by Google Material Design guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MaterialStyledDialogs

    MaterialStyledDialogs

    library that shows a customizable Material-based dialog

    A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required. Android Library that shows a beautiful and customizable Material designed dialog with header. Based on material-dialogs and inspired by this dribble. A basic dialog will show the provided title (optional) and description, using your primary color as the header background. You have access to methods such as setTitle(), setContent(), setIcon(), setCancelable(), dismiss(), etc. The dialog icon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jQuery & Zepto Lazy

    jQuery & Zepto Lazy

    A lightweight, fast, feature-rich, powerful and highly configurable

    Lazy is a fast, feature-rich, and lightweight delayed content-loading plugin for jQuery and Zepto. It's designed to speed up page loading times and decrease traffic to your users by only loading the content in view. You can use Lazy in all vertical and horizontal scroll ways. It supports images in img / tags and backgrounds, supplied with CSS like background-image, by default. On those elements, Lazy can set a default image or a placeholder while loading and supports retina displays as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PyCBC

    PyCBC

    Learn how to use PyCBC to analyze gravitational-wave data

    ... Colab. However, you can do them either on your local machine or by using services such as mybinder or sciserver which allow a full juypterhub experience with the ability to view and edit text files. Below we give links to the tutorials that should directly work in Google Colab, however.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Subspace

    Subspace

    Library for Reactive Dapp Development with auto syncing

    Subspace is a framework agnostic JS library that embraces reactive programming with RxJS, by observing asynchronous changes in Smart Contracts, and providing methods to track and subscribe to events, changes to the state of contracts and address balances, and react to these changes and events via observables. Subspace also takes care of syncing under the hood, saving & loading the state in a local database. Methods are provided to track and subscribe to events, contract & state balances, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IfSharp

    IfSharp

    F# for Jupyter Notebooks

    F# for Jupyter Notebooks. This implements F# for Jupyter notebooks. View the Feature Notebook for some of the features that are included. There's a related project of .NET Interactive which was inspired by this one but a completely rethought approach with integrated package management, VS Code support, and variable sharing between languages. If you're moving to .NET Core support it's definitely worth checking out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tony

    Tony

    An Elegant WordPress Theme Powered by Vue.js 2

    An Elegant WordPress Theme Based on Vue.js. Beautiful and elegant design, infinite loading, post quick-view. Post embedding, multiple post list styles, multiple page templates. Back-to-top button, better searching experience, automatic post index. Automatic Dark Mode, reading progress bar, markdown auto rendering. Built using Webpack & Scss, archive page, support Gutenberg editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ThirtyInch

    ThirtyInch

    A MVP library for Android favoring a stateful Presenter

    This library adds Presenters to Activities and Fragments. It favors the stateful Presenter pattern, where the Presenter survives configuration changes and the dumb View pattern, where the View only sends user events and receives information from the Presenter but never actively asks for data. This makes testing very easy because no logic lives in the View (Activity, Fragment) except for fancy animations which anyway aren't testable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jquery.flowchart

    jquery.flowchart

    JQuery plugin that allows you to draw a flow chart

    Javascript jQuery plugin that allows you to draw a flow chart. jquery.flowchart.js is an open-source javascript jQuery ui plugin that allows you to draw and edit a flow chart. Methods are provided so that the end-user can edit the flow chart by adding/moving/removing operators, and creating/removing connections between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ReactXP

    ReactXP

    Library for cross-platform app development

    ReactXP builds on the popular React JS and React Native frameworks. Share most of your code between the web, iOS, Android, and Windows. Create great-looking, responsive web pages and mobile apps that feel native. With React and React Native, your web app can share most its logic with your iOS and Android apps, but the view layer needs to be implemented separately for each platform. We have taken this a step further and developed a thin cross-platform layer we call ReactXP. If you write your app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    VValidator

    VValidator

    An easy to use form validator for Kotlin & Android

    View Validator, an easy-to-use form validation library for Kotlin & Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Croppy

    Croppy

    Image Cropping Library for Android

    Image cropping library for Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TKSubmitTransition

    TKSubmitTransition

    Animated UIButton of Loading Animation and Transition Animation

    Animated UIButton of loading animation and transition animation. As you can see in the GIF animation demo, you can find the “sign in” button rolling and after that, the next UIViewController will fade in.
    Downloads: 0 This Week
    Last Update:
    See Project