Showing 92 open source projects for "display switch"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 1
    display-switch

    display-switch

    Turn a $30 USB switch into a full-featured multi-monitor KVM switch

    This utility watches for USB device connect/disconnect events and switches monitor inputs via DDC/CI. This turns a simple USB switch into a full-fledged KVM solution: press one button on your USB switch and all your monitors connect to a different input. It is supposed to be installed on all computers that could be connected to these monitors since the app only switches monitors "one way" and relies on itself running on the other computers to switch it "the other way" as needed.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    Plash

    Plash

    Make any website your Mac desktop wallpaper

    Plash enables you to have a highly dynamic desktop wallpaper. You could display your favorite news site, Facebook feed, or a random beautiful scenery photo. The use cases are limitless. You could even set an animated GIF as wallpaper. You can even add multiple websites and easily switch between them.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    moment.php

    moment.php

    Parse, validate, manipulate, and display dates in PHP

    Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js. PHP 5.3 or later since moment.php is based on php's DateTime Class. You can now inject different format handling by passing along a class that implements the FormatsInterface. You can find an example within the test folder for implementing all formats from moment.js. The immutable mode makes all modification methods call cloning() implicitly before applying their modifications.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Lumen

    Lumen

    Magic auto brightness based on screen contents

    ...Instead of only reacting to ambient light, it looks at screen content and changes brightness to make bright and dark windows more comfortable. It can brighten the display when the user is working in a dark terminal and dim it when a bright web page is open. Users train the app naturally by adjusting brightness with the normal keyboard brightness keys. The app requires screen recording permission because it samples the display to understand whether the content is light or dark. Overall, it is a practical comfort utility for people who switch between dark and bright apps, especially at night.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 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
  • 5
    WSL2-Linux-Kernel

    WSL2-Linux-Kernel

    The source for the Linux kernel used in Windows Subsystem for Linux 2

    ...The number one way that we recommend you run Linux distributions is by installing Windows Terminal. Using Windows Terminal enables you to open multiple tabs or window panes to display and quickly switch between multiple Linux distributions or other command lines (PowerShell, Command Prompt, PowerShell, Azure CLI, etc). You can fully customize your terminal with unique color schemes, font styles, sizes, background images, and custom keyboard shortcuts.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 6
    gh-dash

    gh-dash

    A beautiful CLI dashboard for GitHub

    A GitHub (gh) CLI extension to display a dashboard with pull requests and issues by filters you care about. Write multiple configuration files to easily switch between completely different dashboards. Repo name-to-path mappings can be an exact match (full name, full path) or wildcard matched using the owner and partial path. To override the default set of terminal colors and instead create your own color scheme, you can define one in your config.yml file.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 7
    YesPlayMusic

    YesPlayMusic

    Play Music for Windows / macOS / Linux

    High-quality third-party NetEase cloud player, supports Windows / macOS / Linux :electron. Overseas users can play directly (need to log in to NetEase Cloud account). Support UnblockNeteaseMusic, automatically replace grayed out song links with various audio sources (web version not supported). Various audio sources" refers to audio sources that are enabled by default. YouTube audio source needs to install yt-dlp by itself. Daily automatic check-in (check-in on mobile and computer at the...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    Iconoir

    Iconoir

    An open source icons library with 1K+ icons

    ...A Flutter library is available to install under the name iconoir_flutter. Iconoir is happily part of Framer now. To start using the icons, on the top menu, Insert > Graphics > Iconoir. You can switch between icons from the right sidebar in the editor. The class must always be "iconoir-" and then the name of the icon. The icons are display: inline-block and default to the current font size. You can control this by adjusting the ::before styles of the element.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 9
    Spaceship ZSH

    Spaceship ZSH

    A Zsh prompt for Astronauts

    Spaceship is a minimalistic, powerful and extremely customizable Zsh prompt. It combines everything you may need for convenient work, without unnecessary complications, like a real spaceship. Powerline Font must be installed and used in your terminal (for example, switch font to Fira Code). Spaceship works well out of the box, but you can customize almost everything if you want. Tweak section's behavior with tons of options. Or, define a custom section that will do exactly what you want. You...
    Downloads: 10 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 10
    pretty-bytes

    pretty-bytes

    Convert bytes to a human readable string: 1337 → 1.34 kB

    pretty-bytes is a JavaScript utility for converting raw byte counts into compact, human-readable size strings. It uses decimal SI units by default, turning values such as 1337 bytes into 1.34 kB. The library can display bits instead of bytes and can switch to binary prefixes such as KiB when appropriate. Signed output is available for showing positive or negative size differences. Formatting can be localized, and developers can control fractional digits, spacing, and non-breaking spaces. Fixed-width output can align values neatly in tables, status displays, and progress interfaces. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Plots

    Plots

    Powerful convenience for Julia visualizations and data analysis

    Data visualization has a complicated history. Plotting software makes trade-offs between features and simplicity, speed and beauty, and a static and dynamic interface. Some packages make a display and never change it, while others make updates in real-time. Plots is a visualization interface and toolset. It sits above other backends, like GR, PythonPlot, PGFPlotsX, or Plotly, connecting commands with implementation. If one backend does not support your desired features or make the right trade-offs, you can just switch to another backend with one command. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Ryan Bates Dot Files

    Ryan Bates Dot Files

    config files for zsh, bash, completions, gem, git, irb, rails

    ...An installation script copies or links the configuration files while prompting before replacing existing files. Custom commands simplify jumping into code or home directories, with fzf available for fuzzy searching. The shell prompt can display the active Git branch, and a helper can switch branches or enter an existing worktree. The repository also includes modern terminal configurations and Claude Code skills for tasks such as rebasing, pull-request review, bisecting, and standup summaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    leafmap

    leafmap

    A Python package for interactive mapping and geospatial analysis

    A Python package for geospatial analysis and interactive mapping in a Jupyter environment. Leafmap is a Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment. It is a spin-off project of the geemap Python package, which was designed specifically to work with Google Earth Engine (GEE). However, not everyone in the geospatial community has access to the GEE cloud computing platform. Leafmap is designed to fill this gap for non-GEE users. It...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14

    Netdisco

    Full-featured enterprise network management tool

    Netdisco is an SNMP-based L2/L3 network management tool designed for moderate to large networks. Routers and switches are polled to log IP and MAC addresses and map them to switch ports. Automatic L2 network topology discovery, display, and inventory.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 15
    Radeon-ID

    Radeon-ID

    Official Mirror for AMD Domestic Community Drivers Indonesia

    AMD Domestic Community Driver with Multi-Kernel Radeon Driver Release Experience enhanced performance and flexibility with our multi-kernel Radeon driver, tailored for the AMD community. 📢 Need help or have questions? Join our 24/7 Discord support channel for real-time assistance and discussions: https://discord.gg/rdnid
    Leader badge
    Downloads: 5,404 This Week
    Last Update:
    See Project
  • 16
    Cal

    Cal

    Cal - The Console Calendar Generator

    Cal is a command line utility that will output a calendar for the desired month/year. It's simple and accurate with a few useful features. By default, Cal will display the current year. You can provide a month and year, a month, or just a year. You can also change the number of calendars per row in your display with the -n switch. See the examples below for a more through description. This is a single executable JAR file. While you will need Java installed, there is no need to install this program. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    StressLab

    StressLab

    All-In-One Tool to Test CPU, GPU, RAM, SSDs, TPM/Secure Boot, & more!

    ...Checks Missing Drivers, BIOS Age, TPM/Secure Boot, ReBAR, Windows Activation (with key if activated), and SMART Disk Health. Tests CPU, RAM, GPU, VRAM, Disk, and Power, plus a Transient/Switch test that slams CPU+GPU idle-to-full to expose weak PSUs and VRMs. Runs Parallel or Sequential, 5/15/60 min per test, with multi-cycle burn-in. Optional PresentMon recording captures real FPS (avg/1%/0.1% lows), GPU-busy ratio, and display latency. Exports a detailed HTML certificate (pass/fail, peak temps/power, per-cycle charts, motherboard/BIOS, total time) plus a JSON sidecar. ...
    Leader badge
    Downloads: 281 This Week
    Last Update:
    See Project
  • 18
    WSJT-X Improved
    WSJT-X_IMPROVED is published by Uwe Risse, DG2YCB. It is an enhanced edition of the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS, myself and others (https://sourceforge.net/projects/wsjt/) that provides several additional features and improvements, as well as more frequent updates and bug fixes. Notes: wsjt-x_improved is experimental and is licensed under GNU GPL v3 (https://www.gnu.org/licenses/gpl-3.0.txt). I am not aware of any adverse...
    Leader badge
    Downloads: 5,687 This Week
    Last Update:
    See Project
  • 19
    WebCam_Streamer

    WebCam_Streamer

    Stream your laptop or external webcam over LAN or Wi-Fi hotspot.

    WebCam Streamer is a professional, lightweight application that lets you stream your laptop or external webcams in real-time. Stream over a local network (LAN) or create a temporary Wi-Fi hotspot for direct access without complex setup. Features a modern, resizable dark-themed GUI with a dropdown to select any connected camera, live status display, and QR code for instant browser access. Supports multiple webcams, switching between them seamlessly, and keeps streaming simple with start/stop...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 20
    Qlcd

    Qlcd

    CDU/FMS display full screen

    This project is abandoned, replacing with project MCDUHub QmdevSimConnect 4.12 is the last supported version Double-click to connect to MSFS2020 FlightSimLabs Airbus A321 MCDU Demo https://youtube.com/shorts/U1iDLJw7VB4?feature=share Version History https://sourceforge.net/p/qlcd/blog/ Quickmade Products full simulation platform list https://www.quickmadesim.com/?page_id=194&lang=en Latest News of Quickmade...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    GPP-x32x Firmware Mod
    Firmware mod for the GWInstek GPP-x32x series lab bench supply.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    WSPR Scheduler

    WSPR Scheduling application with automatic antenna selection

    WSPR Scheduler is an app that allows WSPR timeslots to be scheduled. There are four main tools currently available within the WSPR Scheduler suite of apps: 1) the WSPR Scheduler includes encoding software to transmit a WSPR signal within each timeslot & a decoder to receive & display received WSPR transmissions. Frequency selection is automatic. Antenna selection can also be automated by automatic switching according to the antenna configured for each timeslot. Operation of an auto tuner...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23
    WordPress Table of Contents Plugin

    WordPress Table of Contents Plugin

    Enhance post navigation with the TOC Plugin for WordPress

    The WordPress Table of Contents Plugin improves post navigation by automatically integrating a navigational bar into post headers. It provides a variety of settings and widgets, allowing for the TOC to be presented as a floating element or within the sidebar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mayo Wallpaper Engine

    Mayo Wallpaper Engine

    It let's you set any video/application as Wallpaper

    Mayo Wallpaper Engine is a tool that let's you set any video/application as desktop wallpaper, the tool also support json files. Unlike Wallpaper Engine,it only pauses the video when any window is fully maximized, the app can also be cofigured for vice versa. The supported extensions are as follows. 1. Application executables 2. Video Files 3. Js Files (still in development) 4. Web Pages (still in development) Supported Operating Systems: Windows 7 to Windows 10
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    claudio-bar-vlv

    claudio-bar-vlv

    Native macOS menu bar app for Claude Code usage alerts

    ClaudioBar VlV is a native macOS menu bar utility that shows how much of your current Claude Code 5-hour session you've used, and lets you configure the sounds and shell actions that fire as you approach your limits. It does not compute usage itself — there is no public API for that. A companion Python script, run from Claude Code's statusLine hook, tracks usage and writes it to a small local JSON file. ClaudioBar VlV just reads that file to display live status, and writes the alert...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next