Skip to content

Zeroplex 生活隨筆

軟體開發、伺服器和生活瑣事

小 縮小字型大小。 中 重設字型大小。 大 放大字型大小。

標籤: 分享

曖昧 – 資工版

Posted on 2009 年 12 月 16 日2021 年 3 月 12 日 By 日落 在〈曖昧 – 資工版〉中有 1 則留言

大學四年過了,看到這段影片還是很好笑,特別是「出現訊息…….」

Tags:分享, 生活雜記

李開復與雲惟彬的對話

Posted on 2009 年 12 月 16 日2021 年 3 月 12 日 By 日落 在〈李開復與雲惟彬的對話〉中有 1 則留言

創新,也能從山寨開始
http://forum.30.com.tw/Board/show.aspx?go=1738

  • Not only live your life, but also lead your life
  • Steve Jobs:「要有勇氣來追隨你的心和直覺,只有內心能告訴你,自己想要成為什麼樣的人」
  • 創業者最重要的特質是要有 hunger (渴望)
  • 先做大,不要太想賺錢,利益不要最大化,才可能有最大利益
  • 大家抄襲才可以學習,學習才會進步,只要沒有違背智財
Tags:分享, 資訊學習

小提琴製作過程

Posted on 2009 年 12 月 13 日2021 年 3 月 12 日 By 日落 在〈小提琴製作過程〉中尚無留言

Cremona violin studio in Boston

Tags:分享, 小提琴, 音樂

MJ Violin

Posted on 2009 年 12 月 13 日2021 年 3 月 12 日 By 日落 在〈MJ Violin〉中尚無留言

小提琴 Beatbox !!!

Tags:分享, 小提琴, 音樂

My .vimrc

Posted on 2009 年 12 月 12 日2021 年 3 月 12 日 By 日落 在〈My .vimrc〉中有 2 則留言
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

參考資料:
http://phuzz.org/vimrc.html

大家來學 Vim
http://edt1023.sayya.org/vim/node1.html

Tags:分享, 資訊學習

文章分頁

上一頁 1 ... 23 24 25 ... 59 下一頁

其他

關於我  (About me)

  文章 RSS Feed

  留言 RSS Feed

Apache AWS Bash C/C++ Docker FreeBSD GCP Git Google Java JavaScript Laravel Linux Microsoft MSSQL MySQL Nginx PHP PHPUnit PostgreSQL Python Qt Ubuntu Unix Vim Web Windows WordPress XD 作業系統 分享 好站推薦 專題 攝影 新奇搞笑 新聞 旅遊 生活雜記 程式設計 網路架站 網頁設計 資訊學習 資訊安全 遊戲 音樂


創用 CC 授權條款
本著作係採用創用 CC 姓名標示-相同方式分享 4.0 國際 授權條款授權.