Internet Famous May 19, 2015
For golf I use the Golf Pad GPS app, which is great and very useful. So naturally I left a review that captured my sentiments. Right now the review is on the home page for that app! w00t
For golf I use the Golf Pad GPS app, which is great and very useful. So naturally I left a review that captured my sentiments. Right now the review is on the home page for that app! w00t
- "0" in binary? or decimal? or is that 0 in hex?
Work always provides opportunity for memorable conversations.
Because of this code -
if( ImplementationID == "0" )
parameters[0] = BuildParameter("@ImplementationID", DbType.Int32, 4, 0, ParameterDirection.Input);
else
parameters[0] = BuildParameter("@ImplementationID", DbType.Int32, 4, Convert.ToInt32(ImplementationID), ParameterDirection.Input);
hahahahah
if implementationID == "0" -> pass hard coded 0
else pass Convert.ToInt(implementationID)
"0" doesn't parse correctly
apparently
I googled it. As a non grammar nazi and semi spelling nazi, I adhere to the alternate and new "snuck".
Usage: If one were to sneak through the cracks, they "snuck through". Versus "sneaked through" which would be snobbish and self-righteous.
Actually I just wasn't sure. It appears both are "correct" if you're on the non-nazi side of the fence, however only "sneaked" is correct if you're a nazi.
So soak it up nazis.