Tag: GNU General Public License
-
Hexxed usage options
So, you want a hex editor for your latest project and (naturally) you decide to have a look at Hexxed, the free, GPL licensed, hex editor you can download here: http://88.198.44.150/hexxed.jar. So what happens next? bash-3.2$ java -jar hexxed.jar -u usage: hexxed [options] -b,–block use block:offset address output – default is linear address -be,–bigendian interpret data…
-
Red black tree resources and sources
My earlier article about red-black trees seems to have attracted some interest, so I thought I’d do another one just listing some resources. The most cited text on this issue is Introduction to Algorithms though you don’t need it to implement your own red-black tree. Some useful internet sources are: This animation gives you a…