/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

btorpey.github.io
| | enterprisecraftsmanship.com
1.7 parsecs away

Travel
| | My new online training course about Encapsulating EF Core Usagewent live.
| | iheanyi.com
4.2 parsecs away

Travel
| | Iheanyi Ekechukwu is a software engineer based in Houston, TX.
| | blog.martinig.ch
2.6 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | programmingpraxis.com
27.9 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...