20 random bookmarks
Storage for the links
Storage for the links
Self-hosted audiobook and podcast server. Contribute to advplyr/audiobookshelf development by creating an account on GitHub.
Setup a proper Syncplay server on Ubuntu Debian - Lead software engineer @René Koch AG, Ex-core-dev @Kitsu Media inc., and quadcopter madness enthusiast. I write about software development, engineering and stupidly fun side projects.
Todos os episódios legendados da 1ª temporada de My Little Pony: A Amizade é Mágica num só lugar. Confiram o blog MLP Brasil! https://mylittleponybrasill.blogspot.com
Todos os episódios legendados da 1ª temporada de My Little Pony: A Amizade é Mágica num só lugar. Confiram o blog MLP Brasil! https://mylittleponybrasill.blogspot.com
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].
The BALR is a DIY 3D Printable straight-pull bolt action rifle, that attempts to mimic the overall form factor of scout-type rifles like The Fix or otherwise. It primarily utilizes AR15 components such as the barrel, bolt (minus carrier), and fire control group. There are a number of different stock/brace, and handguard options to choose from. The resulting rifle is quite lightweight, roughly between 3-6 pounds empty, depending on parts used.
“Zero setup” cross compilation and “cross testing” of Rust crates - cross-rs/cross
Wez's Terminal Emulator
Ideal Hexagonal NASA Chainmail model for FDM. | Download free 3D printable STL models
Introducing a modular organizer designed for storing small parts like bolts, nuts, screws, electronics, and other components. Perfect for workshops, electronics, and DIY enthusiasts!
Key Features:
Sliding drawers – open by pressing the top button.
Two drawer sizes – small and large versions included.
Dividers – optional separators for better organization.
-Modular system – connect multiple units with clips to create a custom storage setup.
-Optimized for 3D printing – prints easily without supports and assembles effortlessly.
The set also includes two templates (large and small) for cutting stickers for the boxes.
Dimensions:
Small drawer: 60 × 34.5 × 21.5 mm
Large drawer: 60 × 79.5 × 21.5 mm
I recommend placing this organizer flush against the wall to prevent it from sliding on the table when pressing the buttons. You can also secure it to the table using double-sided tape
Video https://www.youtube.com/shorts/RXhBib027OM
You can purchase the right to resell 3D-printed models. However, selling digital files is prohibited. Full details are available on Patreon (https://www.patreon.com/c/DenStasis/membership)
Let me know if you'd like any adjustments!
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.
A blazing fast type-checked HTML macro crate. Contribute to vidhanio/hypertext development by creating an account on GitHub.