20 random bookmarks

Storage for the links

2025-12-31

384.

Titles

www.g-raffa.eu/Cinelerra/HOWTO/titles.html

Color

2025-12-02

352.

Favorites - ContentDB

content.luanti.org/collections/Gregoire Derrough/favorites

My favorites

2025-10-06

325.

Introduction - Unofficial Bevy Cheat Book

bevy-cheatbook.github.io/introduction.html
324.

GitHub - azlux/MumbleRadioPlayer: A Mumble Music bot which plays radio stream from an URL

github.com/azlux/MumbleRadioPlayer

A Mumble Music bot which plays radio stream from an URL - azlux/MumbleRadioPlayer

2025-09-10

308.

2-Minute Tools

tools.2minutetabletop.com

Our 2-Minute tools site – customize our growing collection of fantasy heroes and monsters. Tools and Assets to enhance your tabletop experience!.

2025-08-21

287.

Can't pass Environment variables from docker-compose.yml to Dockerfile · Issue #5600 · docker/compose · GitHub

github.com/docker/compose/issues/5600

2025-08-13

281.

Insert data

xorm.io/docs/chapter-04/readme

4.Insert data # You can insert objects to database via Insert method.
Insert one object user := new(User) user.Name = "myname" affected, err := engine.Insert(user) After inserted, user.ID will be filled if ID is an autoincremented column.
fmt.Println(user.Id) Insert multiple objects by Slice on one table users := make([]User, 1) users[0].Name = "name0" ... affected, err := engine.Insert(&users) Insert multiple records by Slice of pointer on one table users := make([]*User, 1) users[0] = new(User) users[0].

2025-06-15

249.

Excalidraw — Collaborative whiteboarding made easy

excalidraw.com

Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.

2025-05-23

238.

Umbreon Mutlicolor by Entroisdimensions_figurine

www.thingiverse.com/thing:7022652

Umbreon is now available, and you have the choice between different file formats:STL3mf for Multicolor Video of printing the model: YouTube, Instagram, TiktokFor printing, I used PolyTerra PLA filament from Polymaker:4 colors version:Panchroma Matte Savannah YellowPanchroma Matte Lava RedPanchroma Matte Cotton whitePanchroma Matte Charcoal BlackTo discover which new models will be released next, follow @polymaker_figurines:Instagram, TikTok, YouTubeJoin the Figurines Community on DiscordHappy Printing!Printer settings on the Bambu Lab X1CRafts: NoSupports: YesResolution: 0.2mmInfill: 10%Filament brand: PolymakerFilament color: Yellow, red, White and blackFilament material: Panchroma Matte

2025-05-21

237.

native-dialog - crates.io: Rust Package Registry

crates.io/crates/native-dialog

A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows.

2025-05-13

231.

sevenz-rust - crates.io: Rust Package Registry

crates.io/crates/sevenz-rust

A 7z decompressor/compressor written in pure rust

2025-04-18

192.

GitHub - zew/go-questionnaire: HTML questionnaire. Flexible. Saves to JSON. Needs no database.

github.com/zew/go-questionnaire

HTML questionnaire. Flexible. Saves to JSON. Needs no database. - zew/go-questionnaire

2025-03-28

156.

Linux - Wez's Terminal Emulator

wezterm.org/install/linux.html

Wez's Terminal Emulator

2025-03-09

131.

Creality Ender 3 V3 SE/Ender 3 V3 KE 3D-принтер на AliExpress

aliexpress.ru/item/1005006142985067.html

Смотри, что есть на AliExpress! И еще более 200 миллионов товаров со всего мира с возможностью поиска по фото и большими скидками. Погрузись в увлекательный мир шопинга без границ!

2025-02-27

106.

Slim Credit Card Wallet by aljaztitoric | Download free STL model | Printables.com

www.printables.com/model/15713-slim-credit-card-wallet

Completely 3D printed slim bank card wallet with cards’ ejection feature. | Download free 3D printable STL models

102.

James Mills

git.mills.io/prologic

"Problems are Solved by Method".

2025-02-20

93.

Ultimate 3D Printing Material Properties Table

www.simplify3d.com/resources/materials-guide/properties-table

This properties table compiles physical and mechanical properties for the top 3D printing materials. Compare metrics for strength, stiffness, density, etc.

2025-02-12

84.

Подключение Outline VPN на сервере без графического интерфейса

habr.com/ru/articles/843638

Вступление Привет, дорогой читатель! В своей первой статье я разобрался как подключить Outline VPN на сервере без графического интерфейса. Начну немного издалека. Меня зовут Сергей и я...

2025-01-29

52.

GitHub - vidhanio/hypertext: A blazing fast type-checked HTML macro crate.

github.com/vidhanio/hypertext

A blazing fast type-checked HTML macro crate. Contribute to vidhanio/hypertext development by creating an account on GitHub.

2025-01-13

12.

Как поднять OpenVPN сервер на Ubuntu 22.04? / Хабр

habr.com/ru/articles/744974