You are here |
www.nayuki.io | ||
| | | |
guypursey.com
|
|
| | | | This week, I wanted to try an experiment by combining the efforts of my journal writing habits over the last four months with coding and data visualisation. ... | |
| | | |
www.adamconrad.dev
|
|
| | | | Follow along with Steven Skiena's Fall 2018 algorithm course applied to the JavaScript language. | |
| | | |
dusty.phillips.codes
|
|
| | | | 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. | |
| | | |
www.byjp.me
|
|
| | I'm building a twitterbot to answer questions about things happening on my university campus. Should be fun, I've decided to use Ruby and Active Record as a foundation :) Might be a few days before anything appears on github, I've got a few exams in the near future! |