Skip to content

Instantly share code, notes, and snippets.

View ShawnHuang's full-sized avatar
😅
Happy investigating and coding

Shawn ShawnHuang

😅
Happy investigating and coding
View GitHub Profile
@ShawnHuang
ShawnHuang / gist:6651424
Created September 21, 2013 15:04
vim 須更新
https://github.com/rstacruz/sparkup
unite>neocompcache bug
@ShawnHuang
ShawnHuang / google.sh
Last active December 21, 2015 06:39 — forked from deanet/google.sh
upload to google drive
if [ ! -f $1 ]
then
echo "please provide a file in arg"
exit -1
fi
#assign folder to upload
if [ -z "$2" ]
then
folderid="root"
@ShawnHuang
ShawnHuang / gist:5647710
Last active May 3, 2022 11:15
101 Great Computer Programming Quotes

#Computers

“Computers are useless. They can only give you answers.” (Pablo Picasso)

“Computers are like bikinis. They save people a lot of guesswork.” (Sam Ewing)

“They have computers, and they may have other weapons of mass destruction.” (Janet Reno)

@ShawnHuang
ShawnHuang / install_githug
Created May 3, 2013 14:30
upgrade gem from 1.3.5 to new version
sudo gem install rubygems-update
sudo /var/lib/gems/1.8/bin/update_rubygems
sudo apt-get install libopenssl-ruby
sudo gem install githug