VS Code & Python Projects

posted in: Software 0

*** these notes are a work-in-progress and will be updated as needed *** This post documents how I set up projects in Python and how to configure VS Code for debugging. Project Structure There are 2 basic forms of project … Read More

Video

posted in: Mag Layout 0

show a video with Jetpack youtube=http://www.youtube.com/watch?v=WrmUy3YUIYY [youtube=http://www.youtube.com/watch?v=WrmUy3YUIYY] —————————————————– show a video – using built-in embedded functionality http://www.youtube.com/watch?v=WrmUy3YUIYY

MySQL and Server Side Cursors

posted in: Linux, Software, Windows 0

Common wisdom says “MySQL does not support server side cursors”. I searched and did not find anything that indicated this was old information (read on). After a lot of unsuccessful work to get MySQL to handle cursors with 1 million … Read More

Address Parsing Routine

posted in: Software 0

To support a marketing project, I developed a screen scraping program which harvested names and addresses from a county public website and downloaded the information in a csv format. This file was then edited in Excel and mail merged to … Read More