My family once had a rabbit named Ralph a long long time ago. Ralph seemed to think he was one of the cats, and the cats were actually cool with him, too. Unfortunately, he somehow got out, and met the same fate as some of the above mentioned pets. Keeping pets as indoor only is the way to go, their lifespan is almost always much longer.
Finally, for the first time in what feels like ages, I started working on a coding project. I would talk about this in the Coder's Lounge thread, but it's totally dead. I'm reworking this GUI complex number calculator made with python using Tkinter, even though it works 100%, it was very poorly and inefficiently written, so I'm doing almost a total rewrite. My estimation is that when I'm done, I will have removed around 300 lines of code. Just for fun, if you can tell me what this line is doing, I will give you a high five:
Code:
m1 = re.match(r"(-?\d+\.?\d*(\+|-)\d+\.?\d*i)(\+|-|\*|/)(-?\d+\.?\d*(\+|-)\d+\.?\d*i)", pat)
:P