Click here to Skip to main content
15,897,169 members

Comments by Coder93 (Top 48 by date)

Coder93 31-Oct-14 13:57pm View    
thanks for your suggestion, I know that, but I want to implement some encryption/decryption using RSA.
Coder93 31-Oct-14 13:50pm View    
Deleted
thanks for your suggestion, I know that, but I want to implement some encryption/decryption using RSA.
Coder93 12-Aug-14 11:12am View    
I know that I can generate random double number with following code, my problem is how to fix it to generate double number in an city boundry!

double start;
double end;
double random = new Random().nextDouble();
double result = start + (random * (end - start));
Coder93 6-Aug-14 5:04am View    
I find yhe problem with js code, it should load some picture( src/images/pic.png ), but I don't know how to set its path in my html.html file so thak it could find it!
Coder93 6-Aug-14 5:01am View    
I don't want to clear listmodel element when new element is added. I want to add each element in its rigth place!