20 random bookmarks
Storage for the links
Storage for the links
Codeberg is a non-profit, community-led organization that aims to help free and open source projects prosper by giving them a safe and friendly home.
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].
Какие существуют в продаже наконечники под арбалетный болт (стрелу). Их назначение, отличительные характеристики, примеры и полезные советы.
A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows.
Hugo & Tailwindcss Starter
replacement nozzle for pressure sprayer
Filament Guide using PTFE Tube | Download free 3D printable STL models
SteamOS session compositing window manager. Contribute to ValveSoftware/gamescope development by creating an account on GitHub.
screen sharing for developers https://screego.net/ - screego/server
HTTP rate limiting module for Caddy 2. Contribute to mholt/caddy-ratelimit development by creating an account on GitHub.
I made this version of a tool holder for my Ender 3. There are many different versions available, but I didn't find… | Download free 3D printable STL models
Смотри, что есть на AliExpress! И еще более 200 миллионов товаров со всего мира с возможностью поиска по фото и большими скидками. Погрузись в увлекательный мир шопинга без границ!
The Pill Blister Packs Holder 3D Printer Model is stl file type, size is 375.0KB.
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
A modern IRC server (daemon/ircd) written in Go. Contribute to ergochat/ergo development by creating an account on GitHub.
Cockpit is a web interface for managing a server. It creates it’s own self signed certificate by default. Here is how to configure cockpit behind caddy to have real certificates instead. sub-domain (https://cockpit.example.com) /etc/cockpit/cockpit.conf [WebService] Origins = https://cockpit.example.com wss:cockpit.example.com ProtocolHeader = X-Forwarded-Proto /etc/caddy/Caddyfile cockpit.example.com { reverse_proxy https://localhost:9090 { transport http { tls_...