Floptool is a tool for the maintenance and manipulation of floppy images that MAME users need to deal with. MAME directly supports .WAV audio formatted images, but many of the existing images out there may come in forms such as .TAP for Commodore 64 tapes, .CAS for Tandy Color Computer tapes, and so forth. Castool will convert these other formats to .WAV for use in MAME.
Floptool is part of the MAME project. It shares large portions of code with MAME, and its existence would not be if it were not for MAME. As such, the distribution terms are the same as MAME. Please read the MAME license thoroughly.
Supports dozens of image formats.
A curated list of awesome honeypots, plus related components and much more, divided into categories such as Web, services, and others, with a focus on free and open source projects. There is no pre-established order of items in each category, the order is for contribution. If you want to contribute, please read the guide.
Fun fact: The Pinecil has Bluetooth support built in. If you have the right version of firmware you can turn it on.
This app presents a much easier to use set of controls for the Pinecil. You can set the temperature, startup behavior, and look at various parameters without getting lost in the tiny little display all the time.
FREE-WILi is the embedded development tool you’ve been waiting for. Designed to simplify the process of testing, debugging, and developing electronic systems, FREE-WiLi is packed with a wide array of interfaces and features to handle all your development needs.
Supports I2C, SPI, PIO, UART over GPIO pins. USB interfaces. Programmable voltages. Has an FPGA on board for emulating other devices. SMA connectors for antennae. IR transmission and reception. Speaker and microphone.
They even ported the firmware to the Defcon 32 badge.
A commandline utility to search text in PDF files. Tries to be compatible with GNU Grep, where it makes sense. Many of your favorite grep options are supported (such as -r, -i, -n or -c).
Git: https://gitlab.com/pdfgrep/pdfgrep
I wonder if I can plug this into SearxNG.
This is a small but powerful PCB based reflow soldering solution for use with low temperature (<200°C) solder paste at home. I did not design this PCB, you can check out the design here: https://github.com/DerSpatz/PCB-reflow-solder-heat-plate
However, I am selling this because at the moment, it is basically impossible to buy one of these for cheap. The closest thing is a $100 one on Adafruit or a similar vendor. These plates can be sold for much cheaper, but no one is doing it! I am here to fill that hole in the market, selling these boards for cheap to the masses.
It's small or even portable, and effectively can reflow solder without damaging or moving components (possible with hot air reflow). With an ATMega4809 microprocessor on board, it can follow 2 preset reflow curves and can have a target temperature between 140°C and 200°C for your soldering needs. It can also be programmed for custom curves, though it is certainly difficult and I have no experience doing it. It's a really cool open-source project that hasn't come to mass market, which I hope to help with!
SoX is a free command line audio processing tool with a text-based interface that let's you perform powerful audio operations by typing just a few words in your computer's terminal. It is a popular tool for managing large collections of audio files, splitting audio files by silence and batch processing (eg. normalizing an entire folder of drum sounds in a matter of seconds), but really it is much more than that. If you learn to use SoX you are guaranteed to save enormous amounts of time working with audio files. This guide will help you get started.
A guide to using ffmpeg for artists. ffmpeg is a free tool that allows you to create, convert and manipulate video, really quickly and without opening a heavy GUI-based program. You can script it to make full use of it's power and convert folders of files for example. The following is a cookbook of handy examples I myself use to easily create videos for social media, websites, etcetera – mostly from a source material of audio files and/or photos.
This is a fork of Apprentice Harper's version of the DeDRM tools. Apprentice Harper said that the original version of the plugin is no longer maintained, so I've taken over, merged a bunch of open PRs, and added a ton more features and bugfixes.
These are plugins for Calibre v4.x and later for removing DRM from ebooks.
Welcome to N1ghtw1re, a sanctuary for the seekers, the rebels, and the dreamers navigating the labyrinth of the modern digital world. We are an anonymous collective dedicated to empowering individuals to reclaim their privacy, autonomy, and freedom in an age dominated by surveillance, algorithms, and corporate control. N1ghtw1re is more than a website—it's a living hypersigil, a digital beacon for those ready to challenge the status quo and embrace the tools of liberation. Through shared knowledge, subversive creativity, and intentional action, we aim to dismantle the systems that seek to exploit us and rebuild a future where technology serves humanity, not the other way around. Join us in forging a new path. Together, we’ll uncover hidden truths, defy expectations, and reimagine what it means to be free in the digital age.
Aretronics is the new company, started by ex-employees of All Electronics. Together we have decades of industry experience. We aim to provide the same fast, reliable service as we did at All Electronics, and stock even more, new, interesting and useful parts for your projects and needs. We offer hundreds of electronic and electro-mechanical parts and supplies at discount price.
AMB stands for "Ancient Machine Book". It is an extremely lightweight file format meant to store any kind of hypertext documentation that may be comfortably viewed even on the most ancient PCs: technical manuals, books, etc. Think of it as a retro equivalent of a *.CHM help file.
This web page holds the format specification, as well as reference tools to work with the format: AMB (the reader) and AMBPACK (archive packer/unpacker). All tools are published under the terms of the MIT license.
csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
Convert XLS to CSV, JSON to CSV and vice-versa. Analyze and reorganize CSV files in various ways. Limited processing of the data. SQL-like querying of files. Import and export CSV files from Postgres.
audiowaveform is a C++ command-line application that generates waveform data from either MP3, WAV, FLAC, Ogg Vorbis, or Opus format audio files. Waveform data can be used to produce a visual rendering of the audio, similar in appearance to audio editing applications.
Waveform data files are saved in either binary format (.dat) or JSON (.json). Given an input waveform data file, audiowaveform can also render the audio waveform as a PNG image at a given time offset and zoom level.
The waveform data is produced from an input audio signal by first combining the input channels to produce a mono signal. The next stage is to compute the minimum and maximum sample values over groups of N input samples (where N is controlled by the --zoom command-line option), such that each N input samples produces one pair of minimum and maximum points in the output.
In the AUR.
A collection of the best CLI/Ncurses software covering a wide range of categories from messaging, music, text editing and more.
This is a playground for learning and testing CSS selectors in a visual way. Start by selecting a playground or let's start with a random selector.
An online electronic component dealer that's been around since 2009.
A feature-rich bot is designed to enhance your Meshtastic network experience with a variety of powerful tools and fun features, connectivity and utility through text-based message delivery. Whether you're looking to perform network tests, send messages, or even play games, mesh_bot.py has you covered. Customizable; implements a pretty basic call-and-response user interface. Ideal for testing local Meshtastic networks. Can monitor at least two networks at the same time.
Can store-and-forward messages for other network users, schedule operations, transmit nodemail, and gateway mesh traffic to e-mail or SMS. It has many more features that look like they'll be useful.
A collection of tools and algorithms for developing traditional roguelike games. Implements features such as field-of-view, pathfinding, and a tile-based terminal emulator. The documentation exists in the repository but you can read it online here: https://libtcod.readthedocs.io/en/latest/
Reticulum is the cryptography-based networking stack for building local and wide-area networks with readily available hardware. It can operate even with very high latency and extremely low bandwidth. Reticulum allows you to build wide-area networks with off-the-shelf tools, and offers end-to-end encryption and connectivity, initiator anonymity, autoconfiguring cryptographically backed multi-hop transport, efficient addressing, unforgeable delivery acknowledgements and more.
The vision of Reticulum is to allow anyone to be their own network operator, and to make it cheap and easy to cover vast areas with a myriad of independent, inter-connectable and autonomous networks. Reticulum is not one network. It is a tool for building thousands of networks. Networks without kill-switches, surveillance, censorship and control. Networks that can freely interoperate, associate and disassociate with each other, and require no central oversight. Networks for human beings. Networks for the people.
Reticulum is a complete networking stack, and does not rely on IP or higher layers, but it is possible to use IP as the underlying carrier for Reticulum. It is therefore trivial to tunnel Reticulum over the Internet or private IP networks. Having no dependencies on traditional networking stacks frees up overhead that has been used to implement a networking stack built directly on cryptographic principles, allowing resilience and stable functionality, even in open and trustless networks. No kernel modules or drivers are required. Reticulum runs completely in userland and can run on practically any system that runs Python 3.