Skip to content

Instantly share code, notes, and snippets.

@ianyang
Last active December 19, 2015 00:59
Show Gist options
  • Save ianyang/5872875 to your computer and use it in GitHub Desktop.
Save ianyang/5872875 to your computer and use it in GitHub Desktop.

Title: Quiz

Set opacity to 50% for an elementin CSS?

opacity: 0.5;

Question: Print a colorful thing in terminal.

fortune | cowsay | lolcat

How to link words in a url-accepted form?

URI.escape("words")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment