Archive for the ‘Python’ Category

0
November 1, 2012

Cuckoo 1.0.8 Released

Thanks to everyone who has been using Cuckoo over the past few months! I haven’t had much time to implement some of the features that y’all have requested, but I will try to look into them as soon as I have some spare time. In the meantime, I have covered few couple of major requests. [...]

Tags: , , , , , ,

2
July 6, 2012

Cuckoo: 1.0.5 Release

I've pushed out a new version of Cuckoo. I fixed a number of UI issues that were bugging me; including the list sorting issue that I mentioned earlier. I believe that I also fixed the locale issue that clepto1995 (reddit user) reported. Thank you for finding that! Please let me know if y'all see any [...]

Tags: , , , , ,

0
July 5, 2012

Cuckoo 1.0 Beta Testing

Cuckoo is ready to be beta tested! I had an issue with packaging on the build servers that I had to fix before I could get this thing out. With that fix done, you can find Cuckoo in the PPA mentioned below. There are still a few UI issues that I’m working on, but you [...]

Tags: , , , , , , ,

1
June 27, 2012

Ubuntu App Showdown Entry: Cuckoo

I normally don’t get involved in contests, but I recently heard that Ubuntu is having a 3 week application contest. If you know me, I’ve been using Linux for the past 12 years and became an avid supporter of Ubuntu when it surfaced many years ago. To help show my support, I figured I could [...]

Tags: , , , , , , ,

0
May 29, 2012

Simple Console Application Base for Python

Over the past few weeks i’ve been writing a few interactive console-based python utilities. To cut down on my development time, I wrote a quick and dirty interactive console application base for python. I wrote it in like 10-15 mins, so it’s probably not that robust; however, you might find it useful for small utilities [...]

Tags: , , , ,