Viewing profile — 1337Coder
1337Coder
HN member- Joined
- Fri, Nov 30, 2012, 2:21 PM UTC
- HN karma
- 26
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About 1337Coder
No profile information was provided.
Recent public activity
-
comment
Comment #7160226
If anyone is curious about the luhn algorithm, here is one I made in C# from the example in the question: static bool IsValidLuhn(string numbers) { if (numbers == null) throw new A…
-
comment
Comment #7114413
For anyone trying to go to the Erik Meijer link, the correct url is: http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Func... I think vasquez put an extra right angle bracke…
-
comment
Comment #5965070
This is the exact reason I created this: https://privatemsg.matthew-dove.com/
-
comment
Comment #5881172
Yes, it is encrypted on the server. That hash is just a key to get your message. Its not the message itself.
-
comment
Comment #5880813
Last weekend when the NSA news was a big deal, I was angry, I wanted my privacy back. I use all the standard stuff (like opt-out, Ghostery, etc). Using https for my emails with Goo…
- story
-
comment
Comment #5807675
Well would you believe that it is not uncommon for one or two people to die on a cruise? I went on a 10 day cruise a few years ago and three people died on it. They chucked 'em in …
-
comment
Comment #5506882
I use "&" and "|" when i use enums, that act as options. I.e. var myCarExtras = Extra.Radio | Extra.PowerWindows; Where Extra = { Radio = 1, PowerWindows = 2, Tint = 4, Rims = 8 };…
-
comment
Comment #5506494
Oh yes you are correct. In this case the merchant only loses the cost to the vendor ($7,000). Good catch.
-
comment
Comment #5506443
sorry for being pedantic, but should'nt it be shouldn't?
-
comment
Comment #5506114
You would think so but no. Visa etc and the banks don't want that kind of trouble. To charge cards you need a special bank account called a merchant account. A condition of this me…
-
comment
Comment #4853316
{MyScore:'1837';}