Skip to content

Instantly share code, notes, and snippets.

@ingtiti
ingtiti / RPSLS
Created May 6, 2015 19:35
Rock-paper-scissors-lizard-spock mini project
# Rock-paper-scissors-lizard-Spock template
# The key idea of this program is to equate the strings
# "rock", "paper", "scissors", "lizard", "Spock" to numbers
# as follows:
#
# 0 - rock
# 1 - Spock
# 2 - paper
@ingtiti
ingtiti / Google Sample tutorial.md
Last active August 29, 2015 14:20 — forked from jsimonweb/README.md
Google cloud platform sample tutorial