|
You are here |
btorpey.github.io | ||
| | | | |
enterprisecraftsmanship.com
|
|
| | | | | My new online training course about Encapsulating EF Core Usagewent live. | |
| | | | |
iheanyi.com
|
|
| | | | | Iheanyi Ekechukwu is a software engineer based in Houston, TX. | |
| | | | |
blog.martinig.ch
|
|
| | | | | 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
|
|
| | | 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... | ||