Showing 26 open source projects for "controller"

View related business solutions
  • Build Secure Enterprise Apps Fast with Retool Icon
    Build Secure Enterprise Apps Fast with Retool

    Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.

    Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
    Learn More
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    Kafdrop

    Kafdrop

    Kafka Web UI

    Kafdrop is a web UI for viewing Kafka topics and browsing consumer groups. The tool displays information such as brokers, topics, partitions, and consumers, and lets you view messages. This project is a reboot of Kafdrop 2.x, dragged kicking and screaming into the world of Java 17+, Kafka 2.x, Helm and Kubernetes. It's a lightweight application that runs on Spring Boot and is dead-easy to configure, supporting SASL and TLS-secured brokers.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Lavarel-admin

    Lavarel-admin

    Tools to build a full-featured administrative interface

    ...It supports more than 40+ extensions, easy to install, and ready to use out of the box. With the elegance of Laravel, CURD pages are constructed with expressive code. Quickly generate controller and data table & form code with one key through built-in commands, reducing the workload to a minimum. It supports more than 40 form components, covering almost all usage scenarios, and supports customizing and extending any other components to meet your needs. As long as you install the corresponding OSS platform upload driver and complete the configuration, you can get through the OSS upload function. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Flux

    Flux

    Application architecture for building user interfaces

    ...It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist in a Flux application, but they are controller-views — views often found at the top of the hierarchy that retrieve data from the stores and pass this data down to their children. Additionally, action creators — dispatcher helper methods — are used to support a semantic API that describes all changes that are possible in the application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    EasyPeasy

    EasyPeasy

    Auto Layout made easy

    ...Besides the basics, EasyPeasy resolves most of the constraint conflicts for you and also can attach to a constraint conditional closures that are evaluated before applying a constraint, this way you can install an Auto Layout constraint depending on the platform, size classes, orientation... or the state of your controller, easy peasy! In this quick tour through EasyPeasy we assume that you already know the advantages and disadvantages of the different Auto Layout APIs and therefore you won't see here a comparison of the code side by side, just read and decide whether EasyPeasy is for you or not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    retroarch-ifjoy

    retroarch-ifjoy

    Script to start Retroarch w/ different config depending on joystick

    ...It's impossible to create a single remap that's perfect for both 4-button and 6-button gamepads. I had to do something to avoid remapping every system or game, every time I want to play with a different controller. This bash script will launch Retroarch with a different configuration file depending on the vendorid:productid of the first connected joystick (js0). Useful if you need to use different joysticks with different remaps. Remaps for 4-button joysticks and 6-buttons joysticks can finally be completely separate. Hello Sega-like/Saturn/6-button/arcade stick users!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DeckTransition

    DeckTransition

    A library to recreate the iOS Apple Music now playing transition

    ...To use via storyboards, just setup a custom segue (kind set to custom), and set the class to DeckSegue. Set modalPresentationCapturesStatusBarAppearance to true in your modal view controller, and override the preferredStatusBarStyle variable to return .lightContent. By default, DeckTransition has a swipe-to-dismiss gesture which is automatically enabled when your modalʼs main UIScrollView is scrolled to the top. DeckTransition has an internal heuristic to determine which UIScrollView should be tracked for the swipe-to-dismiss gesture. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AMScrollingNavbar

    AMScrollingNavbar

    Scrollable UINavigationBar following the scrolling of a UIScrollView

    ...Use followScrollView(_: delay:) to start following the scrolling of a scrollable view (e.g.: a UIScrollView or UITableView). To DRY things up you can let your view controller subclass ScrollingNavigationViewController, which provides the base setup implementation. You will just need to call followScrollView(_: delay:): To move another view, like a toolbar, alongside the navigation bar you can provide the view or multiple views as the followers parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FoldingTabBar.iOS

    FoldingTabBar.iOS

    Folding Tab Bar and Tab Bar Controller

    YALFoldingTabBar is a subclass of a standard UIView. We wanted to make this component expand and contract in response to a user tapping. When the component is closed you can only see a central button (“+”). When tapping on it, our custom Tab Bar expands letting other tabBarItems appear, so that the user can switch the controllers. YALFoldingTabBarController is a subclass of UITabBarController with custom animating YALFoldingTabBar. Each separate tabBarItem can have two additional buttons on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    REEL SEARCH

    REEL SEARCH

    A UI controller that allows you to choose options from a list

    Reel Search is a Swift UI controller that allows you to choose options from a list. We specialize in the designing and coding of custom UI for Mobile Apps and Websites. Once the designers have created a gorgeous UI, you will need a team that will be able to turn this design into a working mobile application or website which will look and work exactly the way you have approved it at the design stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 10
    Adventure PHP Framework (APF)
    The adventure php framework understands itself as a utility to implement object oriented and generic PHP web applications. It supports the developer to create programms in compliance with approved software design patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Jamon is a text template engine for Java, useful for generating dynamic HTML, XML, or any text-based content. In a typical Model-View-Controller architecture, Jamon clearly is aimed at the View (or presentation) layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SirOne xMouse

    SirOne xMouse

    Make your mouse faster!

    Our project was born from the idea of creating gravitational fields near the visual controllers in a given application.In case of cursor “braking” near the controllers, gravitational fields are formed and become active, aiding and improving the correct placement and selection of the desired controller. All this process doesn’t put any restriction in free cursor movements: the fields are activated only in case of cursor braking near a predefined control. No unwanted interrelations or selections.A determinant library in a specific situation. xMouse only works when it’s imported into an application, after configuring the fields of every control. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    lcdgraph

    Micro LCD s/w driver for embedded systems

    Graphic LCD driver for microcontrollers. It is to work with various displays. Contains simple dialog-box creator. It is supposed to speed up creating applications with graphic LCDs and GUIs. The library may work with any uC, however at this stage it is optimized to work with PIC16/18 with mcc18 compiler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Tahini loads Swing layout from an XML file at runtime and links it with a controller object. The widgets are described in simple, concise XML, and only your application code is in your source file. Tahini takes care of connecting members and listener
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tcl/Tk interface for the SSC-32 servo controller. Sliders generate position commands and send them to the ssc32 via serial output. The number of servos can be changed. Positions can be captured and replayed using the macro function. Added group controls.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    JavaScript UI

    Cross-browser JavaScript user interface library

    The JavaScript User Interface Library lets you build cross-browser interfaces for web applications with object-orientated JavaScript. No HTML. No CSS. Check out http://www.javascriptui.org for more details and features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    gmfMVC is a Model-View-Controller library built for the wxWidgets library. MVC is a design pattern that aids in the organization and implementation of windowed applications. gmfMVC is built within wxWidgets, so it is portable across many UI types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Wiiuse is a library written in C that connects with several Nintendo Wii wiimotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar Hero 3 controller. Single threaded and nonblocking makes a light weight and clean API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Flest is an application framework for building enterprise RIAs in Adobe Flex 3 and ActionScript 3. It uses such design pattern as Controller, Factory, Command, etc. High efficiency, simplicity and practicality were set as its mandatory design features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GUI for game development. Written on Python. Model-View-Controller interface. Powerfull skinning support. Now under active development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Chapman is a modern, model-view-controller based gui component framework developed in python, inspired by Smalltalk's VisualWorks framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tecnotel is a project that seeks security and comodity to the end-user, controlling your house through the telephone line, internet or remote-controller. The software available controls the electronic-equipment and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The TorWeb project aims to develop comprehensive web controller interfaces for the Tor Anonymous Internet System's controller specification, providing easy remote maintenance of a Tor server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Swlink provides a declaratively model-view-controller realization for Java Swing. It provides a comprehensive facility to bind Java User Interface components to models and controllers. Best of all, it keeps Java GUI code tidy and eaiser to maintain.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Xing is a complete MVC framework to develop Swing (not only) based Java applications. Xing allows user interfaces to be defined using XML. It includes data-form binding, log, preference etc. Mediator patter simplifies the controller part implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next