Viewing profile — chengl
chengl
HN member- Joined
- Wed, Jan 04, 2012, 2:19 PM UTC
- HN karma
- 15
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About chengl
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #13607911
I hope we will
- story
- story
-
comment
Comment #10607521
here you go. Variance explained by Martin Odersky in his coursera course https://class.coursera.org/progfun-005/lecture/83 (you need to login to watch it). Or the Scala doc http://…
-
comment
Comment #8247035
Cool stuff. But doesn't work for me. It's not saving when I press prefix+Alt+s. Anyone with the same experience? I'm on MBP, tmux 1.9a.
-
comment
Comment #6855317
Many comments suggest to use password managers like lastpass, 1pass, etc. But I think that may not be a good idea: a. What if lastpass/1pass is compromised? b. You have to login to…
-
comment
Comment #6184527
still down. Fri Aug 9 17:14:24 SGT 2013
- story
- story
- story
-
comment
Comment #3443190
What the author mentioned is longest common SUBSEQUENCE (not substring). And it's true that LCS requires O(n^2) if only need to find ONE LCS, using dynamic programming. But if it's…
- story