YouTube:
Search for PlodWare in YouTube for various related videos.
All software, scripts and documentation here is provided AS IS and without any warranty, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The user assumes all risks associated with the use of this software.
Executables:
- pwscripter 2024-06-21 a sophisticated free standing executable (in a zip file) for managing the meta data of files. 2025.06.02 aka SQLite-OLE, version 3.50.0
- pws-metadata-tagger 2024-06-21 a sophisticated free standing executable (in a zip file) for managing the meta data of files.
- midi-decoder update: 2024-11-18 a no-frills free standing executable (in a zip file) for decoding the contents of a MIDI file to human readable form. Source script available below.
- image-meta-decoder update: 2024-11-18 a no-frills free standing executable (in a zip file) for decoding the META data contents of a image file to human readable form. Source script available below.
- visually-alike new: 2024-11-18 a no-frills free standing executable (in a zip file) for finding visually alike images in aset of user defined folders/files. Source script available below.
- morsecode-trainer new 2025-03-31 a free standing executable (in a zip file) for converting text input to an audio Morse code signal.
- late-binding-com-in-plain-c new 2025-06-29 Full source code (Visual Studio) for a minimalistic Windows application that demonstrates how COM automation can be done in plain old C. Demo uses the SAPI.SpVoice object, and Microsoft Excel
Scripts for pwScripter:
- ns-midi-decoder the source script to the midi-decoder referenced above
- ns-image-meta-decoder the source script to the image-meta-decoder referenced above
- ns-visually-alike the source script to the visually-alike referenced above
- ns-dbfilelist 2024-10-08 script to get information about a folder tree and its contents: duplicate files, empty folders,…
- pws-metadata-tagger 2024-06-21 >12000 lines of script to create a GUI over a database of metadata for files (lots of features for images!) SORRY 2024-10-08 needs updating.!!!
- ns-mcp2221a-setup 2024-07-03 basic communications with a mcp2221A breakout board
- ns-mcp2221a-sparkfun 2024-08-05 mcp2221A breakout board to control a SPARKFUN button shield
- ns-midi-minimal 2024-07-03 a minimalistic use of the MIDI capabilities of the Windows Multimedia API
- ns-mci-sound 2024-07-03 using the MCI capabilities of the Windows Multimedia API
- ns-mcp2221a-tea5767 2024-07-06 mcp2221a breakout board to control a TEA5767 FM Stereo Radio
- ns-ft232h-ad9850 2024-09-16 ft232h breakout board to control an AD9850 direct digital synthesis chip
- ns-mcp2221a-io-adc-dac 2025-06-02 mcp2221a breakout board using the GP pins for digital input/output and analogue input/output
- ns-mcp2221a-dm43b04 2025-06-05 mcp2221a breakout board driving a DM43B04, a low cost 4-digit 7-segment display
- ns-mcp2221a-lcd1602-i2c 2025-06-07 a barebones script for a mcp2221a to drive a LCD1602 display via an i2c interface