log - HorZ/HorZ GitHub Wiki

[7/17/2013 9:51:29 AM] add InsertDate in Sublime Text 2 package control script, press Ctrl+~, then paste: import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

[9/7/2013 10:58:28 PM] Ubuntu Desktop 12.04

[9/7/2013 10:58:46 PM] apt-get install nodejs

[9/7/2013 10:59:13 PM] node -v 0.6.12 [9/7/2013 10:59:28 PM] apt-get install npm // package management for nodejs

[9/7/2013 11:12:12 PM] install PPA, to get addtional source for latest node version sudo apt-get install python-software-properties sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs 0.10.18 [9/8/2013 2:26:53 AM] tried request object

[9/8/2013 2:26:42 AM] https://github.com/warfares/pretty-json, first try.

[9/8/2013 2:26:42 AM] https://github.com/warfares/pretty-json, tried agin, to complex to use, just go for another way - code display in html.

[9/9/2013 12:27:14 AM] http://code.google.com/p/google-code-prettify/, looks good for code display.

[9/9/2013 12:27:34 AM] http://code.google.com/p/google-code-prettify/wiki/GettingStarted, got it done.

[9/9/2013 12:24:25 AM] https://github.com/dzhibas/SublimePrettyJson, tried this again, finally got it works in ST2, Ctrl+Alt+J. [9/9/2013 12:29:16 AM] https://github.com/rafeca/prettyjson, same as http://rafeca.com/prettyjson/, tried this, better for CLI (command-line-interface), ignore for now. [9/9/2013 2:08:48 AM] https://github.com/mrmartineau/HTML5, it's for sublime text 2, first try. [9/9/2013 2:10:09 AM] https://github.com/rareyman/HTMLBeautify, it formats html in sublime text 2, first try. [9/9/2013 2:55:26 AM] http://www.w3school.com.cn/html5/index.asp, finished all, good reference.

[2/14/2014-2/16/2014] finished #Java Programming Language#, on these pages: - http://www.oracle.com/technetwork/java/basicjava1-135508.html - http://www.oracle.com/technetwork/java/basicjava2-138746.html [2/19/2014 5:54:28 PM] Vikrant talked about #Windmill and #Selenium, auto-test, mark. [2/20/2014 5:53:21 PM] Vikrant talked about #Nightwatch.js and #PhantomJS, both for auto-test. mark. talked to Jimmy, he is working on some opensource projects related to ecommerce, he is exciting about #Bootstrap.