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

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    Chatterino 2

    Chatterino 2

    Chat client for Twitch

    Chatterino 2 is a chat client for Twitch.tv. Commands are used as shortcuts for long messages. If a message starts with the "trigger" then the message will be replaced with the Command. Chatterino comes with a collection of built-in commands to help with channel management, Twitch interaction, and other misc. features.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    FxFotos

    FxFotos

    "Fx Fotos" is an opensource gallery app in react native

    Photos is a react-native(expo)+typescript application to replace Google Photos/Apple Photos, and give freedom in hosting your photos on any platform, either centralized servers like Amazon or Microsoft, or decentralized solutions such as Dfinity or IPFS-based "box". It is optimized for decentralized platforms, but is backend-agnostic. Your can easily use it with the IPFS-based "box" or "Dfinity" to host your files and photos with the same experience you had using Google Photos, however, with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    Wait and Pounce FT8

    Wait and Pounce FT8

    Wait to decode callsigns, then call them using UDP protocol

    Neat alternative for JTAlert. Available for both Apple and Windows (10+). Make sure to automatically call any Wanted callsigns specified. Can also be used to monitor band opening. Can handle callsign exclusions. Can even handle wanted callsigns according to your worked before Rules.
    Downloads: 100 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
    Filt8- v3.6 alerts for WSJT-X FT8

    Filt8- v3.6 alerts for WSJT-X FT8

    Alert and filter QSO for WSJT-X FT8 FT4

    ...Filt8 - v3.6 release - Requires Python 3.x (3.10 or higher on Mac) Scrollable maps for small screens State data as of Feb 25, 2024. Map saves settings. Map features: filter by band, click to Lookup. Offline Maps to show station grid locations as you decode them in real-time (Check out js8mapper project on https://sourceforge.net/projects/js8map/ for this same option for JS8Call) Map feature allows filtering by band, listings by callsigns or grids, and callsign lookups via QRZ or HamCall (this requires Internet). Filters & alerts WSJT-X FT8 and FT4 output for Mac/Linux/Win. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    Panchat

    An little chat maded with HTML/PHP without MySQL

    This project was maded in my free time in school. At this time is stable, and its programmed with PHP and html, this project dont uses MySQL DBs, or any DBs for other place. It works very nice and only recommended for use in private chats, or private groups chat, not recommended for public use ^^ Try it for free in http://boompancho.p7com.net/chat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    bristoSOFT Contacts

    bristoSOFT Contacts

    bristoSOFT Contacts is group oriented contact management software.

    bristoSOFT Contacts is a group oriented contact management software application written in Python, PyQt and PostgreSQL based on MVC software architecture. All contacts include email, telephone, address, title, name, company and also include notes, files, integrated google maps, activities such as phone calls, appointments, messaging, calendar. Contacts is a novel project with cutting edge technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    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
  • 11

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system shows how to exchange and process String over network. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    GetSmart - The Smartest Download Manager
    GetSmart is a download manager that supports Multi-Connection downloads. With Multi-Mirror search it can download different parts from these mirror servers simultaneously. It can 'act as proxy' to serve multiple clients. It can also works as a Daemon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    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
  • 16
    WebcamStudio For GNU/Linux

    WebcamStudio For GNU/Linux

    A multifeatured virtual webcam software to broadcast over the Internet

    ========================= WEBCAMSTUDIO IS NO MORE MAINTAINED ========================= We are looking for someone to take over. If interested please contact: soylent.tv@gmail.com WebcamStudio is a multifeatured virtual webcam software that can be used with Skype or a flash website like UStream, to create a professional looking broadcast, including banners, animations, transit animations and icons, etc... This tool is not meant as a video editor but as a live video mixer giving you...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    collect_ssl_info

    Script shows Information of SSL/TLS speaking servers an checks ciphers

    Main function is to see which cert a server is using show cert details and calculate fingerprints Second function is to see which ciphers a server is willing to connect to make sure that weak cipher on the server are disabled and therefore fail. By default collect_ssl_info with option -p try all ciphers openssl has build in. This ist mostly sufficient for a check. required - actual as possible openssl - gawk licence http://www.gnu.org/licenses/gpl-3.0-standalone.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19

    WeeblyBlogExport

    Export weebly blog posts into mysql and analyze

    Export weebly blog posts into mysql. Count occurences of different resources in each post. Show list and table of all blog posts. Author site: http://arkhipenko.weebly.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    AVAYA CMS API Consumer samples

    AVAYA CMS API Consumer samples

    API Consumer of AVAYA CMS reports

    Free .NET 4.5 consumer of AVREMO.CMS.API.LimitedEdition AVREMO.CMS.API is able to Show AVAYA CMS reports as HTML, JSON and XML Render. It includes also a wrapper : .NET Client API (AVREMO.CMS.Contracts.dll) enabling fast development in .NET 4.5 consumer applications. AVREMO.CMS.API.FullEdition download page: https://sourceforge.net/projects/avayacmsapiserver/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SMF Chat Module

    SMF Chat Module

    It can add a chat room with Flash & HTML 5 Client into SMF.

    ...Integration Introductions It adds a chat room with multiple skins and single sign-on. Recent changes: better chat room control in SMF, HTML 5 Chat Client, Mobile Chat App, admin clean screens for all users, added profile integration, live show , social connect feature and video conference. Full Control Multiple skins:Sixteen skins are available to fit in your Forum. Various chat clients:A standard Flash client that has full features, a neat and nice HTML client that is flexible and loads fast. Customizable: Chat size changeable and interface language automatically adjusted to user's OS. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Email Processing in ASP.NET

    Aspose.Email allows you to work with IMAP, POP and Exchange emails

    Email Processing in ASP.NET is a web application that demonstrates some of the great features of Aspose.Email for .NET. This application will practically show you the power and ease of use for working with emails from within your .NET applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tactics Board

    Tactics Board

    eSports tactical drawing board

    Tell your teammates where you want them to go in a match by simply drawing it to them. Import an overview image of the map (PNG) and then show them their spots by simply dragging the connected player onto the board. Draw player's pathes with a crosshair pencil in different colors. Add icons to the board to illustrate grenade or smoke targets. Uses http://netty.io/ for network communication and https://code.google.com/p/json-simple/ as communication objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QAntenna is able to show antennas in a 3D plot, and calculate it's radiattion pattern. It is capable of working with many antennas at the same time.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next