Today I found I could not connect out through my proxy server with FileZilla It stopped working when I changed my password to something containing a d… ...more
I have been working on a prototype level editor for Rabbit Escape, and I've had trouble getting the layout I wanted: a toolbar at the side or top of t… ...more
Today I was trying to make a simple tarball of a project + its dependent jar using the maven-assembly-plugin. I know this is a terrible way to do anyt… ...more
I used to run Planet Code using Venus but that started breaking recently with 500 errors for SNI-enabled sites, and it looks very unmaintained. I cons… ...more
If you want "tomorrow" in Python datetimes, don't construct a datetime like this: from datetime import datetime, timedelta td = datetime.today() tm1 =… ...more