The author surveyed over 230 applications (the full list of applications ,can be found in A Survey Of Mobile Device Security: Threats, Vulnerabilities and Defenses), including applications in the “Top” categories on the iTunes store to determine what type of information could be extracted from auditing packet streams. The results were quite surprising. To perform [...]
Posts Tagged ‘iPad’
Rumors of a “Home Button”-less iPad2 and iPhone5
Normally, I think that simpler is better. I enjoy simple things and not just necessarily things like the smell of cut grass, an ice cold beer at a friends BBQ, the first snowfall of winter or reading a book. After all, Occam was on to something (the law of succinctness is a principle which generally [...]
A Practical Survey of Search Engine Optimization Techniques
This research article was co-authored by David Stites (dstites[at]uccs.edu) and Jonathan Snyder (jsynder4[at]uccs.edu) Abstract—A common problem for many web sites is appearing as a high ranking in search engines. Many searchers make quick decisions about which result they will choose and unless a web site appears within a certain threshold of the top rankings, the [...]
K Nearest Neighbors in Java
In a previous post, I explored how one might apply classification to solve a complex problem. This post will explore the code necessary to implement that nearest neighbor classification algorithm. If you would like a full copy of the source code, it is available here in zip format. Knn.java – This is the main driver [...]