Simple binary for converting a MAC address to an EUI-64 address. I wrote this for use in finding the SLAAC address of Docker containers.
./slacker 02:42:ac:10:00:02
git clone git://github.com/akerl/slacker
cd slacker
go build
# Optionally, move ./slacker into your $PATH somewhere, like /usr/local/bin
slacker is released under the MIT License. See the bundled LICENSE file for details.