20 random bookmarks
Storage for the links
Storage for the links
“Hey Guys, What Map Program Should I Use?” A Flowchart (of sorts)Note: This document used to be open for comments and suggestions, but I got a large volume of basically nonsense edits that seem to have been misclicks, and had to reject so many of them that it seems google interpreted all the re...
Don’t Worry It’s Less Than 10 Lines of HTMLAR.js is an efficient Augmented Reality solution on the Web. It runs 100% in
your web browser, this means no app to install! There is no need for a
specific device either e.g. Tango or iphone. It runs on all mobile platforms:
Android,
Профессиональные сервисные роботы для автоматизации задач. Гарантия качества, полная поддержка, быстрая доставка по всем регионам России.
Убей в себе графомана - статья Олега Волкова, которая отвечает на вопрос "Кто такой графоман?" и какими признаками обладает графоманская проза.
An extremely fast React-like javascript library for building modern user interfaces.
Посмотреть фильм Футурама (Futurama) (1999-2023) без рекламы можно онлайн или скачать торрент без регистрации.
HTTP rate limiting module for Caddy 2. Contribute to mholt/caddy-ratelimit development by creating an account on GitHub.
Inspired by https://www.jpl.nasa.gov/news/news.php?feature=6816 https:www.youtube.com/watch?v=W4bZIf3B3gc… | Download free 3D printable STL models
alternative brick system similar to lego | Download free 3D printable STL models
Anarch, the suckless FPS game
Hey everyone, new to Rust and just checking my high level understanding of String vs str. A String type is a container for a str that is stored on the heap. String keeps the ownership, str is simply a reference and will most commonly be seen as &str. The heuristic I have in my head is that a String type should only be seen as part of the type that owns it. For example, as part of a struct definition. When being passed into methods, or returning data from a method, then use an &str type as thi...
“Hey Guys, What Map Program Should I Use?” A Flowchart (of sorts)Note: This document used to be open for comments and suggestions, but I got a large volume of basically nonsense edits that seem to have been misclicks, and had to reject so many of them that it seems google interpreted all the re...
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...