Copy music on Linux to iPhone the easy way with this simple script and Lollipop music player.
Copy playlists from Lollipop music player on Linux to iPhone

Copy music on Linux to iPhone the easy way with this simple script and Lollipop music player.
If you are having trouble working with CSV files in Powershell, all you need to know is that it’s just an array full of objects. This is the most straight forward and least confusing way to work with them.
This is yet another reason I love Python! This is good for something like generating HTML tables with rowspans that you want sorted. Each tuple is a row, each item in the tuple is a cell. If you sort this data it will change the index so if you set…
I wrote a simple Python 3 script to base64 encode a series of PNG images for use in CSS, or whatever. If you’re learning Python try adding file output or even go a step further and generate the CSS lines. If you’re here I will assume you are wanting these…
My son was home sick today and I had to take the day off so I decided to take this time to learn a little Pascal and Lazarus cross development. I actually couldn’t think of anything so after running into a forum post about marijuana and amounts the other day…
A more modern way running on Python 3.x. The original post is old! Note: Create a virtual environment so all your libraries stay separated from the Python included in OS X. There are a couple ways to do this. One way is to install Brew, then install Python and required…
As I’m learning Objective-C I find moving between the terminal and my favorite IDE, Editra kind of annoying. Luckily Editra has a really cool plug-in called Launch that can be configured to run code and display the results within the editor. The only problem is that compiling and running objective-c…