June 2013
8 posts
I didn’t choose the nerd life. The nerd life chose me.
May 2013
5 posts
The following are some code samples that show how to use Lazy to clean up how your objects are initialized when using the Strategy pattern in .NET. The following code is taken from the DimeCast.Net Strategy pattern video. It uses an enum to select the…
April 2013
30 posts
This is one topic that I continually find myself refering to my notes and bookmarks on and I’ve finally decided to add this piece of very good reference information to my own blog.
Tables
Option 1:
IF OBJECT_ID('enterTableNameHere', 'U') IS NOT NULL BEGIN…
I’ve had the Nokia Lumia 920 for a few months now and I think I can give a pretty good review. The phone was quite large to me at first but I did have an HTC Aria before this so anything was going to be huge to me. The phone is a bit heavy but the build…
Visual Studio Tips and Tricks was a topic in our local user group a while back. I decided why not do a series of videos instead of trying to publish all of the tips in a PowerPoint or some write up. Everything shown here can be done in at least Visual…
March 2013
18 posts
2*sqrt(-abs(abs(x)-1)*abs(3-abs(x))/((abs(x)-1)*(3-abs(x))))(1+abs(abs(x)-3)/(abs(x)-3))sqrt(1-(x/7)^2)+(5+0.97(abs(x-.5)+abs(x+.5))-3(abs(x-.75)+abs(x+.75)))(1+abs(1-abs(x))/(1-abs(x))),-3sqrt(1-(x/7)^2)sqrt(abs(abs(x)-4)/(abs(x)-4)),abs(x/2)-0.0913722(x^2)-3+sqrt(1-(abs(abs(x)-2)-1)^2),(2.71052+(1.5-.5abs(x))-1.35526sqrt(4-(abs(x)-1)^2))sqrt(abs(abs(x)-1)/(abs(x)-1))+0.9
This post will contain the information from my presentation at Nicholls State University on March 26, 2013.
Code Information
Code URL: http://jeremyknight.codeplex.com/
Source Control Tab -> NichollsPresentationMarch2013Presentation Information
The…