Explore >> Select a destination


You are here

unencumberedbyfacts.com
| | www.memorysafety.org
16.0 parsecs away

Travel
| | ISRG's Prossimo is committed to moving the Internet's security-sensitive software to memory safe code and to encouraging people to prioritize memory safety.
| | openid.net
18.0 parsecs away

Travel
| | What is OpenID Connect OpenID Connect is an interoperable authentication protocol based on the OAuth 2.0 framework of specifications (IETF RFC 6749 and 6750). It simplifies the way to verify the identity of users based on the authentication performed by an Authorization Server and to obtain user profile information in an interoperable and REST-like manner.OpenID
| | aaronparecki.com
17.2 parsecs away

Travel
| | This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol.
| | aaronluna.dev
61.8 parsecs away

Travel
| Decorators can be a daunting topic when first encountered. While the Zen of Python states "There should be one- and preferably only one -obvious way to do it", there are many, equally valid ways to implement the same decorator. These different methods can be categorized as either function-based, class-based, or a hybrid of both. In this post I will explain the design and behavior of Python decorators and provide examples of decorators that I frequently use in my own code.