Tag Archives: Python

Synclosure 0.2.1 (stable) released!

As announced here, Synclosure 0.2.1 has been released. This release fixes an embarrassing bug which resulted in unusable Windows binaries. My apologies to everyone who encountered this problem. Please try the release, provide feedback and let others know of Synclosure … Continue reading

Posted in General, Programming, Software | Tagged , , | Leave a comment

SVN rename *.{{} to *.{}

I imported files into a repo that were supposed to end with the .{} extension, not .{{} as they ended up having. I could have used a shell script to accomplish this, but I’m forcing myself to do this with … Continue reading

Posted in Programming | Tagged , | Leave a comment

Counting the number of items in a line

This short script was used to count the number of pipes in a line. I wanted to have 9 per line so the Dokuwiki table would be displayed properly, so this script let me know which lines were busted. # … Continue reading

Posted in General, Note-to-self, Programming, Tips | Tagged , | Leave a comment

Synclosure 0.2 (stable) released!

As announced here, Synclosure 0.2 has been released. This release incorporates a collection of minor changes to improve application feedback and improve handling of feed errors. Please try the release, provide feedback and let others know of Synclosure if you … Continue reading

Posted in General, Programming, Software | Tagged , , | Leave a comment

Getting closer to 0.2

Synclosure I worked on a few annoying bugs (#39, #40) I introduced in r24 and opened up a Twitter account for the project. Next is more work on the Inno Setup installer files and then documentation. Yay. Any graphics artists … Continue reading

Posted in Programming | Tagged , , | Leave a comment