跳到主要内容

Memo List Dec

· 阅读需 3 分钟
Chengyu HAN
Open Source Contributor

Dec. Memo

[2017-12-26 13:35:26]

SICP

1.1.1 Expression

numbers

> 486
486
> (+ 137 349)
486
> (- 1000 334)
666
> (* 5 99)
495
> (/ 10 5)
2
> (+ 2.7 10)
12.7

Note:

  • combinations: (operands arguments)
> (+ 21 35 12 7)
75
> (* 25 4 12)
1200
> (+ (* 3 5) (- 10 6))
19
> (+ (* 3 (+ (* 2 4) (+ 3 5))) (+ (- 10 7) 6))
57
> (+ (* 3
(+ (* 2 4)
(+ 3 5)))
(+ (- 10 7)
6))
57

1.1.2 Naming and the Environment

(define pi 3.14159)
(define radius 10)
(* pi (* radius radius))

[2017-12-23 11:43:56]

重装系统计划

  • Win 10
    • C: SSD > 100G

--Software--

环境 - env

  1. NodeJS —— for Hexo
  • JDK+JRE

  • Python

  • Ruby

  • HaskellPaltform

  • WSL

Tools

  • Basic util

    • 7-zip
    • WinRAR
    • SogouInput
    • Bingdesktop
  • Chrome

  • Editor

    • Notepad ++
    • VSCode
    • Atom
    • Typora
  • Other Tools

    • Mubu
    • Lingoes
    • WinHTTrack
    • Wireshark
    • Anki

Work

  • Office

    • Word
    • Excel
    • PowerPoint
  • AspenTech

    • AspenPlus
  • Autodesk

    • AutoCAD
    • AutoCADPlant3D (P&ID)
  • Adobe

    • Acrobat
    • Photoshop
  • Tex/LaTeX

    • TeX Live 2017
    • Pandoc
    • TeXStiduo
  • Ax

    • AxMath
    • AxGlyph
  • FOR PAPER

    • CAJViewer(Cloud)
    • OriginLab
    • ? MathType
    • ? Zotero
  • Math

    • Matlab
    • Mathematica
    • Sage
  • Coding

    • GitHub4Win
    • VS 2017
  • VM Ware

  • VitrulBox

  • Xftp

  • Xshell

Social

  • WeChat
  • Tim

fun

[2017-12-20 19:30:04]

[2017-12-17 11:18:27]

如果主窗口是白色的参见

[2017-12-09 21:50:47]

[2017-12-02 23:14:01] https://www.zhihu.com/question/263481640/answer/269642660