d03boy

4,436
reputation
480 views

Registered User

name d03boy
member for 1 year
seen 2 hours ago
website
location USA
age 24
I code at work. I code at home.
Dec
16
comment Mandatory use of braces
It brings up valid points for using or not using braces that some people haven't considered
Dec
16
comment Mandatory use of braces
foreach(string s in myList) { Console.WriteLine(s); }
Dec
16
comment Mandatory use of braces
How often do you read other people's code?
Dec
16
comment Mandatory use of braces
Is 4 extra characters really so bad?
Dec
16
comment Mandatory use of braces
Its easier to read consistent code (code that always uses braces)
Dec
16
comment Mandatory use of braces
David, generally "being annoyed and confused" isn't an error. Its just a waste of time.
Dec
16
comment Mandatory use of braces
if(true) { continue; }
Dec
16
comment Mandatory use of braces
Brace yourselves... this one's a doozy
Dec
16
comment Mandatory use of braces
I don't think having a single return statement in braces looks silly.
Dec
16
comment Mandatory use of braces
if (!something) { doSomethingElse(); } //There you go
Dec
16
asked What is considered to be .Net?
Dec
14
comment Combining two T-SQL pivot queries in one
I like to use Common Table Expressions to do this.
Dec
14
revised Question regarding div height adjustment
added 40 characters in body
Dec
12
answered 1 vs 1 vote: calculate ratings (Flickchart.com)
Dec
12
comment Css classes in CakePHP?
We need more information.
Dec
11
comment SQL Column to row conversion
I can't agree with your formatting but you have 11k so I guess you're doing something right. Nice work
Dec
10
revised English/Arabic Encoding Problem
deleted 2 characters in body; edited title
Dec
10
comment English/Arabic Encoding Problem
What IDE or editor are you using to create these pages? It may not be encoding the files properly.
Dec
10
comment Any good website teaches datagram sockets use in Java?
TCP is also sent as a datagram so don't confuse the meaning of that word
Dec
10
comment How does Google Know you are Cloaking?
Please provide a source
Dec
8
accepted PHP file naming conventions (.class, .inc)
Dec
8
answered PHP file naming conventions (.class, .inc)
Dec
8
comment Probability of SHA1 collisions
@anthony, why is that obvious? I don't know if that's true
Dec
8
comment Probability of SHA1 collisions
@kevindtimm "a", "b", "c" are equal length but different strings
Dec
8
answered What was your favorite assembly language?
Dec
8
comment What was your favorite assembly language?
I bet there aren't more than a dozen people here that have actually used more than one type of assembly.
Dec
7
comment Pros. / Cons. of Immutability vs. Mutability
The only immutable object I often use is the String
Dec
7
comment opengl glutmainloop()
Glut has scarred me for life
Dec
7
answered is there free or cheap software that formats PHP source code nicely
Dec
7
comment How do I protect this function from sql injection
I think a lot of people forgot that you can't use parameterized queries with this type of query. Good observation.
Dec
7
comment How do I protect this function from sql injection
If you don't want to redeploy, then do it correctly in the first place and test it.
Dec
7
answered PHP MYSQL file contents escape problem
Dec
7
comment Method for matching any string in SQL
What do you mean by 'empty'? An empty string or a NULL?
Dec
7
comment Method for matching any string in SQL
That is not SQL code
Dec
4
comment T-SQL - How to write query to get records that match ALL records in a many to many join
I don't think that's what he wants
Dec
3
answered What could cause a Windows Service to hang when a Console App doing the exact same thing using the exact same base libraries doesn’t?
Dec
3
answered Group BY multiple MySQL Statement
Dec
3
comment Group BY multiple MySQL Statement
You can't group by rows. You can group by columns though
Dec
3
comment Create subdomain upon user registration
Unless he's writing his own vhost program... it's a configuration issue
Dec
3
comment Are delimited identifiers considered a “best-practice” in Transact-SQL?
It's annoying .
Dec
2
comment SQL: Best practice to store various fields in one table
Use PIVOT (with luck this time)
Nov
30
accepted Adding a prefix to every URL in CakePHP
Nov
25
answered Adding a prefix to every URL in CakePHP
Nov
22
awarded  Popular Question
Nov
16
answered HTML: How to get my subpages listed on a google search
Nov
13
revised Just Want to know what this error message really means!
deleted 53 characters in body
Nov
13
revised Just Want to know what this error message really means!
added 4 characters in body
Nov
13
revised Just Want to know what this error message really means!
added 165 characters in body
Nov
13
revised Just Want to know what this error message really means!
deleted 2 characters in body; edited body
Nov
13
revised Making my own CSS
added 17 characters in body