Hello everyone,
I am new to programming. I have lots of interest in networking and want to be network programmer can someone please tell me, "what are the qualities and skill set you should have to be network programmer"?
Thanks & Regards,
Rupesh
Hello Everyone,
I have checked the working demo of ImageSwitcher and gallery. Actually i want to display 4 images at a time on screen and by default it displays number of images that it can fit in a screen say for ex. 6 images. Now i want to limit the number of images(to 4 images ) to be displayed on ImageSwitcher at the same time. Any help will be…
Hello Everyone,
Can someone please redirect me to some good references about the encoding and decoding in communication and different encoding techniques(unicode, base64, utf7) etc.
Thanks in advance,
Rupesh
Hello everyone,
Can someone please tell me what are the steps to execute a osmdroid application. I have Eclipse installed on my machine along with ADT plugin and i have downloaded the source code and imported it in a eclipse. and tried to run it on Android 1.6 platform but somehow i am not getting the map instead i m just getting blank screen with…
When i tried to execute facedetect.py python script from opencv sample example i got the following runtime exception. Can someone please give me some pointer or some clue about the exception and why it is encountering?
Here is the stack trace :
'python.exe': Loaded 'C:\Python26\python.exe'
'python.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
…
I am building an app on android and running into an error and while searching on net, came across your posting on this and changed the eclipse.ini to increase Xms and Xmx params but still this error does not go away.
I am using Eclipse IDE for Java with Andrioid SDK 2.1 on Mac OS. Please help or please point me to someone who might know.
Btw,…
I have a C program that works like a virus. The professor asked me to modify it in such a way that as soon as the pen drive (containing the program) is inserted into the computer it starts executing by itself. How can I achieve this?
i have a c program which works as a viruse...the prof. has asked me to modify it in such a way that as soon as the pen drive (containing the prog.) is inserted in the comp. it starts executing by itself.Is it possble if any...what code(s) could be inserted in the prog. to achieve the same.
Hi!
I had installed .NET framework 4 in my system. It says that .NET framework 4 is backwards compatible with all previous versions. But an app installer still asks me to install .NET.F.W. 3.5 SP1.
What should I do to make the installer aware of .NET 4's presence?
Is it necessary to install .NET. 3.5 SP1 too? (It is a big setup ~250 MB)
<b>The Star:</b> "A massive cyber espionage network has infiltrated the Indian government and also hacked into a year's worth of the Dalai Lama's emails, according to a team of computer security experts co-led by University of Toronto researchers."
I have application with this code:
Module Startup
<STAThread()> _
Public Sub Main()
Try
Application.EnableVisualStyles()
Application.SetCompatibleTextRenderingDefault(False)
InitApp()
Dim login As New LoginForm()
Dim main As New MainForm()
Application.Run(login)
If login.DialogResult =…
hi all,
i want to develop the application for iPhone which sync contacts to server and vice-versa.
i read some information about syncML. which is used to sync PIM data to server (and vice-versa).up till now, i am unable to get the correct detail.
i want to sync the PIM data to server and vice -versa.
Anyone have idea about
Prerequisite on…
i would like to delete a string or a line inside a ".txt" file ( i.e. filen.txt
). For example, i have these lines in the file:
1JUAN DELACRUZ
2jUan dela Cruz
3Juan Dela Cruz
then delete the 2nd line (2jUan dela Cruz), so the ".txt" file will look like:
1JUAN DELACRUZ
3Juan Dela Cruz
Please help.Thank you
Hello Everyone, I would like to know the name of companies working in - core networking and communication 1) Companies which basically deal with the communication protocols 2) Deal with the development of network topologies 3) Deal with the network security etc. I hope i am clear with my point.
Thanks a lot in advance.
I need to choose right architecture model for my solution(client-server, web application, web services).
Can you please tell me what questions I must answer to make good decision?
thanks
Well I'm tring to get class members values from a dynamically casted class but I'm unable to find its child class members values.
Right now I'm getting TotalWeight members property, but I also want to get child member property of AnotherClass like AnotherClass.child. How can I get those members?
string ClassName="something";
Type types =…
CodePlex Daily Summary for Tuesday, September 04, 2012Popular ReleasesPE file reader: READPE-e9ff717a638d.zip: Introduced some new code which parses the IMAGENTHEADERS. At the moment the command line options dosheader and imagentheaders are working and and example of their usage can be... D:\>readpe pe-files\main.exe dosheader…
hi all,
I received date from Web service which is in GMT + 1 format (2010-02-25T20:16:50.387+05:30).
I want to convert in NSdate. I have no proper idea about date formatter.
Please suggest that how can i Change this nsstring value to current date format (Time zone)
Hi all
i am new to blackberry application development here is my question i am using two verticalfieldmanager "layout" and "manager" in my application. layout has three custom button field and layout is inside manager.
i am not able to implement touch event , here is my code:
public class MenuScreen extends MainScreen {
…
hi all,
i want to generate HMAC-SHA1 of NSString type variable. I see the post but this method give me error in CCHmac(kCCHmacAlgSHA256, cKey, strlen(cKey), cData, strlen(cData), cHMAC);
and
NSString *hash = [HMAC base64Encoding];
line.
Please suggest how can I generate the HMAC-SHA1 of any string.
hi
i want to resize a image by touch event if the user stretch the image the image size should increase, and if reduces the image the image size should reduce, is it possible
thanks in advance
Hi all
I have a created a custom Button field , when the button is on focus default blue background is coming , i want to remove that blue background . actually i am placing image on button and on image there are certain area which is transparent . when that custom button is on focus then blue background is displayed . i want…