Note: requires stockpot.
- extra virgin olive oil
- 1 stick butter
require 'uri' | |
module ReallyBadIdea | |
alias_method :old_tick, :` | |
def `(uri) | |
begin | |
URI.parse(uri) | |
rescue URI::InvalidURIError |
#is it coming from another file? | |
#is it newline separated? | |
#if not you can use IFS to change the separation character | |
for i in `ls` | |
do | |
echo "$i" | |
done | |
#What if there are spaces? |
#!/bin/bash | |
#Create an empty directory | |
#Save this script as test.sh within it | |
#create three example files | |
touch one\ file.txt | |
touch two.txt | |
touch three\ files\ here.txt | |
#Our directory contains 4 files, this script and the example files |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
</head> | |
<body> | |
HTML Example: | |
<span style="color: green"><span style="color: red" /> | |
If self closing works this text should be green. | |
</span> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> | |
</head> | |
<body> | |
XHTML Example: | |
<span style="color: green"><span style="color: red" /> | |
If self closing works this text should be green. |
I hereby claim:
To claim this, I am signing this object: