2016年5月25日 星期三

好的句子

  • みんなの心をあわせたら、みんなの力をあわせたら、きっと みんなと強くなれるよ
  • 才能とは継続する情熱のことである
  • ごはんの数だけ、家族になる
  •  
  •  --------古文----------------
  •  

  •  知事少時煩惱少,識人多處是非多
  • 為你的難過而快樂的 是敵人, 為你的快樂而快樂的 是朋友,為你的難過而難過的.....就是那些 該放進心裡的人
  • 心包太虛,量周沙界
  • 你不需要很厲害才能開始,但你需要開始才會很厲害 
  •  
  • ----------古文----------------
  • 紀稱、望龍光知古劍、覘寶氣辯明珠、故萍實・商羊、非天明莫洞。厥後博物稱華、辯字稱康、析實玉稱倚頓、亦僅僅晨星耳。 ~~本草綱目序~~
  •  

  • Shoot for the moon. Even if you miss, you'll land among the stars.
  • To be born in a duck’s nest, in a farmyard, is of no consequence to a bird, if it is hatched from a swan’s egg 如果你是一顆天鵝蛋,出生在養鴨場也沒關係

2016年5月22日 星期日

Use R in Rstudio and library packages setting

Here is just to take a note on R programming surrounding setting for my personal using

Program: R
IDE: Rstudio

  ==============================================================
01  R programming in Rstudio
      - install R first
        https://www.r-project.org/
     - install Rstudio
       https://www.rstudio.com/
     - setting
       Tools-->globe options--> appearance --> editor theme -->
       "tomorrow night bright"
02 install "ggplot2"
     - tools--> install packages --> search "ggplot2"

Use python in Eclipse and library setting

Here is just to take a note on python programming surrounding setting for my personal using

Program: Python
IDE: Eclipe (java developers version)

  =============================================================
 01. Python programming in Eclipse
    - install python first
       https://www.python.org/
    - install Java jdk
        http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
    - install eclipse (“eclipse IDE for Java developers” is OK)
        http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/mars2
    - install pydev in eclipse   
        a) Eclipse->Help-> install New software,fill-in
            name: Pydev
            url: http://pydev.org/updates
        b) setting "Eclipse -> Window –> Pydev-> Python - Interpreter"
            New –> Browse –> C:\Python32\python.exe
        c) Change color theme
            - download "eclipse color theme"; help -> eclipse marketplace
            - window-> preferences; general/ appearance/ color theme/ "Oblivion"
            - window-> preferences; general/ appearance/ color and fonts/
                                                    basic/ "text font" ; Consolas_size 12

02. install "pip"
    (pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4 )
    https://pip.pypa.io/en/stable/installing/
    download "get-pip.py", open window command type [python get-pip.py]
    - upgrading "pip"
        open window command type [python -m pip install -U pip]
   
03. install "setuptools"
    (Python 2 >=2.7.9 or Python 3 >=3.4 installed from python.org, you will already have pip and setuptools, but will need to upgrade to the latest version)
    - upgrading "setuptools"
        open window command type [python -m pip install -U setuptools]

04. install "wheel"       
    (wheel can be installed in the newst "pip")   
    - upgrading "wheel"   
        open window command type [python -m pip install -U wheel]
       

05. install "numpy" (NumPy——快速處理資料) ** Memjet necessarily"
    - install
        open window command type [python -m pip install numpy]
    - upgrading
        open window command type [python -m pip install -U numpy]
       
06. install "scipy" (SciPy——數值計算庫) ** Memjet necessarily"
    - install
        open window command type [python -m pip install scipy]
    - upgrading
        open window command type [python -m pip install -U scipy]       
    - remark on install scipy 0.17
        It doesen't work to install from pip directly.
        a) to download the scipy-0.17.0-cp27-cp27m-win32.whl file from http://www.lfd.uci.edu/~gohlke/pythonlibs/
        b) to put the file under python folder
        c) open window command type [python -m pip install scipy-0.17.0-cp27-cp27m-win32.whl]
       
07. install "pyodbc" (pyodbc —— Django SQL Server DB backend ) ** Memjet necessarily"
    - install
        open window command type [python -m pip install pyodbc]
    - upgrading
        open window command type [python -m pip install -U pyodbc]
               
08. install "matplotlib" (matplotlib —— to produce publication quality 2D graphics ) ** Memjet necessarily"
    - install
        open window command type [python -m pip install matplotlib]
    - upgrading
        open window command type [python -m pip install -U matplotlib]
               
       
09. install "ipython" (ipython —— IPython provides a rich toolkit to help you make the most out of using Python interactively )
    - install
        open window command type [python -m pip install ipython]
    - upgrading
        open window command type [python -m pip install -U ipython]
               
10. install "pandas" (pandas —— a Python package providing fast, flexible, and expressive data structures designed )
    - install
        open window command type [python -m pip install pandas]
    - upgrading
        open window command type [python -m pip install -U pandas]
               
11. install "sympy" (sympy —— 符號運算好幫手)
    - install
        open window command type [python -m pip install sympy]
    - upgrading
        open window command type [python -m pip install -U sympy]               
               
12. install "Genshi" (Genshi - Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML)
    - install
        open window command type [python -m pip install Genshi]
    - upgrading
        open window command type [python -m pip install -U Genshi]                   
               
12. install "wxPython" (wxPython - wxPython is a GUI toolkit for Python that is a wrapper around the wxWidgets C++ GUI library.)
    - install
        to download the binary from "http://wxpython.org/download.php" directly
               
13. install "nose" (nose - nose extends unittest to make testing easier.)
    - install
        open window command type [python -m pip install nose]
    - upgrading
        open window command type [python -m pip install -U nose]                   
               

2016年5月21日 星期六

寫在第一篇...

為了一個帳號可以開兩個部落格,只好搬家了....
隨著 Google的東西越來越多,索性整合在 Blogger,


而且也沒什麼人在用 Google+,
不像FB寫了什麼怕有人問東問西的顧慮,
可以很放心地整理我自己的秘密基地...嘿嘿嘿


稍稍研究了一下這邊的各種設定,
就把痞客邦原本的"裏"也搬過來了...
雖說不像痞客邦好用,但勉強可以接受,就先試試看吧.......


開一個新的主要想做點小筆記,
把生活的足跡或是學習新東西的軌跡記錄下來,
"星漢"指的是銀河,因為想記的東西太多,
想實現的願望又如點點繁星....




表"星漢"是積極正向的公開內容,
裏"瀚心"是審核限定的心情日記...
表加裏才是完整的部落格,如同心也是..................