Thread: @robthedude
View Single Post
03-11-08, 03:17 PM   #12
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Originally Posted by robthedude View Post
I know what i used wasn't binary... thanks, nazi :P
but binary uses too much space! so I went hex

I used THIS translator, does binary, hex and base!
Heh, I just used Lua to do it.

s = "hex goes here"; for c in s:gmatch("%x%x") do print(string.char(tonumber(c, 16))) end
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote