Saturday 10 November 2012

Project Release 0.1 Updates..

I will post two packages in this blog. For more infomation related to release 0.1 please check my previous blog.

==>Release 0.1

I still need to modifiy the andora logo in order for it to meet the requirement. It seems like I can keep using the Andoid Robot logo if follow their guidelines.
==>Brand Guidelines

To build the logo package, I installed a new Fedora 17 with KDE environment since the package requires KDE package.

p.s. I start to like the KDE more than Gnome desktop. :)

andora-logos package 

The following shows the successful build of logo package.
attachment (584×423)
Download link:
 andora-logos-17.0.0-1.fc17.src.rpm
 andora-logos.spec


andora-fedora-remix-release package 


 attachment (572×475)
Download link:

andora-fedora-remix-release-17-1.fc17.noarch.rpm
andora-fedora-remix-release.spec  

Friday 2 November 2012

Python Experience



I found Python is a powerful language and is restricted in the formatting. There are some script format are really different from my experience with other languages like bash scripting, C, and PHP. When executing a script, it looks for the correct indentation. If not, an error message will be generated and exit the script. I think it is due to the format of compound statements. Python uses ":" for any compound statement and there is no closing symbol. In order for the system to recognize the condition block correctly, indentation is really important. Since I usually do indentation on all of my scripts, so it didn't give me lots of trouble.




Here's the final output of my first python script.
It checks the user input and loop until the correct number is provided.



 If you want to test my script, here is the link to download. Don't forget to add execution permission before running. :) Download Me