Feeds, python and the creation of tool II - Release 0.1
By: Jens in python | spreadshirt
As announced earlier i am releasing the source code of the SpreadProductXHMTLProducer tool. You can download it here
I like nice landscape postcards, so i release it under the following licence:
Send me a postcard to the address in the ...
Feeds, python and the creation of tool II - The code
By: Jens in python | spreadshirt
As stated in part one i'll provide and explain some of the code. I'll deploy the whole source code some time later. Until that you can use the online version (which will stay online).
Used modules:
As in ...
Clean Up your HDD (GUI)
By: Kerim in gui | hddcleaner | python
I finished a small prototype with an "acceptable" GUI.
The functionality for going through the disk(s) and sorting all files according to size was already nearly finished last time.
So i more or less only had to add a ...
Feeds, python and the creation of tool
By: Jens in python | spreadshirt
Last time we saw how easy it is to aggregate some feeds and present them on a web page. This time i am gonna create a tool using python and feed parsing. Nope its not another aggreagtor, i had a ...
Clean Up Your HDD (Start)
By: Kerim in hddcleaner | python
As mentioned here i will implement a small program sorting the files of any given list of directories according to size, present that visually and offer you a button to delete selected files.
Why ?
Because I need it myself anyway ...
Drives and python
By: Kerim in python
How would you scan all drives for files ? Any unix system has an advantage here .... it starts with "". We simply don't care for drives there. But what do you do if you have windows ?
#!/usr/bin/env python # -*- coding ...
Script Jamendo Torrent to my Music collection structure
By: Jens in python
The python script i posted at the Jamendo forum can be found here : copyJT2ms.zip
By the way a great music site :-)
Summary of what the script does:
I have a different filestructure of my music collection then the jamendo ...
Feeds and tools to read them
By: Jens in python
my contribution at http://mansourk.blogspot.com/ now here:
I guess everyone knows these wonderful feeds and the most used standards atom and rss. Reading them is nowadays really simple, cuz we don't need to concentrate on parsing. There ...


