Explore >> Select a destination


You are here

opensourcemusings.com
| | stribny.name
9.9 parsecs away

Travel
| |
| | blog.nuculabs.de
9.0 parsecs away

Travel
| | Introduction Hello everyone ??, This is a quick post about the windows task scheduler, if you're a Software Developer using Windows the task scheduler is a great tool to automate tasks. I see it as a combination of cron and systemd (if you're a Linux user you know what I'm talking about). For my personal use case, I use the task scheduler to download more images from the internet to improve a machine learning model used to classify images. To download the images I use a simple Python script and a batch file to run the script.
| | roneo.org
10.8 parsecs away

Travel
| | Setup your terminal text editor for syntax highlighting, git integration and more
| | www.brandonpugh.com
53.9 parsecs away

Travel
| Thought I would try to make it a thing where I post about a particular tool I'm using that makes life easier for me as a developer. GhostDoc is a cool little Visual Studio plugin that makes commenting your methods and properties much easier. With a keyboard shortcut or right clicking on a method name, GhostDoc will automatically generate xml documentation comments by intelligently looking at the method name and parameters: