Tuesday, November 11, 2014

Data integration made easy

I'm focusing on Hadoop Sqoop recently. Here is an intro of my recent work on Parquet support.

Friday, May 16, 2014

TDelphiChromeTabs Project

I'm now a committer of TDelphiChromeTabs project. Thanks Paul to grant me the access.

Friday, January 31, 2014

Change the look and feel of Delphi's Code Insight

Finally I found a way to make the font of Code Insight looks comfortable.


Open "C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\ObjRepos\en\HelpInsight.css"
  1. Remove all "font-family" definition except the first and the last occurrences. 
  2. Prepend "segoe ui," to the first "font-family" occurrence
  3. Prepend "veramono,consolas," to the last "font-family" occurrence

AD: My "dutil" project is now hosted at https://github.com/stanleyxu2005/dutil