jacobcarpenter

Stories kicked by jacobcarpenter

Programming Challenge #1: HTML Calendar(jacobcarpenter.wordpress.com)

submitted by jacobcarpenterjacobcarpenter(40) 4 years, 1 month ago

Surprised by the amount of code for such a seemingly simple task, I figured it'd be interesting to solicit solutions to outputting a calendar in HTML. read more...

add a comment |category: |Views: 46

tags: another

LINQ to prime numbers(jacobcarpenter.wordpress.com)

submitted by jacobcarpenterjacobcarpenter(40) 4 years, 1 month ago

Demonstrates a pure LINQ query that yields an infinite sequence of prime numbers. Used to solve Project Euler problem 10. read more...

add a comment |category: |Views: 34

tags: another

Interesting generic method signature technique(jacobcarpenter.wordpress.com)

submitted by jacobcarpenterjacobcarpenter(40) 4 years, 2 months ago

A generic technique for parameter types influencing subsequent parameter types. read more...

add a comment |category: |Views: 11

tags: another