20 random bookmarks

Storage for the links

2026-01-14

401.

Руководство по Iptables 1.1.19

www.opennet.ru/docs/RUS/iptables

2025-12-30

383.

IUP - Portable User Interface

webserver2.tecgraf.puc-rio.br/iup
382.

clang can't find headers but gcc can

askubuntu.com/questions/1443701/clang-cant-find-headers-but-gcc-can

Using ubuntu 22.04, g can compile my test program with no issues. clang on the other hand will fail with...
main.cpp:1:10: fatal error: 'iostream' file not found
#include <iostream>
...

2025-11-29

349.

Issue with Cloning Player Characters in Roblox Studio(Lua)

stackoverflow.com/questions/77797082/issue-with-cloning-player-characters-in-roblox-studiolua

Hello Stack Overflow community,
I am currently facing an issue with a script in Roblox Studio, where I am attempting to duplicate a player's character upon joining the game. The primary objective i...

2025-09-19

319.

скачать Long Live The Queen (последняя версия) бесплатно торрент на ПК

thelastgame.ru/long-live-the-queen

Long Live The Queen – проект в популярном нынче жанре визуальной новеллы, где от принятых тобой решений и совершенных действий будет напрямую зависеть развитие и исход событий. Данная игра может похвастаться своим глубоко продуманным сюжетом, а также тебе придется по душе отличная проработка графики с приятной анимационной составляющей. Каждый персонаж будет обладать своей отличительной харизматичностью, а также иметь массу отличительных черт характера. Ты попадешь в историю, которая просто доверху полна интригами, тайнами и покрытыми мрачной пеленой секретами. Действующие лица будут постоянно меняться, а игровой процесс будет закручиваться с каждым разом всё сильнее и сильнее. Хитросплетения сюжета точно не дадут тебе заскучать, ведь ты отправишься на исследование этого неизведанного мира, где внимание нужно обращать даже на самую маленькую деталь. Опасность будет поджидать тебя на каждом шагу, поэтому будь максимально внимательным и сосредоточенным в своих действиях.

2025-08-31

300.

GitHub - LAION-AI/Open-Assistant: OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

github.com/LAION-AI/Open-Assistant

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so. - LAION-AI/Open-Assistant

2025-08-15

282.

Corner Shelf by Snowdonia 3D Printing | Download free STL model | Printables.com

www.printables.com/model/132440-corner-shelf

Download 3D printable STL models

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

267.

NodeCore Game Guide

rutube.ru/video/deac99ff82fe2e95239efe0352fc6523

This presentation gives clues and goals so that the player can have a structured gameplay. Although it is as spoiler-free as possible, it's obvious that it contains some spoilers. Do not watch if you want to discover everything by your own in the game. MUSIC: panspermia by airtone (c) copyright 2018

2025-06-01

243.

High-Power 70 lbs compound crossbow by Yeet | Download free STL model | Printables.com

www.printables.com/model/594939-high-power-70-lbs-compound-crossbow/comments

Mostly 3D printed strong crossbow but some additional parts are needed. Mainly metric bolts and 3030 aluminium profile. | Download free 3D printable STL models

2025-04-28

215.

Phaser - A fast, fun and free open source HTML5 game framework

phaser.io

Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.

213.

Ghost: The best open source blog & newsletter platform

ghost.org

Beautiful, modern publishing with email newsletters and paid subscriptions built-in. Used by Platformer, 404Media, Lever News, Tangle, The Browser, and thousands more.

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

100.

Cloud Storage Toilet Paper Holder by TheNewKind

www.thingiverse.com/thing:5167176

Cloud printed in three parts, joined with a dovetail.Designed for EU size toilet rolls.

2025-02-14

87.

3D printed medieval crossbow V1 by Moreno | Download free STL model | Printables.com

www.printables.com/model/740562-3d-printed-medieval-crossbow-v1

I made a medieval crossbow from PLA, it shoots pretty far and kinda hard so don't aim it at anything with eyes. | Download free 3D printable STL models

2025-02-03

64.

envs.net | environments

envs.net

envs.net | environments for linux lovers - since 9/2019

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

46.

Welcome - Deluge

deluge-torrent.org
42.

IP/DNS Detect

ipleak.net

What is your IP, what is your DNS, check your torrent IP, what informations you send to websites.

2025-01-13

12.

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

habr.com/ru/articles/744974