Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~319 People Reached
Favorite Tags
Member Avatar for som3on3

Hi, i need some help, since mysql benchmark don't work well on select i need help with a query what will be the fastest way? to use this query: [code]select * from news n, users u where n.users_id = u.users_id and u.users_id = '1' limit 0, 20[/code] using like this …

Member Avatar for 1stDAN
0
56
Member Avatar for khess

I am disappointed to hear that the One Laptop Per Child (OLPC) initiative may be changing its original focus of providing a low-cost laptop to the world’s poorest children. Originally, the small device was to enter the market at $100 USD but had a production release price of $188 USD. …

Member Avatar for som3on3
0
151
Member Avatar for som3on3

can anyone help me convert this to c++?? <?php function show_me($info) { $arr = array('fruit' => 'apple', 'car' => 'bmw'); return $arr[$info]; } echo show_me('fruit'); //or echo show_me('car') ?>

Member Avatar for som3on3
0
112