Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
3
0 Endorsements
Ranked #54.9K
~649 People Reached
Favorite Tags
c++ x 1
php x 1
Member Avatar for mrnutty

Just wondering what other programmer do in their free time. This is basically what I do in my free time : 1) Procrastinate ( of course ) 2) Try to learn more things about programming 3) Practice programing 4) Play NBA2k9 and/or Call of Duty : modern warfare 2 (awesome …

Member Avatar for ddanbe
1
308
Member Avatar for changeco

I tweaked a search script I found months ago, and am now getting back around to fixing it... I need some help debugging it... [code] if(isset($_GET['search'])) { $search = $_GET['search']; } $search = trim($search); $search = preg_replace('/\s+/', ' ', $search); $keywords = explode(" ", $search); $keywords = array_diff($keywords, array("")); if …

Member Avatar for diafol
0
97
Member Avatar for toddtay

Hi guys, I would like to convert a string date into seconds using only the standard library. The date format is like this: Wed Dec 02 12:23:09 +0000 2009 and I would like to convert it to seconds. Is it possible to just use only the standard library?

Member Avatar for dyadak
0
89
Member Avatar for MktgRob

One of my clients recently started filming customer case studies to use on their website along with their new youtube channel. With the advent of the shoot and post cameras like the Flip and the simple to use editing software that comes with the camera, small companies can create decent …

Member Avatar for MktgRob
0
153