20 random bookmarks

Storage for the links

2025-10-31

331.

help:home - e621

e621.net/wiki_pages/204

Welcome to E621Contents: Quick Links | Tutorials and Guides | Staff | Features | ContributorsE621 is a mature furry imageboard. It is based off, and inspired by, Danbooru.Our mission is to archive ...

2025-10-27

330.

Linux | Tidal Cycles

tidalcycles.org/docs/getting-started/linux_install

sudoaptinstallgit jackd2 qjackctl zlib1g-dev gcc g++ ghc cabal-install

2025-09-10

313.

W3Schools.com

www.w3schools.com/python/python_ml_decision_tree.asp

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

312.

W3Schools.com

www.w3schools.com/python/python_ml_normal_data_distribution.asp

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

2025-08-22

289.

Optimize cache usage in builds

docs.docker.com/build/cache/optimize

An overview on how to optimize cache utilization in Docker builds.

2025-07-24

264.

Schema.org - Schema.org

schema.org

Schema.org is a set of extensible schemas that enables webmasters to embed
structured data on their web pages for use by search engines and other applications.

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-06

227.

HTTP Cats

http.cat

API for HTTP Cats

2025-05-04

224.

Inochi2D

inochi2d.com

2025-04-28

212.

API документация

ru.iiko.help/articles#!api-documentations/getting-started

2025-04-25

208.

poem - Rust

docs.rs/poem/latest/poem

Poem is a full-featured and easy-to-use web framework with the Rust programming language.

2025-04-09

172.

Safety Ratched Gear @ Pinshape

pinshape.com/items/37022-3d-printed-safety-ratched-gear

Download and 3D print this file (and many more) from Pinshape today!

2025-04-06

168.

Hybrid Crossbow by Yeet | Download free STL model | Printables.com

www.printables.com/model/899920-hybrid-crossbow/files

Crossbow powered by speargun rubbers. | Download free 3D printable STL models

2025-03-24

148.

Метал Скачать, Рок, Тяжелую музыку бесплатно | Metal Torrent Tracker

www.metal-tracker.com

Скачать метал (Death Metal, Gothic Metal, Black Metal, Doom Metal, Thrash Metal, Folk Metal, Power Metal), Рок, Тяжелую музыку бесплатно вы можете у нас! Торрент трекер тяжёлой музыки. Metal-Tracker.com

2025-03-05

122.

Playing Card Holder by ishikawats | Download free STL model | Printables.com

www.printables.com/model/712156-playing-card-holder

Case with snap-on lid for a single deck of playing cards. | Download free 3D printable STL models

2025-02-27

111.

Minimalist Filament Clips (1.75 & 2.85) by alienboytw

www.thingiverse.com/thing:4684057

Minimalist filament clips for 1.75 mm & 2.85 mm filaments. These filament clips are simple, use little filament and quick to print without support.The clips are essential parts to keep your filament not tangled, they fix the loose end with the filament itself, so you don't have to use the holes on the spool (if the spool has holes) and potentially bend the filament and create feeding/printing issues. Also, since they don't clip on the spool, so there won't be any protruding parts and makes spool stacking more tidy.

2025-02-21

95.

Poridge Club | Главная

poridge.club

Набор сервисов для этичного и безопасного времяпровождения в сети интернет без опаски за свои данные, а также островок свободы слова и самовыражения

2025-02-09

74.

GitHub - CorentinTh/it-tools: Collection of handy online tools for developers, with great UX.

github.com/CorentinTh/it-tools

Collection of handy online tools for developers, with great UX. - GitHub - CorentinTh/it-tools: Collection of handy online tools for developers, with great UX.

2025-02-04

66.

(15599) Мэддисон смотрит видосы — последний хайлайт короля - YouTube

www.youtube.com

Смотрите любимые видео, слушайте любимые песни, загружайте собственные ролики и делитесь ими с друзьями, близкими и целым миром.

2025-01-30

54.

Understanding when to use String vs str - help - The Rust Programming Language Forum

users.rust-lang.org/t/understanding-when-to-use-string-vs-str/103746

Hey everyone, new to Rust and just checking my high level understanding of String vs str. A String type is a container for a str that is stored on the heap. String keeps the ownership, str is simply a reference and will most commonly be seen as &str. The heuristic I have in my head is that a String type should only be seen as part of the type that owns it. For example, as part of a struct definition. When being passed into methods, or returning data from a method, then use an &str type as thi...