Category: Code
-
Multi-Site Django Hosting
While Django technically supports multi-site hosting, where multiple Django sites, not apps, are hosted on the same server under the same hostname, accessed via a different URL path. According to Django’s documentation you need to set is the FORCE_SCRIPT_NAME to the path, say “/coolsite2”, and let it do the rest. Well, to save you the…
-
CSCI 150 Assignment 4
I will fully admit that I spent way too much time on this. I made this way more complicated than it needed to be. However, that meant that it challenged me. I used sys.stdout.flush() and .write() to (essentially) reprint over the same line to create the illusion of rolling numbers. Oh yeah, I also made…
-
Update: HandBrake Auto-Transcode
The first release of my side project, HandBrake AutoTranscode, is out! It still is lacking in a fair amount of features, like parsing of certain filter options, or parsing of any subtitle tracks, but I need more time before I can work on those. Because of this, it was numbered v0.1.0, because it is functional…