This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title> Paradiddle </title> | |
| <script src="paradiddle.js"></script> | |
| <link href="paradiddle.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <h1> Paradiddle </h1> | |
| <div id="paradiddle"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| __________________________ | |
| < Friendship is NOT Magic! > | |
| -------------------------- | |
| \ \ | |
| \ \_ | |
| \ \\ | |
| \ \\/\ | |
| \ _\\/ | |
| \ / -\ | |
| \ / oo -\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Hello | |
| def method_missing(m, *a) | |
| print m.to_s + a.join(" ") | |
| self | |
| end | |
| end | |
| Hello.new.H.e.l.l.o(", ").w.o.r.l.d!("\n") |
NewerOlder