Explore >> Select a destination


You are here

zacharyparsons.co.uk
| | zed.code.blog
32.3 parsecs away

Travel
| | From the FreeCodeCamp intermediate algorithms here: Find the smallest common multiple of the provided parameters that can be evenly divided by both, as well as by all sequential numbers in the range between these parameters.The range will be an array of two numbers that will not necessarily be in numerical order.For example, if given 1...
| | zed.code.blog
4.6 parsecs away

Travel
| | From the FreeCodeCamp intermediate algorithms here: Aprime numberis a whole number greater than 1 with exactly two divisors: 1 and itself. For example, 2 is a prime number because it is only divisible by 1 and 2. In contrast, 4 is not prime since it is divisible by 1, 2 and 4.RewritesumPrimesso it returns the...
| | zed.code.blog
16.7 parsecs away

Travel
| | From the FreeCodeCamp intermediate algorithms here: Given a positive integernum, return the sum of all odd Fibonacci numbers that are less than or equal tonum.The first two numbers in the Fibonacci sequence are 1 and 1. Every additional number in the sequence is the sum of the two previous numbers. The first six numbers of...
| | shostack.org
94.1 parsecs away

Travel
| New at Darkreading, a post on NIST and threat modeling