October 11, 2016

Oracle, Verizon Sign Hybrid Cloud Computing Deal

Verizon has announced that its Secure Cloud Interconnect service will connect with Oracle’s FastConnect service. The partnership could help reduce latency in enterprise hybrid cloud computing deployments. Verizon customers will have the option of connecting to data center sites in the U.S. or Europe. They will be able to use

IsPrime Function

Everybody knows how to check if a number is prime: 1) Set a divisor to two; 2) “Mod” the number by the divisor; 3) If the result is zero, then we have our answer: It is not prime; 4) If it is something different from zero, then increment the divisor;