20 random bookmarks
Storage for the links
Storage for the links
the anti-social network. no algorithms. no tracking. text only. unapologetically unserious. privacy-first microblogging without data harvesting or email requirements.
A tutorial for building Location-Based Augmented Reality apps that run on every browser, without any installation on your phone. For free.
Одной из характерных черт архитектуры ПК является размещение в физическом адресном пространстве памяти не только собственно памяти компьютера (ОЗУ и ПЗУ), но и видеопамяти, а также регистров различных контроллеров. Ощутимым недостатком ПК, отчасти обусловленным историческими причинами, является фрагментация адресного пространства, когда ОЗУ, видеопамять, ПЗУ и регистры устройств расположены «лоскутами», довольно хаотично чередуясь друг с другом. Чтобы определить диапазоны физических адресов...
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].
DNA Lounge is a late-night, all ages San Francisco
nightclub featuring live music, DJ dancing, burlesque shows, and
private parties. Two stages, four dance floors, six bars
and a full-service late-night restaurant!
Side mounted composite limbs. Built in cocking mechanism.
Experimental Logitech force feedback module for Linux - berarma/new-lg4ff
Castopod is a free and open-source hosting platform made for podcasters. Engage and interact with your audience whilst keeping control over your content.
HTML questionnaire. Flexible. Saves to JSON. Needs no database. - zew/go-questionnaire
SteamOS session compositing window manager. Contribute to ValveSoftware/gamescope development by creating an account on GitHub.
I would love to keep sharing my projects with all of you. | Download free 3D printable STL models
Anarch, the suckless FPS game
Duct for Creality Fan Cooling Kit | Download free 3D printable STL models
This article will help you troubleshoot and fix all common issues with the hot end and extrusion on the Creality Ender 3, Ender 3 V2, CR-10, and other 3D printers. Includes links for replacement hot ends and parts for each printer model, and step-by-step instructions for repairs.
WebTorrent, the streaming torrent client for the browser, Mac, Windows, and Linux
I've created a very simple and basic html5 audio player, actually not more than:
<audio src="[url-to-m3u]" controls>
but I am facing two problems, this simple audio tag is working on Chrome...