Explore >> Select a destination


You are here

stribny.name
| | scottk.mba
2.4 parsecs away

Travel
| | Making automation easier with custom commands on MacOS.
| | blog.nuculabs.de
3.1 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.
| | seanmcp.com
1.2 parsecs away

Travel
| | Writing a script to read the package.json for you
| | www.softdevtube.com
38.2 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,