Contents
  - Install PyDev to Eclipse
  
 
  
    - I once failed an update for pydev, the manual said remove and
          re-install. My case it also did not work. But, when I removed
      ~/.eclipse directory, then it works again.
 
  
  - Doxygen documentation filter (We can use docstring for doxygen
    doxumentation). doxypy
  
 
  - Japanese regex tips (use u'' for unicode, e.g., u'[一-龥]')
    
      - [ぁ-ん]: 任意のひらがな 1 文字
 
      - [ァ-ン]: 任意のかたかな 1 文字
 
      - [一-龥]: 任意の漢字 1 文字
 
    
   
  - manimlib by 3b1b
 
Copyright (C) 2010-2018 Hitoshi Yamauchi