Skip to content

Make your nickname a hexadecimal sequence, or binary, or octal, or decimal

License

Notifications You must be signed in to change notification settings

oldteamhost/nname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

nname

Make your nickname a hexadecimal sequence, or binary, or octal, or decimal.

gcc nname.c -o nname

ex:

./nname pidor -o -p 0x
0x7069646f72

./nname pidor -P h
70h 69h 64h 6fh 72h

./nname pidor -b -o -p 0b
0b0111000001101001011001000110111101110010

./nname pidor -O -o -p 0
0160151144157162

About

Make your nickname a hexadecimal sequence, or binary, or octal, or decimal

Resources

License

Stars

Watchers

Forks

Languages