Posts tagged binary
Binary, Octal, Decimal and Hexadecimal converter(Java)
Feb 22nd
I was working on a simple project that simulate CPU registers, where users can use an assembly-like commands to issue some process while watching changes on the virtual CPU registers.
you may visit it using this link: http://www.doitmyway.net/2010/02/21/cpu-registers-simulator-educational-project/
In fact CPU data are in binary, although users may want to read those data in different format. So [...]
decompile wordpress mo to po
Jun 30th
hi all,
wordpress is a very powerfull blog publishing application. it supports multilanguage. and its using (mo) and (po) files as languages files. po files are editable language file, where mo is a binary file.
normally language translation are prepared as po files. then they compiled to mo files. but today we will do the opposite thing. [...]
