|
Years ago I discovered a marvelous motivational video entitled Mr. T's Be Somebody... Or Be Somebody's Fool . Today I discovered that this paean to confidence and recouping is available on google videos, at the very link provided above. Why are you still...
Started by Behemoth on
, 17 posts
by 12 people.
Answer Snippets (Read the full thread at toastyfrog):
Guys, at 21:40 there is an AMAZING.
There is no OTHER
like MOTHER
so treat her right, treat her right.
|
|
When reviewing somebody else's code, what is it that you usually find most disturbing?
Started by LittleBoy on
, 37 posts
by 35 people.
Answer Snippets (Read the full thread at stackoverflow):
Your changes to a file look like the existing code in the file."
...and what Cyril Gupta said this
for(int i =0; i < List.Length ; i++){ Object obj = List[i]; }
When something like this would have been better
for(Item item: List){ Object....
|
|
People are always hounding about how everybody should use Pidgin or Adium or messenger-of-the-week 'x'. But why? For users who only use one or two services, is there any reason to switch?
Started by Chris on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
Programs like Adium I would suggest that a strict multi-protocol messaging program (like adium) is not that big a jump, it doesn't look like....
The features you want, or simply you don't want to have 6 different IM applications open .
|
Ask your Facebook Friends
|
By Elizabeth Chuck, msnbc.com
A Magna, Utah, man says he suffered a weekend of torture at
the hands of his six roommates.
Thomas Chapman, 41, was interviewed by several local Salt
Lake City media outlets Tuesday about the alleged assault.
His face bruised...
Started by Steak on
, 16 posts
by 13 people.
Answer Snippets (Read the full thread at surfermag):
|
|
...i took it off to get a shower and....somebody likes my steinhart ocean green!
Started by by ktmog6uk on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at tz-uk):
Bettie's more of Precista girl Haha will this digress....
Pussy and watch in the same photo the mind boggles
Paul Your cat has good taste Jon! Funny pic, Jon.. .
|
|
The code is this one:
$vendors[] = array( "id" => $row['vendorID'], "name" => $row['name'] == "" ? "-" : $row['name'], "tel1" => $row['phone1'] == "" ? "-" : $row['phone1'], "tel2" => $row['phone2'] == "" ? "-" : $row['phone2'], "mail" =>...
Started by 0plus1 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
; }
You can also do this like "name" => $row['name'] == "" ?? "-"
i.e a == b ?? c so if a=b is true.
|
|
Sure looks like somebody knows something as is trying to quietly get shares down here
Started by My Raging Bull on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at quote):
|
|
POLL :Do you know somebody who dosent want kids becasue they like Peace and Quietness?
Started by JOHN on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at yahoo):
That's me.
I am not smart...
I want kids.
Yes me and my wife Yes
Answer? http://answers.yahoo.com/question/index;… Yes, these people are smart .
|
|
Somebody That I Used to Know Gotye
Started by Emily Louise on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at pinterest):
|
|
I have some problems with this syntax. Could somebody explain to me what this C function is doing?
unsigned long protodec_henten(int from, int size, unsigned char *frame) { int i = 0; unsigned long tmp = 0; for (i = 0; i < size; i++) tmp |= (frame[...
Started by Lennart on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
If, as Eric suggested, all chars in frame are either zero or one .
On second thought this would make a pretty poor hash function+from, size)
Looks like a bit-packer.
Looks like a hashing function.
|