F# Factorial

Wed, 13 May 2015 09:42:59 +0800

let toBigInt (n: int) = bigint(n)
let fac n = 
    [1..n] 
    |> List.map toBigInt 
    |> List.reduce (*) 

Tags: f#
Comments(49) readers(5064)

法语输入:使用加拿大法语键盘

Thu, 30 Dec 2010 19:23:09 +0800

 

à: \

é: /

è: '

î: [+i

ï: Shift + [ + i

œ: 右Ctrl + e

ù: Alt + [ +u

ç: ]

': Shift + ,

": Shift + .

?: Shift + 6

«: Alt + z

»: Alt + x

[: 右Alt + 9

]: 右Alt + 0

{: 右Alt + 7

}: 右Alt + 8

: 右Alt + a

Tags: 法语
Comments(96) readers(10733)

.emacs backup

Fri, 18 Jun 2010 04:58:30 +0800

 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Nick Lee's dotemacs file
;; Last modified time
;; Time-stamp: <Nick 2010-12-04 17:19:41>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 

 

Tags: emacs
Comments(96) readers(2820)