I've been looking around recently what is the social life around Melbourne and get to the idea that I need to publish it.
African Drum classes.
http://www.africandrumming.com.au/drumming/classes-priv-tut.htm
Public Speaking
http://www.publicspeakingacademy.com.au/
500$ - 6 weeks course
http://speechcourses.com.au/public_speaking_courses/public-speaking-workshop/
300$ - 4 weeks course
Monday, April 16, 2012
Friday, February 24, 2012
Jenkins - iOS testing
Continuous integration for iOS available with Jenkins, but running only on Mac machine.
http://blog.shinetech.com/2011/06/23/ci-with-jenkins-for-ios-apps-build-distribution-via-testflightapp-tutorial/
http://blog.shinetech.com/2011/06/23/ci-with-jenkins-for-ios-apps-build-distribution-via-testflightapp-tutorial/
Monday, December 5, 2011
Jpa vs Hibernate
http://java.dzone.com/articles/jpa-performance-optimization
Tuesday, November 15, 2011
Eclipse class decompiler javap
Run->External Tools->External Tools Configuration
Location:
Working directory:
Location:
${system_path:javap}Working directory:
${project_loc}
Arguments:
-classpath ${project_loc}\target\classes -c ${java_type_name}
Wednesday, October 26, 2011
CODE COVERAGE AND CONFIGURATION
http://www.javacodegeeks.com/2011/10/code-coverage-with-unit-integration.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+JavaCodeGeeks+%28Java+Code+Geeks%29&utm_content=Google+Reader
Thursday, October 20, 2011
PGP key Check
wget http://nginx.org/download/nginx-0.8.35.tar.gz
wget http://nginx.org/download/nginx-0.8.35.tar.gz.asc
gpg nginx-0.8.35.tar.gz.asc
gpg --keyserver pgpkeys.mit.edu --recv-key
Tuesday, September 6, 2011
Crossite Request
Sometimes it is nessesary to execute AJAX cross site request.
For Chrome
For Chrome
--disable-web-security --allow-file-access-from-files
Subscribe to:
Posts (Atom)