Monday, April 20, 2015

Speed Up the Eclipse IDE

Nice tutorials and references for people who find their Eclipse is kinda slow:

  • http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/


Tuesday, April 7, 2015

Install Teclast X80H (FB6M) as Android USB in Windows


Teclast X80H (FB6M) is a dual OS (Windows 8.1 + Android 4.4.4) tablet, to install

  1. Install the Samsung USB driver 
  2. Restart the computer
  3. Select Device Manager > The X80H device > Update Driver Software.
  4. Select Browse my computer for driver software
  5. Select Let me pick from a list of device drivers on my computer
  6. Select ADB Interface / Android USB Devices from the list
  7. Select SAMSUNG Android ADB Interface

http://forum.xda-developers.com/windows-8-rt/general/teclast-x80h-8-dual-os-chinese-tablet-t2996314/post59151938#post59151938

Can Teclast simply provide an adb driver link for customer download easily? ... sigh

Wednesday, April 1, 2015

JavaScript frameworks that we should get touch with

More and more JavaScript framework to work with:
  • React.js
  • Ember.js
  • Knockout.js
  • Backbone.js
  • Meteor
  • Mithril
  • Ember
  • Vue.js
  • Breeze.js
  • Ractive
Reference: http://www.breck-mckye.com/blog/2014/12/the-state-of-javascript-in-2015/

Sync multiple git repo at once

Use the following command in Linux will do the job:  ls -d RepoNames* | xargs -I{} git -C {} pull