Explore >> Select a destination


You are here

davidflanagan.com
| | mariusschulz.com
4.2 parsecs away

Travel
| | TypeScript 2.1 adds support for compiling asynchronous functions to ES3/ES5. That way, you can run your async/await code in every JavaScript engine.
| | www.nayuki.io
4.5 parsecs away

Travel
| | [AI summary] The provided text is a detailed comparison of various QR Code generator libraries and their implementations in different programming languages. It covers multiple projects such as qrcodegen (Java, TypeScript, Python, C++, C, Rust), qr.js (JavaScript), QR-Logo (JavaScript), qrcode (Python), PyQRCode (Python), qrcode (Rust), qr (Go), Zint (C), and libqrencode (C). The text highlights the features, line counts, comments, and code organization of each library. It also mentions the author's own library, which is noted for its compact implementation, lack of extensive constant tables, and immutability of objects. The text includes information about the versions reviewed, dates, and the purpose of each library, such as encoding, decoding, and image gen...
| | theankurtyagi.com
4.1 parsecs away

Travel
| | There have been many updates to the JavaScript language over the last few years, and you must understand some of the modern JavaScript if you're trying to learn React.
| | arturdryomov.dev
21.1 parsecs away

Travel
| Checked and unchecked, recoverable and unrecoverable -what to pick?