jdelator


Comments:

I Repeat: Do Not Listen to Your Users

posted by jdelatorjdelator(500) 4 years, 2 months ago 0

My first submission that got published, thanks guys!

Reply

Douchebaggery

posted by jdelatorjdelator(500) 4 years, 2 months ago 0

Eclipse is actually not that bad, I think it's easier to navigate code a bit easier in Eclipse than Visual Studio since you can alt-click a function name and go straight to the definition.

Reply

Douchebaggery

posted by jdelatorjdelator(500) 4 years, 2 months ago 0

O don't get me wrong, I think Visual Studio is better than Eclipse. Have you guys ever tried coding something other than java in Eclipse? It's such a nightmare.

Reply

Retaining Good Developers - 10 Things To Keep Them Happy

posted by jdelatorjdelator(500) 4 years, 2 months ago 0

I dont like that guy's avatar.

Reply

A Question of Programming Ethics

posted by jdelatorjdelator(500) 4 years, 2 months ago 0

This is kinda of a catch 22, why would Dustin log into John's account without breaking some sort of ethics? If I was Dustin I would had done the same thing. But imagine if he logged into his email account and there was nothing?

Reply

Microsoft blocked from updating Wikipedia!

posted by jdelatorjdelator(500) 4 years, 2 months ago 0

Yeah, I just checked.It expires on 21:19, 18 March 2008, though.

Reply

The fastest way to insert 100K records

posted by jdelatorjdelator(500) 4 years, 1 month ago 0

His approach was wrong.

Reply

The fastest way to insert 100K records

posted by jdelatorjdelator(500) 4 years, 1 month ago 0

Well there are too many variables that are not being controlled if he was really trying just to test the fastest way to insert 100k records. He should have written a stored proc like someone mentioned. Also he did not use bulk insert or union select insert on sql server. Mysql also lets you insert many rows in one query. Also it not enought to test it just with ints.

What he did was test 100k single inserts over through a C# app.

Reply

Credit card validation - regular expressions

posted by jdelatorjdelator(500) 4 years, 1 month ago 0

After that use the Luhn formula to verify.

Reply

Using the Luhn algorithm to validate credit cards

posted by jdelatorjdelator(500) 4 years, 1 month ago 0

Thanks for giving me credit since you the post was inspired by my comment and not the post.

Reply

Using the Luhn algorithm to validate credit cards

posted by jdelatorjdelator(500) 4 years, 1 month ago 0

It should read *since you know

Reply

Get country from a browser in ASP.NET

posted by jdelatorjdelator(500) 3 years, 9 months ago 0

Anyone have the link for the IP address to country solution?

Reply

SQL Server 2008 RTM available from MSDN/TechNet

posted by jdelatorjdelator(500) 3 years, 9 months ago 0

Wow like lol, I just an internal email saying katmai RTMed and ppl on DNK got this info before me? lol

Reply