After a long time, I am going to finish uploading my homepage. There is only one thing remained: My photo. I should try to find a photo of mine which is suitable for the homepage. But I afraid that I have no such a photo!!
The main problem about setting the homepage up, was registering a domain. At first, I was thinking about an ir domain but unfortunately Amir.ir was registered before. Choosing a generic top-level domain had not been as easy as it might seems. There is no top level domain which is special for homepage but I guessed(!) the .net is the most relevant one.
Thursday, September 6, 2007
Monday, July 2, 2007
Developing a Web Blog Search Engine
These days, I am thinking about developing a search engine which is focused on the search on the web blog. My main doubt, besides the programming issues, is how such a site could earn money?
I will try to develop it by pascal (FPC) and O-PSP.
Currently, I am working on the database implementation of the SearchEngine.
I will try to develop it by pascal (FPC) and O-PSP.
Currently, I am working on the database implementation of the SearchEngine.
Monday, June 11, 2007
An easy problem!
Try to code this easy problem:
Write a function which calculates the sum of the ASCII's code of all characters in an string. In C/C++ one may write as follows:
int Sum (char *S)
{
int Result= 0;
int i= 0;
for ( S [i]!= 0; ++i)
{
Result+= S [i];
}
return Result;
}
Is it correct? Does this function produce the correct answer, always?
P.S. I love PASCAL!!??
Write a function which calculates the sum of the ASCII's code of all characters in an string. In C/C++ one may write as follows:
int Sum (char *S)
{
int Result= 0;
int i= 0;
for ( S [i]!= 0; ++i)
{
Result+= S [i];
}
return Result;
}
Is it correct? Does this function produce the correct answer, always?
P.S. I love PASCAL!!??
Sunday, June 10, 2007
A Good project
Yesterday, One of my friends proposed me a project that looks interesting for me: Develop an application which is able to download and save all the posts and comments on a weblog. In second year of B.Sc, we are asked to develop a very small search engine which automatically crawls some web pages and searches on the crawled pages. I was looking for an opportunity to complete that project, and develop a small search engine which searches on some weblog providers (for example PersianBlog, Blogspot and etc).
Lets see what will happened!
Lets see what will happened!
Wednesday, May 30, 2007
What should we do?
Today, I read a news on Jamejam newspaper which announced that the two international Iran's airports, i.e, Mehrabad and Imam Khomeini airports, are closed from 8 AM to 12AM on the anniversary of Khomeini's death, here. This decision is so wonderful that it can be one of the best joke of the century, isn't it?
Tuesday, May 15, 2007
Different Views
During my B.Sc, I usually had sat on the last row of the class and usually had had no notice to the instructors. There were some classes in which I had slept in them. In those days, I though with myself that the instructors would not see me or notice my actions in the class, because of existence of the many students in the class.
But these days, I am an instructor in Sharif University of Tech, my classes have about 40-50 participants. I understood that those instructors had been completely aware of my actions!!
Now, I have a big question!! What should I do with these students?
But these days, I am an instructor in Sharif University of Tech, my classes have about 40-50 participants. I understood that those instructors had been completely aware of my actions!!
Now, I have a big question!! What should I do with these students?
Wednesday, January 10, 2007
FC6
Today, I reboot my FC6 after I think about one month. Now, I can believe the things that I heard about Linux and why it is used as the web servers OS.
Saturday, January 6, 2007
ICANNGA Conference
Tomorrow is the last day for registering in ICANNGA conference in which I have paper about my thesis. I called my supervisor on Thursday, and asked him to send an e-mail to someone in Sharif and tell her that he wants to publish this paper and then the university would pay the registration fee. But till now, He didn't do any thing.
Wednesday, January 3, 2007
Mortelle
I've finished reading a book named "Mortelle" by Christopher Frank, that book is very interesting for me. Alireza propose reading it to me. I think that if one of the political prisoners in Iran wants to write his/her dairy, he/she will find the way that this book is used very interesting. The narrator of the story is a normal man who is living in an strange country. The country is strange because the government tries to control all the actions, relations and even thinking of the people. The man in the book though that he is seek and the government tries to cure him.
It really worth reading.
It really worth reading.
Monday, January 1, 2007
Iranian's scheduling
I have submitted a paper about my thesis to CSICC'07. In their schedule they said that the acceptance notification will be announced till an Dec, 23rd. But today is Jan, 2nd and nothing happened. A funnier problem is that now my browser says that the paperstaus page is not found. It will be the 12th conference of this series and they still have problem with scheduling.
Subscribe to:
Comments (Atom)