|
|
|
Since I was needing an EAN to ASIN converter and ASIN to EAN converter (barcode and Amazon code), but could not find any on the web, I decided to write one myself. It is always fun to learn a new API (here I used Amazon Web Services). And when it works exactly as you expect, […] |
|
|
|
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 […] |
|
|
|
A free web app that plays sequences of MIDI notes directly in your browser. Supports both MIDI numbers and note name notation, with 50+ instrument sounds. Try it live |
|
|
|
A free interactive music theory learning web app that teaches users to read and hear musical notes across multiple difficulty levels and learning modes. Built with TypeScript + Vite, the app features a responsive piano interface and implements spaced repetition learning (FSRS algorithm) to optimize note retention and mastery progression. Users progress through progressive difficulty […] |
|
|
|
A high-octane evolution of the “eternal battle” concept, merging territory control with classic arcade mechanics. Pong Wars Reloaded is a full-featured multiplayer game built from the ground up with vanilla JavaScript and HTML5 Canvas. While inspired by the original “Pong Wars” concept, this version introduces deep strategic layers including stackable powerups, momentum-based physics, and an […] |
|
|
|
This lightweight extension allows changing 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, and the use of special tags to help with many other possible scenarios (Git, Mercurial, TFS…). Solution-specific overriding rules are available as well to cover virtually […] |
|
|
|
This Visual Studio 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 further […] |
|
|
|
This small extension will prevent the tool window with title “Break Mode” or “No Source Available” from appearing in Visual Studio, and preserve the focus on the currently active tab. Alas, Visual Studio otherwise displays a tab stating that ‘The application is in break mode’ and that it cannot find source code to step into. […] |