Forum: Getting Started and Choosing a Distro Sep 1st, 2009 |
| Replies: 2 Views: 2,935 sorry , I did not mean to leave it like that , after checking it multiple times for more answers I just forgot to mark it solved . thanks for your help |
Forum: Getting Started and Choosing a Distro May 13th, 2009 |
| Replies: 2 Views: 2,935 hi all , I have installed ubuntu 9.04 , dual boot with xp , ubuntu can read the xp files but window xp does not see linux ( ext4) . does any one know of any ext4 driver for windows xp ?
thanks |
Forum: IT Professionals' Lounge May 8th, 2008 |
| Replies: 1 Views: 2,159 hi everybody : can any one tell me how to install farsi fonts in ubuntu 7.10 so that I can write texts in farsi
thanx |
Forum: Python Jan 16th, 2008 |
| Replies: 4 Views: 1,942 thanks vegaseat , I am learning alot from your
ali |
Forum: Python Jan 16th, 2008 |
| Replies: 4 Views: 1,942 thanks, Iused that and it worked |
Forum: Python Jan 14th, 2008 |
| Replies: 4 Views: 1,942 hi everybody , I have a program (below) but don't know how to direct the out put to the printer , can anyone help thanks
from calendar import *
setfirstweekday(5) #saturday
prcal(2008)... |
Forum: Python Aug 20th, 2007 |
| Replies: 8 Views: 3,013 hi ffao , thank you very much , now I undrestand what is going on . thanks again ali |
Forum: Python Aug 17th, 2007 |
| Replies: 8 Views: 3,013 hi BearofNH , I did not mean to make excuses , the code looked pretty strange to me , this is how I figured it should be with proper indentation :
def r(a):
i=a.find('0')
if i<0:
print a... |
Forum: Python Aug 17th, 2007 |
| Replies: 8 Views: 3,013 thanks , those links could be helpful . I have not read them yet |
Forum: Python Aug 16th, 2007 |
| Replies: 8 Views: 3,013 this is how it was written on the internet , all in one line , I just paste and copied it |
Forum: Python Aug 15th, 2007 |
| Replies: 8 Views: 3,013 hi guys , I am interested in writing a code to do the soduko ( or sudoku ) , I found this code on the internet which is supposed to be the shortest soduko solver but it is so short that I can not... |
Forum: Python Apr 14th, 2007 |
| Replies: 8 Views: 2,104 thanks jeff , I appreciate spending time answering my question . thanks again and take care ali |
Forum: Python Apr 13th, 2007 |
| Replies: 8 Views: 2,104 hi jeff , thanks for the code . this afternoon I spent some time examining my code line by line and it turned out that the line which adds the amount never works, in your code you are using lab.total... |
Forum: Python Apr 12th, 2007 |
| Replies: 8 Views: 2,104 hi jeff , I have tried everything , I even eliminated the loop and all it did was to just read in the numbers but not add them
I just don't know what else to do , I even tried the loop inside the... |
Forum: Python Apr 11th, 2007 |
| Replies: 8 Views: 2,104 hi mawe , that is what I thought but I could not figure out how to solve it , any sugestions ? |
Forum: Python Apr 10th, 2007 |
| Replies: 8 Views: 2,104 hi , below is my program which is supposed to accept 3 different numbers , add them up and print the result but what it does is that it takes the first number and mutiplies that by 3 , where have I... |
Forum: Python Mar 15th, 2007 |
| Replies: 2 Views: 2,269 hi jeff , thanks , your explanation was easy to undrestand , I can do the rest , thanks again
ali |
Forum: Python Mar 14th, 2007 |
| Replies: 2 Views: 2,269 hi all , I like to write a program which I input the dates and amounts of say 10 checks , and print out the total amount of checks and number of days thet are apart from each other on another entry... |
Forum: Python Feb 20th, 2007 |
| Replies: 3 Views: 1,475 hi , thank you very much , I know where I went wrong , I am going to play around with the code to see what I will get |
Forum: Python Feb 19th, 2007 |
| Replies: 3 Views: 1,475 hi , thanks for the code , I have changed it a little bit , I have also added two buttons (+,-)
I have written the code for (+) but it does not work , can you tell me what the problem is , the last... |
Forum: Python Feb 3rd, 2007 |
| Replies: 5 Views: 2,387 thanks , it was simple enough to undrestand . thanks again |
Forum: Python Feb 2nd, 2007 |
| Replies: 5 Views: 2,387 thanks , Ilooked at the code and it seems not so easy for me to digest but I will do my best , thanks again |
Forum: Python Feb 2nd, 2007 |
| Replies: 5 Views: 2,387 hi everybody , I am new to python and interested in graphics . I like somebody to walk me thru monthly calendar using tkinter . I have already printed 07 calendar using python but I am stuck when it... |