Skip to content

Instantly share code, notes, and snippets.

View William93's full-sized avatar

Koh William William93

View GitHub Profile
@William93
William93 / setup.sh
Created August 24, 2017 00:37
Compiling Vim with neocomplete plugin supported on Ubuntu.
# if you have installed vim beforehand, remove with the following command
sudo apt-get remove vim vim-runtime vim-tiny vim-common
# Get the dependencies installed before compiling Vim
sudo apt install libncurses5-dev python-dev libperl-dev ruby-dev liblua5.2-dev \
libgnome2-dev libgnomeui-dev \
libgtk2.0-dev libatk1.0-dev libbonoboui2-dev \
libcairo2-dev libx11-dev libxpm-dev libxt-dev \
python3-dev git
@William93
William93 / index.html
Created January 9, 2017 01:54
Portfolio
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400">
</head>
<body>
<!-- This part is nav -->
@William93
William93 / freecodecamp-tribute-page.markdown
Created January 6, 2017 14:29
FreeCodeCamp - Tribute Page