/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

briandfoy.github.io
| | apple.4800bps.com
4.1 parsecs away

Travel
| | Apple Music | @jbalvin siempre quiere avanzar a la cultura Latina. El habla sobre su carera ... - Apple News
| | joosh.nekoweb.org
4.6 parsecs away

Travel
| | Another song I recently rediscovered!
| | danielandrews.com
2.3 parsecs away

Travel
| | I've been using Apple Music and previously iTunes for the bulk of the past 25 or so years of the digital music era and the thing that keeps bringing me back is the more album-centric way the app works along with things like Smart Playlists. Today I thought I'd share a playlist I created recently...
| | programmingpraxis.com
16.6 parsecs away

Travel
| I had an email from a reader who found my factoring program on Stack Overflow: Python 2.7.13 (default, Mar 13 2017, 20:56:15) [GCC 5.4.0] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> def isPrime(n, k=5): # miller-rabin ... from random import randint ... if n < 2: return False ... for...