5
votes
What is a good Windows hex editor / viewer?
gvim -b file.bin
:%!xxd to view hex
:%!xxd -r to convert back
…
0
votes
Writing application for both Unix and Windows
If it is not an option to add something that is inherently portable like python, ruby, perl, java etc. then your best option is probably to use ANSI C. One reason for C's initial popularity was it' …
0
votes
Python/Ruby IDE (Windows)?
I've looked into this recently as well, and both netbeans and eclipse have rudimentary python support. For whatever reason, ruby seems to have better support in these tools. If you don't mind a sep …
