Explore >> Select a destination


You are here

will-keleher.com
| | blog.changs.co.uk
3.5 parsecs away

Travel
| | I've been doing advent of code again this year. There are two Python features I always rely on, iterators and pattern matching. Iterators allow...
| | www.trickster.dev
5.1 parsecs away

Travel
| | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting
| | initialcommit.com
3.8 parsecs away

Travel
| | In this article, you will learn what iterators are, how you can use the next() function on iterators, and maximize your usage of the next() function.
| | sabrinajewson.org
31.2 parsecs away

Travel
| The main focus of this article will be on attempting to design a system to support asynchronous destructors in the Rust programming language, figuring the exact semantics of them and resolving any issues encountered along the way. By side effect, it also designs a language feature called async genericity which enables supporting blocking and asynchronous code with the same codebase, as well as designing a system for completion-guaranteed futures to be added to the language.