20 random bookmarks
Storage for the links
Storage for the links
Если кто-то вам скажет, что дополненная реальность — это сложно, он прав. Но если он скажет, что это невозможно в браузере — он отстал от жизни. WebXR API делает реальное расширяемым буквально в два...
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. - Jigsaw-Code/outline-server
My favorites
An example of using TypeScript with Inferno. Contribute to infernojs/inferno-typescript-example development by creating an account on GitHub.
Pony.Tube is a PeerTube-enabled video streaming platform using P2P (Pony-to-Pony) technology to deliver the latest pony videos directly to you.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
Explore the differences between RocksDB and SQLite, including data models, use cases, and performance. Learn which database fits your needs with examples.
Schema.org is a set of extensible schemas that enables webmasters to embed
structured data on their web pages for use by search engines and other applications.
Download and 3D print this file (and many more) from Pinshape today!
The SpringFactory from HW Enterprises revisits a concept which has not seen development since early 2020 - the home manufacture of magazine springs. This printable tooling allows you to bend piano wire into rectangular springs using a single moving rotary part. The factory can be easily adjusted for different coil dimensions. The coil rise is determined by installing a printed slope which can be swapped out to change the rise. The parts included in the data package are designed for a specific diameter wire (1.3mm) but even this can be customized by modifying the included STEP files. Documentation is included to explain how to print, assemble, calibrate and use the factory. This project is the first of several planned iterations in spring bending technology, and was motivated to help reduce the community’s reliance on commercial spring designs and the limitations this places on magazine development. Home builders can now design magazines with spring dimensions totally different from what is available commercially!
Смотри, что есть на AliExpress! И еще более 200 миллионов товаров со всего мира с возможностью поиска по фото и большими скидками. Погрузись в увлекательный мир шопинга без границ!
3 usb 4 micro sd 3 big sd
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...