The larger the primes, the stronger the RSA cryptosystem is, right?
Data.
| -- This exercise covers the first 6 chapters of "Learn You a Haskell for Great Good!" | |
| -- Chapter 1 - http://learnyouahaskell.com/introduction | |
| -- Chapter 2 - http://learnyouahaskell.com/starting-out | |
| -- Chapter 3 - http://learnyouahaskell.com/types-and-typeclasses | |
| -- Chapter 4 - http://learnyouahaskell.com/syntax-in-functions | |
| -- Chapter 5 - http://learnyouahaskell.com/recursion | |
| -- Chapter 6 - http://learnyouahaskell.com/higher-order-functions | |
| -- Download this file and then type ":l Chapter-1-6.hs" in GHCi to load this exercise |
The larger the primes, the stronger the RSA cryptosystem is, right?
Data.
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
| <?php | |
| /** | |
| * Minecraft server status fallback class | |
| * Read the simple server info wich are actually for minecraft clients | |
| * @author Patrick K. - http://www.silexboard.org/ - https://github.com/NoxNebula | |
| * @license GNU Public Licence - Version 3 | |
| * @copyright c 2011-2013 Patrick K. | |
| */ | |
| /** |