20 random bookmarks
Storage for the links
Storage for the links
Итак, 1 сезон 1 серия телесериала "Игра престолов". Настоятельно рекомендуется начать знакомство с сериалом именно с неё. В данном эпизоде происходит знакомство зрителей с некоторыми главными героями, среди которых: лорд Винтерфелла Эддард "Нед" Старк и его семья, король Роберт
World’s single largest Internet domains dataset
Wez's Terminal Emulator
Your looking glass into a strange chaotic world
Other dice set weren't slicing properly for me so I created my own.
A 7z decompressor/compressor written in pure rust
Убей в себе графомана - статья Олега Волкова, которая отвечает на вопрос "Кто такой графоман?" и какими признаками обладает графоманская проза.
screen sharing for developers https://screego.net/ - screego/server
====== PP Virtual Build Kit ====== These files contain dies that will help transform your demented ideas into fully functioning 3d printable firearms. Cut the die from the shape of your choice and voila! You've got a new Glock. Dies for the following are included: G43X/48 - DD43.1 rails G43X/48 - SS80 rails G19, G19X - DD19.2 rails G17 - DD17.2 rails G26, G26X - DD26.2 rails For the G17/19/26 designs, both left and right handed versions are included, as well as versions for both gen3 and gen5 slide lock springs. Also included: Modified G43X magazine release. I highly recommend using this if you plan to run Shield S15 magazines. Left handed G19 mag release. This is required for left handed G19 frames since left handed gen 3 Glocks don't really exist. Right handed G19 mag release. Included for completeness, but also handy if you want to customize how far the mag release sticks out.
I love these foot they remember me the AT-AT walker star wars vehicle.unfortunately the design do not allow to install on my ender 3 pro.I rebuild upper part and tried to create a close copy of the lower part.upper and lower parts are in PETG , the pad is made in TPU for better gripSprings comes from bed leveling systemwhile drawing had no idea on how to assembly lower with pad so I decided just to glue them
SDK to build network tools based on Outline components. - Jigsaw-Code/outline-sdk
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
Tinkercad is a free, easy-to-use app for 3D design, electronics, and coding.
This book carefully describes the design, implementation, direction, and structure of Redox, the operating system.
I have multiple types with similar methods. I want to abstract over them by writing an interface, like I would in Java:
public interface Shape {
public float area();
}class Circle implements ...