20 random bookmarks

Storage for the links

2026-03-09

417.

AR.js Marker Training

jeromeetienne.github.io/AR.js/three.js/examples/marker-training/examples/generator.html

2026-03-05

413.

WebAR Hello World

gist.github.com/urish/b48ac42c724676a489630ba8272a09c4

WebAR Hello World. GitHub Gist: instantly share code, notes, and snippets.

2026-03-02

411.

My Date With A Goblin Girl by TwistingToxic

twistingtoxic.itch.io/my-date-with-a-goblin-girl

A solo journaling RPG about dating a goblin.

2026-01-14

400.

How to move/resize windows with only the keyboard? : r/hyprland

www.reddit.com/r/hyprland/comments/11c2lie/how_to_moveresize_windows_with_only_the_keyboard

2025-12-22

372.

GitHub - stumpapp/stump at noted.lol

github.com/stumpapp/stump

A free and open source comics, manga and digital book server with OPDS support (WIP) - GitHub - stumpapp/stump at noted.lol

2025-09-11

314.

Portable RPi 5 PDA cyberdeck Box : r/raspberry_pi

www.reddit.com/r/raspberry_pi/comments/1j69hjp/portable_rpi_5_pda_cyberdeck_box

2025-09-02

301.

Supernatural PICKPOCKETING Skills...Amazing By Apollo Robbins

www.youtube.com/watch?v=8-dWSIUNF10

Vegas performer Apollo Robbins, or "The Gentleman Thief," recently appeared on the "Today Show" with a very nervous-looking Matt Lauer, Willie Geist and hang...

2025-08-30

297.

Как сплести веревку - wikiHow

ru.wikihow.com/сплести-веревку

Плетеная веревка обладает дополнительной прочностью и приобретает универсальность в плане возможностей ее применения. Существуют различные способы плетения веревок: вы можете сплести веревку лишь из одной нити или объединить несколько...

2025-08-29

294.

Owncast-tweaks/Owncast_onscreen_chat_fade.css at main

codeberg.org/hatniX/Owncast-tweaks/src/branch/main/Owncast_onscreen_chat_fade.css

Owncast-tweaks - A (to-become) collection of usefule(?) tweaks/tricks for Owncast users

2025-06-16

254.

Focalboard Server

htmlpreview.github.io?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html

2025-04-24

201.

Inferno

www.infernojs.org

An extremely fast React-like javascript library for building modern user interfaces.

2025-04-10

176.

OpenSCAD

openscad.org

2025-03-28

156.

Linux - Wez's Terminal Emulator

wezterm.org/install/linux.html

Wez's Terminal Emulator

2025-03-05

121.

50 slot tray for Yet Another Filament Sample Cards by venegade

www.thingiverse.com/thing:3593590

Edit 04/29/19: Added a 25 slot version per request.Was tired of having all my filament sample cards connected to a zip tie. This way I can pull one out at a time very easy and not have to worry about dropping them all while doing so. Prints all one piece, but does take awhile.Took me about 10 hours. Pretty sure the gcode thins all the thin divider walls count as perimiters, so that might be the reason. Came out great though! Allows me to seperate by color and filament type and gives me an excuse to buy more rolls to sample!Here is a link to my current design of sample cards I am using: https://www.thingiverse.com/thing:3268077

2025-03-02

116.

Pill Blister Packs Holder 3D Printer Model Free Download - 3axis.co

3axis.co/pill-blister-packs-holder-3d-printer-model/7zj5v3l42o

The Pill Blister Packs Holder 3D Printer Model is stl file type, size is 375.0KB.

2025-02-08

71.

The Janet Programming Language

janet-lang.org

Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.

2025-01-19

36.

Manuals Brain - all useful manuals at one place!

manualsbrain.com/en

Read online or download any manual that you need. More than 3136516 of various pdf manuals indexed.

2025-01-17

34.

GitHub - openandroidinstaller-dev/openandroidinstaller: Makes installing alternative Android distributions nice and easy.

github.com/openandroidinstaller-dev/openandroidinstaller

Makes installing alternative Android distributions nice and easy. - GitHub - openandroidinstaller-dev/openandroidinstaller: Makes installing alternative Android distributions nice and easy.

2025-01-14

22.

“Hey Guys, What Map Program Should I Use

docs.google.com/document/d/1C7smRafom0Lgonicl1tgkQam5_zeUtkQ6fCodm0jGEg/edit?pli=1&tab=t.0

“Hey Guys, What Map Program Should I Use?” A Flowchart (of sorts) Note: This document used to be open for comments and suggestions, but I got a large volume of basically nonsense edits that seem to have been misclicks, and had to reject so many of them that it seems google interpreted all the re...

2025-01-13

16.

Playing m3u playlist with html5

stackoverflow.com/questions/23058202/playing-m3u-playlist-with-html5

I've created a very simple and basic html5 audio player, actually not more than:

<audio src="[url-to-m3u]" controls>

but I am facing two problems, this simple audio tag is working on Chrome...