20 random bookmarks

Storage for the links

2026-04-27

436.

Classes in JavaScript - Learn web development | MDN

developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Advanced_JavaScript_objects/Classes_in_JavaScript

In the last article, we introduced some basic concepts of object-oriented programming (OOP), and discussed an example where we used OOP principles to model professors and students in a school.

2026-03-11

419.

Build your Location-Based Augmented Reality Web App

medium.com/chialab-open-source/build-your-location-based-augmented-reality-web-app-c2442e716564

A tutorial for building Location-Based Augmented Reality apps that run on every browser, without any installation on your phone. For free.

2025-12-27

376.

Kaotic - A Live Leak of Reality

kaotic.com

Kaotic is the biggest free file host of graphic videos, extreme content, funny user uploads, uncensored news and more shocking reality content. A Live Leak of reality content.

2025-12-03

355.

Mellisearch

github.com/meilisearch/meilisearch

2025-11-29

348.

Fedilab

fedilab.app

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-07-05

257.

minetest crash[solved] - Luanti Forums

forum.luanti.org/viewtopic.php?t=29074

2025-06-16

254.

Focalboard Server

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

2025-04-28

212.

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

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

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-04-10

180.

GitHub - nowrep/obs-vkcapture: OBS Linux Vulkan/OpenGL game capture

github.com/nowrep/obs-vkcapture

OBS Linux Vulkan/OpenGL game capture. Contribute to nowrep/obs-vkcapture development by creating an account on GitHub.

2025-04-07

169.

Ender 3 Filament Bowden Tube Guide by Heerozh | Download free STL model | Printables.com

www.printables.com/model/246460-ender-3-filament-bowden-tube-guide

Filament Guide using PTFE Tube | Download free 3D printable STL models

2025-03-23

145.

Ideal NASA Chainmail Hex for FDM(STEP included) by Gamma4D | Download free STL model | Printables.com

www.printables.com/model/373566-ideal-nasa-chainmail-hex-for-fdmstep-included/comments

Ideal Hexagonal NASA Chainmail model for FDM. | Download free 3D printable STL models

2025-03-09

131.

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

aliexpress.ru/item/1005006142985067.html

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

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-03-02

117.

Страна чудес Вилли — Википедия

ru.wikipedia.org/wiki/Страна_чудес_Вилли

2025-02-27

104.

Mini SD card and USB Holder by akxsxx

www.thingiverse.com/thing:6932250

3 usb 4 micro sd 3 big sd

2025-02-02

57.

Serving Static Files With Axum

benw.is/posts/serving-static-files-with-axum

Perhaps you'd like to run a fileserver with Axum, or maybe just serve static content in a folder. It's a bit trickier in Axum than you might expect

2025-01-13

14.

DEFCAD

defcad.com
6.

Virtual devices · Wiki · PipeWire / pipewire · GitLab

gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Virtual-Devices