能用16進位表示的英文單字

May 10th, 2010

寫程式的時候我們有時後會用一些有意義的magic number
比方說
0xfeed -> feed
0xfee1 -> feel
0xbadadd -> bad address
0xdead -> dead
這類字,到底有哪些能用呢?
下面是我去過濾出來的列表。
只算a到f:
http://www.cs.nctu.edu.tw/~chenpc/a-f

但是如果你把1,0,5也算進去,取代l,o,s
也就是說0xfee1 -> 0xfeel
那可以用的字又變多了
http://www.cs.nctu.edu.tw/~chenpc/a-fols

我這裡用的字典檔是john用的wordlist
所以有些字可能不是”單字”

下面列出幾個我覺得比較有趣的字
cafe
decade
adobe
allocable
also
baseball
baseless
blessed
decease
else

3 Responses to “能用16進位表示的英文單字”

  1. chenwjon 10 May 2010 at 6:28 pm

    你真是夠__

  2. chwongon 11 May 2010 at 6:16 pm

    gh 怎麼可以算?

  3. chenpcon 11 May 2010 at 7:38 pm

    對耶….我怎麼把gh算下去了?(恍神

Trackback URI | Comments RSS

Leave a Reply