No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
final Handler myHandler = new Handler(){ @Override public void handleMessage(Message msg) { updateUI((String)msg.obj); } }; Would someone please let me know what the curly brace '{' and its contents mean in this context? what is the purpose? | |
In this string "13 12", I like to find if there is an occurrence of '3', but I am not interested in char '3' which is part of "13". In other word I am looking for number 3 not 13. By using the following code in python I always get … | |
I am running ubuntu and mistakenly deleted /usr/bin/ld. Now I can't compile anything. Any help would be appreciated. | |
Re: DHCP failure is often caused by an decryption error - due to WEP/WPA settings, bugs in WPA TKIP key rotation, etc. Try WEP or none temporarily | |
Hi I will be graduated in computer science soon and career path is what I can not think about it for a sec. I am CCNA certified and on the other hand like programming a lot. I could not come to a decision which path should I take, either programming … | |
Re: May be some sort of port security is enabled on the switch. you can check it by accessing configuration of the switch. In that case there should be web-management configuration or using the console port of the switch. Let me know if you need help in configuring through the console … | |
Re: I think the IP addressing scheme is wrong. You should have the first network and the switch(not required to have an IP address except for management purpose) and the interface of the router in same IP address range. Let's say 10.100.100.A with a mask of 255.255.255.0 and apply same concept … | |
Hi Would any one tell me how can I generate a random permutation of N numbers in c++? Is there any algorithm in STL for this purpose? Thanks in advance |
The End.