java Programming Glossary: code.google.com
How to fetch Android Market data when there is no API? http://stackoverflow.com/questions/1308346/how-to-fetch-android-market-data-when-there-is-no-api attempts to build an open source api for the market http code.google.com p android market api There're also some JRuby bindings for it..
How to perform string Diffs in Java? http://stackoverflow.com/questions/132478/how-to-perform-string-diffs-in-java
Convert a JSON string to object in Java? http://stackoverflow.com/questions/1395551/convert-a-json-string-to-object-in-java question I used a few of them and my favorite is http code.google.com p json simple The library is very small so it's perfect for..
Write a password protected Zip file in Java [closed] http://stackoverflow.com/questions/166340/write-a-password-protected-zip-file-in-java This code is now Apache licensed and released at http code.google.com p winzipaes . It worked for me one file in the zip and fills..
Listen to a shoutcast with Android http://stackoverflow.com/questions/1963105/listen-to-a-shoutcast-with-android shoutcast streaming http ostermiller.org shoutgrab http code.google.com p streamscraper http code.google.com p castor streamer http.. shoutgrab http code.google.com p streamscraper http code.google.com p castor streamer http mp3imagetagextr.sourceforge.net ShoutcastPlsDownloader..
Java OpenCV Bindings http://stackoverflow.com/questions/2037579/java-opencv-bindings I have just found this a java wrapper of OpenCV http code.google.com p javacv Not tested but I would love to have your point of view..
Using Regex to generate Strings rather than match them http://stackoverflow.com/questions/22115/using-regex-to-generate-strings-rather-than-match-them is a library available at Google Code to acheive this http code.google.com p xeger Original message Firstly with a complex enough regexp..
Java - reading, manipulating and writing WAV files http://stackoverflow.com/questions/3297749/java-reading-manipulating-and-writing-wav-files
HTTPS GET (SSL) with Android and self-signed server certificate http://stackoverflow.com/questions/3761737/https-get-ssl-with-android-and-self-signed-server-certificate self signed or trust all certs. The source is here http code.google.com p meneameandroid source browse #svn trunk src com dcg auth and.. and create the SSL factory using the trust all one http code.google.com p meneameandroid source browse trunk src com dcg util HttpManager.java..
Get a list of resources from classpath directory http://stackoverflow.com/questions/3923129/get-a-list-of-resources-from-classpath-directory if your classpath is huge. A faster solution is http code.google.com p reflections it just 'precompiles' the search at compile time..
How to pass C structs back and forth to Java code in JNI? http://stackoverflow.com/questions/3923299/how-to-pass-c-structs-back-and-forth-to-java-code-in-jni exist programs that do it automatically JNAerator http code.google.com p jnaerator and SWIG http www.swig.org . Both have their pros..
Taking contact list from hotmail gmail yahoo in java? [closed] http://stackoverflow.com/questions/397933/taking-contact-list-from-hotmail-gmail-yahoo-in-java I want to implement same feature in java. I tried http code.google.com p contactlistimporter but it has a problem with hotmal. can..
How do you format the day of the month to say “11th”, “21st” or “23rd” in Java? http://stackoverflow.com/questions/4011075/how-do-you-format-the-day-of-the-month-to-say-11th-21st-or-23rd-in-java ordinal share improve this question http code.google.com p guava libraries import static com.google.common.base.Preconditions...
Java : How to determine the correct charset encoding of a stream http://stackoverflow.com/questions/499010/java-how-to-determine-the-correct-charset-encoding-of-a-stream
Deep clone utility recomendation http://stackoverflow.com/questions/665860/deep-clone-utility-recomendation
Android java.lang.VerifyError? http://stackoverflow.com/questions/668788/android-java-lang-verifyerror but I am trying to put the GData client library http code.google.com p gdata java client . I can get this in source but it's dependencies..
Biggest GWT Pitfalls? http://stackoverflow.com/questions/99866/biggest-gwt-pitfalls no loss of speed plus you can firebug inspect it etc. http code.google.com p google web toolkit wiki UsingOOPHM Problem GWT code is java..
|