Y
Hacker News
new
|
ask
|
show
|
jobs
by
vjeux
4642 days ago
You can also type the following in your JS console :)
parseInt('1bp49b', 36)
"The only problem is it's so tough, no one has managed to crack it yet." is very silly
2 comments
yeah_ok
4642 days ago
I agree, "The only problem is it's so tough, no one has managed to crack it yet" is a very silly comment. Anyone who's done high school computing can probably figure this one out :(
link
jdoconnor
4642 days ago
in ruby '1bp49b'.to_i(36)
link
Patrick_Devine
4642 days ago
I'd be remiss without mentioning it in python: int('1bp49b', 36)
link
damncabbage
4642 days ago
In poster form:
http://www.flickr.com/photos/craftydogma/6657220791/
link