Showing 38 open source projects for "mind interface"

View related business solutions
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 1
    CoreUI

    CoreUI

    Open Source UI Kit built on top of Bootstrap 5 and plain JavaScript

    CoreUI Admin Panel is not another blend of 3rd parties free components and libraries. It's the only Open Source Bootstrap Admin Dashboard Template built on the enterprise-grade hand-crafted UI Components Library created and backed by professionals. CoreUI and CoreUI PRO are delivered with fully-featured, and ready-to-use admin panel templates for your application. Save thousands of development hours by using ready-made, reusable, and commonly used widgets and UI components. Moreover, CoreUI...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    NGINX Proxy Manager

    NGINX Proxy Manager

    Docker container for managing Nginx proxy hosts

    Expose web services on your network. Free SSL with Let's Encrypt. Designed with security in mind. Perfect for home networks. Expose your private network Web services and get connected anywhere. Based on Tabler, the interface is a pleasure to use. Configuring a server has never been so fun. Configure other users to either view or manage their own hosts. Full access permissions are available. Built as a Docker Image, Nginx Proxy Manager only requires a database. Built in Let’s Encrypt support...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    CoreUI Free React Admin Template v4

    CoreUI Free React Admin Template v4

    CoreUI React is a free React admin template based on Bootstrap 5

    CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp, CoreUI covers them all! Time is our most valuable asset, that's why we want to help you save it by creating simple,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    libusbmuxd

    libusbmuxd

    A client library to multiplex connections from and to iOS devices

    ... provides an open-source reimplementation of the usbmuxd daemon to use on Linux or as an alternative to communicate with iOS devices without the need to install iTunes. The architecture of the library and dependencies has been designed with an OOP approach in mind. Thus bindings for other programming languages are easier to create and allow an OOP based API. Linux enthusiasts were not amused about great but incompatible hardware like the iPhone 2G.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 5
    React Native Navigation

    React Native Navigation

    A complete native navigation solution for React Native

    React Native Navigation is a module, dependent on and intended to be used alongside React Native, so some experience with it and knowledge of core concepts is required. We also assume you are working on a Mac with XCode and Android Studio installed and setup. You can also make it work in a Linux distribution, of course, but in that case bear in mind that some sections of the docs that deal with iOS might not be relevant to you. When your app is launched for the first time, the bundle is parsed...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    telegraf.js

    telegraf.js

    Modern Telegram Bot Framework for Node.js

    Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats. These accounts serve as an interface for code running somewhere on your server. Telegraf is a library that makes it simple for you to develop your own Telegram bots using JavaScript or TypeScript. You can see in every example is a Context instance. Telegraf creates one for each incoming update and passes it to your middleware...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Yoga

    Yoga

    Cross-platform layout engine which implements Flexbox

    Build flexible layouts on any platform with a highly optimized open source layout engine designed with speed, size, and ease of use in mind. Yoga already powers widely used open source frameworks. It enables these frameworks to offer a simple and intuitive layout API that allows for engineers to collaborate more easily across platforms. Yoga has unlocked exciting features such as calculating layouts off of the main thread to help ensure smooth UI performance. Yoga was built to be fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    dehydrated

    dehydrated

    letsencrypt/acme client implemented as a shell-script

    letsencrypt/acme client implemented as a shell-script, just add water. Dehydrated is a client for signing certificates with an ACME-server (e.g. Let’s Encrypt or ZeroSSL) implemented as a relatively simple bash script. It uses the OpenSSL utility for everything related to actually handling keys and certificates, so you need to have that installed. Other dependencies are cURL, sed, grep, mktemp (all found on almost any system, cURL being the only exception). Please keep in mind
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WG UI

    WG UI

    WireGuard Web UI for self-serve client configurations

    ... for that using a docker image based on wireguard-go. Keep in mind that this runs in userspace and not in kernel module. Unless you use the userspace version with docker you're required to have WireGuard installed on your host machine. You can configure wg-ui using commandline flags or environment variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 10
    Inferno

    Inferno

    React-like JavaScript library for building modern user interfaces

    ... has a partially synthetic event system, instead opting to only delegate certain events (such as `onClick`). Inferno doesn't support React Native. Inferno was only designed for the browser/server with the DOM in mind. Inferno doesn't support legacy string refs, use `createRef` or callback `ref` API. Inferno provides lifecycle events on functional components. This is a major win for people who prefer lightweight components rather than ES2015 classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TOCropViewController

    TOCropViewController

    View controller for iOS that allows users to crop portions of UIImage

    TOCropViewController is an open-source UIViewController subclass to crop out sections of UIImage objects, as well as perform basic rotations. It is excellent for things like editing profile pictures, or sharing parts of a photo online. It has been designed with the iOS Photos app editor in mind, and as such, behaves in a way that should already feel familiar to users of iOS. For Swift developers, CropViewController is a Swift wrapper that completely encapsulates TOCropViewController...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    XLSX I/O

    C library for reading/writing values from/to Excel .xlsx files.

    Cross-platform C library for reading values from and writing values to .xlsx files. XLSX I/O aims to provide a C library for reading and writing .xlsx files. The .xlsx file format is the native format used by Microsoft(R) Excel(TM) since version 2007. The library was written with the following goals in mind: - primary focus on data values organized in tables, on not layout or graphics - written in standard C, but allows being used by C++ - simple interface - small footprint...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13

    Roundup Issue Tracker

    Simple-to-use/-install issue-tracking system: web, REST, email, CLI

    ... designed with flexibility in mind - it's not just another bug tracker. Roundup ships with a *demo tracker* to play with - after you've unpacked the source, just run "python demo.py" and load up the URL it prints out! Get current development source from mercurial repo at: <https://sourceforge.net/p/roundup/code/ci/default/tarball?path=>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Cleanse

    Cleanse

    Lightweight Swift Dependency Injection Framework

    Cleanse is a dependency injection framework for Swift. It is designed from the ground-up with developer experience in mind. It takes inspiration from both Dagger and Guice. Cleanse is responsible for building a graph (or more specifically a directed acyclic graph) that represents all of your dependencies. This graph starts with a root object which is connected to its immediate dependencies, and those dependencies hold edges to its dependencies and so on until we have a complete picture of your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Util

    Java util library with many goodies that will blow Your mind.

    My Java util library. It contains many variations of Enumerations, Iterators, Collections, Sets and Maps (e.g. Map2D, Map3D, InvertibleMap, SetMap). It also contains very nice Model-View-Adapter framework. Necessarily see the AnotherClass interface. It will blow your mind. Furthermore it contains interfaces like: Hierarchical, Factory, Converter, Overridable, Persistable, Bindable, Sequential and many other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Shards UI

    Shards UI

    Bootstrap 4 UI kit packed with extra templates and components

    A free and modern UI toolkit for web makers based on the popular Bootstrap 4 (final) framework. Shards is built with performance in mind having a small footprint and weighting ~13kb minified and gzipped. With Bootstrap 4 at its core, Shards is responsive by default being able to adapt and reflow its layout to any screen size. Everything new in Shards is well documented so you can start building beautiful interfaces as soon as possible. Each component was designed from scratch and comes enhanced...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    pulse - Java web app framework / CMS

    pulse - Java web app framework / CMS

    Built for enterprise level and highly customized websites

    ... with a host of out-of-the-box applications: CMS, Shop, Surveys, Filters and many more. - A WebDAV based virtual file system for digital asset management. - Mature user and role management - Easy-to-use administration interface based on AJAX (using Ext JS) - Built for internationalisation - Flexible templating with XSLT 2.0/XPath 2.0 pulse is designed with brand sites in mind where absolute flexibility in presentation is a core requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WinJS

    WinJS

    A UI toolkit for modern browsers

    ... with the following principles in mind. Provide developers with a distinctive set of UI controls with high polish and performance with fundamental support for touch, mouse, keyboard and accessibility. Provide developers with a cohesive set of components and utilities to build the scaffolding and infrastructure of their applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bricks.js

    Bricks.js

    A blazing fast masonry layout generator for fixed width elements

    Bricks capitalizes on batched reading of layout properties for blazing fastpacking time, no matter how many items. Bricks was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. It's recommended that you assign your Bricks instance to a variable. Using your instance, you can enable and disable the resize handler, add and remove event handlers, accommodate dynamically added elements, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Neon

    Neon

    A powerful Swift programmatic UI layout framework

    ... for a demonstration, I figured a good test for the practicality of Neon would be to replicate an existing screen from a major app, one that everyone could recognize. Now, keep in mind you'll probably want constants defined for many of these size/padding values, in order to keep the code cleaner and easier to maintain, but I decided to use real numbers for most of the values to make the code less obscure when new people are reading through the demonstration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bootflat

    Bootflat

    Flat UI KIT based on Bootstrap 3.3.0 CSS framework

    ... schemes built-in, and allows for easy customization. Bootflat uses lightweight high-function plugins for maximum performance, keeping CSS and JS file sizes down. Bootflat is fully responsive, built for mobile-first in mind. It provides off-screen navigation, and almost all the widgets are compatible with all screen sizes. Bootflat UI Kit is PSD User Interface Pack including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    casefix

    a small set of casing tools for use by all

    The primary part of the casefix project is a small c library of case editing functions, the heart of which is 7 streaming case editors. Also, there are 3 functions that interface char arrays and strings to the streaming editors. So the library can modify the casing of any character, character block (word), any character string, character array, or any character stream. Currently, libcasefix only handles 7 or 8 bit character sets with some support for UTF-8. With that in mind casefix does...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    OpenME Interface

    simple event-based plugin interface to open up hardwired software

    News: since 2015 we continue all related developments within Collective Knowledge Framework: http://github.com/ctuning/ck/wiki Simple and universal event-based plugin framework and interface to open up hardwared black-box software (tools, application), make them interactive through external plugins, and connect them with other higher-level tools such as Collective Mind. For example, it is used to open up compilers (GCC, LLVM, Open64) for external tuning of optimization of internal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DrPython is a highly customizable cross-platform ide to aid programming in Python. It was developed with teaching in mind, and has a clean, simple interface. It is written in Python, using wxPython as the gui.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    Firefly's Beetroot

    Firefly's Beetroot

    Regression testing simplified.

    Firefly's Beetroot is a regression tester designed with ease of use in mind. The only requirement to operate it is some basic knowledge of the UNIX shell. Note that this is not a unit test framework. Testing occurs at program granularity, not at a level of a function. This is meant to be used only with software with a stable user interface. Changes in the interface could break your tests. Be warned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next