20 random bookmarks
Storage for the links
Storage for the links
Color
My favorites
A Mumble Music bot which plays radio stream from an URL - azlux/MumbleRadioPlayer
Our 2-Minute tools site – customize our growing collection of fantasy heroes and monsters. Tools and Assets to enhance your tabletop experience!.
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].
Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
Umbreon is now available, and you have the choice between different file formats:STL3mf for Multicolor Video of printing the model: YouTube, Instagram, TiktokFor printing, I used PolyTerra PLA filament from Polymaker:4 colors version:Panchroma Matte Savannah YellowPanchroma Matte Lava RedPanchroma Matte Cotton whitePanchroma Matte Charcoal BlackTo discover which new models will be released next, follow @polymaker_figurines:Instagram, TikTok, YouTubeJoin the Figurines Community on DiscordHappy Printing!Printer settings on the Bambu Lab X1CRafts: NoSupports: YesResolution: 0.2mmInfill: 10%Filament brand: PolymakerFilament color: Yellow, red, White and blackFilament material: Panchroma Matte
A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows.
A 7z decompressor/compressor written in pure rust
HTML questionnaire. Flexible. Saves to JSON. Needs no database. - zew/go-questionnaire
Wez's Terminal Emulator
Смотри, что есть на AliExpress! И еще более 200 миллионов товаров со всего мира с возможностью поиска по фото и большими скидками. Погрузись в увлекательный мир шопинга без границ!
Completely 3D printed slim bank card wallet with cards’ ejection feature. | Download free 3D printable STL models
"Problems are Solved by Method".
This properties table compiles physical and mechanical properties for the top 3D printing materials. Compare metrics for strength, stiffness, density, etc.
Вступление Привет, дорогой читатель! В своей первой статье я разобрался как подключить Outline VPN на сервере без графического интерфейса. Начну немного издалека. Меня зовут Сергей и я...
A blazing fast type-checked HTML macro crate. Contribute to vidhanio/hypertext development by creating an account on GitHub.