But v all believe that neutron is still in atom and it has gravity. ;P
M
M Hussain
@M Hussain
Posts
-
Development and Talktive person!!!!!! -
Development and Talktive person!!!!!!Seems you are fit for this field . ;)
-
Development and Talktive person!!!!!!Development field is not for a Talkative person!!!!! :)
-
Shouldn't programmers know how to fix computers?:-O ;P
-
Challenge: the fastest way to filter doubled items from a list.I bet it will be faster than everything.
UniqueList.Add((from string itm in UniqueList
from string compareItem in doubledList
where itm == compareItem
select compareItem).ToString()); -
Embarrassing code admission of the day (or why C.S. is good for you)You can't remove at 0 index because it is being used in above variable. So to remove the 0 index object remove this line;
double temp = fakeList[0];
-
how to send sms from web to mobilehi; i m a student of computer science i have assigned a project to develop a web site in asp.net and have the functionality of sending sms by using gsm modem but i dont know anything in this regard please give me a road map for this. thanks regards m.hussain