Showing 924 open source projects for "control"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    jQuery Transit

    jQuery Transit

    Super-smooth CSS3 transformations and transitions for jQuery

    jQuery Transit is a classic jQuery plugin that brought ergonomic, chainable CSS3 transitions and transforms to web apps before modern animation APIs were commonplace. It exposes a simple .transition() method so you can animate transforms, opacity, colors, and other CSS properties with minimal code. Under the hood, it leans on GPU-accelerated CSS transforms where available, falling back gracefully, which made complex motion feel smooth even on modest devices. The plugin abstracts away vendor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    markdown-toc

    markdown-toc

    API and CLI for generating a markdown TOC (table of contents)

    markdown-toc is a JavaScript API and CLI for generating tables of contents from Markdown files. It uses Remarkable to parse Markdown headings and turn them into linked TOC entries. Developers can run it from the command line, inject a TOC directly into a file, or use it programmatically from Node.js. The tool can also output JSON so applications can render their own TOC templates. It includes options for heading depth, bullet style, filtering, slug generation, indentation, and first-heading...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EventProxy

    EventProxy

    An implementation of task/event based asynchronous pattern

    EventProxy is a lightweight JavaScript library for coordinating multiple asynchronous operations through events. It was created to replace deeply nested callbacks with flatter and more readable control flows. Developers emit named events and register handlers that run when specific combinations or quantities of events have completed. Its all and create methods wait for several different results, while after collects repeated events into an ordered array. The tail method keeps using the latest values when participating events continue to update. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    STANTOR

    Scada for Home Automation

    ...It drives : k8061-K8055(USB), K8000(I2C), Arduino Mega and Uno, X10, 1-Wire, electricity meters, Webcam (motion), infrared remote controls. It uses WEB browser, smartphone, xHTML, SOAP, Websocket, HTML5 Apache, mySQL, PHP, javascript and Ajax. Stantor allows control of electrical equipments like boilers, shutters, lamps, pumps, etc...connected to the 220V/110 VAC. Gathering information of various kinds such as temperature, light, switches, position sensors is provided by Stantor permanently in real time. Through the use of management system MySQL database, Stantor offers automation features customizable tasks. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    vtop

    vtop

    A graphical activity monitor for the command line

    ...This is different to how Apple Activity monitor works. If your terminal supports mouse events (like iTerm) then you can click on the items in the process list. As well as use the scroll wheel. You can disable mouse control with the vtop, no-mouse option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Roku Player Dashboard Remote

    Roku Player Dashboard Remote

    Roku Remote for Mac OSX Dashboard

    A remote control for the ROKU streaming player using its external interfaces. The remote is built using dashcode and javascript for use on Mac OS X dashboard. Since this was not compiled with an Apple Auth key (volunteers welcome!), you must explicitly override gate keeper on Mac OS X 10.8 and above. See: http://www.bu.edu/infosec/howtos/bypass-gatekeeper-safely/ .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Client Manager

    Client Manager

    Gestión Contable y Administrativo de Clientes

    ...El sistema de Fichero permite agregar clientes (con sus datos principales de contacto), permitiendo cargar sus compras o deudas, así como también el dinero que aporta para decrementar su deuda o incrementar su haber (teniendo dinero a su favor para luego utilizarlo en su comercio). El sistema de Fichero podrá ser utilizado como: * Gestión Contable y Administrativo de Clientes * Control de Préstamo o Fiado * Control de Debe o Haber * Control de Cheques * Agenda de Contactos
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Microscopic XUL & XBL Editor

    A quick & dirty XUL / XBL prototyping editor for user interface.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mycorecms

    mycorecms

    CMS/CRM/DBMS Site Generator

    MyCoreCMS is a lightweight jQuery driven CMS designed to easily build dynamic relational databases. With MyCoreCMS you can build something as simple as a forum to as complex as a customer relationship management tool tailored to your specific needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 10
    Webmin module for managing Posix Access Control Lists (ACLs) on files and directories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    OSGC - OpenSource Geospatial Catalogue

    OpenSearch GeoSpatial Catalogue

    OSGC is an Open Source implementation of an OpenSearch GeoSpatial Catalogue compliant to OGC 10-32r3 specification, developed by EGI.eu (http://www.egi.eu/) under the ENVRI (http://envri.eu/) project. OSGC provides a catalogue engine built on top of a PostgreSQL+Postgis database, which exposes a cusmizable OpenSearch interface. Most of the application configuration can be set from the Admin web interface, while Data Administrators have a separated Dropbox interface, which ease the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Misoo Retail Management System with POS

    Misoo Retail Management System with POS

    A comprehensive retail management system with point of sale(POS)

    ...Whether your solution requires one terminal in one location or many terminals in many locations, you get the same intelligent business functionality. Has the following features; Records management Purchases Warehousing Stock/Inventory Control Operations Management HR & Payroll Sales TouchScreen POS Services Management Reservations Reporting Production Management Metered Sales Growing to ERP
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    EJS

    EJS

    Embedded JavaScript templates for node

    ...The idea is to avoid introducing a separate DSL for templating and instead use familiar JavaScript logic inside template tags to generate dynamic content. You write templates using <% %> scriptlet tags, <%= %> for output, and you can include other templates, pass data, and control flow with loops and conditionals. It’s fast because it compiles templates to JavaScript functions and caches them by default, so subsequent rendering is efficient. EJS supports both server-side render (in Node/Express) and client-side use in the browser, making it versatile for universal apps. Because you’re using raw JS, debugging is simple—the errors are standard JS stack traces with template line numbers included. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Online Subtitles Workshop (team edition)
    online subtitles workshop (team edition) is a free php script that allow you to make teams to create and translate subtitles and to run your own subtitles web site
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Scripture

    Scripture

    Biblical Data-Research Tool

    ...all religions offend me, when someone tries to sell me their delusions. when someone say i can't have morals without religion. when someone doesn't hold others to their level just because of a iron age book. when they refuse to understand why faith is harmful. when they kill and hate for their imagenary gods. when they tell you, you need an invisible friend to "be complete", when they refuse to see the flaws in a book that condones murder, slavery, rape and genocide. when they actively choose not to live in reality over a delusion. when they make harmful laws that control everyone based on their religion, it's necessary for human survival to offend religion with reality
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Es un sistema administrativo para entes sin fines de lucro (entes de la administración publica Venezolana) para el control de presupuesto, banco, nomina, contabilidad, compras, cuentas por pagar, inventario y caja.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    JavaDocs

    My project to play around with Java and SVN

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    phpPassSafe
    phpPassSafe is a web based Tool for secure, rolebased password storage and management. The passwords are stored aes-256 encrypted. Now a random password generator is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tv.js

    tv.js

    Apple TV for Torrent Streaming in JS (Node/Chrome)

    tv.js is a JavaScript smart TV experiment for streaming movies through a TV-style interface. It was built as a 24-hour hackathon project and is designed to run as a server with a browser-based front end. The app can run on a Raspberry Pi connected to a television through HDMI. Its interface can be controlled from a smartphone, so users do not need a keyboard or mouse in the living room. The project originally combined movie lookup, torrent search, BitTorrent streaming, and video conversion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    RegistroElectoralFMPT

    Registro Electoral FMPT

    Este es el sistema de registro de votantes creado para el Festival Músico para Tod@s, que se estará ejecutando en todo el territorio de la República Bolivariana de Venezuela. Cuenta con un registro sencillo de datos básicos de las personas que desean votar por los participantes del Festival y nos permite llevar el control de cuantas personas han votado, a que hora, sus nombres y números de cédula, evitando de esta manera el doble voto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Scramble!
    “Scramble your social network data!” - With Scramble you can selective enforce you access control preferences for your content on social networks like Facebook or Twitter ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    StatusQuo

    StatusQuo

    Where Teams give Status on Objects

    In an Organization, there are too many redundant communications, mainly the kind one relative to the reporting of the state of affairs. It's to reduce that kind of communication that this software is intended to. The purpose of the StatusQuo may be defined as "an Instrument of Communication between the Operation and the Organization". The communication is made trough horizontally change of status associated to objects at the operational layer, and vertically viewed at the organizational...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    TaskManager

    TaskManager

    TaskManager manages calculation jobs in a computer cluster environment

    ...However, he should use the TaskManager to submit calculation jobs to the cluster to avoid an overload of the hosts. Jobs which are under the control of the TaskManager are executed on a host of the computer cluster with the rights of the respective user to ensure that the executing jobs have the permission to access the user's files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    RigWatch

    RigWatch

    Real-time updates in one spot, for all of your mining rigs.

    RigWatch is an open-source, self-hosted PHP webapp that can be used to monitor and control your mining rigs and pools, complete with a responsive UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Requirements management tool designed to achieve full SDLC traceability for features, requirements, design, implementation and testing. UI for requirements derivation, version control, attributes etc. Designed to be v2.0 to OSRMT's v1.5. The architecture will change (Grails) and move to being entirely web-based, but the driving force behind it is to retain and satisfy OSRMT users. For installation instructions, login at: https://sourceforge.net/p/nimble/wiki/Installation/ Support for aNimble Platform Users https://groups.google.com/forum/#!...
    Downloads: 0 This Week
    Last Update:
    See Project