Showing 41 open source projects for "expander"

View related business solutions
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 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
  • 1
    espanso

    espanso

    Cross-platform Text Expander written in Rust

    Discover the incredible power of a full-blown text expander. No more copying and pasting, create templates once and let Espanso do the rest for you. Customer support replies, sales pitches, medical reports, you name it. Espanso has got you covered. Just press ALT+Space and Espanso’s search bar will open, letting you search for the perfect snippet. Don’t wrap your head around dates. Espanso makes it easy to use them, both past and future ones.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    MVSD | Auto Farm ROBLOX

    MVSD | Auto Farm ROBLOX

    MVSD | Auto Farm ROBLOX

    .... [+] Box ESP has been reworked. [+] More checks on the ESP while in game so you are not seeing peoples dead boxes/esp. [+] Walk Speed default value is on 30 now instead of 16. [+] Hitbox Expander issue when ESP is on, the hitbox was also showing with the ESP. [+] Hitbox Expander had a rework on it visually and logic. [+] Backend and improvements GUI wise and function calling.
    Downloads: 237 This Week
    Last Update:
    See Project
  • 3

    editr

    A lightweight text editor

    editr is a lightweight text editor with markdown support inspired by the fluxbox window manager. It has a minimalist interface and supports Markdown and CSV files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FlitKey

    FlitKey

    FlitKey is a local-first desktop text expander for Linux and Windows w

    FlitKey is a lightweight, open-source Linux and Windows desktop text expander designed to create reusable text snippets and insert them instantly using typed keywords, global hotkeys, or a searchable quick-insert picker. Built with Python and PyQt6, FlitKey operates completely locally and dynamically adjusts its runtime behavior based on whether you are running Linux (X11/Wayland) or Windows.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Magnetic-Valet

    Magnetic-Valet

    The Magnetic-Valet is a tool to scope magnetic densities

    The Magnet-Valet contains a STMicroelectronics STM-32 NUCLEO-L432KC board attached to an Arduino nano expander board (V1.0) connected to a LCD Gfx-240x128 display of the Smart-LCD project of the same author.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    macintosh.js

    macintosh.js

    A virtual Apple Macintosh with System 8, running in Electron

    ...Namely, Oregon Trail, Duke Nukem 3D, Civilization II, Alley 19 Bowling, Damage Incorporated, and Dungeons & Dragons. There are also various apps and trials preinstalled, including Photoshop 3, Premiere 4, Illustrator 5.5, StuffIt Expander, the Apple Web Page Construction Kit, and more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    AutoText

    AutoText

    Text expander(auto-type) application

    AutoText is a text expander(auto-typer) application that can minimize time that you spent typing phrases that your often use. You can bind an abbreviation(autotext) to some text snippet, phrase or sentence and that text will be automatically typed by AutoText each time you type the abbreviation. Keyboard keys press/hold/toggle is supported by using macros.
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 8

    PyBitBanger

    Python controlled hardware.

    With the demise of the parallel port, a simple way for a Python script to control external hardware has disappeared. The goal of this project is to use relatively simple hardware like an Arduino Nano and the Microchip MCP23S17 port expander as an extensible bit banger. Ideally, all hardware should be leaded and breadboard friendly for easy project prototyping. The ELEGOO Nano is used as an USB RS232 to SPI controller to control the port expander. This fits nicely on a breadboard and has sufficient resources to control a very large number of bits. The Nybble protocol, https://sourceforge.net/projects/nybbler, is used to communicate between Python and and port expander chips. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    EEPROM_editor

    EEPROM programmer for the SST39SF040 chip.

    ...FPGAs are suitable for these applications, but the learning curve is steep, the tools are complex and for small one off projects, not worth the effort. An Arduino Nano will be used as an interposer between a Python script doing the programming and SPI connected port expander chips used for generating the required signals. This makes project development simple with relatively simple tools, simple hardware and a shallow learning curve. The chip is available as a leaded part so wire wrap can be used to quickly build the programmer. Current draw is also low enough that the Arduino can be used to power the programmer.
    Downloads: 23 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    angular tree component

    angular tree component

    A simple yet powerful tree component for Angular (>=2)

    ...Angular Tree Component comes with a default mapping of mouse events and key events to actions. For example - click on the node activates / deactivates it, click on the expander expands / collapses it, pressing space or enter will toggle the node activation (same as click), etc. The actionMapping attribute needs to implement the IActionMapping interface, which is an object that maps predefined mouse events, and key codes, to callbacks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    anno

    anno

    Go package for text annotation

    ...There are two parts to anno, the first is a series of Finder functions that look for interesting articles (which it calls `Notes`) inside the text, returning a slice of Note structs. The second is the Expander, which replaces the text in each Note with something else, like the HTML for a link or something. It tells you the bytes that it found, the `Start` index and a string describing the kind of `Note`. The kind is useful for when you run pass `Finder` objects to the `FindMany` or `FindManyString` functions. Since most of the built-in finders operate on a per field basis (word by word), it made sense to add a special helper called `FieldFunc` that generates`FinderFunc` functions for us, and takes away the repetitive task of breaking the string up, and iterating over each word.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    midipiano_chung
    midipiano chung is a free open source standalone virtual midi acoustic piano synthesizer /expander with samples based sounds and originals dsps effects, connected to the choozen virtual midi input (up to 3 if any) and midiout(thru) ports of your computer.It is easily extensible by adding or modifying sound files (mp3,wav) in the /sounds/ folder.Works well as output for midi_chung player and midirec_chung recorder or an external usb midi master keyboard.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    Monty Matchems

    Monty Matchems

    Montys his name Matching is his game, a game of snap

    Montys Garden has become a mess, someone has scattered letters everywhere. Help Monty by finding and match two letters in a game of snap to spell words. With hundreds of levels and words to find making matching fun with groovy 2d graphics. Use your memory to remember where the letters have fallen and use you snap skill to conquer the words The app can be used to help aid your spelling words and increase you memory skill Expand your mind
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sonic Flow are C/C++ libraries for dataflow-oriented audio signal processing. Advanced features: feedback, multirate and hierarchical networks; signal processing block library. High-quality chorus/flanger, compressor/expander, param.EQ etc. example code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    PPM Channel Expander with Arduino

    Futaba, Art-Tech, Transmitter PPM Channel Expander with Arduino

    Futaba, Art-Tech, Transmitter PPM Channel Expander... 40 Mhz, 35 MHz transmitters with Arduino...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Text Expander, Inverse summarizer

    Text Expander, Inverse summarizer

    Expand text, inverse summarizer

    IT WILL WORK WITH A JAVA DEVELOPMENT KIT 1.7 ONLY !!! This program is a data-miner and a knowledge-miner. It does exactly the opposite of what the text summarizers do. A text summarizer produces a shortened text given some text as an input. An inverse summarizer takes the shortened input, a similar or a same text and does the process in reverse. This results in an expanded text. It can be used with any text or notes that have the knowledge gaps. It is a great aid to any creative...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Window Expander For Youtube
    The Window Expander for YouTube maximizes YouTube videos in the web browser eliminating all white space and other texts for Google Chrome. This is different then the fullscreen button in that it does not change the size of the actual browser window.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    TypeMate

    A full featured text expander

    TypeMate text expander makes typing a breeze by converting shortcut text into fully formatted phrases or sentences as you type. TypeMate works in almost any Windows application that can accept text input, including word processors, spreadsheets, web browsers, email programs and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    A Simple Expand Collapse Control for Winform Aplications .Net 4.5 or above
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    midipiano_chungDLL
    midipiano chung DLL is a dll midi player version of midipiano_chung piano synth / expander . It can be called by any program (basic, c++, ...) with simple api to play midirec or mid files. Freebasic and cpp examples are provided. Can run on a small netbook .Used in circuit_chung's radio and minimidi_chung midi player (included) with stunning unique piano sound and up to 11 stations midi folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    midipiano_chungVSTI

    midipiano_chungVSTI

    a VSTI / vst older version of midipiano_chung virtual acoustic piano

    a VSTI / vst plugin older version of midipiano chung virtual acoustic piano synthesizer / expander . Can run on a small netbook with a VSThost .
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    HammondClone2

    A small Hammondclone on console

    This project's goal is to create a hammond-clone with a small footprint, which can run on console. The goal is, to let it run on small computers (like the raspberry pi) and that it can be used like a MIDI-Expander. Further on, it should be platform independent and also should run on windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MCP230xx

    MCP230xx

    IC I/O Expander in i2c using MCP23017 or MCP23008

    This library is used with the I/O Expanders: Microchip's MCP23017 or MCP23008, used when more GPIO's are needed for an Arduino based project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Rar Expander is a MacOSX program which extracts the files contained in single or multi-volume RAR archives. It uses the official unRAR library internally so it is fully compatible with archives produced by WinRAR.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 25
    exPander

    exPander

    javascript html image scaler

    exPander is a little freeware java-script made for expanding images embeded in html documents. http://cybercore.ath.cx/expander_com/ To use it just add into you html: <script src="http://cybercore.ath.cx/expander_com/js/expander.js" type="text/javascript"></script> <img width=100px onClick='scaleClick(this)' src='youImageFilename.jpg'> Or download exPandex.js script from download section exPander это маленький java-скрипт для увеличения встроенных в html странички картнок. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next