20 random bookmarks
Storage for the links
Storage for the links
A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl. - tridactyl/tridactyl
Learn JavaScript design and performance patterns for building more powerful web applications.
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].
Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.
В данном видео показано, как можно собрать блок управления вендинговым аппаратом своими руками.
Curated list of free software network services and web applications which can be hosted locally on your own server.
Screego - open source screen sharing for developers
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. - launchbadge/sqlx
A lovely pipped version of tetrahedral D4. I have oriented this in such a way that you should be able to print it… | Download free 3D printable STL models
Create stunning logos and favicons from text for free with Logo.surf. Our easy-to-use text-to-logo & text-to-favicon generator offers customizable designs in multiple formats.
This book carefully describes the design, implementation, direction, and structure of Redox, the operating system.
Please provide the following information qBittorrent version and Operating System qBittorrent v4.1.0 Web UI If on linux, libtorrent and Qt version QNAP What is the problem All trackers are displayi...