Explore >> Select a destination


You are here

code.activestate.com
| | eli.thegreenplace.net
0.6 parsecs away

Travel
| | [AI summary] The blog post explains the implementation and optimization of an infinite prime number generator in Python, comparing it to the Sieve of Eratosthenes algorithm and discussing memory efficiency and performance improvements.
| | dusty.phillips.codes
6.9 parsecs away

Travel
| | The venerable RSA public key encryption algorithm is very elegant. It requires a basic understanding of modular arithmetic, which may sound scary if you havent studied it. It reduces to taking the remainder after integer long division. The RSA Wikipedia article describes five simple steps to generate the keys. Encryption and decryption are a matter of basic exponentiation. Theres no advanced math, and its easy to understand their example of working with small numbers.
| | felipeelias.github.io
10.2 parsecs away

Travel
| | TIL how to use a threadpool in Python
| | golb.hplar.ch
29.1 parsecs away

Travel
| [AI summary] The provided text outlines a complete implementation of a JWT-based authentication system using Spring Boot and Ionic/Angular. Here's a summary of the key components and their functionality: