armannvg


Software developer, working mainly in C++, Python, and C#


  1. Moving over to cmder

    One the biggest problems I have always had with Windows is the default (cmd.exe) shell that comes with it. It just feels like its commands don't bend properly to my will and its lack of history between sessions is extremely frustrating (been waiting for that one for years). Perhaps…

    on opensource, windows, shell

  2. numconv 0.1 released

    numconv is a simple Python script that converts a number between different numbering systems e.g. from int to hex or binary. The primary driving force behind numconv is that it allows conversion between multiple numbering systems at once and the user does not have to rely on web sites…

    on opensource, python, petproject