Skip to content

Instantly share code, notes, and snippets.

View hotmob's full-sized avatar
📟
Writing clean, scalable, and occasionally sarcastic code.

Mob hotmob

📟
Writing clean, scalable, and occasionally sarcastic code.
View GitHub Profile
@hotmob
hotmob / resume.json
Last active September 2, 2024 08:12
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"website": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
@hotmob
hotmob / centos-install-gitlab_ci
Last active August 29, 2015 14:04
CentOS 6.5 Install Gitlab-CI 5.0
#!/bin/sh
rpm -Uih https://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
curl -L https://get.rvm.io | bash -s stable
rvm install 2.1.2
rvm use 2.1.2@global --default
# for chinese user, if you have a wonderful speed ignore this part
# to have a faster download speed
# switch gem source to ruby.taobao.org