I’m enjoying doing these links, even if I suspect they are more useful to me than anyone else.
- Streaming from Raspberry Pi to VLC. The magic command is raspivid -o – -t 9999999 |cvlc -vvv stream:///dev/stdin –sout ‘#rtp{sdp=rtsp://:8554/}’ :demux=h264, and then in VLC, open the network stream rtsp://<IPofRaspberryPi>:8554/
- Using the Stanford Part of Speech Tagger in Eclipse. Also http://nlp.stanford.edu/downloads/tagger.shtml
- http://googleresearch.blogspot.com.au/2013/12/free-language-lessons-for-computers.html – A set of datasets from Google. Many are based on Wikipedia data
- https://github.com/OpenConextApps/apis: Java based OAuth, with some actual documentation
- http://dropwizard.codahale.com/ “Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services. Developed by Yammer to power their JVM-based backend services, Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done.”