大學四年過了,看到這段影片還是很好笑,特別是「出現訊息…….」
標籤: 分享
李開復與雲惟彬的對話
創新,也能從山寨開始
http://forum.30.com.tw/Board/show.aspx?go=1738
- Not only live your life, but also lead your life
- Steve Jobs:「要有勇氣來追隨你的心和直覺,只有內心能告訴你,自己想要成為什麼樣的人」
- 創業者最重要的特質是要有 hunger (渴望)
- 先做大,不要太想賺錢,利益不要最大化,才可能有最大利益
- 大家抄襲才可以學習,學習才會進步,只要沒有違背智財
小提琴製作過程
Cremona violin studio in Boston
MJ Violin
小提琴 Beatbox !!!
My .vimrc
set number
set hls
set ic
set ai
set enc=utf8
set incsearch
set shiftwidth=3
set nobackup
set hlsearch " highlight searches
set ignorecase " ignore case when searching
set title " show title in console title bar
set ruler
set modeline
"set tabstop=3 " length of each tab
if has("autocmd")
" Restore cursor position
au BufReadPost * if line("'"") > 0|if line("'"") <= line("$")|exe("norm '"")|else|exe "norm $"|endif|endif
" Filetypes (au = autocmd)
au FileType helpfile set nonumber " no line numbers when viewing help
au FileType helpfile nnoremap " Enter selects subject
au FileType helpfile nnoremap " Backspace to go back
" When using mutt, text width=72
au FileType mail,tex set textwidth=72
au FileType cpp,c,java,sh,pl,php,asp set autoindent
au FileType cpp,c,java,sh,pl,php,asp set smartindent
au FileType cpp,c,java,sh,pl,php,asp set cindent
"au BufRead mutt*[0-9] set tw=72
" Automatically chmod +x Shell and Perl scripts
"au BufWritePost *.sh !chmod +x %
"au BufWritePost *.pl !chmod +x %
" File formats
au BufNewFile,BufRead *.pls set syntax=dosini
au BufNewFile,BufRead modprobe.conf set syntax=modconf
endif
syntax on