Showing 55 open source projects for "invert"

View related business solutions
  • Inventory and Order Management Software for Multichannel Sellers Icon
    Inventory and Order Management Software for Multichannel Sellers

    Avoid stockouts, overselling, and losing control as your business grows.

    We are the most powerful inventory and order management platform for Amazon, Walmart, and multichannel product sellers. Centralize orders, product information, and fulfillment operations to run more efficiently, sell more products, and stay compliant with marketplace requirements so you can grow profitably.
    Learn More
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    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: 16 This Week
    Last Update:
    See Project
  • 2
    min-sized-rust

    min-sized-rust

    How to minimize Rust binary size

    ...By default, Rust prioritizes performance, debuggability, and compile speed, which often results in relatively large binaries, especially in debug mode or when including standard libraries. This project systematically explores how to invert those priorities, focusing instead on minimizing output size for use cases such as embedded systems, WebAssembly, and constrained deployment environments. It provides concrete examples and configurations showing how to strip symbols, reduce panic overhead, optimize linking, and eliminate unused code paths. The repository also highlights trade-offs between size, performance, and safety, helping developers understand the implications of each optimization step.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Saber

    Saber

    The cross-platform open-source app built for handwriting

    ...Only you can access your notes. You can sync your notes across devices knowing that they are encrypted and stored securely, and not even the server can read them. Notably, it can invert your notes when you're in dark mode. This allows you to write with white ink on a black background, which is much easier on the eyes in low-light environments like when the teacher turns off the lights in class. Images and PDFs are also inverted, so you can still use a digital printout or a textbook without the fuss. Saber uses a dual-password system to protect your notes from anyone but you, even if they have complete control over the server.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4
    LED Matrix Studio

    LED Matrix Studio

    Design graphics for LED-based electronics projects

    The LED Matrix Studio is free application designed for electronics enthusiasts who want to speed up the development of their LED and matrix projects. It supports many different export options, animations and different sizes of matrix. The 0.21 update allows for grid-based and freeform pixel layouts. Use the software to design fonts, graphics and animations for your PICAXE, PIC, Arduino, Parallax and any other electronics or microcontroller projects. Comes with example Arduino files...
    Leader badge
    Downloads: 182 This Week
    Last Update:
    See Project
  • Iris Powered By Generali - Iris puts your customer in control of their identity. Icon
    Iris Powered By Generali - Iris puts your customer in control of their identity.

    Increase customer and employee retention by offering Onwatch identity protection today.

    Iris Identity Protection API sends identity monitoring and alerts data into your existing digital environment – an ideal solution for businesses that are looking to offer their customers identity protection services without having to build a new product or app from scratch.
    Learn More
  • 5
    OpenComic

    OpenComic

    Comic and Manga reader

    Comic and Manga reader, written with Node.js and using Electron.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 6

    SmartCopyTool

    Intelligently manage and manipulate large directory structures

    ...It is a total rewrite with more advanced features and a much more modern UI. Raise an issue there if there is anything you need from SmartCopyTool that is missing. Update 2016-03-21: Added Invert Selection and updated to .NET 10. Compatibility is now restricted to Windows 7 or later - download the legact 1.0.x release if you need to run it on an older system. Update 2020-10-25: - Now takes file size into account to show progress, resulting in much more accurate estimates for time remaining. - Fixed spurious "skipped" message when overwriting a file
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    sleek - open-source todo.txt manager

    sleek - open-source todo.txt manager

    sleek is a todo.txt manager, free and open-source (FOSS)

    sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. Stripped down to only the most necessary features, and with a clean and simple interface, sleek aims to help you focus on getting things done. All classic todo.txt attributes are supported and enhanced by additional features. Creating todos is straightforward, and tag-based filtering in tandem with highly customisable grouping and smart full-text search allow for rapid information retrieval. Completed todos can be...
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 8
    Dougi

    Dougi

    Create quality JPEG images fast with ease. Paste set and save. Done .

    Create quality JPEG images fast with ease. Simply paste in an image, or drag and drop an image, set the desired quality and save. Done. With a realtime WYSIWYG (What You See Is What You Get) preview, you see image quality changes as you go. Never guess the right JPEG quality again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Clic

    Clic

    Generate stunning icons in true color (24bit, 16.7 million colors) wit

    Clic is a CLIPBOARD TO ICON CONVERTER. Generate stunning icons in true color (24bit, 16.7 million colors) with transparency. Screen Capture grabs an icon from anywhere on the screen in realtime, or Paste to Fit auto resizes your picture. So Simple! Internet authors create your favicon.ico for website representation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Management Software and Tools for Businesses and Organizations | Auvik Networks Icon
    Network Management Software and Tools for Businesses and Organizations | Auvik Networks

    Mapping, inventory, config backup, and more.

    Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
    Learn More
  • 10
    aws-nuke

    aws-nuke

    Nuke a whole AWS account and delete all its resources

    Remove all resources from an AWS account. Be aware that aws-nuke is a very destructive tool, hence you have to be very careful while using it. Otherwise, you might delete production data. We strongly advise you to not run this application on any AWS account, where you cannot afford to lose all resources. We are testing our Terraform code with Jenkins. Sometimes a Terraform run fails during development and messes up the account. With aws-nuke, we can simply clean up the failed account so it...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Vue Starport

    Vue Starport

    Shared component across routes with animations

    ...Starport solves this by hoisting the component to a root level container (<StarportCarrier>), using a proxy at the source and destination positions, and then using Teleport to land the component in its new place. It uses the FLIP (First, Last, Invert, Play) technique: it captures initial position & size, moves the component in a floating state, then lands it into the new layout. This gives a smooth “fly from one page to another” animation effect for components that appear across routes (e.g., a card in list view flying into detail view). It’s especially suited for immersive UI/UX flows in single-page apps built with Vue. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pick Zoom

    Pick Zoom

    Zoom an image up/down by percentage or pixels, quickly and with ease.

    Zoom an image up/down by percentage or pixels, quickly and with ease. WYSIWYG view. Realtime zoomed image dimensions and size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PC Equalizer - GUI

    PC Equalizer - GUI

    GUI for Equalizer APO, Instantly Boost Your Computer's Audio.

    ...Designed for those in search of a fixed-frequency equalizer, providing a convenient and effortless way to filter audio. It offers control over all audio channels, including stereo, mono, swap, invert, balance, and more. The Pan\Expand processing feature allows for the adjustment of stereo effects. Additionally, the Multi-Delays feature enables users to create a variety of effects like echoes, delays, reverb, and more. It also allows for assigning presets to specific programs, such as the Rock preset to Winamp, Classic preset to Windows Media Player, Pop preset to PotPlayer, and so on.
    Leader badge
    Downloads: 1,140 This Week
    Last Update:
    See Project
  • 14
    ksnip

    ksnip

    Qt based cross-platform screenshot tool with annotations

    Ksnip is a Qt based cross-platform screenshot tool that provides many annotation features for your screenshots.
    Leader badge
    Downloads: 75 This Week
    Last Update:
    See Project
  • 15
    Solemn2d

    Solemn2d

    simple 2d animator app

    simple 2d animator app capable of creating animations by flipping through images and adding sound, not missing out on other basic features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dicom Viewlib Viewer

    Dicom Viewlib Viewer

    Get Best Experience for Viewing Dicom Images. (Trial Verison)

    Softmad Services India Pvt. Ltd. products are unique and designed to aid medical professionals in the daily’s decision making process, connecting all the medical data into a unified & fast-performing network and focusing towards goal for facilitating the best in class healthcare IT solution for patient care . From the inception our highly skilled team is in continuous process in developing best in class Standalone Dicom Software ,PACS ,RIS ,HIS for ease of treating daily patients in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    no style, please!

    no style, please!

    A (nearly) no-CSS, fast, minimalist Jekyll theme

    ...If you want to have some content after the menu, you can just add that content in the index.md file, and it will automatically show under the menu. This theme provides dark mode by inverting all colors of light mode through the CSS invert() function. This approach would also invert the color of all images, but, since this is not the behavior one would expect, images are not inverted by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Magnify

    Magnify

    A windows tool to magnify screen for better vision.

    Magnify is a windows tool, which helps you by magnifying the screen section (you point to, using cursor), by a multiplier. This was a test project, and not a Release, and may not receive updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Saw

    Saw

    Fast, multi-purpose tool for AWS CloudWatch Logs

    saw is a multi-purpose tool for AWS CloudWatch Logs.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 20

    PIC 12f629 polarity inverter

    Linear actuator controller

    ...These two have internal pull ups, so there is no need to add extra resistances. Push one button turns on one relay. Push any button again and it will turn it off. Push the other button to turn on the other relay and invert the polarity. This is very useful to control linear actuators: push one button or the other to extend the actuator one way or the other, or to turn it off. It compiles in SDCC, which is free as free speech.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    Video Sheets (Vish)

    Motion contact sheets from any video file

    Generates a video composed of moving thumbnail images of a source video file, allowing easy evaluation and scene selection of archive video. Supports batch processing. Check out our YouTube channel for examples. https://www.youtube.com/channel/UCTRcG6hQpSgsDMG4TCwUpBw?&ytbChannel=null
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    NEJE Laser Engraver Extended

    NEJE Laser Engraver Extended

    NEJE laser-engraver control-software with extended Functions

    NEJE laser-engraver control-software with extended Functions as - max. burning time extended to 239 - flip images - invert image color
    Downloads: 29 This Week
    Last Update:
    See Project
  • 23

    tv16k7

    trace viewer and bus decoders for data captured by Agilent 16700 LA

    A tool for graphical analysis of digital traces recorded by Agilent's Logic Analyzers like HP16700. It is possible to perform higher level bus protocol decoding and parsing with help of "search" tab. These tabs are used to select the Bus Decoder (plugin shared library), configure Bus Decoder parameters and execute higher level analysis. The tool tries to be self descriptive and get as many information as possible from HP16700 for better documenting labor: e.g. test cases, spotted issues and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Save For Offline

    Save For Offline

    Android app for saving webpages for offline reading

    ...Download & save entire web pages with all assets for offline reading & viewing. Save HTML files in a custom directory. Save in the background, no need to wait for it to finish saving. Night mode, with both a dark theme, and can invert colors when viewing pages (White becomes black and vice-versa). A search of saved pages (By title only for now). User-agent change allows the saving of either desktop or mobile versions of pages. Nice UI for both phones and tablets, with various choices for layout and appearance.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Mahou

    Mahou

    Magical layout switcher.

    Mahou works completely different from other Layout Swtichers, it switches not by next layout, but by specified in settings layouts. Even selected text switches just between selected layouts, though if you liked cycling through, starting from v1.0.2.9 there is Cycle Mode.
    Downloads: 46 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB