Skip to content

Instantly share code, notes, and snippets.

View ajmyers01's full-sized avatar
🏠
Working from home

Alex Myers ajmyers01

🏠
Working from home
View GitHub Profile
@ChuckJHardy
ChuckJHardy / digital_ocean_setup.md
Last active September 17, 2025 05:34
DigitalOcean Ubuntu 14.04 x64 + Rails 4 + Nginx + Unicorn + PostgreSQL + Capistrano 3 Setup Instructions
@illbzo1
illbzo1 / The Tomb of Unfathomable Horror
Created October 16, 2011 21:50
Text-based Dungeon Adventure
# creates an empty array for the user's inventory
@inventory = []
# this is the command prompt method
def prompt()
print "Enter command > "
end
# shows a list of viable commands when a user enters "help" at the command prompt
def help()