Code Scraps: Get a list of all content in a directory on Windows
I recently posted a code scrap for getting all content of a directory in Linux. Here is the same code scrap but for Windows. C:\TestDir\> dir /b /s > C:\temp\files.txt […]
I recently posted a code scrap for getting all content of a directory in Linux. Here is the same code scrap but for Windows. C:\TestDir\> dir /b /s > C:\temp\files.txt […]
If you’re familiar with DLNA, which is a media streaming protocol that lots of devices support (PC, games consoles, smart tv’s and tablets and cellphones), you can probably guess what […]
I’ve spent a lot of my working career setting up build automation for teams I have worked with. For Java projects, this usually has involved creating Maven scripting for a […]
This is a quick code scrap – I needed a list of all the files within a directory path on a Linux server today. I need to do this infrequently […]
I have a collection of eBooks that I’ve bought over the years, and thanks to sites like HumbleBundle, my collection is growing on a fairly regular basis. I keep them […]