Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to compare 2 fingerprint images in Java. Can someone suggest an idea to do this? I know this question is a bit vague. But please suggest some tutorial / idea. Thanks in advance.
There are some algorithms for recognition...
Check this google code implementation: FingerPrint.java
There is also a .Net implementation here: http://sourceforge.net/projects/sourceafis/
Hope it helps.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
I am new to java. I am very curious about OOP, but there are too many types to learn. I have learned through and also read the theory, but can't apply it to practice. anyone give me advice?
need more help on how to learn, and how to use
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I was taking a Java quiz today, and I did not understand one of the questions. Could someone explain the answer to me?
Also, I am not the best at "executing" Java code in my head, but the code I write is just fine. Does anyone else have this problem?
Your question was asked 4 years ago for this exact same quiz and was answered there.
Practice AP CS Test
I find that the best way to research something is to take a snippet of a piece of the quiz, paste it in to google and search. You will immediately find answers and similar questions. Incidentally it is also a great way to do debugging research.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new to java development, can anybody help me with web sockets basic example.
I searched the net but all the examples are very complex. Please help me out guys.
Refer :
https://gist.github.com/chitan/3063774
There is example program inside the tomcats examples folder, Try it out.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am looking at building a network scanner that will tell the user what type of security is implemented on the network that they are connected too, for example they are using WPA, the application would tell the user this and tell them how insecure it is. I was looking to see if anyone had any ideas, or if anyone had done anything similar that they could help me?
Any help would be appreciated,
Thanks
Chris.
Have a look at the documentation here:
http://developer.android.com/reference/android/net/wifi/WifiManager.html
and here:
http://developer.android.com/reference/android/net/wifi/WifiConfiguration.html
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Could you write an android app in 100% Go or would you have to use some Java and XML too?
From Go Blog
When will Go be a first-class language for Android development?
Andrew: This would be great, but we don't have anything to announce.
If you are looking further, there is a good explanation on Quora