Explore >> Select a destination


You are here

www.enricozini.org
| | xcorr.net
18.3 parsecs away

Travel
| | Update (12/10/2011): Huang Xin has written better Python script based on ctypes, part of RealTimeElectrophy. I posted a few days ago on solutions for reading .plx files on Mac/Linux, and was kind of bummed out that in spite of doing a thorough background search I couldn't find a really satisfying solution to the problem. So...
| | blog.nuculabs.de
13.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.
| | unwiredcouch.com
12.3 parsecs away

Travel
| |
| | florimond.dev
156.0 parsecs away

Travel
| ChainMap in a nutshell: treat multiple dictionaries as one, unlock Python superpowers.