Hacker News new | ask | show | jobs
by solarkennedy 4837 days ago
Here is some bash kinda:

curl -s http://blog.balancedpayments.com/balanced-payments-operation... | html2text | grep -P '[^.*]=$' | head -n 1 | base64 -d | sed 's/../0x& /g' | xxd -r -c 100 | rev

1 comments

You should apply. I'm looking for people like you :)
iwanttomakeadifference@balancedpayments.com

I really wouldn't hire someone who wants to use grep to parse out html[1] :P

Then again, I would not like to work for a place where engineers don't understand this ;)

[1] http://stackoverflow.com/a/1732454/366152