Posts filed under “intermediate”
AutoHotkey: Component Object Model
This tutorial covers some of the basic ideas of automating Internet Explorer and other COM enabled applications in AutoHotkey.
Secret Android Camera in Python (computer controlled)
This is project has been on my mental TODO list for some time now. I finally sat down and finished it. We’re creating a remote controlled camera where the remote is our computer and the camera is in our Android cell phone.
Compare Two Files with Python
Recently I had some old code and a newer version of those same files. I couldn’t just use one of them, deleting any changes made in the other. I had to know what’d changed in each file.
Change Line Endings (Windows, UNIX, MacOS)
End Of Lines Have you ever opened a text file on your Windows computer and had it be all one line? It happens to me quite frequently. The problems this causes can range from making you constantly scroll right, to having a program that can’t even read it. To solve this, we’ll write a script [...]