20 random bookmarks
Storage for the links
Storage for the links
In this post I will be talking about the nightmare of all Ops people that have to deal with Docker.
Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management. - OutlineFoundation/outline-server
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.
Download 3D printable STL models
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].
Side mounted composite limbs. Built in cocking mechanism.
Federate Identity Provider
This a simple cable organizer that is designed to be screwed into place. Designed to be printed without support. I… | Download free 3D printable STL models
Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT.
An extremely fast React-like javascript library for building modern user interfaces.
Wez's Terminal Emulator
WebTorrent, the streaming torrent client for the browser, Mac, Windows, and Linux