|
|
|
Since I was needing such a product codes converter and I couldn’t find one on the web, I have decided to do it by myself… It’s always a challenge to learn a new API (here I used Amazon Web Services). But when it works fine, you are really API (thanks Youcef for the pun)! |
|
|
|
As I could find no built-in function nor reliable contribution to achieve that, I had no choice but to write my own, leveraging the GregorianCalendar Java class. Usage is quite simple: The datenum dn corresponds to the datetime you want to convert. Just specify from which timezone it comes and the target timezone, and you [...] |
|
|
|
This lightweight extension will detect whenever two instances of Visual Studio are running with the same window title (or not, can be configured) and change the window title of Visual Studio to include a folder tree with a configurable min depth and max depth distance from the solution/project file, or using special tags. With default [...] |
|
|
|
This small extension will prevent the tool window with title « No Source Available » from appearing in Visual Studio 2010, and preserve the focus on the currently active tab. Alas, along with brilliant improvements such as IntelliTrace, Visual Studio 2010 otherwise displays a tab stating that it cannot find source code where to step into. This [...] |
|
|
|
This Visual Studio 2010 extension adds two shortcuts and toolbar buttons to allow developers to easily focus on single threads while debugging multi-threaded applications. It dramatically reduces the need to manually go into the Threads window to freeze/thaw all threads but the one that needs to be followed, and therefore helps improve productivity. Features: Restrict [...] |