- Awesome Apps
- Awesome Websites
- Awesome CLI Tools
- Awesome Hardware
- Awesome Hardware Modding
- Awesome GitHub Repos
- Awesome GISTs
- Awesome Windows Registry Entries
- Awesome AutoHotkey Scripts
This is a list of awesome apps that I use on a daily basis.
- KiCad: A Cross Platform and Open Source Electronics Design Automation Suite
- SSHFS For Windows
- scrcpy: Display and control your Android device
- mousejiggler: Mouse Jiggler is a very simple piece of software whose sole function is to "fake" mouse input to Windows, and jiggle the mouse pointer back and forth.
- XPipe: Your entire server infrastructure at your fingertips
- Termius: Another SSH client interface
- WinSCP: A popular free SFTP and FTP client for Windows
- Nextcloud: A safe home for all your data.
- Vaultwarden: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
- Saturn PCB Design Toolkit: A free PCB design toolkit for your electronics projects
- OpenSSL Wizard: A wizard/gui to help you with using the openssl cli
- AutoHotkey: A free scripting language for Windows to automate the Windows GUI and general scripting
This is a list of awesome websites that I use on a daily basis for various purposes (Graphic and PCB Design, CSS and HTML, etc.).
- EasyEDA: A free, zero-install, Web and Cloud-based EDA tool suite, integrating powerful schematic capture, mixed-mode circuit simulation and PCB layout
- Google Color Picker: A color picker tool by Google
- Remove.bg: Remove Image Background
- CSS Gradient: A tool to generate CSS gradients
- CSS Bezier: A tool to generate CSS Bezier curves
- Chrontab Guru: A tool to generate crontab schedules
- RPLocator: Find Raspberry Pi computers in stock.
- Octopart: Find electronic parts and components with 3D models and datasheets.
- SnapEDA: Find electronic parts and components with 3D models and datasheets.
- Vis Send: Simple, private file sharing. Fork from mozilla/send
- JLCPCB: A cheap PCB manufacturer
- LCSC: A cheap electronic components supplier
- WEMOS D1 Mini Pinout helper
This is a list of awesome CLI tools.
- FFMPEG: A complete, cross-platform solution to record, convert and stream audio and video
This is a list of awesome hardware that I use on a daily basis or have or will probably build and/or use in the future.
This is a list of awesome hardware modding projects that I have done or will probably do in the future.
This is a list of awesome GitHub repos I have found to be useful.
- neolink: A tool to restream your Reolink cameras to a local NVR
- frigate: NVR with realtime local object detection for IP cameras
- home-assistant: Open source home automation that puts local control and privacy first
- Jellyfin: The Free Software Media System
- STL Preview: A Windows shell extension to preview STL files
- Open Powershell Here: Open a PowerShell window in the current directory from the context menu in Windows Explorer
This is a list of awesome Windows registry entries that I have found to be useful.
- Add New .reg File Template: Adds a new option to the context menu to create a new .reg file based on a template
- Add New .ps1 File Template: Adds a new option to the context menu to create a new PowerShell script file based on a template
- Add to Start Menu: Adds an option to the context menu to create shortcuts in the Start Menu for files and folders
- Convert to with ImageMagick: Adds an option to the context menu to convert an image file to another format using ImageMagick
- Copy as WSL Path: Adds an option to the context menu to copy the path of a file or folder as a WSL path (e.g.,
/mnt/c/Users/username/Documents/file.txt) - Default Preview .reg Files: Sets the default open action for .reg files to open in PowerToys Registry Preview, allowing you to view and edit the contents before applying to the registry
- Disable Start Menu Win Key: Disables the Windows key from opening the Start Menu
- Enable Start Menu Win Key: Re-enables the Windows key to open the Start Menu (removes the disable registry entry)
- Open Physical Folder: Adds an option to the context menu to open the physical folder of a library folder
- Open PowerShell Here: Adds an option to the context menu to open a PowerShell window in the current directory
- Open Virtual Folder in VS Code: Adds an option to the context menu to open library folders in Visual Studio Code
- Open WSL Here: Adds an option to the context menu to open a WSL terminal window in the current directory
This is a list of awesome AutoHotkey scripts that I have found to be useful.
- PasteEscape: A script that allows you to paste text that is automatically escaped when pasted by pressing
Ctrl+Shift+V(for example:"c:\Users\username"will be pasted as\"c:\\Users\\username\") - AutoGenerateDocsUsingCopilotInVSCode: A script that allows you to automatically generate documentation for your code using Copilot in Visual Studio Code by pressing
Ctrl+Shift+D - AutoSetupVSCodeWorkspace: A script that allows you to automatically set up a Visual Studio Code workspace by pressing
Ctrl+Shift+W - AutoTurnOn3DPrinterSmartPlug: A script that allows you to automatically turn on your 3D printer smart plug
- DisableStartMenuWinKey: A script that disables the Windows key in the Start menu to prevent accidental opening of the Start menu when pressing the Windows key
- OpenTextInVSCodeCopilot: A script that allows you to open a text file in Visual Studio Code with Copilot enabled by pressing
Ctrl+Shift+O