MAKUBEX
紀錄程式語言、Linux的學習歷程及生活點滴
網頁
首頁
Github
Android Developer
Golang Doc
Sublime Text 手冊
Docker從入門到實踐
Java 快速導覽
你所不知道的C語言
2016/05/11
[Vim] Vundle (Vim Plugin Manager)
為了替vim加入輔助不同語言開發的plugin
爬文所發現的plugin manager
基本上想要加上新的vim plugin,只要在.vimrc設定檔中加入
Plugin 'plugin name'
再到vim裡面執行
:PluginInstall
,就會自動幫你處理到好,非常方便。
安裝方式詳見
http://github.com/VundleVim/Vundle.Vim
中文教學參考
http://blog.gtwang.org/linux/vundle-vim-bundle-plugin-manager/
2016/05/03
[Java] FW: Collections Cheat Sheet
from:
http://zeroturnaround.com/rebellabs/java-collections-cheat-sheet/
2016/04/17
[Go] Golang Learning Resource
[Websites]
1.
https://github.com/dariubs/GoBooks
2.
http://www.golang-book.com/
3.
https://github.com/ardanlabs/gotraining/tree/master/reading?utm_content=buffere9092&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
[Books]
1. The Little Go Book (從變數命名判斷作者一定是七龍珠迷...)
http://openmymind.net/The-Little-Go-Book/
[Reference]
1.
Golang.org
2.
Go by Example
3.
Go Tutorial
4.
GoDoc
to be continued...
[Go] Golang plugin for Intellij platform
Reference:
https://plugins.jetbrains.com/plugin/5047
Project on Github:
https://github.com/go-lang-plugin-org/go-lang-idea-plugin
Link below is the autocompletion tool
Gocode
for Golang
https://github.com/nsf/gocode
(4/18 update)
Golang plugins for
Atom Editor
https://atom.io/packages/go-plus
Golang plugin for
Visual Studio Code
https://github.com/microsoft/vscode-go
Reference:
在Visual Studio Code配置GoLang開發環境
[Go] 使用 Visual Studio Code 上建置 Go 開發環境
(4/30 update)
GoClipse Plugin for Eclipse:
https://goclipse.github.io/
Eclipse Install URL: http://goclipse.github.io/releases/
Reference:
http://pieceofr-tech.blogspot.tw/2016/02/go-eclipse-golang-plugin-goclipse-in.html
(5/09 update)
Reference:
[Go] 使用gvm安裝golang, 並設定vim開發環境
Golang開發環境搭建-Vim篇
(這篇有詳細步驟,推薦)
Vundle (Vim package management):
https://github.com/VundleVim/Vundle.vim
2016/03/29
Virtual Machine Image
http://www.osboxes.org/
可以下載Linux Image的網站
對於偶爾會用到Linux做為測試環境
卻又不想自己在虛擬機(VMware/VirtualBox)安裝OS的人是個方便的選擇
2016/03/14
[Ubuntu] NS2 installing
Reference:
https://www.howtoforge.com/tutorial/ns2-network-simulator-on-ubuntu-14.04/
2016/03/10
FW: 用十分鐘了解電腦是怎麼下棋的
用十分鐘瞭解 《電腦到底是怎麼下棋的》
from
鍾誠 陳鍾誠
Reference:
http://programmermagazine.github.io/201407/htm/focus3.html#電腦下棋的關鍵-min-max-對局搜尋與-alpha-beta-修剪算法
2016/03/01
[Linux] vim-youcompleteme installation
Project:
http://valloric.github.io/YouCompleteMe/#ubuntu-linux-x64-installation
一個讓vim具備程式碼自動完成的plugin
(每年都有學弟妹抱怨在Linux上拿vim coding很難用...我想大概跟打洛克人一樣,素身X當然不好用啊www)
除了透過專案網址提供的方法,Ubuntu/Linux Mint也可以利用下列方式安裝:
sudo apt-get install vim-youcompleteme
sudo apt-get install vim-addon-manager
vam install youcompleteme
Reference:
http://blog.csdn.net/pdcxs007/article/details/49103981
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)