Showing 19 open source projects for "show%20mouse"

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

    NodeBB

    Node.js based forum software built for the modern web

    A better community platform for the modern web. NodeBB is next generation forum software. It's powerful, mobile-ready and easy to use. NodeBB Forum Software is powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB has many modern features out of the box such as social network integration and streaming discussions, while still making sure to be compatible with older browsers. From...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    render-async

    render-async

    render_async lets you include pages asynchronously with AJAX

    render_async is here to make your pages show faster to users. Pages become faster seamlessly by rendering partials to your views. Partials render asynchronously and let users see your page faster than using regular rendering. It works with Rails and its tools out of the box. A quick overview of how render_async does its magic. User visits a page, render_async makes an AJAX request on the controller action, controller renders a partial, partial renders in the place where you put render_async view helper. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ens-updater

    ens-updater

    CLI tool to get/set Ethereum Name System records

    Manage ENS names from the command line. ens-updater enables the automated update of e.g. contentHash records in the Ethereum Name System. In order to perform an update of an ENS record, ens-update needs the private key of the Ethereum account controlling the ENS name. The private key needs to be provided via the environment variable or through the file .env in the working directory. Unittests are plain mocha tests located in the folder "unitTests". They do not require ganache or another node...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PHP HTML5 Videochat

    PHP HTML5 Videochat

    Simple PHP setup for HTML5 Videochat web application by VideoWhisper.

    Using the HTML5 videochat interface is highly recommended as main browsers have plans to discontinue Flash support in 2020. HTML5 Videochat uses WebRTC technology to allow broadcasting webcam directly from website, without need for Flash. This is a simple embedding preview edition, with simple scripts to embed app and showcase few features. Live demo for this edition is available at: https://videowhisper.com/demos/html5-videochat/ For a full implementation of advanced capabilities,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 5
    Botui

    Botui

    A JavaScript framework to create conversational UIs

    ...I suggest you use a specific version instead of using the latest tag. BotUI makes it super easy to create conversational/bot interfaces. It has an intuitive JavaScript API to add messages and show actions that a user can perform. It also gives you total control over how everything looks. You can also create your own themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    PHP Address Book

    Simple, web-based address & phone book

    Simple, web-based address & phone book, contact manager, organizer. Groups, addresses, e-Mails, phone numbers & birthdays. vCards, LDIF, Excel, iPhone, Gmail & Google-Maps supported. PHP / MySQL based.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Anatine

    Anatine

    Pristine Twitter app

    ...When closing the window, the app will continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle to toggle the window. On Windows, click the tray icon to toggle the window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ng-file-upload

    ng-file-upload

    Lightweight Angular directive to upload files

    ...Native validation support for file type/size, image width/height/aspect ratio, video/audio duration, and ng-required with pluggable custom sync or async validations. Show thumbnail or preview of selected images/audio/videos. Supports CORS and direct upload of file's binary data using Upload.$http(). Plenty of sample server side code, available on nuget. On demand flash FileAPI shim loading no extra load for html5 browsers. HTML5 FileReader.readAsDataURL shim for IE8-9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mailcheck.js

    mailcheck.js

    Reduce misspelled email addresses in your web apps

    ...For instant use, download the minified library mailcheck.min.js into your javascripts directory. mailcheck.js is also available unminimised if you want to hack on it, or have your own minimizer. Mailcheck takes in two callbacks, suggested and empty. We recommend you supply both. Mailcheck does not want to get in the way of how you can show suggestions. Use the suggestion object to display suggestions in your preferred manner. empty is called when there's no suggestion. Mailcheck just passes in the target element. It is a good idea to use this callback to clear an existing suggestion. Mailcheck is decoupled from jQuery, so its usage without jQuery is almost identical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • 10
    casualShare

    casualShare

    Transforms the computer into a Airplay receiver

    ...java can be installed at https://java.com/en/download/index.jsp nodejs can be installed at http://nodejs.org/ once installed run the casualshare file, which will start up a airplay receiver on your computer and redirect you to a webpage. Then simply go on your iOS device and send an image over using airplay. if the airplay logo does not show up, try reconnecting your wifi on the iOS device. Note: only images work on ios7, no longer working on project
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    connect-flash

    connect-flash

    Flash message middleware for Connect and Express

    ...Once installed and wired into a session-enabled Express app, it lets you set messages that persist across a single request–redirect–response cycle and then automatically clears them so they don’t show up repeatedly. The API is minimal: you call req.flash(type, message) to store a flash and then read them back in views or route handlers when needed, which makes it a practical solution for form submission feedback, login failure notices, and other transient user alerts. By abstracting flash message handling into middleware, connect-flash eliminates the need for manual session management code and enhances UX with consistent request feedback patterns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Chat4Eclipse - Chat Plugin for Eclipse

    Chat4Eclipse - Chat Plugin for Eclipse

    Facebook & Google Chat for eclipse in perfect camouflage. Enjoy

    ...The look and feel and chat texts are in perfect camouflage that your colleagues will not even have the slightest idea that you are chatting. :) Key features * Facebook and Google Instant messaging * Show / Hide offline friends * search friends in your buddy list * Enable / Disable logmode chat texts * Keep accounts offline, when busy * Notification in chat window's tab Also visit homepage for download and usage instructions http://chat4eclipse.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is an easy to use, and easy to configure RSS reader. Uses PHP and AJAX to get and parse the feeds, and uses XML to configure which feeds to show. Easily configurable to include in another page with CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NaGa-OX (Not as Good as OpenX) is a php script that acts as an ads server. Other than keeping banner statistics, can show either single or group banners, that rotate using javascript. Banners can have an expiring date and special statuses that actively i
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The main description will fit in some kind of live chat support system. * You can open a chat window to any online visitor. * Run on multiple sites. * Optimized for high traffic sites. * Show your online status. * Log chat messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Free Show is a real time, chat-like, telepathic-like 3D Game Environment consisting primarily of Humour. You can go to http://www.thefreeshow.eu to read this SDK of a 3D Game/Chat Environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a Wordpress plugin for Wordpress 2.0 and up: Use this tool to easily create and edit your own photo albums right inside the admin panel. Share them in your sidebar as thumbnail links leading to an attractive and intuitive slide-show interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HWTS is a modern online training system, which require low bandwidth. It can show slides to students, and have a live chat area. Students can ask questions and teachers can answer then within this area. Streaming of teacher's voice will be available soon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Online Presentation Software. Show presentations online without the need of any specialist software, simply use your website. Create presentations instantly with our XML creator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next