Most viewed recipes tagged "hex2dec"http://code.activestate.com/recipes/tags/hex2dec/views/2013-07-01T05:59:06-07:00ActiveState Code RecipesHex2Dec (Batch) 2013-02-21T13:25:23-08:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578309-hex2dec/ <p style="color: grey"> Batch recipe 578309 by <a href="/recipes/users/4184115/">greg zakharov</a> (<a href="/recipes/tags/hex2dec/">hex2dec</a>). Revision 7. </p> <p>Many must be familiar with the excellent utility by Mark Russinovich called hex2dec. It is good to all, but I would like to add interactivity to it. So I wrote a "clone" on command language.</p> hex2dec (Bash) 2013-07-01T05:59:06-07:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578588-hex2dec/ <p style="color: grey"> Bash recipe 578588 by <a href="/recipes/users/4184115/">greg zakharov</a> (<a href="/recipes/tags/hex2dec/">hex2dec</a>). </p> <p>Experimental </p> Yet another hex2dec (Batch) 2013-07-01T05:54:07-07:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578501-yet-another-hex2dec/ <p style="color: grey"> Batch recipe 578501 by <a href="/recipes/users/4184115/">greg zakharov</a> (<a href="/recipes/tags/hex2dec/">hex2dec</a>). Revision 5. </p> <p>Script does not need <strong>0x</strong> or <strong>x</strong> in hex numbers which consists from both digits and letters. For example, command <strong>hex2dec.cmd ff</strong> returns 255.</p>