VirtualTam's bookmarks
1833 bookmarks found
-
- RazrFalcon/color-thief-rs - Grabs the dominant color or a representative color palette from an image
- lokesh/color-thief - Grab the color palette from an image using just Javascript
-
Watabou's Procgen Arcana
2024-11-10 -
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
Is pg_dump a Backup Tool?
2024-11-03 - Why pg_dump Is Amazing
- EnterpriseDB/barman - Backup and Recovery Manager for PostgreSQL
- pgbackrest/pgbackrest - Reliable PostgreSQL Backup & Restore
-
- netman69/inficam - Android app and C++ bindings for InfiRay cameras
- stawel/ht301_hacklib - ht-301 thermal camera opencv lib
- What is the occasional clicking sound made by the Tau2 camera? What is FFC?
- diminDDL/IR-Py-Thermal - Python Thermal Camera Library
- Lock-in IR-Thermography - a novel tool for material and device characterization (PDF)
-
PICO-8 Fantasy Console
2024-11-03 -
NullDeref | Writing A Plugin System in Rust
2024-10-23 - The Technologies - A more in-depth look at Rust plugin systems
- Getting Started - First steps trying to implement the plugin system
- Diving into Dynamic Loading - A closer look at dynamic loading in Rust
- Reducing the Pain with Dependencies - Taking a look at the state of dynamic loading in the Rust ecosystem
- Getting our Hands Dirty - Finally implementing the plugin system!
- Wrapping Up - The last finishing touches and ideas